
@charset "utf-8";
/****共通*****************************************************************/
#brand-top--content .is-pc {
  display: block;
}
#brand-top--content .is-sp {
  display: none;
}
#brand-top--content .f-large {
  font-size: 17px;
  line-height: 1.8em;
}
#brand-top--content .f-xlarge {
  font-size: 20px;
}
#brand-top--content .f-xxlarge {
  font-size: 30px;
}
#brand-top--content .color-lightgray {
  color: #999;
}
#brand-top--content .bg-black {
  background-color: #000;
}
#brand-top--content .od-category-hero-image-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin: 50px auto 0;
}
#brand-top--content .od-product-list-container {
  position: relative;
}
#brand-top--content .od-category-hero-image {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
  aspect-ratio: auto;
  max-width: 1920px;
}
/* グローバル変数の定義 */
:root {
    --delay: 5s; /* スライドショーの速度 */
}
#brand-top--content .od-category-hero-image-container .brand-logo {
    position: absolute;
    width: 80%;
    height: 100%;
    max-width: 1920px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#brand-top--content #bg-animation {
    position: relative;
    margin: 50px auto 0;
    width: 100%;
    height: auto;
    aspect-ratio: 32 / 13;
}
#brand-top--content #bg-animation .img-item {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 32 / 13;
    animation: itemFade-anim 15s infinite;
}
#brand-top--content #bg-animation .img-item picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#brand-top--content #bg-animation #photo1 {
    animation-delay: 0s;
}
#brand-top--content #bg-animation #photo2 {
    animation-delay: 5s;
}
#brand-top--content #bg-animation #photo3 {
    animation-delay: 10s;
}
@keyframes itemFade-anim {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
        z-index: 3;
    }
    33% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        z-index: 1;
    }
    100% {
        opacity: 0;
    }
}
#brand-top--content #bg-video {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 32 / 13;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#brand-top--content #bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*hero 以下*/
#brand-top--header {
    position: absolute;
    top: 50px;
    left: 60px;
}
#brand-top--header h2 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1em !important;
}
#brand-top--header h2.brand-top--header_logo {
    width: 170px;
    height: 70px;
    display: flex;
    align-items: center;
}
#brand-top--header h2.brand-top--header_logo img {
    width: 100%;
    height: auto;
}
#brand-top--cont-Seciton {
    width: 100%;
    padding: 50px 0 0;
}
#brand-top--cont-Seciton h3 {
    color: #222;
}
#brand-top--cont-Seciton h3 span {
    display: inline-block;
    margin-left: 15px;
    font-size: 70%;
}
#brand-top--cont-Seciton h3+p {
    margin-top: 20px;
}
#brand-top--cont-Seciton p {
    line-height: 1.8em;
}
#brand-top--cont-Seciton p+p {
    margin-top: 15px;
}
#brand-top--cont-Seciton iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
#brand-top--cont-Seciton ul li,
#brand-top--cont-Seciton ol li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tabs__content--wrap .tabs__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    /*background-color: #eeeeee;*/
    color: #333333;
    font-size: clamp(11px, 3.5vw, 16px);
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    min-width: 100px;
    max-width: 170px;
    border: solid 1px #CCC
}
.tabs__item+ .tabs__item {
    border-left: none;
}
.tabs__content--wrap .tabs__menulist {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tabs__content--wrap .tabs__item:hover,
.tabs__content--wrap .tabs__item:has(input:focus) {
    background-color: #dddddd;
}
.tabs__content--wrap input {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
.tabs__content--wrap .tabs__content {
    overflow: hidden;
    position: absolute;
    height: 0;
    margin-top: 40px;
}
.tabs__content--wrap .tabs__menulist:has(#tabs__cont01 > input:checked) ~ #tabs__cont01__content,
.tabs__content--wrap .tabs__menulist:has(#tabs__cont02 > input:checked) ~ #tabs__cont02__content,
.tabs__content--wrap .tabs__menulist:has(#tabs__cont03 > input:checked) ~ #tabs__cont03__content,
.tabs__content--wrap .tabs__menulist:has(#tabs__cont04 > input:checked) ~ #tabs__cont04__content {
    overflow: visible;
    position: static;
    height: auto;
    padding: 2rem 0;
}
.tabs__content--wrap .tabs__item:has(input:checked),
.tabs__content--wrap .tabs__item:has(input:focus:checked) {
    background-color: #eee;
}
.tabs__content--wrap .tabs__item:has(input:checked)::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: #222;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.flexbox.spacebetween {
    justify-content: space-between;
}
.w50 {
    width: 48%;
}
.wl60 {
    width: 60%;
    padding-right: 2%;
    box-sizing: border-box;
}
.wr40 {
    width: 40%;
    padding-left: 2%;
    box-sizing: border-box;
}
.flexbox img {
    width: 100%;
}
.hidden-content {
    position: relative;
    height: 580px;
    overflow: hidden;
    transition: 0.4s;
}
.hidden-content:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    transition: 0.4s;
    z-index: 100;
}
.hidden-content.active:before {
    opacity: 0;
    visibility: hidden;
}
.show {
    display: block;
}
.more-button-cont {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 101;
    bottom: 20px;
    cursor: pointer;
}
.more-button {
    background-color: #222;
    color: #FFF;
    border: none;
    padding: 12px 0;
    width: 140px;
    cursor: pointer;
    font-size: 13px;
    transition: background-color 0.3s;
    margin: 0 auto;
    border-radius: 32px;
    line-height: 1em;
}
.more-button span.arrow {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    transition: transform 0.3s;
    transform: rotate(45deg);
}
.more-button span.arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 3px;
    margin: auto;
}
.more-button:hover {
    background-color: #999;
}
/* 展開時はボタンをコンテンツの下に配置 */
.hidden-content.active .more-button-cont {
    position: relative;
    bottom: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
/****SILVA *****************************************************************/
.cont-NAVIGATION {
    width: 100%;
    background: url('../img/navigation/index_bg01.png') no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding: 60px;
}
.cont-NAVIGATION h2 {
    width: 100%;
    background: url('../img/navigation/index_bg01.png') no-repeat center center;
    background-size: cover;
}
.cont-LIGHTNING {
    width: 100%;
    background: url('../img/lightning/index_bg02.png') no-repeat center center #333;
    background-size: cover;
    box-sizing: border-box;
    padding: 60px;
    margin-top: 60px;
}
.cont-NAVIGATION .flexbox,
.cont-LIGHTNING .flexbox {
    margin-bottom: 40px;
}
.moviebox {
    width: 60%;
    margin: 0 auto 40px;
}
.splide {
    background: #000;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 40px 80px 80px;
}
.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
}
.splide__slide {
    text-align: center;
}
.splide img {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.splide__pagination {
    bottom: 30px;
}
.splide__arrow {
    height: 4em !important;
    width: 4em !important;
}
.prev--arrow,
.next--arrow {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}
.next--arrow::before,
.next--arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 5px;
    width: 20px;
    height: 4px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: calc(100% - 2px) 50%;
}
.next--arrow::before {
    transform: rotate(45deg);
}
.next--arrow::after {
    transform: rotate(-45deg);
}
.prev--arrow::before,
.prev--arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    width: 20px;
    height: 4px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: calc(100% - 2px) 50%;
}
.prev--arrow::before {
    transform: rotate(135deg);
}
.prev--arrow::after {
    transform: rotate(-135deg);
}
#history {
    background: url('../img/history/history_bg.jpg') no-repeat center top #191919;
    background-size: 100% auto;
    text-align: left;
    padding: 80px;
    color: #FFF;
}
#history h3 {
    font-size: 72px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 140px;
    text-align: center;
}
#history .history_lead {
    background-color: rgba(34, 34, 34, 0.8);
    padding: 30px;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 30px;
}
#history .history_lead .leadboxL {
    width: 49.5%;
    border-right: solid 1px #FFF;
    float: left;
}
#history .history_lead .leadboxR {
    width: 50%;
    float: left;
}
#history .history_lead .leadboxL p {
    margin: 20px 40px 20px 20px;
}
#history .history_lead .leadboxR p {
    margin: 20px 30px 20px 40px;
}
#history .chronology {
    overflow: hidden;
}
#history .chronology .chronologyboxL {
    width: 49.5%;
    border-right: solid 1px #FFF;
    float: left;
}
#history .chronology .chronologyboxL dl {
    text-align: right;
    margin-right: 40px;
    padding: 0 0 20px;
}
#history .chronology .chronologyboxL dl dt {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2em;
    margin: 10px 0;
}
#history .chronology .chronologyboxR {
    width: 50%;
    float: left;
}
#history .chronology .chronologyboxR dl {
    text-align: left;
    margin-left: 40px;
    margin-top: 40px;
}
#history .chronology .chronologyboxR dl dt {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2em;
    margin: 10px 0;
}
#history .chronology dl dd {
    margin: 0 0 30px;
}
#history .chronology dl dt img {
    width: 140px;
}
#video {
    padding: 44px 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#video > div {
    width: 48%;
}
#video img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#video h2 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    padding: 1.5em 0;
    background: url("../img/video_h01.png") no-repeat center #666666;
    background-size: cover;
}
#video .titleBox {
    background: #222;
    text-align: center;
    padding: 1em 0 0.5em;
    margin-bottom: 30px;
}
#video .titleBox h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}
#video .titleBox p {
    color: #939393;
    font-size: 12px;
    margin: 0;
    enable-background: ;
}
#video .movie {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#video .movie a {
    opacity: 1;
    display: block;
    margin: 0 auto;
}
#video .movie a:hover {
    opacity: 1;
}
#video .movie a:hover dt:before {
    background: transparent;
    opacity: 1;
}
#video .movie dl {
    width: 48%;
    margin-bottom: 20px;
}
#video .movie dt {
    height: auto;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
#video .movie dt:before {
    font-family: "Font Awesome 5 Brands";
    color: red;
    content: '\f167';
    background: rgb(66, 33, 11);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    opacity: 0.5;
}
#video .movie dd {
    padding: 10px 0 0;
    text-align: center;
    font-size: 90%;
}
/****Tablet SP*****************************************************************/
@media(max-width: 1024px) {
    .tabs__content--wrap .tabs__item {
        min-width: 100px;
        max-width: 130px;
    }
}
@media(max-width: 768px) {
    /****共通*****/
    .is-pc {
        display: none;
    }
    .is-sp {
        display: block;
    }
    #brand-top--content .f-large {
        font-size: 15px;
        line-height: 1.8em;
    }
    #brand-top--content .f-xlarge {
        font-size: 18px;
    }
    #brand-top--content .f-xxlarge {
        font-size: 24px;
    }
    #brand-top--content #bg-animation {
        aspect-ratio: 5 / 6;
    }
    #brand-top--content #bg-animation .img-item {
        aspect-ratio: 5 / 6;
    }
    #brand-top--content .od-category-hero-image-container .brand-logo {
        width: 90%;
        height: 100%;
        max-width: 1920px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    #brand-top--content .od-category-hero-image-container .brand-logo img {
        width: 50%;
    }
    .flexbox {
        display: block;
    }
    .flex--leftbox.w50,
    .flex--rightbox.w50 {
        width: 100%;
    }
    .flex--rightbox {
        margin-top: 20px;
    }
    .flex--leftbox img,
    .flex--rightbox img {
        width: 100%;
    }
    #brand-top--content .od-product-list-container {
        position: relative;
        padding: 30px 0;
    }
    #brand-top--header {
        position: static;
        padding: 0 20px;
    }
    #brand-top--header h2.brand-top--header_logo {
        width: 100%;
    }
    #brand-top--header h2.brand-top--header_logo img {
        width: 140px;
    }
    .tabs__content--wrap .tabs__menulist {
        width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .tabs__content--wrap .tabs__item {
        width: calc(100% / 3);
        min-width: auto;
        max-width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 54px;
        color: #333333;
        font-size: clamp(11px, 3.5vw, 16px);
        font-weight: bold;
        transition: all 0.2s ease;
        cursor: pointer;
        position: relative;
        border: solid 1px #CCC
    }
    .tabs__item+ .tabs__item {
        border-left: none;
    }
    .cont-NAVIGATION {
        width: 100%;
        background: url('../img/navigation/index_bg01.png') no-repeat center center;
        background-size: cover;
        box-sizing: border-box;
        padding: 30px;
    }
    .flex--leftbox.wl60 {
        width: 100%;
        padding-right: 0;
    }
    .flex--rightbox.wr40 {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .cont-NAVIGATION .flex--rightbox.wr40 img {
        width: 60%;
        margin: 0 auto !important;
    }
    #tabs__cont01__content iframe {
        margin: 10px 0 0;
    }
    #history {
        background: url('../img/history/history_bg.jpg') no-repeat center top #191919;
        background-size: 100% auto;
        text-align: left;
        padding: 30px 20px;
        color: #FFF;
    }
    #history h3 {
        font-size: 45px;
        font-weight: 700;
        color: #FFF;
        margin-bottom: 20px;
        text-align: center;
    }
    #history .history_lead {
        background-color: rgba(34, 34, 34, 0.8);
        padding: 30px;
        overflow: hidden;
        font-size: 12px;
        margin-bottom: 30px;
    }
    #history .history_lead .leadboxL {
        width: 100%;
        border-right: none;
        float: none;
    }
    #history .history_lead .leadboxR {
        width: 100%;
        float: none;
    }
    #history .chronology .chronologyboxL dl {
        text-align: left;
        margin-right: 20px;
    }
    #history .chronology .chronologyboxR dl {
        text-align: left;
        margin-left: 20px;
    }
    #history .history_lead .leadboxL p {
        margin: 20px 0 0;
    }
    #history .history_lead .leadboxR p {
        margin: 0;
    }
    #history .chronology dl dt img {
        width: 90px;
    }
    #video {
        padding: 0;
        width: 100%;
        display: block;
    }
    #video > div {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #video .movie.flex {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    #video .movie dl {
        width: 48%;
        border-bottom: none !important;
        position: relative;
    }
    .splide__arrow {
        height: 2em !important;
        width: 2em !important;
    }
    .prev--arrow,
    .next--arrow {
        width: 20px;
        height: 20px;
    }
    .next--arrow::before,
    .next--arrow::after {
        right: 5px;
        width: 12px;
        height: 3px;
        transform-origin: calc(100% - 1.5px) 50%;
    }
    .prev--arrow::before,
    .prev--arrow::after {
        right: 13px;
        width: 12px;
        height: 3px;
        transform-origin: calc(100% - 1.5px) 50%;
    }
    #brand-top--content .od-category-hero-image-container {
        margin: 12px auto 0;
    }
}
@media(max-width: 480px) {
    #brand-top--header {
        position: static;
        padding: 0;
        margin-bottom: 0 !important;
    }
    #brand-top--cont-Seciton {
        width: 100%;
        padding: 0;
    }
    .tabs__content {
        padding-top: 0 !important;
    }
    .tabs__content--wrap {
        margin-top: 0 !important;
    }
    .tabs__content--wrap .tabs__menulist {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .tabs__content--wrap .tabs__item {
        font-size: 11px;
    }
    .moviebox {
        width: 100%;
        margin: 0 auto 30px;
    }
    .cont-NAVIGATION {
        padding: 20px;
        margin-top: 0;
    }
    .cont-LIGHTNING {
        padding: 20px;
        margin-top: 0;
    }
    #video > div {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
}
