@charset "UTF-8";

@font-face{
    font-family: 'TvertSFProDisplay';
    font-style: normal;
    font-weight: normal;
    src: url(../../../css2017/fonts/TvertSFProDisplayLight.woff) format('woff');
    font-display: swap;
}
@font-face{
    font-family: 'TvertSFProDisplay';
    font-style: normal;
    font-weight: bold;
    src: url(../../../css2017/fonts/TvertSFProDisplaySemibold.woff) format('woff');
    font-display: swap;
}
#main{
    color: #0e1c2c;
    font-family: 'TvertSFProDisplay','Yu Gothic',Yugothic,sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0;
    line-height: 1;
}
.bold{
    font-weight: bold;
}
sup{
    font-size: 70%;
    font-family: 'Yu Gothic',Yugothic,sans-serif;
    font-weight: normal;
    white-space: nowrap;
}
.FS2_upper_comment {
    margin-bottom: 0;
}
.FS2_upper_comment img{
    vertical-align: bottom;
}
.ls25{ letter-spacing: .025em; }
.ls50{ letter-spacing: .05em; }
.tr{ text-align: right; }
.tc{ text-align: center; }
.tj{ text-align: justify; }
.fl{ float: left; }
.fr{ float: right; }
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.flex.nowrap{ flex-wrap: nowrap; }
.flex.reverse{ flex-direction: row-reverse; }
.flex.reverse > *{ min-height: 0; }
.flex.jc-c{ justify-content: center; }
.flex.jc-s{ justify-content: flex-start; }
.flex.jc-e{ justify-content: flex-end; }
.flex.ai-c{ align-items: center; }
.flex.ai-e{ align-items: flex-end; }
.flex.ai-st{ align-items: stretch; }

.secTxt{
    font-size: 3.90625vw;
    line-height: 1.88;
}
.notes{
    color: #333;
    font-size: calc(15 / 640 * 100vw);
    line-height: 1.666666667;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 0 6.25vw;
}
.btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: calc(64 / 25 * 1em);
    color: #fff;
    background: #0e1c2c;
    font-size: calc(25 / 640 * 100vw);
    line-height: 1;
    text-align: center;
    gap: 0 calc(22 / 640 * 100vw);
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    box-sizing: border-box;
}
.btn a:after{
    content: "";
    display: block;
    width: calc(12 / 640 * 100vw);
    height: calc(22 / 640 * 100vw);
    background: currentColor;
    clip-path: polygon(0% 0%, 1px 0%, 100% 50%, 1px 100%, 0% 100%, calc(100% - 1px) 50%);
}
.detail a {
    display: block;
    font-size: calc(25 / 640 * 100vw);
    text-align: center;
    padding-bottom: calc(12 / 640 * 100vw);
    border-bottom: 1px solid currentColor;
    color: #0e1c2c;
}
.detail a:visited {
    color: inherit;
}
.fi_h span,
.fi_v span{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.fi_h span img{
    display: block;
    transform: translateX(30%);
    opacity: 0;
}
.fi_h.active span img{
    transition: transform 1s ease-in-out,opacity 1.5s ease-in-out;
    transform: translateX(0);
    opacity: 1;
}
.fi_v span img{
    display: block;
    transform: translateY(120%) scaleY(1.4);
    transform-origin: top center;
}
.fi_v.active span img{
    transition: transform .7s ease-in-out;
    transform: translateY(0) scaleY(1);
}
.fi_f{
    opacity: 0;
    filter: blur(5px);
}
.fi_f.active{
    transition: opacity .2s ease-in-out,filter .9s linear;
    opacity: 1;
    filter: blur(0);
}



#header .search {
    display: none;
}


.mv{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mv__wrap {
    position: relative;
}
.mv__wrap .photo {
    transform: scale(1.1);
    opacity: 0;
}
.loaded .mv__wrap .photo {
    transition: transform 1.5s ease-in-out, opacity .5s ease-in-out;
    transform: scale(1);
    opacity: 1;
}
.mv__wrap .copy {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.loaded .mv__wrap .copy {
    opacity: 1;
    transition: opacity 1s 1.2s;
}




.bg01 {
    background: url(../img/bg_coffret01.jpg) repeat-y top center/cover;
    padding-bottom: calc(80 / 640 * 100vw);
}
.bg02 {
    background: url(../img/bg_coffret02.jpg) repeat-y top center/cover;
}



.intro{
    padding-top: calc(40 / 640 * 100vw);
    padding-bottom: calc(80 / 640 * 100vw);
    opacity: 0;
    transition: opacity .5s 2s;
}
.loaded .intro {
    opacity: 1;
}
.intro__copy{
    max-width: calc(540 / 640 * 100vw);
    margin-inline: auto;
}
.intro__list{
    max-width: calc(490 / 640 * 100vw);
    margin-inline: auto;
    gap: calc(40 / 640 * 100vw) 0;
    margin-top: calc(80 / 640 * 100vw);
}
.intro__list li{
    flex: 1 0 100%;
}



.present {
    max-width: calc(570 / 640 * 100vw);
    margin: 0 auto;
    padding-bottom: calc(40 / 640 * 100vw);
    background: url(../img/bg_present.jpg?251020) no-repeat top center/cover;
    border: solid 1px #919ca0;
    box-sizing: border-box;
}
.present__conts,
.present__detail {
    width: 100%;
}
.present__detail {
    display: none;
    margin-top: calc(30 / 640 * 100vw);
}
.present__more {
    width: 84%;
    background: url(../img/icon_present.svg) no-repeat left 73% center / 4% auto;
    margin: calc(20 / 640 * 100vw) auto 0;
    cursor: pointer;
    border: solid .5px #333;
    box-sizing: border-box;
}
.present__more.active {
    background: url(../img/icon_present_active.svg) no-repeat left 65% center / 4% auto;
}
.present__more:before {
    content: "詳しくはこちら";
    display: block;
    color: #333;
    font-size: calc(21 / 640 * 100vw);
    line-height: calc(38 / 640 * 100vw);
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    text-align: center;
}
.present__more.active:before {
    content: "閉じる";
}




.coffret__wrap {
}
.coffret picture {
    display: block;
    width: 100%;
    position: relative;
}
.coffret picture .coffret__ttl {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.coffret .coffret__txt_wrap {
    max-width: calc(550 / 640 * 100vw);
    margin: 0 auto;
    padding-top: calc(40 / 640 * 100vw);
    padding-bottom: calc(80 / 640 * 100vw);
}
.coffret .coffret__txt_wrap .coffret__txt {
    margin-bottom: calc(30 / 640 * 100vw);
}
.coffret .coffret__txt_wrap .coffret__btn {
    max-width: calc(470 / 640 * 100vw);
    margin: 0 auto;
    margin-bottom: calc(30 / 640 * 100vw);
}
.coffret .coffret__txt_wrap .coffret__caution {
    padding: 0;
}


.brand {
    background: #eceef3;
    padding-bottom: calc(80 / 640 * 100vw);
}
.brand > picture {
    display: block;
    margin-bottom: calc(60 / 640 * 100vw);
}
.brand__wrap {
    max-width: calc(540 / 640 * 100vw);
    margin-inline: auto;
}
.brand__wrap picture {
    display: block;
    margin-top: calc(40 / 640 * 100vw);
}
.brand__ttl {
    margin-bottom: calc(30 / 640 * 100vw);
}
.brand__copy {
    margin-bottom: calc(20 / 640 * 100vw);
}



.attention {
    padding-top: calc(50 / 640 * 100vw);
    padding-bottom: calc(50 / 640 * 100vw);
    margin: 0;
    padding-inline: 0;
    color: inherit;
}
.attention__copy {
    max-width: calc(550 / 640 * 100vw);
    margin: -.44em auto;
}



.account {
    margin-bottom: calc(60 / 640 * 100vw);
    padding-top: calc(50 / 640 * 100vw);
    padding-bottom: calc(70 / 640 * 100vw);
    background: #F9F9F9;
}
.account__heading {
    width: calc(358 / 640 * 100vw);
    margin-inline: auto;
}
.account__content {
    max-width: calc(560 / 640 * 100vw);
    margin-top: calc(30 / 640 * 100vw);
    margin-inline: auto;
    box-sizing: border-box;
    padding: calc(40 / 640 * 100vw) calc(30 / 640 * 100vw) calc(60 / 640 * 100vw);
    background: #fff;
}
.account__content__copy {
    margin-block: -.44em;
}
.account__content__copy em {
    color: #cc0000;
    font-style: normal;
}
.account__content__value {
    margin-top: calc(40 / 640 * 100vw);
    text-align: center;
}
.account__content__btn {
    margin-top: calc(20 / 640 * 100vw);
    text-align: center;
}


@media screen and (min-width:641px) {
    body {
        max-width: 640px;
        margin-inline: auto !important;
    }

    .secTxt{
        font-size: 25px;
    }
    .notes{
        font-size: 15px;
    }
    .btn a{
        height: calc(64 / 25 * 1em);
        font-size: 25px;
        gap: 0 22px;
    }
    .btn a:after{
        width: 12px;
        height: 22px;
    }
    .detail a {
        font-size: 25px;
        padding-bottom: 12px;
    }



    .bg01 {
        padding-bottom: 80px;
    }



    .intro{
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .intro__copy{
        max-width: 540px;
    }
    .intro__list{
        max-width: 490px;
        gap: 40px 0;
        margin-top: 80px;
    }



    .present {
        max-width: 570px;
        padding-bottom: 40px;
    }
    .present__detail {
        margin-top: 30px;
    }
    .present__more {
        margin: 20px auto 0;
    }
    .present__more:before {
        font-size: 21px;
        line-height: 38px;
    }



    .coffret .coffret__txt_wrap {
        max-width: 550px;
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .coffret .coffret__txt_wrap .coffret__txt {
        margin-bottom: 30px;
    }
    .coffret .coffret__txt_wrap .coffret__btn {
        max-width: 470px;
        margin-bottom: 30px;
    }


    .brand {
        padding-bottom: 80px;
    }
    .brand > picture {
        margin-bottom: 60px;
    }
    .brand__wrap {
        max-width: 540px;
    }
    .brand__wrap picture {
        margin-top: 40px;
    }
    .brand__ttl {
        margin-bottom: 30px;
    }
    .brand__copy {
        margin-bottom: 20px;
    }



    .attention {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .attention__copy {
        max-width: 550px;
    }



    .account {
        margin-bottom: 60px;
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .account__heading {
        width: 358px;
    }
    .account__content {
        max-width: 560px;
        margin-top: 30px;
        padding: 40px 30px 60px;
    }
    .account__content__value {
        margin-top: 40px;
    }
    .account__content__btn {
        margin-top: 20px;
    }

    .l-section__inner {
        padding: 0 20px !important;
    }
    .p-top-products__category-section {
        gap: 24px !important;
    }
    .p-category__list {
        gap: 32px 25px !important;
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: repeat(4, auto) !important;
    }
    .p-category__image {
        width: 95px !important;
    }
    .l-footer__inner {
        padding: 40px 30px !important;
    }
}



.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
}
/* fade in */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in up */
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 20px, 0); } to { opacity: 1; transform: none; }}
.fadeInUp { animation-name: fadeInUp; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in down */
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -20px, 0); } to { opacity: 1; transform: none; }}
.fadeInDown { animation-name: fadeInDown; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in right */
@keyframes fadeInRight { from { opacity: 0; transform: translate(30px,0); } to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in left */
@keyframes fadeInLeft {
from { opacity: 0; transform: translate(-30px,0); }to { opacity: 1; transform: none; }}
.fadeInLeft { animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade out */
@keyframes fadeOut { from { opacity: 1; }  to { opacity: 0; }}
.fadeOut { animation-name: fadeOut; }