@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;
}
body,td,th {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.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; }


#header .search {
    display: none;
}

.mv{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.secTxt{
    font-size: 3.90625vw;
    line-height: 1.88;
}

/* Swiper 12.0.3 対応 */
.swiper-slide {
  transition-timing-function: ease-in-out;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    height: auto;
}
svg.swiper-navigation-icon {
    display: none;
}
/* end Swiper */

.navlist > div {
    display: flex;
}
.navlist > div .navList__item {
    width: 50%;
}

.productItem {
    position: relative;
}
.productItem .btnBox {
    margin: auto;
    width: 73.4375%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.productItem-1 .btnBox {
    top: calc(760 / 640 * 100vw);
}
.productItem-2 .btnBox {
    top: calc(1520 / 640 * 100vw);
}
.productItem-3 .btnBox {
    top: calc(1410 / 640 * 100vw);
}
.productItem-4 .btnBox {
    top: calc(1387 / 640 * 100vw);
}

.addcart select{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: calc(70 / 25 * 1em);
    color: #999999;
    background: url('../img/arrow-down.svg') top 50% right 5% / calc(16 / 640 * 100vw) no-repeat, #ffffff;
    font-size: calc(25 / 640 * 100vw);
    line-height: 1;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #595757;
    border-radius: 0;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    padding-left: calc(20 / 640 * 100vw);
    margin-top: calc(20 / 640 * 100vw);
}

.addcart button{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: calc(70 / 25 * 1em);
    color: #fff;
    background: #cc0000;
    font-size: calc(25 / 640 * 100vw);
    line-height: 1;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    padding-left: calc(30 / 640 * 100vw);
    margin-top: calc(30 / 640 * 100vw);
}
.addcart button::after {
    content: '';
    margin-left: calc(20 / 640 * 100vw);
    width: calc(12 / 640 * 100vw);
    height: calc(12 / 640 * 100vw);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
    position: relative;
    left: calc(100 / 640 * 100vw);
}

.itembtn button{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: calc(50 / 25 * 1em);
    color: #333333;
    background: #fff;
    font-size: calc(25 / 640 * 100vw);
    line-height: 1;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    padding-left: calc(30 / 640 * 100vw);
    margin-top: calc(20 / 640 * 100vw);
}
.itembtn button::after {
    content: '';
    margin-left: calc(20 / 640 * 100vw);
    width: calc(12 / 640 * 100vw);
    height: calc(12 / 640 * 100vw);
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg);
    box-sizing: border-box;
    position: relative;
    left: calc(20 / 640 * 100vw);
}

.about2 {
    background: url('../img/bg-slide.svg') center / cover;
    position: relative;
    overflow: hidden;
}

    .about2 .slide-container {
        max-width: calc(520 / 640 * 100vw);
        margin: auto;
    }
        .about2 .swiper-horizontal {
            overflow: visible;
        }
            .about2 .swiper-wrapper {
                padding-bottom: calc(60 / 640 * 100vw);
            }
                .about2 .swiper-slide {
                }

                .about2 .swiper-button-next, 
                .about2 .swiper-button-prev {
                    color: #01267e;
                    height: var(--swiper-navigation-size);
                    justify-content: center;
                    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
                    width: calc(20 / 640 * 100vw);
                }
                .about2 .swiper-button-next {
                    right: calc(-40 / 640 * 100vw);
                }
                .about2 .swiper-button-prev {
                    left: calc(-40 / 640 * 100vw);
                }
                .about2 .swiper-button-prev:after,
                .about2 .swiper-button-next:after {
                    font-size: calc(36 / 640 * 100vw);
                }

                .about2 .swiper-horizontal > .swiper-scrollbar,
                .about2 .swiper-scrollbar.swiper-scrollbar-horizontal {
                }
                .about2 .swiper-scrollbar-drag {
                    background: #01267e;
                    border-radius: 0;
                }



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





.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: #F9F9F9;
}
.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(40 / 640 * 100vw);
    text-align: center;
}





#scrollbtn {
    position: absolute;
        top: 0;
    width: 100%;
}
    #scrollbtn li {
        position: absolute;
        z-index: 20;
        width: 40px;
        height: 100%;
        background: url('https://www.tvert.jp/smp/img2016/common/arrow.svg') center no-repeat;
        background-size: 10px;
    }
    #scrollbtn li.left {
            left: 0;
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    #scrollbtn li.right {
            right: 0;
    }

/*横スクロールの注釈大きさ*/
.attention li {
    display: inline-block;
    white-space: nowrap;
    font-size: 0.9em;
}



@media (min-width: 641px) {
    body {
        max-width: 640px;
        margin-inline: auto!important;
    }
    .secTxt {
        font-size: 25px;
    }

    .addcart select {
        width: 100%;
        height: 70px;
        background: url(../img/arrow-down.svg) top 50% right 5% / 16px no-repeat, #ffffff;
        font-size: 25px;
        padding-left: 20px;
        margin-top: 20px;
    }
    .addcart button {
        height: 70px;
        font-size: 25px;
        padding-left: 30px;
        margin-top: 30px;
    }
    .addcart button::after {
        margin-left: 20px;
        width: 12px;
        height: 12px;
        left: 100px;
    }

    .itembtn button{
        height: 50px;
        font-size: 25px;
        padding-left: 30px;
        margin-top: 20px;
    }
    .itembtn button::after {
        margin-left: 20px;
        width: 12px;
        height: 12px;
        left: 20px;
    }

    .productItem-1 .btnBox {
        top: 760px;
    }
    .productItem-2 .btnBox {
        top: 1520px;
    }
    .productItem-3 .btnBox {
        top: 1410px;
    }
    .productItem-4 .btnBox {
        top: 1387px;
    }


    .about2 .slide-container {
        max-width: 520px;
    }
    .about2 .swiper-wrapper {
        padding-bottom: 60px;
    }
    .about2 .swiper-slide { 
    }

    .about2 .swiper-button-next, 
    .about2 .swiper-button-prev {
        width: 20px;
    }
    .about2 .swiper-button-next {
        right: -40px;
    }
    .about2 .swiper-button-prev {
        left: -40px;
    }

    .about2 .swiper-button-prev:after,
    .about2 .swiper-button-next:after {
        font-size: 36px;
    }




  .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: 40px;
  }

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