@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;
}
.FS2_upper_comment{
    color: #555;
    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 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: #666;
    font-size: calc(15 / 640 * 100vw);
    line-height: 1.666666667;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 0 6.25vw;
}
.btn button{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: calc(64 / 25 * 1em);
    color: #fff;
    background: #555;
    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 button: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: #555;
}
.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__photo{
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.loaded .mv__photo{
    transition: clip-path 1s ease-in-out;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
} */



.intro{
    padding-top: calc(70 / 640 * 100vw);
    padding-bottom: calc(80 / 640 * 100vw);
}
.intro__copy{
    max-width: calc(535 / 640 * 100vw);
    margin-inline: auto;
}
.intro__list{
    max-width: calc(535 / 640 * 100vw);
    margin-inline: auto;
    gap: calc(60 / 640 * 100vw) 0;
    margin-top: calc(120 / 640 * 100vw);
}
.intro__list li{
    flex: 1 0 100%;
}



.recommend {
    padding-top: calc(70 / 640 * 100vw);
    padding-bottom: calc(70 / 640 * 100vw);
    background: url(../img/bg_recommend.jpg) no-repeat top center/cover;
}
.recommend__heading {
    font-size: calc(34 / 640 * 100vw);
    font-weight: normal;
    line-height: 1.5;
    margin-block: -.25em;
}
.recommend__copy {
    max-width: calc(535 / 640 * 100vw);
    margin-top: calc((65 / 640 * 100vw) - 0.44em);
    margin-inline: auto;
}
.recommend__item {
    max-width: calc(560 / 640 * 100vw);
    margin-top: calc(40 / 640 * 100vw);
    margin-inline: auto;
}
.recommend__item + .recommend__item {
    margin-top: calc(45 / 640 * 100vw);
}
.recommend__item__group {
    box-sizing: border-box;
    border: 1px solid #CAC0C8;
    padding: calc(60 / 640 * 100vw) calc(40 / 640 * 100vw) calc(40 / 640 * 100vw);
    background: #fff;
}
.recommend__item__group__heading {
    font-size: calc(32 / 640 * 100vw);
    font-weight: normal;
    line-height: 1.59375;
    letter-spacing: 0;
    margin-inline: -1em;
}
.recommend__item__group__heading sup {
    top: -1.25em;
    font-size: 40%;
}
.recommend__item__group__photo {
    margin-top: calc(22 / 640 * 100vw);
}
.recommend__item__group__desc {
    width: calc(420 / 640 * 100vw);
    margin-inline: auto;
    margin-top: calc(35 / 640 * 100vw);
}
.recommend__item__group__desc__category {
    gap: 7px;
}
.recommend__item__group__desc__category li {
    flex: 0 0 auto;
}
.recommend__item__group__desc__category li img {
    zoom: .5;
}
.recommend__item__group__desc__name {
    font-size: calc(30 / 640 * 100vw);
    line-height: 1.4;
    margin-top: calc((15 / 640 * 100vw) - .2em);
    margin-bottom: -.2em;
    white-space: nowrap;
}
.recommend__item__group__desc__price {
    font-size: calc(22 / 640 * 100vw);
    line-height: 1.666666667;
    margin-top: calc((20 / 640 * 100vw) + ((1.666666667 - 1) / 2 * -1em));
    margin-bottom: calc((1.666666667 - 1) / 2 * -1em);
}
.recommend__item__group__desc__price .tax {
    font-size: .8em;
}
.recommend__item__group__desc__copy {
    margin-top: calc((30 / 640 * 100vw) + -0.44em);
    margin-bottom: -0.44em;
    width: calc(480 / 640 * 100vw);
    margin-inline: calc(30 / 640 * -100vw);
}
.recommend__item__group__btn {
    margin-top: calc(40 / 640 * 100vw);
    margin-inline: auto;
}
.recommend__item__group__detail {
    max-width: calc(150 / 640 * 100vw);
    margin-top: calc(35 / 640 * 100vw);
    margin-inline: auto;
}
.recommend__item__caution {
    margin-top: calc((20 / 640 * 100vw) + -.333333333em);
    padding: 0;
}



.hot {
    padding-top: calc(70 / 640 * 100vw);
    padding-bottom: calc(70 / 640 * 100vw);
    background: url(../img/bg_hot.jpg) no-repeat top center/cover;
}
.hot__heading {
    font-size: calc(34 / 640 * 100vw);
    font-weight: normal;
    line-height: 1.5;
    margin-block: -.25em;
}
.hot__copy {
    max-width: calc(535 / 640 * 100vw);
    margin-top: calc((65 / 640 * 100vw) - 0.44em);
    margin-inline: auto;
}
.hot__item {
    max-width: calc(560 / 640 * 100vw);
    margin-top: calc(40 / 640 * 100vw);
    margin-inline: auto;
}
.hot__item + .hot__item {
    margin-top: calc(45 / 640 * 100vw);
}
.hot__item__group {
    box-sizing: border-box;
    border: 1px solid #CAC0C8;
    padding: calc(60 / 640 * 100vw) calc(40 / 640 * 100vw) calc(40 / 640 * 100vw);
    background: #fff;
}
.hot__item__group__heading {
    font-size: calc(32 / 640 * 100vw);
    font-weight: normal;
    line-height: 1.59375;
    letter-spacing: 0;
    margin-inline: -1em;
}
.hot__item__group__heading sup {
    top: -1.25em;
    font-size: 40%;
}
.hot__item__group__photo {
    margin-top: calc(22 / 640 * 100vw);
}
.hot__item__group__desc {
    width: calc(420 / 640 * 100vw);
    margin-inline: auto;
    margin-top: calc(35 / 640 * 100vw);
}
.hot__item__group__desc__category {
    gap: 7px;
}
.hot__item__group__desc__category li {
    flex: 0 0 auto;
}
.hot__item__group__desc__category li img {
    zoom: .5;
}
.hot__item__group__desc__name {
    font-size: calc(30 / 640 * 100vw);
    line-height: 1.4;
    margin-top: calc((15 / 640 * 100vw) - .2em);
    margin-bottom: -.2em;
    white-space: nowrap;
}
.hot__item__group__desc__price {
    font-size: calc(22 / 640 * 100vw);
    line-height: 1.666666667;
    margin-top: calc((20 / 640 * 100vw) + ((1.666666667 - 1) / 2 * -1em));
    margin-bottom: calc((1.666666667 - 1) / 2 * -1em);
}
.hot__item__group__desc__price .tax {
    font-size: .8em;
}
.hot__item__group__desc__copy {
    margin-top: calc((30 / 640 * 100vw) + -0.44em);
    margin-bottom: -0.44em;
    width: calc(480 / 640 * 100vw);
    margin-inline: calc(30 / 640 * -100vw);
}
.hot__item__group__btn {
    margin-top: calc(40 / 640 * 100vw);
    margin-inline: auto;
}
.hot__item__group__detail {
    max-width: calc(150 / 640 * 100vw);
    margin-top: calc(35 / 640 * 100vw);
    margin-inline: auto;
}
.hot__item__caution {
    margin-top: calc((20 / 640 * 100vw) + -.333333333em);
    padding: 0;
}



.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;
}



.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; }