@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}

header {
    background: #fff;
}

.c-inner {
    width: 1040px;
    margin: auto;
}

a.link__btn:hover {
    color: #fff;
}

.hd__dummy img {
    object-fit: cover;
    height: 198px;
}

@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width:1024px) {
    .hd__dummy img {
        height: 93px;
    }

    .c-inner {
        width: auto;
    }
}


@media screen and (max-width:767px) {

    header .spnone,
    footer .spnone {
        display: none;
    }

    header .sponly,
    footer .sponly {
        display: block;
    }

    .hd__dummy img {
        height: 124px;
    }
}


/*============================
	kv 
============================*/
.kv__img {
    object-fit: cover;
    max-height: calc(100vh - 280px);
}

.kv__copy {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: block;
    color: #fff;
}

.font-en {
    font-family: "Noto Serif JP" , "Noto Serif CJK" , serif;
}

.copy__inner {
    opacity: 0;
    display: block;
    animation: copyAnime 1s 1s forwards ease-out;
}

.kv__copy span {
    display: block;
}

.kv__copy .fs-33 {
    font-size: min(3.3rem, 2vw);
    line-height: 1;
}

.kv__copy .fs-66 {
    font-size: min(6.6rem, 4vw);
    line-height: 1;
    margin-bottom: .5em;
}

.kv__copy .txt {
    font-size: min(1.6rem, 1.2vw);
    letter-spacing: .15em;
}

.kv__copy .kv .slide-in-active,
.kv .slide-inner.active {
    animation-delay: .5s;
}


.kv__scroll {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 1%;
    z-index: 9;
    transform: translate(0, -50%);
}

.kv__scroll a {
    color: #fff;
    position: relative;
    padding-bottom: 140px;
    overflow: hidden;
    display: block;
    line-height: 1;
}

.kv__scroll a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 130px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    opacity: .5;
    transform: translate(-50%);
    overflow: hidden;
}

.kv__scroll a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    animation: scrollAnime 1.5s 1s ease-in-out infinite;
}

@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translate(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes copyAnime02 {
    0% {
        opacity: 0;
        transform: translate(20px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

/* .kv__scroll::before {
    content: "";
    position: absolute;
    background: #111;
    width: 1px;
    height: 80px;
    left: 50%;
    top: 60px;
    animation: scrollAnime 1.5s infinite ease-out;
} */

@keyframes scrollAnime {
    0% {
        bottom: 50px;
    }

    100% {
        bottom: -200px;
    }
}

/* swiper */

.kv .swiper-slide-active .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
    animation: zoom-out 10s linear 0s 1 normal both;
}

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.kv .swiper-pagination {
    left: auto;
    right: 2% !important;
    top: 50%;
    z-index: 99;
    display: block;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    transform: translate(0, -50%) !important;
}

.kv .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    z-index: 99;
    background: #fff;
    border-radius: 50% !important;
    opacity: 1;
    margin: 0 auto 10px !important;


}

.kv .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #000000;
}

.kv .swiper-button-prev::after,
.kv .swiper-button-next::after {
    display: none;
}


@media screen and (max-width:1024px) {
    .kv__img {
        max-height: calc(100vh - 200px);
    }
}

@media screen and (max-width:767px) {
    .kv__copy {
        top: 25%;
        left: 10%;
        transform: translate(0, -50%);
    }

    .kv__copy .fs-33 {
        font-size: min(2rem, 6vw);
        margin-bottom: .5em;
    }

    .kv__copy .fs-66 {
        font-size: min(4.6rem, 12vw);
        margin-bottom: 0;
        line-height: 1.15;
    }

    .kv__copy .txt {
        display: none;
    }


    .kv__scroll {
        font-size: 1.2rem;
        top: 27%;
        left: 1%;
    }

    .kv__txt {
        position: absolute;
        left: 10%;
        top: 80%;
        transform: translate(0, -50%);
        color: #fff;
        z-index: 9;
        line-height: 2;
        letter-spacing: .15em;
    }


}

/*============================
  page-nav
============================*/
.page-nav {
    background: #fff;

}

.p-nav__ul {
    max-width: 1040px;
    margin: 0 auto;
    height: 80px;
}

.p-nav__li {
    flex: 1 1 auto;
    width: 20%;
    height: 60px;
}

.p-nav__li a {
    display: block;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 1rem;
    text-align: center;
    border-left: solid 1px #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-out;
}


.p-nav__li:last-child a {
    border-right: solid 1px #c9c9c9;
}


.p-nav__li .font-en {
    font-size: 1.2rem;
    margin-bottom: .5em;
    display: block;
    line-height: 1;
    transition: .3s ease-out;
}

.p-nav__li .color-ma {
    display: block;
    line-height: 1;
    letter-spacing: .15em;
    margin-bottom: .5em;
}

.p-nav__li img {
    width: 6px;
    display: block;
    margin: 0 auto;
    transition: .3s ease-out;
}

.p-nav__li a:hover img {
    transform: translateY(5px);
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {
    .page-nav {
        padding: 0 5%;

    }

    .p-nav__ul {
        height: auto;
    }

    .p-nav__li {
        width: 100%;
        height: 60px;
    }

    .p-nav__li a {
        border: none;
        border-bottom: solid 1px #c9c9c9;
        text-align: left;
        justify-content: flex-start;
        position: relative;
        padding: 0 5%;
    }

    /* .p-nav__li a:hover {
        background: #a08750;
    } */

    .p-nav__li:last-child a {
        border-right: none;
    }

    .p-nav__li .color-ma {
        margin-bottom: 0;
    }

    .nav-inner {
        width: 100%;
        display: block;
    }

    .p-nav__li img {
        width: 6px;
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translate(0, -50%);
    }

}

/*============================
  about
============================*/
.about {
    padding: 60px 0 80px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.about__txt {
    line-height: 2.5;
    letter-spacing: .15em;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {
    .about {
        padding: 60px 0;
    }
}

/*============ ================
    commitment
============================*/
.commitment {
    padding: 100px 0;
    z-index: 9;
}

.commitment::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("/assets/upload/imgupload/specialpage/firstanteprima/bg_commit.png") no-repeat center center/cover, #fff;
    top: 0;
    left: 0;
}

.commitment::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(-135deg, #fadcc3, #e6c8a5);
    opacity: .2;
    mix-blend-mode: overlay;
    top: 0;
    left: 0;
}

.comm__left {
    width: 35%;
}

.comm__right {
    width: 60%;
}

/* swiper */
.comm__atc {
    width: 390px;
    margin-right: 30px;
}

.comm__h3 .font-en {
    display: block;
}

.comm__txt {
    letter-spacing: .15em;
}

.c-swiper-button-prev {
    position: absolute;
    left: auto;
    top: auto;
    margin: 0;
    z-index: 9;
    width: 60px;
    height: 60px;
    top: 35%;
    left: 0;
    transform: translate(-50%, -50%);

}

.c-swiper-button-next {
    position: absolute;
    left: auto;
    top: auto;
    margin: 0;
    z-index: 9;
    width: 60px;
    height: 60px;
    top: 35%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.c-swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url("/assets/upload/imgupload/specialpage/firstanteprima/sw_arw_prv.png") no-repeat center center/contain;
}

.c-swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url("/assets/upload/imgupload/specialpage/firstanteprima/sw_arw_next.png") no-repeat center center/contain;
}

@media screen and (max-width:1024px) {
    .comm__left {
        width: 40%;
    }

    .comm__right {
        width: 55%;
    }


}

@media screen and (max-width:767px) {
    .commitment {
        padding: 60px 0;
    }


    .comm__left {
        width: 100%;
        margin-bottom: 30px;
    }

    .comm__right {
        width: 100%;
    }

    .comm__ttl {
        text-align: center;
    }

    .comm__lead {
        text-align: center;
    }

    /* swiper */
    .comm__swiper {
        overflow: visible;
    }

    .comm__atc {
        width: 295px;
        max-width: 90%;
        margin: 0 10px;
    }


    .c-swiper-button-prev {
        width: 50px;
        height: 50px;
        top: 25%;
        left: 2%;
        transform: translate(0, -50%);

    }

    .c-swiper-button-next {
        width: 50px;
        height: 50px;
        top: 25%;
        left: auto;
        right: 2%;
        transform: translate(0, -50%);
    }

}

/*============================
   bg__area 
============================*/
.bg__area .bg {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: -9;
    opacity: 0;
    object-fit: cover;
    height: 100vh;
}
/* .js-rellax{
    z-index: -1;
    position: relative;
} */

.bg-wrapper.active .bg__area .bg {
    opacity: 0.4;
}

.bg__area {
    position: relative;
    height: 300px;
}

/* .bg__area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 75%;
    z-index: -9;
    background: linear-gradient(-135deg, #fadcc3, #e6c8a5);
    opacity: .2;
    top: 0;
    left: 0;
} */

@media screen and (max-width:1024px) {
    .bg__area {
        height: 150px;
    }
}

@media screen and (max-width:767px) {}

/*============================
    scene
============================*/
.scene {
    background: #fff;
    padding: 100px 0;
}

.scene__tab {
    width: 48%;
    cursor: pointer;
    padding-bottom: 1em;
    border-bottom: solid 1px #c9c9c9;
    transition: .3s ease-out;
    position: relative;
}

.scene__tab::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 10px;
    background: #000;
    left: 50%;
    bottom: -10px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    opacity: 0;
    transition: .3s ease-out;
}

.scene__tab.active {
    border-width: 2px;
    border-color: #000000;
}

.scene__tab.active::before {
    opacity: 1;
}

.scene__itemwrap {
    padding: 40px 0 0;
}

.scene__item--left {
    width: 35%;
}

.scene__item--right {
    width: 60%;
}

.scene__item--tab {
    padding: 2em .5em;
    max-width: 290px;
    border-bottom: solid 1px #c9c9c9;
    cursor: pointer;
}

.scene__item--tab .font-en {
    margin-right: 1em;
    transition: .3s ease-out;
}

.scene__item--tab .color-ma {
    transition: .3s ease-out;
}

.tab-container {
    display: block;
    transition: .3s ease-out;
    opacity: .5;
}

.scene__item--tab:hover .tab-container,
.scene__item--tab.active .tab-container {
    transform: scale(1.05);
    opacity: 1;

}


/* filter */

.scene__item {
    display: none;
}

.scene__item.default {
    display: block;
}

.filter-atc02,
.filter-atc03 {
    display: none;
}

.filter-atc02:first-child,
.filter-atc03:first-child {
    display: block;
}

/* swiper */
.scene__atc {
    width: 100%;
    margin-right: 30px;
    background: #fff;
}

.scene__swiper .scene__atc {
    opacity: 0 !important;
}

.scene__swiper .swiper-slide-active {
    opacity: 1 !important;
}

.scene__swiper .scene__img img {
    object-fit: cover;
    height: 420px;

}

.scene__description {
    padding-top: 100px;
    align-items: center;
}

.scene__desc--img {
    width: 30%;
}

.scene__desc--txtwrap {
    width: 65%;
}

.s-swiper-button-prev {
    position: absolute;
    left: auto;
    top: auto;
    margin: 0;
    z-index: 9;
    width: 45px;
    height: 45px;
    top: 200px;
    left: 0;
    transform: translate(-50%);

}

.s-swiper-button-next {
    position: absolute;
    left: auto;
    top: auto;
    margin: 0;
    z-index: 9;
    width: 45px;
    height: 45px;
    top: 200px;
    left: 100%;
    transform: translate(-50%);
}

.s-swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url("/assets/upload/imgupload/specialpage/firstanteprima/sw_arw_prv.png") no-repeat center center/contain;
}

.s-swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url("/assets/upload/imgupload/specialpage/firstanteprima/sw_arw_next.png") no-repeat center center/contain;
}

/* thumb sw */
.thumb__swiper {
    position: absolute;
    width: 100%;
    top: 430px;
    left: 0;
}

.thumb__swiper .scene__atc {
    width: 12%;
    margin-right: .5%;
    cursor: pointer;
    opacity: .5;
    transition: .3s ease-out;
}

.thumb__swiper .swiper-slide-thumb-active {
    opacity: 1 !important;
}

/* .thumb__swiper .default {
    opacity: 1;
} */

.thumb__swiper .scene__img img {
    object-fit: cover;
    min-height: 55px;
}

@media screen and (max-width:1024px) {
    .scene__item--left {
        width: 40%;
    }

    .scene__item--right {
        width: 55%;
    }
}

@media screen and (max-width:767px) {
    .scene {
        padding: 60px 20px;
    }

    .scene__tabs {
        display: flex;
    }

    .scene__tab {
        width: 48%;
    }

    .scene__itemwrap {
        padding: 30px 0 0;
    }

    .scene__item--left {
        width: 100%;
        overflow-x: auto;
    }

    .scene__item--right {
        width: 100%;
    }

    .scene__item--tabs {
        display: flex;
        margin-bottom: 15px;
        width: fit-content;
    }

    .scene__item--tab {
        padding: 1em .5em;
        min-width: 135px;
        max-width: none;
        margin-right: 10px;
        white-space: nowrap;
    }

    .scene__item--tab .font-en {
        margin-right: .5em;
    }

    /* filter */

    .scene__item.default {
        display: block;
    }

    .filter-atc02:first-child,
    .filter-atc03:first-child {
        display: block;
    }

    /* swiper */
    .scene__swiper {
        overflow: visible;
    }

    .scene__atc {
        max-width: 100% !important;
    }

    .scene__swiper .scene__img img {
        height: 200px;

    }

    .scene__description {
        padding-top: 140px;
        display: flex;
        align-items: flex-start;
        position: relative;
    }

    .scene__desc--img {
        width: 35%;
        max-width: 130px;
    }

    .scene__desc--txtwrap {
        width: 60%;
    }

    .scene__desc--h3 {
        font-size: 1.2rem;
        position: absolute;
        left: 0;
        width: 35%;
        top: 280px;
        margin: 0;
    }

    .s-swiper-button-prev {

        width: 40px;
        height: 40px;
        top: 80px;
        left: -5%;
        transform: none;
    }

    .s-swiper-button-next {
        width: 40px;
        height: 40px;
        top: 80px;
        left: auto;
        right: -5%;
        transform: none;
    }

    /* thumb sw */
    .thumb__swiper {
        top: 210px;
        left: 0;
    }

    .thumb__swiper .swiper-wrapper {
        flex-wrap: wrap;
        width: 102%;
        margin-left: -.5%;
        transform: none !important;

    }

    .thumb__swiper .scene__atc {
        width: 24%;
        margin: 0 .5% 5px;
    }

    .thumb__swiper .scene__img img {
        object-fit: cover;
        height: 55px;
    }
}


/*============================
  style
============================*/
.style {
    padding: 100px 0;
    background: #f2f2f2;
}

.style__left {
    width: 60%;
}

.style__right {
    width: 35%;
}



@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {
    .style {
        padding: 60px 0;
    }

    .style__flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .style__left {
        width: 100%;
    }

    .style__right {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .style__btn a {
        margin: 0 auto;
    }
}

/*============================
  voice
============================*/
.voice {
    padding: 100px 0 0;
    background: #fff;
}


/* swiper */
.voice__swiper {
    overflow: visible;
}

.voice__atc {
    width: 327px;
    min-height: 327px;
    margin: 0 15px;
    background-color: #f2f2f2;
    padding: 20px 20px 80px;
    position: relative;
    opacity: .5;
    transition: .3s ease-out;
}

.voice__atc.swiper-slide-visible {
    opacity: 1;
}

.voice__img {
    width: 100px;
    margin: 0;
}

.voice__txtwarp {
    width: calc(100% - 100px);
    padding: 0 0 0 5%;
}

.voice__link {
    position: absolute;
    padding: .75em 0 0;
    bottom: 20px;
    left: 50%;
    width: calc(100% - 40px);
    transform: translate(-50%);
    border-top: solid 1px #c9c9c9;

}

.voice__link a {
    text-decoration: underline;
}

.voice__link a:hover {
    color: #a08750;
}

.v-swiper-button-prev {
    position: absolute;
    left: auto;
    top: auto;
    margin: 0;
    z-index: 9;
    width: 45px;
    height: 45px;
    top: 50%;
    left: -1%;
    transform: translate(-50%, -50%);

}

.v-swiper-button-next {
    position: absolute;
    left: auto;
    top: auto;
    margin: 0;
    z-index: 9;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 101%;
    transform: translate(-50%, -50%);
}

.v-swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url("/assets/upload/imgupload/specialpage/firstanteprima/sw_arw_prv.png") no-repeat center center/contain;
}

.v-swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url("/assets/upload/imgupload/specialpage/firstanteprima/sw_arw_next.png") no-repeat center center/contain;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {
    .voice {
        padding: 60px 20px 0;
    }

    /* swiper */

    .voice__atc {
        width: 90%;
        min-height: 327px;
        margin: 0 10px;
        padding: 20px 20px 80px;
        opacity: 1;
    }

    .voice__flex {
        display: flex;
    }

    .v-swiper-button-prev {
        width: 40px;
        height: 40px;
        top: 50%;
        left: -4%;
        transform: translate(0, -50%);

    }

    .v-swiper-button-next {
        width: 40px;
        height: 40px;
        top: 50%;
        left: auto;
        right: -4%;
        transform: translate(0, -50%);
    }


}



/*============================
    faq
============================*/
.faq {
    padding: 100px 0;
    background: #fff;
}

.faq__item {
    padding: 0 1em;
    border-bottom: solid 1px #ccc;
}


.faq__q {
    width: 100%;
    padding: 1em 2em 1em 40px;
    position: relative;
    line-height: 1.4;
    cursor: pointer;
}

.faq__q .mark {
    position: absolute;
    top: .6em;
    left: .5em;
    line-height: 1;
}


.faq__a {
    background: #f2f2f2;
    padding: 1em 1em 1em 40px;
    position: relative;
    margin-bottom: 1em;
}

.faq__a .mark {
    position: absolute;
    top: .7em;
    left: .7em;
    letter-spacing: 0;
    line-height: 1;
}

.faq__a a {
    text-decoration: underline;
}

.faq__a a:hover {
    color: #a08750;
}

.ac__area {
    display: none;
}

.faq__q .ac-btn::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    right: 20px;
    background-color: #000;
    transform: translate(0, -50%);
    transition: .3s ease-out;
}

.faq__q.selected .ac-btn::before {
    opacity: 0;
    transition: .3s;
}

.faq__q .ac-btn::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    top: 50%;
    right: 0;
    background-color: #000;
    transform: translate(-50%, -50%);
    transition: .3s ease-out;
}

.faq__q.close .ac-btn {
    transform: translate(0, -50%) rotate(90deg);
}

.faq__q.close .ac-btn::before {
    opacity: 0;
}
.faq__btn a{
    margin: 0 auto;
    width: 375px;
    line-height: 50px;
}
@media screen and (max-width:1024px) {
    .faq__q .ac-btn::before {
        height: 15px;
        right: 15px;
    }
    
    .faq__q .ac-btn::after {
        width: 15px;
    }
}

@media screen and (max-width:767px) {
    .faq {
        padding: 60px 20px;
    }

    .faq__item {
        padding: 0;
    }


    .faq__q {
        width: 100%;
        padding: 1em 25px 1em 40px;
    }

    .faq__q .mark {
        top: .7em;
        left: .5;
    }

    .faq__a {
        padding: 1em 1em 1em 40px;
        margin-bottom: 1em;
    }

    .faq__a .mark {
        top: .7em;
        left: .5em;
    }


    .faq__q .ac-btn {
        top: 16px;
        right: 4%;
        transform: none;
    }

    .faq__q.close .ac-btn {
        transform: rotate(90deg);
    }
}