@charset "UTF-8";

.main{
    overflow: hidden;
}

/* ______component______ */

.section__ttl{
    display: inline-block;
}

.section__ttl-l{
    text-align: left;
}

.section__ttl-r{
    text-align: right;
}

.section__ttl-en{
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    line-height: 1.15;
    display: block;
    margin-bottom: 30px;
}

.section__ttl-ja{
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.14;
}

.c-btn{
    text-align: center;
    position: relative;
    z-index: 2;
    margin: auto;
    width: 90%;
}

.c-btn__link{
    display: block;
    max-width: 350px;
    width: 1005px;
    height: 70px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
}

.c-btn__arrow{
    position: absolute;
    right: 10%;
    fill: #fff;
}

.c-btn__guide{
    font-size: 1.2rem;
    font-weight: 500;
}

.c-btn__link:hover{
    background-color: #fff;
    color: #1A1311;
    opacity: 1;
}

.c-btn__link:hover .c-btn__arrow{
    fill: #1A1311;
}

/* ______________________ */

.fv{
    height: 100vh;
    min-height: 765px;
    max-height: 1100px;
    position: relative;
}

.header-height{
    height :117px;
}



.fv-img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 71.39%;
    overflow: hidden;
    border-radius: 70px 0 0 0;
}

.fv-img img.slick-active {
    transform: scale(1);
    animation-name: fv;
    animation-duration: 4s;
    transition-timing-function: ease-in;
    overflow: hidden;
    border-radius: 70px 0 0 0;
}

.slick-slide{
    overflow: hidden!important;
    border-radius: 70px 0 0 0!important;
}

@keyframes fv {
    0% {
        transform: scale(1.4);
    }

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

.fv-text__wrap{
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.sp__fv{
    display: none;
}


.fv-text__img{
    max-width: 257px;
    margin-bottom: 30px;
}

.fv-text__detail{
    font-size: 1.4rem;
    line-height: 2.14;
}

.scroll-down{
    font-family: baskerville-display-pt,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
}



.scroll{
    position: absolute;
    bottom: 0;
    left: 8.5%;
}

.scroll__inner{
    position: relative;
}

.scroll-down{
    font-family: baskerville-display-pt,serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    writing-mode: vertical-lr;
    white-space: nowrap;
}
.scroll-down::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 46%;
    width: 1px;
    height: 100px;
    background: #fff;
    
}

.scroll-down::after {
    animation: sdl 4s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
    0% {
        opacity: 1;
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1%, 70% {
        transform: scale(1, 1);
        transform-origin: 0 50%;
    }
    100% {
        opacity: 0;
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}




/* ______________________ */


@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}



/* ______________________ */

.concept{
    padding: 173px 0 149px;
    background-color: #1A1311;
    position: relative;
    z-index: 1;

}

.concept__wrap{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.concept__text-under{
    margin-top: 50px;
}

.concept__ttl{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.22;
    margin-bottom: 50px;
}
.concept__detail{
    font-size: 1.4rem;
    line-height: 2.43;
    font-weight: 500;
}

.concept__img{
    width: 48%;
}

.commitment{
    padding: 123px 0 87px;
    background-image:url(../img/commitment-bg.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
}

.commitment__wrap{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    position: relative;
}

.commitment__section-ttl{
    position: absolute;
    top: 0;
    right: 0;
}

.commitment__flex{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.commitment__content{
    display: inline-block;
    text-align: left;
    max-width: 329px;
    width: 100%;
}

.commitment__content:nth-child(2){
    margin-top: 90px;
}
.commitment__content:nth-child(3){
    margin-top: 180px;
}

.commitment__img-wrap{
    margin-bottom: 50px;
    position: relative;
}
.commitment__img{
    display: block;
    border-radius: 30px 0 0 0;
    max-width: 300px;
}
.commitment__label{
    position: absolute;
    left: 100%;
    top: 0;
    writing-mode: vertical-lr;
    white-space: nowrap;
    line-height: 1;
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
}

.commitment__label-num{
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

.commitment__label-num::before{
    content: "";
    width: 1px;
    height: 30px;
    background-color: #707070;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.commitment__label-text{
    display: inline-block;
}

.commitment__ttl{
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 1.8rem;
}

.commitment__detail{
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2;
    max-width: 300px;
}


.gift__text{
    background-color: #1A1311;
    text-align: center;
    line-height: 1;
    padding: 31px 0 37px;
    width: 90%;
    margin: auto;
}

.gift__ttl-top{
    font-size: 1.8rem;
    margin-bottom: 15px;
    display: block;
}

.gift__ttl-under{
    display: block;
    font-size: 2.6rem;
    margin-bottom: 40px;
}

.gift__detail{
    font-size: 1.4rem;
}


.gift__center{
    padding-bottom: 75px;
    position: relative;
    text-align: center;
    background-image:url(../img/gift-bg.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;

}


.gift__center::before{
    content: "";
    width: 100%;
    height: 84%;
    background-color: rgba(17,12,11,0.85);
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: 1;
}

.gift__img{
    margin: 33px 0 67px;
    display: inline-block;
    max-width: 914px;
    position: relative;
    z-index: 2;
    width: 90%;
}

.gift__under{
    position: relative;
}

.gift__under-text{
    position: absolute;
    bottom: 6px;
    right: 0;
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10rem;
    color: rgba(255,255,255,0.65);
    line-height: 1;
}

.select{
    padding: 80px 0 90px;
    text-align: center;
    background-image:url(../img/select-bg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.select__wrap{
    width: 90%;
    margin: auto;
}
.select__ttl{
    font-size: 2.6rem;
    margin-bottom: 50px;
    font-weight: 500;
}

.select__detail{
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.143;
    margin-bottom: 50px;
}

.select__img{
    display: block;
    max-width: 1029.48px;
    margin: auto;
    margin-bottom: 70px;
}


.gallery{
    padding: 50px 0 40px;
    margin: auto;

}

.gallery__wrap{
    margin: auto;
    text-align: right;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.gallery__section-ttl{
    margin-bottom: 42px;
}

.gallery__c-btn{
    max-width: 241px;
    margin-top: 70px;
}






/* ______________________ */

.sp__br{
    display: none;
}

@media screen and (min-width:3000px) {
    .fv{
        max-height: none;
    }
}
@media screen and (min-width:2400px) {
    /* .fv{
        max-height: 1500px;
    } */
}
@media screen and (max-width:1440px) {

    .fv{
        max-height: 800px;
    }

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

    .sp__br1280{
        display: block;
    }
    
    .fv__flex{
        width: 90%;
    }

    .commitment__flex {
        max-width: 800px;
    }

    .commitment__content:nth-child(2){
        margin-top: 190px;
    }
    .commitment__content:nth-child(3) {
        margin-top: 40px;
    }

}

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



}

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

    .sp__br768{
        display: block;
    }

    /* ______component______ */

    .section__ttl-en{
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .section__ttl-ja {
        font-size: 1rem;
    }

    .concept__ttl {
        font-size: 1.5rem;
        margin-bottom: 35px;
    }

    .section__ttl-r{
        text-align: left;
    }
    

    .concept__img {
        order: -1;
        width: 100%;
        max-width: 400px;
        margin:0 auto 44px;
    }

    .c-btn__link{
        max-width: 275px;
        height: 60px;
        margin-bottom: 25px;
    }

    .c-btn__guide{
        line-height: 1.83;
    }










    /* ______component______ */

    .fv{
        max-height: none;
        min-height: auto;
        height: auto;
        margin-top: 19px;
    }

    .sp__fv-wrap{
        height: 350px;
        position: relative;
        margin-bottom: 34px;
    }
    

    .pc__fv{
        display: none;
    }

    .sp__fv{
        display: block;
        top: 0;
    }

    .fv-text__wrap{
        position: static;
        position: relative;
        z-index: 2;
        width: 90%;
        margin: auto;
        transform: translateY(0);
        margin-bottom: 50px;
    }

    .fv-text__img {
        max-width: 257px;
        margin-bottom: 19px;
    }
    .scroll {
        left: 15.5%;
    }
    .fv-img {
        width: 86%;
        border-radius: 55px 0 0 0;
    }

    .scroll-down{
        font-size: 1.3rem;
    }
    
    .concept{
        padding: 20px 0 70px;
    }
    
    .commitment{
        padding: 40px 0 63px;
        background-image: url(../img/commitment-bg-sp.jpg);
        background-repeat: repeat-y;
        background-size: contain;
    }
    .commitment__section-ttl{
        position: static;
    }

    .commitment__flex{
        margin-top: 52px;
        flex-flow: column wrap;
    }
    .commitment__content{
        margin: auto;
        margin-bottom: 50px;
    }
    .commitment__content:nth-child(2){
        margin-top: 0;
    }
    .commitment__content:nth-child(3) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .commitment__img-wrap{
        margin-bottom: 30px;
    }

    .commitment__ttl{
        margin-bottom: 20px;
    }

    .commitment__label{
        left: 96%;
    }

    .gift__text{
        padding: 60px 0 92px;
    }


    .gift__detail {
        line-height: 2;
    }

    .gift__center{
        background-image: url(../img/gift-bg-sp.jpg);
    }

    .gift__img{
        display: inline-block;
        max-width: 335px;
        margin: -52px 0 50px;
    }

    .gift__ttl-top {
        font-size: 1.4rem;
    }

    .gift__ttl-under{
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .gift__under-text{
        font-size: 7rem;
    }

    .gift__center::before {
        height: 90%;
        background-color: rgba(17,12,11,0.75);
    }

    .select{
        padding: 60px 0 50px;
    }

    .select__ttl {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .gallery__wrap{
        text-align: left;
    }

}

@media screen and (max-width:481px) {
    .fv-text__img {
        max-width: 151px;
    }

    .scroll {
        left: 23.5%;
    }
    .concept__img {
        max-width: 334px;
    }
    .gift__under-text{
        font-size: 5rem;
    }

    .gallery__c-btn{
        max-width: 240px;
    }
}
















/* 白矢印 */
:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #f8f8f8;
    --color-gray: #ddd;
    --color-theme: #f5695f;
    --color-theme-darken: #f12617;
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}

.l-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}


.l-section .l-inner {
    /* padding-top: 5rem;
    padding-bottom: 5rem; */
    /* ホバー時移動分の幅 */
}

.slide-media,
.thumb-media {
    position: relative;
    overflow: hidden;
}
.slide-media img,
.thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }


/* ___________custom-start_____________ */

/* .swiper-button-prev,
.swiper-button-next{
    width: 50px;
    height: 50px;
    border: #707070 1px solid;
    border-radius: 100%;
    background-color: rgba(17,12,11,0.6);
} */

/* ___________custom-end_____________ */




.card03 {
    overflow: hidden;
}
.card03 .swiper {
    overflow: visible;
}
.card03 .swiper-button-prev, .card03 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}
.card03 .swiper-button-prev::before, .card03 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
}
.card03 .swiper-button-prev::after, .card03 .swiper-button-next::after {
    border-color: #fff;
}
.card03 .swiper-button-prev {
    right: calc(100% - 1.6rem);
}
.card03 .swiper-button-next {
    left: calc(100% - 1.6rem);
}
.card03 .slide {
    overflow: hidden;
    -webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s;

}
.card03 .slide-media {
padding-top: 62.5%;
}
.card03 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
}
.card03 .slide-content {
    padding: 3.2rem;
}
.card03 .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
}
.card03 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
}
.card03 .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
}



@media only screen and (max-width: 1024px) {
    .l-inner {
        padding: 0 4rem;
    }
    .pc {
        display: none !important;
    }
    .card03 .swiper {
        padding: 0 3.2rem;
    }
    .card03 .swiper-button-prev {
        right: calc(100% - 5.2rem);
    }
    .card03 .swiper-button-next {
        left: calc(100% - 5.2rem);
    }
}



@media only screen and (min-width: 1025px) {

    /* .tab-sp {
        display: none !important;
    } */
    .swiper-button-prev::before, .swiper-button-next::before {
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    .card03 .slide img {
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }
    /* .card03 .slide:hover {
        -webkit-transform: translateY(-16px);
                transform: translateY(-16px);
    }
    .card03 .slide:hover img {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    } */
}

