@charset "UTF-8";

/*
Theme Name: expolinc様
Theme URI: /wp-content/themes/expolinc
Author URI:
Version: 1.0
*/

:root{
    --main-w: 1440;
}

li{
    list-style: none;
}

body.no-scroll{
    overflow: hidden;
}

html{
    font-family: "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #171515;
    letter-spacing: 0;
}

html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
visibility: visible;
}

.futurafonts{
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
}

a{
    color: inherit;
    text-decoration: none;
}

img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

main{
    padding-top: 80px;
}

header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 12px 0;
    background-color: #fff;
    z-index: 100;
}

.header__wrap{
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo{
    display: block;
    width: 260px;
    height: auto;
}

.header__nav__list{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: right;
}

.header__nav__list li{
    list-style: none;
}

.header__nav__list__item{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 500;
}

.header__nav__list__contact{
    display: flex;
    align-items: center;
    gap: 8px;
    line-height:  min(max(55 / var(--main-w) * 100vw,45px), 55px);
    background-color: #053E7F;
    border-radius: 40px;
    font-size:  min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 500;
    color: #FFF;
    padding: 0  min(max(42 / var(--main-w) * 100vw,24px), 42px);
    margin-left: 20px;
}

.header__nav__list__contact::before{
    content: "";
    width: min(max(26.57 / var(--main-w) * 100vw,19.14px), 26.57px);
    height: min(max(20.46 / var(--main-w) * 100vw,14.73px), 20.46px);
    background: url(./assets/img/headercontact_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.top-fv{
    width: calc(100% - 60px);
    height: calc(100svh - 120px);
    margin: 0 auto;
    border-radius: 20px;
    background: url(./assets/img/fv_bg.webp);
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
}

.top-fv__wrap{
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 60px 0;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
}

.top-fv__inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.top-fv__left__backwhite{
    display: inline-block;
    font-size: min(max(30 / var(--main-w) * 100vw,21px), 30px);
    font-weight: bold;
    line-height: 1.4;
    padding: 15px 11px 15px 30px;
    background:rgba(255, 255, 255, 0.9);
}

.top-fv__left__backwhite:last-child{
    margin-top: 16px;
}

.top-fv__right{
    white-space: nowrap;
    position: relative;
    display: inline-block;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    color: #ffffff;
    line-height: 1.5;
    padding: 13px min(max(54 / var(--main-w) * 100vw,42px), 54px) 13px min(max(44 / var(--main-w) * 100vw,32px), 44px);
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.27);
    border: 1px solid #FFFFFF;
}

.top-fv__right::after{
    content: "";
    position: absolute;
    width: min(max(15.58 / var(--main-w) * 100vw,12.81px), 15.58px);
    height: min(max(11.33 / var(--main-w) * 100vw,9.32px), 11.33px);
    background: url(./assets/img/button_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: min(max(16 / var(--main-w) * 100vw,13px), 16px);
    top: 50%;
    transform: translateY(-50%);
}

.top-about{
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 100px 0 400px 0;
}

.top-about__inner{
    position: relative;
    max-width: min(max(540 / var(--main-w) * 100vw,300px), 540px);
    width: 95%;
    margin: 0 auto;
}

.top-about__ttl{
    text-align: center;
    font-size: min(max(38 / var(--main-w) * 100vw,30px), 38px);
    font-weight: 500;
    margin-bottom: 24px;
}

.top-about__logo{
    width: 260px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 23px;
}

.top-about__txt{
    font-size: min(max(16 / var(--main-w) * 100vw,16px), 16px);
    line-height: 1.9;
    font-weight: 500;
}

.top-about__img{
    position: absolute;
}

.top-about__img--f{
    width: min(max(297 / var(--main-w) * 100vw,120px), 297px);
    justify-self: auto;
    left: 0;
    top: min(max(120 / var(--main-w) * 100vw,40px), 120px);
}

.top-about__img--s{
    width: min(max(414 / var(--main-w) * 100vw,120px), 414px);
    right: 0;
    top: min(max(250 / var(--main-w) * 100vw,125px), 250px);
}

.top-about__img--t{
    width: min(max(414 / var(--main-w) * 100vw,120px), 414px);
    left: min(max(-190 / var(--main-w) * 100vw,-100px), -190px);
    top: 120%;
}

.top-product{
    overflow: hidden;
    margin: 0 0 120px 0;
}

.top-product__ttl{
    text-align: center;
    font-size: min(max(25 / var(--main-w) * 100vw,20px), 25px);
    font-weight: bold;
}

.top-product__txt{
    margin: 0 auto;
    margin-top: 24px;
    font-size: min(max(16 / var(--main-w) * 100vw,16px), 16px);
    font-weight: 400;
    max-width: 1000px;
    width: calc(100% - 30px);
}

.top-product__button{
    text-align: center;
    margin-top: 100px;
}

.top-product__button__item{
    display: inline-block;
    line-height: 1.5;
    padding: 0 43px 5px 43px;
    background: url(./assets/img/listbutton_arrow.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.top-product__sliderarea.slick-slider{
    max-width: unset;
    width: calc(100vw - (50vw - 524px));
    margin: 0 0 0 auto;
    margin-top: 30px;
    transform: translateX(14px);
    gap: unset;
}

.top-product__sliderarea{
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    gap: 8px;
}

.top-product__sliderarea .slick-list{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

.top-product__sliderarea__item__img{
    position: relative;
}

.top-product__sliderarea__item__img .slick-list{
    padding: 0;
}

.top-product__sliderarea__item__img .slick-dots{
    bottom: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-product__sliderarea__item__img.slick-dotted.slick-slider{
    margin: 0 ;
}

.top-product__sliderarea__item__img .slick-dots li{
    margin: 0 2.5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #171515;
}

.top-product__sliderarea__item__img .slick-dots li.slick-active{
    background: #171515;
}

.top-product__sliderarea__item__img .slick-dots li button{
    padding: 0;
    width: 100%;
    height: 100%;
}

.top-product__sliderarea__item__img .slick-dots li button:before{
    display: none;
}

.top-product__sliderarea__item__img__child{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.top-product__sliderarea__item__img__child img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-product__sliderarea__arrowarea{
    display: flex;
    justify-content: right;
    gap: 12px;
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 20px;
}

.top-product__sliderarea__arrowarea__item{
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.top-product__sliderarea__item{
    width: calc(25% - 6px);
    display: block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
    gap: 8px;
    position: relative;
}

.product-badge{
    position: absolute;
    background: #DB2A2A;
    color: #fff;
    border-radius: 19px;
    line-height: min(max(35 / var(--main-w) * 100vw,30px), 35px);
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    text-align: center;
    display: inline-block;
    padding: 0 min(max(19 / var(--main-w) * 100vw,15px), 19px);
    z-index: 1;
    left: 12px;
    top: 12px;
}

.top-product__sliderarea.slick-slider .top-product__sliderarea__item{
    width: auto;
    margin-right: 18px;
}

.top-product__sliderarea__item__info{
    padding: min(max(15 / var(--main-w) * 100vw,10px), 15px);
    padding-top: min(max(25 / var(--main-w) * 100vw,15px), 25px);
    background-color: #ffffff;
}

.top-product__sliderarea__item__ttl{
    font-size: min(max(17 / var(--main-w) * 100vw,14px), 17px);
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: min(max(48 / var(--main-w) * 100vw,40px), 48px);
}

.top-product__sliderarea__item__info ul{
    font-weight: 500;
    font-size: min(max(15 / var(--main-w) * 100vw,13px), 15px);
    line-height: 1.8;
    margin-top: 5px;
    min-height: 24.4px;
}

.top-product__sliderarea__item__info ul li{
    border-bottom: 1px dashed #DDDDDD;
}

.top-product__sliderarea__item__info ul li:last-child{
    font-size: 13px;
}

.top-product__sliderarea__item__price{
    font-family: "futura-pt", sans-serif;
    text-align: right;
    font-size: min(max(21 / var(--main-w) * 100vw,15px), 21px);
    font-weight: 500;
    margin-top: min(max(15 / var(--main-w) * 100vw,10px), 15px);
}

.top-product__sliderarea__item__price--ja{
    font-size: min(max(14 / var(--main-w) * 100vw,11px), 14px);
}

.top-product__sliderarea__item__price--icon{
    font-size: min(max(19 / var(--main-w) * 100vw,14px), 19px);
    margin-left: 5px;
}

.top-product__box--second{
    margin-top: 80px;
}

.top-news{
    padding: 80px 0;
    background-color: #F7F7F7;
}

.section__subttl{
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

.section__ttl{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.section__subttl--white,.section__ttl--white{
    color: #fff;
}

.top-news__inner{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 55px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.top-news__list{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.top-news__list__item{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    line-height: 20px;
}

.top-news__list__item__date{
    font-size: min(max(15 / var(--main-w) * 100vw,13px), 15px);
}

.top-news__list__item__ttl{
    font-weight: 500;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
}

.top-product__button--news{
    margin-top: 50px;
    text-align: left;
}

.top-product__button--news .top-product__button__item{
    padding: 0 27px 5px 27px;
}

.top-news__right{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 413px;
}

.top-product__button--study{
    margin-top: 14px;
    padding: 0 20px 5px 20px;
}

.top-study{
    margin: 120px 0;
}

.top-study__inner{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 55px;
}

.top-study__box{
    display: flex;
    background: #F7F7F7;
}

.top-study__box--reverse{
    flex-direction: row-reverse;
}

.top-study__box__image{
    width: 68%;
}

.top-study__box__image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top-study__box__area{
    width: 32%;
    padding: 28px 50px;
}

.top-study__box__area__ttl{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.top-study__box__area__slider{
    margin-top: 12px;
}

.slide-arrow{
    cursor: pointer;
    width: 30px;
    z-index: 1;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
}

.prev-arrow{
    left: -35px;
}

.next-arrow{
    right: -35px;
}

.top-study__box__area__slider.slick-dotted.slick-slider{
    margin-bottom: 25px;
}

.top-study__box__area__slider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    bottom: -15px;
}

.top-study__box__area__slider .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0;
    background-color: #E3E3E3;
    border-radius: 50%;
}

.top-study__box__area__slider .slick-dots li.slick-active{
    background-color: #171515;
}

.top-study__box__area__slider .slick-dots li button{
    width: 100%;
    height: 100%;
    padding: 0;
}

.top-study__box__area__slider .slick-dots li button::before{
    display: none;
}

.top-study__box__area__abouttime{
    text-align: center;
    font-size: min(max(18 / var(--main-w) * 100vw,16px), 18px);
    font-weight: bold;
}

.top-study__box__area__flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.top-study__box__area__flex__human{
    display: flex;
    align-items: center;
    gap: 3.5px;
}

.top-study__box__area__flex__time{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 500;
}

.top-study__box__area__flex__human__item{
    display: flex;
    width: 15.37px;
    height: auto;
}

.top-nog{
    position: relative;
    min-height: 550px;
    padding: 80px 0 0 0;
    background: url(./assets/img/nog_bg.webp);
    background-position: top;
    background-size: cover;
}

.top-nog__inner{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}

.top-nog__ttl{
    text-align: center;
    color: #fff;
    font-size: min(max(30 / var(--main-w) * 100vw,22px), 30px);
    font-weight: 700;
}

.top-nog__txt{
    color: #fff;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 500;
    margin-top: 40px;
}

.top-nog__card{
    width: 100%;
    max-width: 1000px;
    width: 95%;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
}

.top-nog__card__item{
    width: 33.33%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
    padding: 20px 25px;
}

.top-nog__card__item__icon{
    width: 55px;
    margin: 0 auto;
}

.top-nog__card__item__ttl{
    text-align: center;
    margin: 5px 0 12px 0;
    font-size: min(max(20 / var(--main-w) * 100vw,18px), 20px);
    font-weight: 700;
}

.top-nog__card__item__txt{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 500;
}

.top-faq{
    background-color: #F7F7F7;
    padding: 80px 0;
    margin-top: 210px;
    margin-bottom: 100px;
}

.top-faq__inner{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    margin-top: 55px;
}

.top-faq__item{
    padding: 13px 0;
    border-top: 1px solid #A5A5A5;
}

.top-faq__item:last-child{
    border-bottom: 1px solid #A5A5A5;
}

.top-faq__item__box{
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-faq__item__box--q{
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.top-faq__item__box--q::after{
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    height: 7.06px;
    width: 12.5px;
    background: url(./assets/img/faq_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.top-faq__item__box--q.active::after{
    transform: translateY(calc(-50% - 6.25px)) rotate(180deg);
    transition: 0.3s;
}

.top-faq__item__box--q.active {
    padding-bottom: 13px;
    transition: 0.3s;
}

.top-faq__item__box--a{
    padding-top: 13px;
    border-top: 1px dashed #A5A5A5;
    align-items: flex-start;
    display: none;
}

.top-faq__item__icon{
    width: min(max(45 / var(--main-w) * 100vw, 34px), 45px);
    height: min(max(45 / var(--main-w) * 100vw, 34px), 45px);
}

.top-faq__item__ttl{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
    width: calc(100% - 54px);
    padding-right: 35px;
}

.top-service{
    margin: 100px 0;
}

.top-service__inner{
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

.top-service__item{
    padding: 0 27px;
    border-left: 1px solid #212121;
    width: 25%;
}

.top-service__item:last-child{
    border-right: 1px solid #212121;
}

.top-service__item__icon{
    max-width: 83.03px;
    width: 95%;
    margin: 0 auto;
}

.top-service__item__ttl{
    text-align: center;
    font-size: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
    font-weight: 700;
    margin: 12px 0 8px 0;
}

.top-service__item__txt{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
    line-height: 1.7;
}

.footerup{
    padding: 56px 0;
    background: url(./assets/img/footerup_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footerup__txt{
    text-align: center;
    color: #fff;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
    margin-top: 18px;
    line-height: 1.7;
}

.footerup__button{
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: 95%;
    max-width: 305px;
    margin: 0 auto;
    background-color: #ffffff;
    font-size: min(max(20 / var(--main-w) * 100vw, 18px), 20px);
    font-weight: 500;
    padding: min(max(18 / var(--main-w) * 100vw, 14px), 18px) 0;
    margin-top: 38px;
    border-radius: 5px;
}

.footerup__button::before{
    content: "";  
    width: 26.57px;
    height: 20.46px;
    background: url(./assets/img/headercontact_arrow.svg);
    filter: brightness(0);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

footer{
    background-color: #053E7F;
}

.footer__inner{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 65px 0;
}

.footer__copy{
    background-color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}

.footer__logo__wrap{
    flex: 1;
}

.footer__logo{
    width: 186px;
    display: block;
}

.footer__nav{
    flex: 1;
}

.footer__nav__list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer__nav__list__item{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    color: #fff;
}

.footer__contact__wrap{
    flex: 1;
}

.footer__contact__wrap--hum{
    margin-top: 33px;
}

.footer__contact__wrap--hum .footer__contact{
    margin: 0 auto;
    width: 260px;
    max-width: 95%;
}

.footer__contact{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 40px;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
    max-width: 190px;
    width: 100%;
    margin: 0 0 0 auto;
}

.footer__contact::before{
    content: "";
    width: 24.54px;
    height: 18.89px;
    background: url(./assets/img/headercontact_arrow.svg);
    filter: brightness(0);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


/*  */

.bandarea{
    width: 100%;
    height: 280px;
    background: url(./assets/img/pb_band.png);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bandarea--booth{
    background: url(./assets/img/booth_band.png);
    background-position: center;
    background-size: cover;
}

.bandarea--contact{
    background: url(./assets/img/contact_band.png);
    background-position: center;
    background-size: cover;
}

.bandarea--company{
    background: url(./assets/img/booth_band.png);
    background-position: center;
    background-size: cover;
}

.bandarea__ttl{
    font-size: min(max(30 / var(--main-w) * 100vw, 22px), 30px);
    font-weight: bold;
    color: #fff;
}

.productlist{
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 55px;
}

.productlist__category{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #171515;
    border-bottom: 1px solid #171515;
}

.productlist__category__blank{
    width: 198px;
}

.productlist__category__ttl{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    text-align: center;
    display: inline-block;
    font-weight: 500;
}

.productlist__category__filter{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
    display: flex;
    gap: 44px;
    align-items: center;
    padding: 15px 40px;
    border-left: 1px solid #171515;
    cursor: pointer;
}

.productlist__category__filter::after{
    content: "";
    background: url(./assets/img/sortbutton.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 9px;
    transition: 0.3s;
}

.productlist__category__filter.is-open::after{
    transform: rotate(180deg);
    transition: 0.3s;
}

.productlist__sort{
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 24px;
    margin-top: 80px;
}

.productlist__sort__ttl{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
}

.sort__select{
    color: #171515;
    padding: 13px 20px;
    border: 1px solid #171515;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    min-width: 200px;
}

.sort__sort__wrap{
    position: relative;
}

.sort__sort__wrap::after{
    content: "";
    position: absolute;
    background: url(./assets/img/sortbutton.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.productlist__box{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.top-product__sliderarea__item--productlist{
    background-color: #fff;
    width: calc(25% - 15px);
    margin: 0;
}

.productlist__pager__list{
    margin-top: 64px;
    margin-bottom: 87px;
}

.productlist__pager__list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.productlist__pager__list__arrow{
    border-radius: 18px;
    display: block;
    color: #053E7F;
    border: 1px solid #053E7F;
    font-size: 15px;
    line-height: 35px;
    width: 78px;
    text-align: center;
}

.productlist__pager__list__item{
    display: block;
    font-size: 17px;
    color: #053E7F;
    border: 1px solid #053E7F;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
}

.productlist__pager__list__item.is-active{
    color: #ffffff;
    background-color: #053E7F;
}

.product__history{
    padding: 80px 0;
    background-color: #F7F7F7;
}

.product__history__inner{
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

.product__history__ttl{
    line-height: 36px;
    font-size: min(max(25 / var(--main-w) * 100vw, 20px), 25px);
    font-weight: bold;
    border-left: 9px solid #053E7F;
    padding-left: 8px;
}

.productlist__category__list__wrap{
    display: none;
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 100%;
}

.productlist__category__list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px;
    background-color: #F2F2F2;
}

.productlist__category__list__item__txt{
    text-align: center;
    display: flex;
    position: absolute;
    gap: min(max(16 / var(--main-w) * 100vw, 13px), 16px);
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: min(max(16 / var(--main-w) * 100vw, 13px), 16px);
    font-weight: bold;
    text-shadow: 0 1px 2px #000000;
}


.productlist__category__list__item__txt::after{
    content: "";
    background: url(./assets/img/category_rightarrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.84px;
    height: 19.29px;
}

.productlist__category__list__item{
    position: relative;
    width: calc(25% - 22.5px);
    cursor: pointer;
}

.booth__list{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 55px;
}

.productdetail{
    margin: 55px 0 120px 0;
}

.productdetail__slider__box{
    padding: 10px 0;
}

.productdetail__slider__box .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    bottom: -25px;
}

.productdetail__slider__box .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #E3E3E3;
    border-radius: 50%;
}

.productdetail__slider__box .slick-dots li button::before{
    display: none;
}

.productdetail__slider__box .slick-dots li button{
    width: 100%;
    height: 100%;
    padding: 0;
}

.productdetail__slider__box .slick-dots li.slick-active{
    background-color: #171515;
}

.productdetail__slider__box__item{
    margin: 0 20px;
    box-shadow: 0 3px 7px #00000012;
}

.productdetail__slider__box .slick-list{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.productdetail__article__inner{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 100px;
}

.productdetail__article__ttl{
    line-height: 1.5;
    padding-bottom: 8.5px;
    border-bottom: 3px solid #053E7F;
    font-size: min(max(25 / var(--main-w) * 100vw, 20px), 25px);
    font-weight: bold;
}

.productdetail__article__txt{
    margin-top: min(max(20 / var(--main-w) * 100vw, 16px), 20px);
    margin-bottom: min(max(40 / var(--main-w) * 100vw, 40px), 40px);
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
    line-height: 1.8;
}

.productdetail__article__rich p{
    margin-top: min(max(20 / var(--main-w) * 100vw, 16px), 20px);
    margin-bottom: min(max(40 / var(--main-w) * 100vw, 40px), 40px);
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
    line-height: 1.8;
}

.productdetail__article__subttl{
    font-size: min(max(22 / var(--main-w) * 100vw, 18px), 22px);
    font-weight: 500;
    color: #ffffff;
    background-color: #053E7F;
    line-height: 1.5;
    padding: 9px 24px;
    margin: min(max(80 / var(--main-w) * 100vw, 50px), 80px) 0 min(max(40 / var(--main-w) * 100vw, 24px), 40px) 0;
}

.productdetail__article__detail{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.productdetail__article__detail__table{
    text-align: left;
    width: 615px;
    height: fit-content;
}

.productdetail__article__detail__table , .productdetail__article__detail__table td, .productdetail__article__detail__table th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.productdetail__article__detail__table td,.productdetail__article__detail__table th {
	padding: 8px 12px;
	width: 30px;
	height: 25px;
}

.productdetail__article__detail__table td{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
    width: 390px;
}

.productdetail__article__detail__table th{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: bold;
    width: 224px;
}

.productdetail__article__detail__image{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 80px;
}

.productdetail__article__detail__image__ttl{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    display: inline-block;
    line-height: 32px;
    text-align: center;
    width: 111px;
    max-width: 100%;
    border: 2px solid #053E7F;
}

.productdetail__article__detail__image__ttl__flex{
    display: flex;
    align-items: flex-end;
    gap: 40px;
}

.productdetail__article__detail__image__ttl__flex__left{
    position: relative;
}

.productdetail__article__detail__image__ttl__flex__left::before{
    content: "170cm";
    position: absolute;
    bottom: 102%;
    left: 0;
    font-size: 14px;
    font-weight: 500;
}

.productdetail__article__detail__image__ttl__flex__left img{
    height: 170px;
    width: auto;
}

.productdetail__article__detail__image__ttl__flex__right{
    width: 200px;
    height: 200px;
    background-color: #000;
}

.productdetail__article__parts{
    margin: 40px 0 120px 0;
}

.productdetail__article__parts li{
    line-height: 1.5;
    padding: 8px 0;
    border-bottom: 1px solid #C9C9C9;
    font-size: 16px;
    font-weight: 500;
}

.productdetail__article__parts li span{
    font-size: 14px;
}

.articlepage-inner{
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
}

.productdetail__article__img{
    margin: 40px 0 120px 0;
}

.productdetail__article__rich img{
    display: block;
    margin: 40px 0 120px 0;
}

.product__history__ttl.articlepage{
    margin: 120px 0 24px 0;
}

.product__history__download{
    display: flex;
    max-width: 837px;
    margin: 0 auto;
    width: 100%;
    border: 2px solid #053E7F;
}

.product__history__download--s{
    display: block;
    max-width: 837px;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 120px;
}

/* .product__history__download__ttl{
    text-align: center;
    font-size: min(max(20 / var(--main-w) * 100vw, 16px), 20px);
    font-weight: bold;
    color: #fff;
    background: url(./assets/img/dl_bg.png);
    background-position: right;
    background-size: cover;
    padding: 45px 140px 45px 68px;
}

.product__history__download__txt{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: bold;
    width: 41%;
    justify-content: center;
}

.product__history__download__txt::before{
    content: "";
    background: url(./assets/img/pdficon.svg);
    width: 55.28px;
    height: 64.66px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product__history__download__txt::after{
    content: "";
    background: url(./assets/img/dlicon.svg);
    width: 24.63px;
    height: 24.63px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
} */

.productdetail__article__back{
    text-align: center;
    margin-top: 80px;
}

.productdetail__article__backbutton{
    display: inline-block;
    line-height: min(max(50 / var(--main-w) * 100vw, 45px), 50px);
    max-width: 200px;
    width: 100%;
    background-color: #053E7F;
    color: #ffffff;
    text-align: center;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 500;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.content_inner{
    overflow: hidden;
}

.company__table{
    width: 100%;
    margin-bottom: 80px;
}

.company__table,.company__table td,.company__table th{
    border: 1px solid #595959;
    border-collapse: collapse;
}

.company__table td,.company__table th{
    padding: 16px;
}

.company__table th{
    font-size: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
    font-weight: bold;
    background-color: #053e7f21;
}

.company__table td{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 400;
}

/* breadcrumbs */

.breadcrumbs{
    overflow: scroll;
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-top: 20px;
}

.breadcrumbs__item{
    list-style: none;
}

.breadcrumbs__list{
    display: flex;
}

.breadcrumbs__item{
    list-style: none;
    padding-right: 18px;
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumbs__item::before{
    content: "";
    width: 6.92px;
    height: 6.59px;
    position: absolute;
    right: 5px;
    top: 55%;
    transform: translateY(-50%);
    background: url(./assets/img/breadcrumbs_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs__item:last-child:before{
    display: none;
}

.breadcrumbs__link{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
}

.productlist__pager__list__arrow[aria-disabled="true"] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* 誤クリック防止 */
}

.top-study__box__area__slider__item{
    position: relative;
}

 /* contact */

fieldset{
    border:none;
}
::placeholder{
    color: #A5A5A5;
}
.screen-reader-response{
    font-size: 18px;
    margin-bottom: 10px;
}

.wpcf7-not-valid-tip{
    color: red;
    font-size: 14px;
}

.contact__ttl{
    text-align: center;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 400;
    margin-top: 55px;
}

.contact{
    max-width: 600px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 55px;
}

.contact{
    padding-bottom: 100px;
}

.contact-form__label{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: bold;
    line-height: 22px;
}

.contact-form__required{
    color: #fff;
    background-color: #BC1B23;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 8px;
    margin-left: 16px;
}


.contact-form__field{
    width: 100%;
}

.contact-form__row{
    margin-bottom: 27px;
}

.contact-form__field{
    margin-top: 10px;
}

.contact-form__field .contact-form__input{
    width: 100%;
    background-color: #EAEAEA;
    padding: min(max(15 / var(--main-w) * 100vw, 13px), 15px) min(max(24 / var(--main-w) * 100vw, 20px), 24px);
    line-height: 1;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 400;
    border-radius: 5px;
}

.contact-form__field textarea.contact-form__input{
    width: 100%;
    background-color: #EAEAEA;
    padding: min(max(15 / var(--main-w) * 100vw, 13px), 15px) min(max(24 / var(--main-w) * 100vw, 20px), 24px);
    line-height: 1.3;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
}

.contact-form__field select{
    width: 100%;
    background-color: #ffffff;
    padding: min(max(15 / var(--main-w) * 100vw, 13px), 15px) min(max(24 / var(--main-w) * 100vw, 20px), 24px);
    line-height: 1;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    font-weight: 400;
    border: 1px solid #171515;
    border-radius: 5px;
}

.contact-form__select{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wpcf7-list-item label .wpcf7-list-item-label::before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #171515;
}

.wpcf7-list-item input[type=radio]{
    display: none;
}

.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
    background-color: #053E7F;
}

.wpcf7-list-item-label{
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact_cap{
    font-size: min(max(14 / var(--main-w) * 100vw, 12px), 14px);
    color: #BC1B23;
    margin: 15px 0;
}

.contact-form__row--submit{
    text-align: center;
}

.contact-form__submit{
    display: inline-block;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    display: inline-block;
    line-height: min(max(50 / var(--main-w) * 100vw, 40px), 50px);
    background-color: #02327C;
    color: #ffffff;
    text-align: center;
    width: min(max(200 / var(--main-w) * 100vw, 135px), 180px);
}

.news,.articlearea{
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 50px;
}

.articlearea__ttl{
    margin-bottom: 20px;
}

.articlearea__date{
    margin: 20px 0;
}

.articlearea__thumbnail{
    margin: 20px 0;
}

.articlearea__detail{
    margin-top: 20px;
}

.articlearea__detail p{
    margin: 5px 0 15px 0;
}

.articlearea__detail h2{
    margin: 5px 0 15px 0;
}

.articlearea{
    margin-bottom: 100px;
}

.noarticle{
    margin-bottom: 120px;
}

.top-product__sliderarea,.top-product__sliderarea__item__img,.top-study__box__area__slider,.top-product__sliderarea__item__img{
    display: none;
}

.top-product__sliderarea.slick-initialized,.top-product__sliderarea__item__img.slick-initialized,.top-study__box__area__slider.slick-initialized,.top-product__sliderarea__item__img.slick-initialized{
    display: block;
}

.js-top-product-slider.is-few-slides .top-product__sliderarea{
    display: flex;
}

.top-news__right__img{
    box-shadow: 1px 1px 6px #c2c2c2;
}

.top-study__box__area__slider__item{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.top-study__box__area__slider__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hum__all{
    display: none;
}

.top-news__right__img{
    box-shadow: 1px 1px 6px #c2c2c2;
}

.sp768only{
    display: none;
}

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

    .noarticle{
        margin-bottom: 80px;
    }

    .sp768only{
        display: block;
    }

    .pc768only{
        display: none;
    }

    main{
        padding-top: 70.4px;
    }

    .header__wrap{
        padding: 0 15px;
    }

    .hum__all {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: url(./assets/img/sp_menu_bg.png);
        background-position: center;
        background-size: cover;
        transform: translateX(100vw);
        transition: 0.3s;
        padding: 13px 15px 91px 15px;
    }

    .hum__all.is-active{
        transform: translateX(0);
        transition: 0.3s;
    }

    .hum__band{
        display: flex;
        justify-content: space-between;
    }

    .hum__band__logo{
        width: 158px;
    }

    .hum__band__close{
        width: 17px;
        height: auto;
    }

    .hum__nav{
        margin-top: 45px;
        padding: 0 15px;
    }

    .hum__nav__list{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .hum__nav__list__item{
        font-size: 23px;
        font-weight: 500;
        color: #ffffff;
    }

    .hum__contact{
        margin-top: 20vh;
    }

    .hum__contact__en{
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        color: #fff;
    }

    .hum__contact__ja{
        font-size: 22px;
        text-align: center;
        font-weight: 700;
        color: #fff;
    }

    .hum__contact__txt{
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    header{
        padding: 18.5px 0;
    }

    .header__nav{
        display: none;
    }

    .hum__button{
        display: block;
        width: 35px;
        height: 16px;
        position: relative;
        cursor: pointer;
    }

    .hum__button__bar{
        width: 100%;
        height: 1px;
        background-color: #1C1B1B;
        position: absolute;
        left: 0;
    }

    .hum__button__bar--top{
        top: 0;
    }

    .hum__button__bar--middle{
        top: 50%;
        transform: translateY(-50%);
    }

    .hum__button__bar--bottom{
        bottom: 0;
    }

    .top-fv__left__backwhite{
        padding: 13px 15px;
    }

    .top-fv__wrap{
        padding: 56px 0 24px 0;
        width: calc(100% - 30px);
    }

    .top-fv__inner{
        flex-direction: column;
        justify-content: flex-end;
        gap: 24px;
        height: 100%;
    }

    .top-about{
        margin: 80px 0;
        padding: 0;
    }

    .top-about__inner{
        padding-top: 200px;
        padding-bottom: 293px;
        max-width: none;
        width: calc(100% - 60px);
    }

    .top-about__img--f{
        top: auto;
        bottom: 12px;
        left: 0;
        width: 30%;
        min-width: 145px;
        max-width: 160px;
    }

    .top-about__img--s{
        top: 0;
        right: 0;
        width: 65%;
        min-width: 260px;
        max-width: 300px;
    }

    .top-about__img--t{
        top: auto;
        left: auto;
        right: -15px;
        bottom: 0;
        width: 70%;
        min-width: 232px;
        max-width: 300px;
    }

    .top-product__sliderarea.slick-slider{
        width: 100%;
        margin: 0 auto;
        transform: unset;
    }

    .top-product__sliderarea__item{
        width: calc(50% - 4px);
    }

    .top-product__sliderarea.slick-slider .top-product__sliderarea__item{
        width: auto;
        margin-right: 0;
        margin: 0 6px;
    }

    .top-product__sliderarea .slick-list{
        padding: 10px 10px 10px 10px!important;
        margin: 0 -6px;
    }

    .top-product__sliderarea .top-product__sliderarea__item__img .slick-list{
        padding: 0!important;
        margin: 0;
    }

    .top-nog__txt{
        margin-top: 16px;
    }

    .top-nog__card{
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        position: static;
        transform: translateY(80px);
        gap: 8px;
    }

    .top-nog__card__item{
        width: 100%;
    }

    .top-nog__card__item__icon{
        width: 49.96px;
    }

    .top-nog{
        padding: 50px 0 0 0;
    }

    .top-faq{
        margin-top: 240px;
        padding: 50px 0;
    }

    .top-news__inner{
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .top-news__left,.top-news__right{
        width: 100%;
    }

    .top-news__list{
        gap: 20px;
    }
    
    .top-news__list__item{
        flex-wrap: wrap;
        gap: 4px;
    }

    .top-news__list__item__ttl{
        width: 100%;
    }

    .top-product{
        margin: 0 0 80px 0;
    }

    .top-product__button{
        margin-top: 40px;
    }

    .top-product__button--news{
        margin-top: 40px;
        text-align: center;
    }

    .top-news__right{
        gap: 8px;
    }

    .top-news{
        padding: 50px 0;
    }

    .top-study{
        margin: 80px 0;
    }

    .section__subttl{
        font-size: 14px;
    }

    .section__ttl{
        font-size: 22px;
    }

    .top-study__inner{
        margin-top: 40px;
    }

    .top-study__box{
        flex-wrap: wrap;
    }

    .top-study__box__image,.top-study__box__area{
        width: 100%;
    }

    .top-study__box__area{
        padding: 24px;
    }

    .top-study__box__area__slider{
        width: 78%;
        max-width: 400px;
        margin: 0 auto;
    }

    .next-arrow{
        right: -50px;
    }

    .prev-arrow{
        left: -50px;
    }

    .top-study__box__area__info{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 36px;
    }

    .top-study__box__area__flex{
        margin: 0;
        gap: 12px;
        justify-content: flex-end;
    }

    .top-service__inner{
        flex-wrap: wrap;
    }

    .top-service__item{
        width: 50%;
        padding: 24px 15px;
    }

    .top-service__item:nth-child(2n + 1){
        border: none;
    }

    .top-service__item:last-child{
        border-right: none;
    }

    .top-service__item:nth-child(1),.top-service__item:nth-child(2){
        border-bottom: 1px solid #212121;
        padding-top: 0;
    }

    .top-service__item:nth-child(3),.top-service__item:nth-child(4){
        padding-bottom: 0;
    }

    .top-service__item__icon{
        width: 55.97px;
    }

    .top-service{
        margin: 64px 0 80px 0;
    }

    .footer__inner{
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 40px 0;
    }

    .footer__contact{
        max-width: none;
        width: 175px;
    }

    .top-fv__left__backwhite{
        font-size: 18px;
    }
    
    .top-fv{
        background: url(./assets/img/fv_bg_sp.webp);
        background-position: center;
        background-size: cover;
        width: calc(100% - 30px);
        height: calc(100svh - 80px);
        max-height: 750px;
        margin-top: 10px;
    }

    .top-study__box__area__ttl{
        margin-bottom: 8px;
    }

    .top-faq__inner{
        margin-top: 40px;
    }

    .top-service__item__ttl{
        margin: 10px 0 8px 0;
    }

    .productlist__category__blank{
        display: none;
    }

    .productlist__category{
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        padding-left: 30px;
    }

    .productlist__category__list{
        gap: 18px;
        padding: 40px 15px;
    }

    .productlist__category__list__item{
        width: calc(50% - 9px);
    }

    .productlist__category__list__item__txt::after{
        height: 11.03px;
        width: 3.6px;
    }

    .top-product__sliderarea__item--productlist{
        width: calc(50% - 10px);
        margin: 0;
    }

    .sort__select{
        min-width: 150px;
        padding: 13px 23px;
    }

    .sort__sort__wrap::after{
        right: 15px;
    }

    .productlist__sort{
        margin-top: 40px;
    }

    .productlist__category__filter{
        padding: 15px 30px 15px 23px;
    }

    .bandarea{
        height: 140px;
    }

    .productdetail__article__detail{
        flex-direction: column;
    }

    .productdetail__article__detail__table{
        width: 100%;
    }

    .productdetail__article__detail__image{
        width: 100%;
        gap: 40px;
    }

    .product__history__download{
        margin: 40px 0 80px 0;
    }

    .productdetail__article__detail__image__ttl__flex{
        justify-content: center;
    }

    .productlist__pager__list{
        gap: 10px;
    }

    .productlist__pager__list__item{
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 23px;
    }

    .productlist__pager__list__arrow{
        font-size: 14px;
        line-height: 30px;
        width: 65px;
    }

    .product__history__ttl.articlepage{
        margin: 80px 0 24px 0;
    }

    .header__logo{
        width: 193px;
    }
}

@media screen and (max-width: 490px) {
    .productdetail__slider__box__item{
        margin: 0;
    }

    .productdetail__article__inner{
        margin-top: 70px;
    }

    .top-fv__left__backwhite{
        font-size: 15px;
        padding: 12px 5px 12px 11px;
    }
}