
body{
    font-family: "Noto Sans", sans-serif;
    background: #fff;
    color: #333;
}
#mainHeader #logo{
    display: inline-block;
}
/* Mainvisual */
#Mainvisual .bx-wrapper{
    width: 100%;
    max-width: 100%!important;
}
#Mainvisual .Linkbox{
    display: block;
    pointer-events: all;
    cursor: pointer;
}
#Mainvisual .Linkbox img{
    width: 100%;
    height: auto;
}
/* #infoWrapper */
#infoWrapper{
    display: none;
}
.tempTop .container{
    padding-bottom: 142px;
    border-top: 1px solid;
    border-color: rgba(255,255,255,0.1);
}
@media screen and (max-width: 768px){
    .tempTop .container{
        padding-bottom: 150px;
    }
}
/* secTitle */
h2.secTitle{
    font-size: 25px;
    width: 100%;
    letter-spacing: 0.1em;
    margin: 0;
}
h2.secTitle span{
    font-weight: 500;
}

/* recommend */
@media screen and (min-width: 769px){
    #recommend{
        width: calc(100% - 100px);
        max-width: 1200px;
        padding:0;
        margin-top: 100px;
    }
    #recommend #mainSlide .slick-slide{
        margin: 0 6px;
    }
    #recommend #mainSlide.slick-disabled{
        display: flex;
    }
    #recommend #mainSlide.slick-disabled li{
        width: calc((100% - 48px) / 5);
    }
    #recommend #mainSlide.slick-disabled li + li{
        margin-left: 12px;
    }
    #recommend #mainSlide.slick-disabled a{
        display: block;
    }
    #recommend #mainSlide.slick-disabled img{
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 768px){
    #recommend{
        width: calc((335 / 375)* 100%);
        max-width:100%;
        padding: 0;
        margin-top: 60px;
    }
    #recommend #mainSlide.indexSlide .slick-slide{
        margin: 0 10px;
    }
    #recommend .slick-next,
    #recommend .slick-prev{
        z-index:100;
    }
    #recommend .slick-next{
        right:calc((0% - 15px) + 10px);
    }
    #recommend .slick-prev{
        left:calc((0% - 15px) + 10px);
    }
}
/* products */
#products.secProduct .product_list{
    display: flex;
    flex-wrap: wrap;
}
#products.secProduct .item-detail{
    text-align: left;
    margin-top: 17px;
}
#products.secProduct h2,
#products.secProduct .price{
    font-size: 15px;
    line-height:calc(22 / 15);
    margin: 0;
}
#products.secProduct .product_list li{
    padding: 0!important;
}
#products.secProduct .label_image{
    width: auto;
    height: 40px;
    top: calc(0% + 10px);
    left: calc(0% + 10px);
}
body:not(.page_category) #products.secProduct .product_list li:nth-child(n + 9){
    display: none;
}
@media screen and (min-width: 769px){
    #products.secProduct{
        width: calc(100% - 100px);
        max-width: 1530px;
        padding: 0;
        margin-top: 100px;
    }
    #products.secProduct .product_list li{
        width: calc((100% - 30px) / 4);
        margin-right:10px;
    }
    #products.secProduct .product_list li:nth-child(4n){
        margin-right:0;
    }
    #products.secProduct .product_list li:nth-child(n + 5){
        margin-top: 56px;
    }
}
@media screen and (max-width: 768px){
    #products.secProduct{
        width: calc((335 / 375)* 100%);
        max-width:100%;
        padding: 0;
        margin-top: 60px;
    }
    #products.secProduct .product_list{
        margin-top: 14px;
    }
    #products.secProduct .product_list li{
        width: calc((100% - 5px) / 2) !important;
        margin-right: 5px;
    }
    #products.secProduct .product_list li:nth-child(2n){
        margin-right:0;
    }
    #products.secProduct .product_list li:nth-child(n + 3){
        margin-top: 25px;
    }
    #products.secProduct .label_image{
        width: 30px;
        height:auto;
        top: calc(0% + 5px);
        left: calc(0% + 5px);
    }
    #products.secProduct .item-detail{
        margin-top: 10px;
    }
    #products.secProduct h2,
    #products.secProduct .price{
        font-size: 12px;
        line-height:calc(20 / 12);
        letter-spacing: 0.5px;
    }
}
/* FAQ */
#Faq_content h2{
    font-weight: bold;
    padding: 15px 0 15px;
}
#Faq_content dl + h2{
    margin-top: 20px;
}
#Faq_content dl + dl{
    margin-top: 15px;
}
#Faq_content dl dd span,
#Faq_content dl dt span{
    background: unset;
    border: none;
    position: absolute;
    left: 0;
    top: 3px;
    padding: 0;
    margin: 0;
}
#Faq_content dl dd,
#Faq_content dl dt{
    text-indent:0;
    margin-left:0;
    border: none;
    padding: 0;
    position: relative;
    padding-left: 2em;
}
#Faq_content dl dt{
    font-weight: bold;
}
#Faq_content dl dd {
    margin-top: 10px;
}

/* footer */
#mainFooter{
    padding: 90px 0 80px;
}
#mainFooter a{
    transition: 0.5s;
    color: #333;
}
#mainFooter a:hover{
    opacity: 0.8;
}
#mainFooter .img100{
    width: 100%;
    height: auto;
}
#mainFooter .footerOnbox{
    width: calc(100% - 100px);
    max-width:1530px;
    margin: 0 auto;
}
#mainFooter .On_Inner{
    text-align: center;
}
#mainFooter .Linkbox{
    width: 100%;
    text-align: center;
}
#mainFooter .Linkbox .linklist{
    display: flex;
    justify-content: center;
}
#mainFooter .linkItem{
    display: inline-block;
}
#mainFooter .linkItem + .linkItem{
    margin-left: 45px;
}
#mainFooter .linktxt{
    line-height: calc(30 / 14);
    font-size: 14px;
    letter-spacing: 0.05em;
}
#mainFooter .snsListbox{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
#mainFooter .snsListbox .iconBox{
    display: inline-block;
    text-align: left;
    width: fit-content;
}
#mainFooter .snsListbox .snsBox{
    width: 100%;
    margin: 0;
    display: block;
}
#mainFooter ul.snsBox li{
    width: 100%;
    margin: 0;
    text-align: left;
    margin: 0;
}
#mainFooter .snsListbox a{
    display: inline-block;
    position: relative;
    padding-left:calc(20px + 10px);
    font-size: 12px;
    line-height: calc(20 / 12);
}
#mainFooter .snsListbox a::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    /* border-radius: 4px;
    border: 1px solid #fff; */
    /* background:url(https://basefile.akamaized.net/vscs-base-shop/692fbb7976e79/icon_white_ist.png) center center no-repeat rgba(0,0,0,0); */
    background:url(https://basefile.akamaized.net/vscs-base-shop/699fd24a000ff/icon_list.png) center center no-repeat rgba(0,0,0,0);
    /* background-color: #333; */
    border-radius: 5px;
    background-size: 16px auto;
    left: 0;
    top: calc(50% - 10px);
}
#mainFooter .snsListbox li.youtube a::after{
    /* background-image: url(https://basefile.akamaized.net/vscs-base-shop/692fbc669efc2/icon_white_yt.png); */
    background-image: url(https://basefile.akamaized.net/vscs-base-shop/699fd1dc5e8dd/icon_youtube_b.png);
}
#mainFooter .snsListbox .snsBox li + li{
    margin-top:6px;
}
#mainFooter ul.privacyList{
    margin-top:30px;
}
#baseMenu img{
    /* filter: brightness(0) invert(80%); */
    width: 14px;
    height: 14px;
}
#mainFooter .snsListbox a span{
    letter-spacing: 0;
}
@media screen and (max-width: 768px){
    #mainFooter {
        padding:100px 0 110px;
    }
    #mainFooter .footerOnbox{
        width:calc((335 / 375) * 100%);
        max-width:100%;
        margin: 0 auto;
        display:block;
    }
    #mainFooter .On_Inner{
        padding:0;
        text-align:left;
    }
    #mainFooter .Linkbox,
    #mainFooter .linkItem,
    #mainFooter .Linkbox .linklist{
        display:block;
    }
    #mainFooter .Linkbox .linklist{
        margin-top: 0;
        display: flex;
    }
    #mainFooter .linkItem{
        text-align: left;
        display: inline-block;
    }
    #mainFooter .linkItem + .linkItem{
        margin-left: 25px;
    }
    #mainFooter .linktxt{
        font-size: 12px;
        line-height: calc(20 / 12);
    }
    #mainFooter .snsListbox .snsBox,
    #mainFooter .snsListbox .iconBox{
        display: inline-block;
    }
    #mainFooter .snsListbox{
        margin-top: 42px;
    }
    #mainFooter .snsListbox a{
        padding-left:calc(20px + 8px);
        font-size: 11px;
        line-height: calc(20 / 11);
    }
    #mainFooter .snsListbox .snsBox li + li{
        margin-top:5px;
    }
}

#mainFooter .footerUnderbox{
    width: calc(100% - 100px);
    max-width: 1530px;
    margin: 0 auto;
    margin-top: 44px;
}
#mainFooter .footerUnderbox .privacybox{
    width: 100%;
}
#mainFooter .copyrightBox{
    width: 100%;
    text-align: center;
    margin-top: 57px;
}
#mainFooter .copyright{
    font-size: 11px;
    color: #707070;
}
#mainFooter .footerUnderbox .privacyList{
    padding: 0;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}
#mainFooter .footerUnderbox .privacyList li{
    margin: 0;
}
#mainFooter .footerUnderbox .privacyList li + li{
    margin-left: 13px;
    padding-left: 13px;
    position: relative;
}
#mainFooter .footerUnderbox .privacyList li + li::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background-color:#333333;
    left: 0;
    top: calc(50% - 5px);
}
#mainFooter .footerUnderbox .privacyList a{
    font-size: 11px;
    line-height: calc(20 / 11);
    color: #333;
}
@media screen and (max-width: 768px){
    #mainFooter .footerUnderbox{
        width:calc((335 / 375) * 100%);
        max-width:100%;
        margin-top: 47px;
    }
    #mainFooter .footerUnderbox .privacyList li + li{
        margin-left:10px;
    }
    #mainFooter .footerUnderbox .privacyList a{
        font-size: 11px;
        line-height: calc(20 / 11);
    }
    #mainFooter .copyrightBox{
        margin-top: 37px;
    }
    #mainFooter .copyright{
        font-size: 10px;
        letter-spacing: 0.025em;
    }
}
/* ▼税込み表記消す */
#currencyWarning + .attention{
    display: none;
}
#btnNav{
    width: 76px;
    height: 64px;
    position: absolute;
    right:0;
    top: 0;
    background: #ffffff;
    z-index: 9999;
    pointer-events: all;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
#btnNav .navInner{
    position: relative;
    width: 16px;
    height: 13px;
}
#btnNav .navInner .line,
#btnNav .navInner::before,
#btnNav .navInner::after{
    content:"";
    position: absolute;
    width: 16px;
    height:1px;
    background-color:#333;
    left:calc(50% - 8px);
}
#btnNav .navInner .line{
    top:calc(50% - 0.5px);
}
#btnNav .navInner::before{
    top:0;
}
#btnNav .navInner::after{
    bottom:0;
}
@media screen and (max-width: 768px){
    #btnNav{
        width: calc(20px * 2 + 16px);
        height: 50px;
        right: auto;
        left: 0;
    }
}
#Main_container{
    width: 100%;
    padding-top: 64px;
}
@media screen and (max-width: 768px){
    #Main_container{
        padding-top: 50px;
    }
}
#menu{
    pointer-events: none;
    background:rgba(0,0,0,0.5);
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.5s;
}
#menu.naviOpen{
    pointer-events: unset;
    opacity: 1;
    z-index: 100;
}

#menu .menuWrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
#menu .menuInner{
    position: absolute;
    right: -100%;
    top: 0;
    width: 350px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 70px 0px 30px;
    box-sizing: border-box;
}
#menu.naviOpen .menuInner{
    right:0;
}
#menuclose{
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    pointer-events: all;
    cursor: pointer;
}
@media screen and (max-width: 768px){
    #menuclose{
        width: 60px;
        height: 60px;
    }
}
#menuclose::before,
#menuclose::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #000;
    top: calc(50% - 0.5px);
    left: calc(50% - 10px);
}
#menuclose::before{
    transform: rotate(-45deg);
}
#menuclose::after{
    transform: rotate(45deg);
}
#menu .listtitbox{
    /* border-bottom: 1px solid;
    border-color: #d3d3d3; */
    text-align: left;
    margin: 0;
    padding: 15px 20px;
    pointer-events: all;
    cursor: pointer;
}
#menu .listtit{
    font-size: 18px;
    line-height: 1.5;
    margin:0;
    position: relative;
}
#menu .item{
    text-align: left;
    margin: 0;
    padding: 15px 35px;
    position: relative;
}
#menu .linktxt{
    color: #333;
    display: inline-block;
}
#menu .linktxt.sns{
    position: relative;
}
#menu .linktxt.sns .imgIcon{
    width:30px;
    height:30px;
}
#menu .linktxt.sns img{
    width:100%;
    height:auto;
}
#menu .menulistBox.sns{
    display: block;
    /* margin-top: 20px;
    border-top: 1px solid;
    border-color: #d3d3d3;
    padding-top: 20px; */
}
#menu .menulistBox.sns .list{
    flex:1;
    text-align: left;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
}
#menu .menulistBox.sns .listtitbox{
    border: none;
    width: 100px;
    padding: 0;
    padding-left:35px;
}
#menu .menulistBox.sns .item{
    padding:0;
    display: inline-block;
}
#menu .menulistBox.sns .item + .item{
    margin-left: 20px;
}
#menu .menulistBox.sns .item + .item::after{
    display: none;
}
@media screen and (min-width: 769px){
    #mainHeader .headerCol {
        width: 100%;
    }
    #mainHeader .headerCol #mainNavi{
        flex: 1;
    }
}
@media screen and (max-width: 768px){
    #menu .menuInner{
        max-width: 350px;
        width: calc(100% - 40px);
    }
    #mainHeader .headerCol #mainNavi,
    #mainHeader .headerCol .menubtn {
        display: none;
    }
    #page-top{
        bottom: calc(40px + 15px);
        right: 10px;
    }
}
.f_Oswald{
    font-family: "Oswald", sans-serif !important;
    font-weight: 400 !important;
}
#mainHeader{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9997;
}
@media screen and (min-width: 769px){
    #mainHeader{
        padding:0;
    }
    #mainHeader .headerCol #mainNavi #main_navigation{
        height: auto;
        margin: 0;
        padding: 14px 0;
    }
    .tempTop #main_navigation li a,
    .tempTop #category-menu span{
        padding:0;
        font-size: 14px;
    }
    #mainHeader .headerCol #mainNavi #main_navigation li{
        margin: 0 25px;
    }
}
#recommend h2.ttl,
#products h2.ttl{
    font-size:45px;
    line-height: 1;
    margin-bottom: 70px;
}
@media screen and (max-width: 768px){
    #recommend h2.ttl,
    #products h2.ttl{
        font-size: 20px;
        margin-bottom: 30px;
    }
}
#recommend h2.ttl span,
#products h2.ttl span{
    padding: 0;
    border: none;
}
#baseMenu{
    top:0;
}
#baseMenu > ul > li {
    border: none !important;
    height:29px;
    width: 40px;
}
#baseMenu > ul > li a:hover,
#baseMenu > ul > li a {
    padding: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #ccc;
}
#baseMenu > ul > li + li a,
#baseMenu > ul > li + li a:hover{
    border-left:none;
}
@media screen and (max-width: 768px){
    #mainHeader{
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    #Shoulder{
        height: 40px;
    }
    #Main_container .nav,
    #Main_container .nav.fixed{
        position: fixed;
        top: 0!important;
        width: 100%;
        z-index: 9997;
    }
    #mainHeader #logo{
        padding: 0 !important;
        max-width: 100%;
        margin:0;
        box-sizing: border-box;
        display: inline-block;
    }
    #mainHeader .headerCol h1{
        height: 50px;
        padding: 0!important;
        box-sizing: border-box;
    }
    #mainHeader .herder_On .logoIn{
        justify-content: center;
    }
    #mainHeader #logo img{
        width:143px;
        height: auto;
    }
    #Shoulder .shoulderCol {
        padding: 0;
        display: flex;
        height: 100%;
        align-items: center;
    }
    #Shoulder .shoulderCol p{
        width: 100%;
    }
    #baseMenu > ul > li {
        float: unset;
        width: 40px;
        height: 40px;
        border: none !important;
    }
    #baseMenu .clearfix{
        display: flex;
    }
}
@media screen and (min-width: 769px){
    .secSpmenu{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .secSpmenu{
        display: block;
        padding: 5px 0 10px;
    }
    .secSpmenu .list{
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }
    .secSpmenu .item{
        display: inline-block;
    }
    .secSpmenu .item + .item{
        margin-left: 20px;
    }
    .secSpmenu .spmenutxt{
        font-size: 12px;
        line-height: 1.5;
        color: #313131;
    }
}
.main #about h2.abouttit{
    font-size: 25px;
    font-weight: 500!important;
    margin-bottom:0;
    letter-spacing: 0.02em;
    line-height: calc(30 / 18);
}
.tempTop .abouttxt{
    margin-top:60px;
    line-height: 2;
}
@media screen and (max-width: 768px){
    .main #about h2.abouttit{
        margin-bottom:0;
        font-size: 21px;
        line-height: calc(20 / 14) !important;
        margin-top: 0px;
    }
    .tempTop .abouttxt{
        margin-top:40px;
    }
}
/* ▼商品 */
#bx-pager .small_img_box{
    position: relative;
}
#bx-pager .active .small_img_box::after{
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #898989;
    left: 0;
    top: 0;
}
.tempDetail .descri h2.nametxt{
    font-size: 24px;
}
.tempDetail section.row span.price_del,
.tempDetail p.price{
    font-size: 30px;
}
.tempDetail p.price .tax,
.tempDetail section.row span.price_del + .tax{
    font-size: 14px;
    padding-left: 0;
}
.tempDetail section.row span.price_del + .tax{
    padding-left: 0;
}
#appsItemDetailCustom{
    border-top: 1px solid;
    border-color: #000;
    padding-top: 30px;
    line-height: 2;
}
#bx-pager a{
    width: calc((100% - 40px) / 5);
    margin-right: 10px;
}
@media screen and (max-width: 768px){
    .tempDetail .itemAttention{
        margin-top: 10px;
    }
    .tempDetail .descri h2.nametxt{
        font-size: 17px;
        letter-spacing: 0.5px;
    }
    .tempDetail section.row span.price_del,
    .tempDetail p.price{
        font-size: 28px;
        margin-top: 0;
    }
    .tempDetail p.price .tax,
    .tempDetail section.row span.price_del + .tax{
        font-size: 12px;
    }
    .label_image{
        width: 40px;
        height: auto;
        top: 10px;
        left: 10px;
    }
    #bx-pager a{
        width: calc((100% - 30px) / 4);
        margin-right: 10px;
    }
}
.inquirySection{
    background-color: #fff;
    margin-top: 80px;
    padding: 50px;
}
.inquirySection h1{
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 1px;
}
.inquirySection h1 + p{
    font-size: 13px;
    line-height: 2;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}
@media screen and (max-width: 768px){
    .inquirySection h1 + p{
        font-size: 12px;
        line-height: calc(20 / 12);
        margin-top: 13px;
    }
}
.inquirySection .control-panel input#buttonLeave{
    width: 300px;
    background-color: #545454;
    color: #fff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 2;
}
.inquirySection dl dd,
.inquirySection dl dt{
    margin-bottom: 0;
}
.inquirySection dl dt{
    font-size: 13px;
}
.inquirySection dl dt + dd{
    margin-top: 15px;
}
.inquirySection dl dd + dt{
    margin-top: 30px;
}
.inquirySection dl dd input,
.inquirySection dl dd select,
.inquirySection dl dd textarea{
    margin-bottom: 0;
    border-radius: 0;
}
.inquirySection dl dt span{
    font-size: 12px;
    font-weight: bold;
}
@media screen and (max-width: 768px){
    .inquirySection{
        margin-top: 40px;
        padding: 20px 15px;
        box-sizing: border-box;
    }
    .inquirySection dl dd input,
    .inquirySection dl dd textarea{
        box-sizing: border-box;
        width: 100%;
    }
    .inquirySection .control-panel input#buttonLeave{
        width: 100%;
        padding: 13px 0;
        margin-top: 30px;
    }
    .inquirySection h1{
        font-size: 21px;
        line-height: calc(20 / 14)!important;
    }
}

.secContactUndertxt{
    width: calc(100% - 100px);
    margin: 0 auto;
    max-width: 860px;
    background: #f4f4f3;
    border-radius: 4px;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-top: 40px;
}
.secContactUndertxt .undertxt{
    font-size: 12px;
    line-height: 2;
    position: relative;
    /* padding-left: 30px; */
    text-align: left;
    color: #000;
}
.secContactUndertxt .undertxt::before{
    display: none;
    /* content: "i";
    font-size: 14px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    text-align: center;
    left: 0;
    top: 2px;
    border-radius: 50%;
    background: #a0a7b4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.secContactUndertxt .undertxt .txtBold{
    font-weight: bold;
}
.container:has(.secContactUndertxt) .main{
    margin-bottom: 0;
}
@media screen and (max-width: 768px){
    .secContactUndertxt{
        width: 94%;
        max-width:100%;
        padding: 15px;
        box-sizing: border-box;
        margin-top: 20px;
    }
    .secContactUndertxt .undertxt{
        font-size: 11px;
        line-height: calc(16 / 11);
        margin: 0;
        letter-spacing: 0.05em;
    }
    .secContactUndertxt .undertxt::before{
        display: none;
    }
}
#relatedList{
    padding-top: 100px;
}
#relatedList dd{
    text-align: left;
}
#relatedList .show_on_hover{
    font-size: 15px;
    line-height: calc(22 / 15);
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 0;
}
#relatedList ul li dl dd{
    margin-bottom: 0;
    margin-top: calc(17px - 5px);
}
#relatedList .price{
    color: #333;
    font-size: 15px;
    line-height: calc(22 / 15);
    font-weight: 400 !important;
    margin-top: 0px;
}
#relatedList h2.ttl {
    font-size: 25px;
    line-height: calc(30 / 18);
    letter-spacing: 0.02em;
}
#relatedList h2.ttl span{
    padding: 0;
    border: none;
    letter-spacing: 0.02em;
    font-weight: 500;
}
@media screen and (max-width: 768px){
    #relatedList{
        padding-top: 60px;
    }
    #relatedList ul{
        display: flex;
        flex-wrap: wrap;
    }
    #relatedList ul li{
        padding: 0;
        width: calc((100% - 15px) / 2) !important;
        margin-right: 15px;
        padding: 0 !important;
        float: unset;
    }
    #relatedList ul li:nth-child(2n){
        margin-right: 0px;
    }
    #relatedList ul li:nth-child(n + 3){
        margin-top: 25px;
    }
    #relatedList dd{
        text-align: left;
    }
    #relatedList .show_on_hover{
        font-size: 12px;
        line-height: calc(20 / 12);
        letter-spacing: 0.5px;
        margin-top: 0;
    }
    #relatedList .price{
        margin-top: 0px;
        font-size: 12px;
        line-height: calc(20 / 12);
        letter-spacing: 0.5px;
    }
    #relatedList h2.ttl {
        font-size: 21px;
        line-height: calc(20 / 14) !important;
    }
}

/* 250404 */
.main:has(#about){
    width: 100%;
}
.main #about{
    width: calc(100% - 50px);
    max-width: 1870px;
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
}
.secAboutContentbox{
    width: 100%;
    margin-top: 50px;
}
.secAboutContentbox .item{
    display: flex;
    align-items: center;
}
.secAboutContentbox .item + .item{
    margin-top:50px;
}
.secAboutContentbox .item:nth-child(2n){
    flex-direction: row-reverse;
}
.secAboutContentbox .textbox{
    flex:1;
}
.secAboutContentbox .item:nth-child(2n) .textbox{
    padding-right: 50px;
}
.secAboutContentbox .item:nth-child(2n + 1) .textbox{
    padding-left: 50px;
}
.secAboutContentbox .imgBox{
    width: 560px;
}
.secAboutContentbox .imgBox img{
    width: 100%;
    height: auto;
}
#about .secAboutContentbox .boxtit{
    font-size: 22px;
    line-height: calc(30 / 22);
    font-weight: bold;
}
.secAboutContentbox .boxtxt{
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
}
#about .secAboutContentbox .titsub_jpn{
    font-weight: bold;
}
#about .aboutsubtit{
    font-size: 15px;
    line-height: calc(30 / 15);
    text-align: left;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 6px;
}
@media screen and (max-width: 768px){
    .main:has(#about){
        width: 100%;
    }
    .main #about{
        width: calc(100% - 20px);
        max-width: 100%;
        margin-top: 10px;
    }
    .secAboutContentbox{
        margin-top: 30px;
    }
    .secAboutContentbox .item{
        display: block;
    }
    .secAboutContentbox .item + .item{
        margin-top:30px;
    }
    .secAboutContentbox .item:nth-child(2n + 1) .textbox,
    .secAboutContentbox .item:nth-child(2n) .textbox,
    .secAboutContentbox .textbox{
        padding:0;
        width: 100%;
        margin-top: 15px;
    }
    .secAboutContentbox .imgBox{
        width: 100%;
    }
    #about .secAboutContentbox .boxtit{
        font-size: 20px;
        line-height: calc(28 / 20);
    }
    #about .secAboutContentbox .titsub_jpn{
        font-size: 15px;
        line-height: calc(22 / 15);
    }
    .secAboutContentbox .boxtxt{
        margin-top: 10px;
        font-size: 12px;
        line-height: calc(20 / 12);
    }
}
#itemDetailBox{
    border-top: 1px solid;
    border-color: #000;
    padding-top: 20px;
}
#itemDetailBox .txt {
    font-size: 13px;
    line-height: 21px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
#itemDetailBox .pht{
    padding: 0;
    margin: 0;
}
#itemDetailBox .txt + .pht{
    margin-top: 20px;
}
#itemDetailBox .pht img {
    max-width: 100%;
    height: auto;
    width: auto;
}
#itemDetailBox + #appsItemDetailCustom{
    border-top:none;
    padding-top: 0px;
    margin-top: 20px;
}
@media screen and (max-width: 768px){
    #itemDetailBox{
        margin-top: 0;
    }
    #itemDetailBox .txt {
        line-height:1.5;
    }
}
#colorbox{
    background-color: #fff;
}
/* ▼250627 */
#itemSelect:has(.itemOptionElement){
    display: flex;
    flex-direction: column;
}
#itemSelect:has(.itemOptionElement) #variationSelectWrap{
    order: 1;
}
#itemSelect:has(.itemOptionElement) #amountSelectWrap{
    order: 2;
}
#itemSelect:has(.itemOptionElement) .itemOptionElement{
    order: 3;
}
/* ▼250919 */
.mailMagazineSubscribe_container{
    display: none!important;
}
.itemOption__caption{
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px){
    .itemOption__caption{
        font-size: 11px;
        margin-bottom: 10px;
    }
}
#Faq_content dl dd{
    white-space: pre-line;
}
/* ▼251201 */
.tempDetail header{
    margin-bottom: 0;
}
/* ▼herder */
#mainHeader{
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
}
#mainHeader .img100{
    width: 100%;
    height: auto;
}
#mainHeader .herder_On{
    height: 64px;
    padding: 0 30px;
    padding-right:calc(30px * 2 + 16px);
    display: flex;
    align-items: center;
}
#mainHeader .herder_On h1{
    text-align: left;
    /* flex: 1; */
    width: 162px;
}
#mainHeader .herder_On .logoIn{
    display: flex;
    align-items: center;
    height: 100%;
}
#mainHeader .herder_On .right_IconArea{
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
}
#mainHeader .herder_On .right_IconArea::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background-color:rgba(255,255,255,0.1);
    left: 0;
    top: calc((100% - 30px) / 2);
}
#mainHeader .right_IconArea .IconImg{
    width: 23px;
}
#baseMenu{
    position: static;
}
#baseMenu > ul > li{
    width: auto;
    height: auto;
    background-color: rgba(0,0,0,0);
}
#baseMenu > ul > li a:hover,
#baseMenu > ul > li a{
    border: none;
}
#baseMenu > ul > li + li{
    margin-left: 25px;
}
@media screen and (min-width: 769px){
    #mainHeader #logo{
        width: 162px;
        margin: 0;
    }
    #mainHeader .headerCol #mainNavi #main_navigation{
        padding: 10px 40px;
    }
    #mainHeader .headerCol #mainNavi #main_navigation > ul{
        text-align: left;
    }
    #mainHeader .headerCol #mainNavi #main_navigation li{
        margin: 0;
    }
    #mainHeader .headerCol #mainNavi #main_navigation li + li{
        margin-left: 25px;
    }
}
@media screen and (max-width: 768px){
    #mainHeader .herder_On{
        padding: 0 20px;
        padding-left: calc((20px * 2 + 16px) + 10px);
        height: 50px;
    }
    #baseMenu > ul > li + li{
        margin-left: 15px;
    }
    #mainHeader #logo{
        width: calc(115px + (20px * 2));
        padding: 10px 20px!important;
    }
    #mainHeader .herder_On .right_IconArea{
        padding-left: 10px;
        margin-left: 10px;
    }
    #mainHeader .herder_On .right_IconArea::before{
        height: 16px;
        top: calc((100% - 16px) / 2);
    }
    #mainHeader .herder_On .IconImg{
        width: 14px;
    }
}
@media screen and (max-width: 360px){
    /* #mainHeader .herder_On{
        padding: 0 10px;
        padding-right: calc((20px * 2 + 16px) + 5px);
    } */
    #baseMenu > ul > li + li{
        margin-left: 10px;
    }
}
#mainFooter,
.tempDetail .container{
    border-top: 1px solid;
    border-color: rgba(255,255,255,0.1);
}
.tempDetail .container{
    padding-top: 80px;
}
@media screen and (max-width: 768px){
    .secSpmenu{
        display: none;
    }
    .tempDetail .container{
        padding-top: 0px;
    }
}
/* 文字色白 */
#mainHeader .headerCol #mainNavi #main_navigation li .mainHeaderNavColor,
.tempTop h2,
#products.secProduct .price,
.tempDetail section.row span.price_del,
#itemDetailBox .txt,
.tempDetail p.price,
#relatedList h2.ttl span,
#mainFooter,
.main #about{
    color: #333!important;
}
/* 背景黒 */
#Mainvisual,
#relatedListWrapper,
#mainFooter,
#colorbox,
#cboxOverlay,
#cboxContent,
#privacy,
#law{
    background-color: #fff!important;
}
#mainFooter {
    background-color: #f6f6f6!important;
}
#cboxOverlay,
#cboxContent{
    background: #fff;
}

/* secAboutContent */
.secAboutContent{
    width: 100%;
    margin-top: 120px;
    /* padding-bottom: 40px; */
}
.secAboutContent .Inner{
    width: calc(100% - 100px);
    max-width: 1530px;
    margin: 0 auto;
    text-align: center;
}
.secAboutContent p,
.secAboutContent h2{
    margin: 0;
}
.secAboutContent .blandname{
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: bold!important;
}
.secAboutContent .jpn_blandname{
    font-size: 14px;
    line-height: calc(30 / 14);
    margin-top: 12px;
}
.secAboutContent .txtbox{
    text-align: center;
    margin-top: 9px;
}
.secAboutContent .txt{
    font-size: 13px;
    line-height: calc(24 / 13);
}
.secAboutContent .txtEng{
    font-size: 12px;
    line-height: calc(20 / 12);
    margin-top: 16px;
}
section.tmpBox{
    margin-top: 80px;
}
@media screen and (max-width: 768px){
    .secAboutContent{
        margin-top: 58px;
    }
    .secAboutContent .Inner{
        width: calc(335 / 375 * 100%);
        max-width: 100%;
    }
    .secAboutContent .blandname{
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500 !important;
    }
    .secAboutContent .jpn_blandname{
        font-size: 11px;
        line-height: calc(20 / 11);
        margin-top: 5px;
    }
    .secAboutContent .txtbox{
        margin-top: 5px;
    }
    .secAboutContent .txt{
        font-size: 10px;
        line-height: calc(20 / 10);
        letter-spacing: 0;
    }
    .secAboutContent .txtEng{
        font-size: 9px;
        line-height: calc(17 / 9);
        margin-top: 4px;
    }
    section.tmpBox{
        margin-top: 40px;
    }
}
@media screen and (max-width: 365px){
    .secAboutContent .txt{
        font-size: 10px;
        line-height: calc(20 / 10);
    }
    .secAboutContent .txtEng{
        font-size: 8px;
        line-height: calc(16 / 8);
    }
}
@media screen and (min-width: 769px){
    .brSp{
        display: none;
    }
}

/* ▼一時的非表示対応 */
#recommend{
    display: none;
}

/* ▼260226 */
.secHero{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: calc(750 / 1920 * 100vw);
}
@media screen and (min-width: 769px){
    .secHero{
        /* height: calc(100vh - 64px); */
        /* min-height: 750px; */
    }
}
.secHero .bgHero{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.secHero .videoPc,
.secHero .videoSp{
    width: 100%;
    height: 100%;
}
.secHero .videoPc video,
.secHero .videoSp video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.secHero .loading_musk{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.secHero .loading_musk .muskInner{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.secHero .loading_musk .imgLoading{
    width: 64px;
    margin: 0 auto;
}
@media screen and (min-width: 769px){
    .secHero .videoSp{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .secHero .videoPc{
        display: none;
    }
    .secHero .bgHero{
        position: absolute;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        left: 0;
        top: calc(0% - 2px);
    }
    .secHero{
        padding-top: calc(960 / 538 * 100%);
    }
}
#products h2.ttl.type_Index span{
    letter-spacing: 0.02em;
    font-weight: 500!important;
}
#products h2.ttl.type_Index .txt_category,
.page_category #products h2.ttl.type_Index .txt_index{
    display: none;
}
.page_category #products h2.ttl.type_Index .txt_category{
    display: block;
    font-size: 25px;
}
.page_category #products.secProduct{
    margin-top: 30px;
}
@media screen and (max-width: 768px){
    .page_category #products.secProduct{
        margin-top: 10px;
    }
}
@media screen and (min-width: 769px){
    #products.secProduct{
        max-width: 1870px;
        width: calc(100% - 50px);
        margin-top: 68px;
    }
    #products h2.ttl.type_Index{
        font-size: 18px;
        line-height: calc(30 / 18);
        font-weight: 500 !important;
        margin: 0;
        margin-bottom: 25px;
        text-align: left;
    }
    .page_category  #products h2.ttl.type_Index{
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 768px){
    #products.secProduct{
        margin-top: 50px;
        width: calc(100% - 20px);
    }
    #products h2.ttl.type_Index{
        font-size: 14px;
        line-height: calc(20 / 14);
        font-weight: 500!important;
        margin-bottom: 0px;
        text-align: left;
    }
}

/* secCollection */
.secCollection{
    max-width: 1870px;
    width: calc(100% - 50px);
    margin: 0 auto;
    margin-top: 140px;
}
.secCollection .inner{
    width: 100%;
}
.secCollection .titbox{
    text-align: left;
}
.secCollection .c_tit{
    font-size: 18px;
    line-height: calc(30 / 18);
    font-weight: 500!important;
    margin: 0;
}
.secCollection .linkList{
    display: flex;
    width: 100%;
    margin-top: 25px;
}
.secCollection .linkItem{
    width: calc((100% - 40px) / 3);
}
.secCollection .linkItem + .linkItem{
    margin-left: 20px;
}
.secCollection .linkbox{
    display: block;
    width: 100%;
    position: relative;
}
.secCollection .backImg{
    width: 100%;
    padding-top: calc(745 / 610 * 100%);
    position: relative;
    overflow: hidden;
}
.secCollection .backImg img{
    transform: scale(1);
    transition: 0.5s;
}
.secCollection .linkbox:hover img{
    transform: scale(1.05);
}
.secCollection .backImg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.secCollection .txtArea{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
}
.secCollection .txtInner{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 105px;
}
.secCollection .titEng{
    color: #fff;
    font-size: 30px;
    line-height: calc(40 / 30);
    font-weight: 500!important;
    letter-spacing: 0.075em;
    margin: 0;
}
.secCollection .boxtxt{
    width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 16px;
    background-color: #fff;
}
.secCollection .boxIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secCollection .intxt{
    font-size: 12px;
    line-height: calc(20 / 12);
    color: #333;
}
@media screen and (max-width: 768px){
    .secCollection{
        max-width: 100%;
        width: calc(100% - 20px);
        margin-top: 50px;
    }
    .secCollection .inner{
        width: 100%;
    }
    .secCollection .titbox{
        text-align: left;
    }
    .secCollection .c_tit{
        font-size: 14px;
        line-height: calc(20 / 14);
    }
    .secCollection .linkList{
        display: block;
        margin-top: 14px;
    }
    .secCollection .linkItem{
        width: 100%;
    }
    .secCollection .linkItem + .linkItem{
        margin-left: 0px;
        margin-top: 10px;
    }
    .secCollection .txtInner{
        padding-bottom: 70px;
    }
    .secCollection .titEng{
        font-size: 24px;
        line-height: calc(30 / 24);
        letter-spacing: 0.05em;
    }
    .secCollection .boxtxt{
        width: 65px;
        height: 26px;
        margin-top: 10px;
    }
    .secCollection .intxt{
        font-size: 10px;
        line-height: calc(20 / 10);
    }
}

#categoryList{
    text-align: left;
    width: 100%;
}
#categoryList .secCategorytit{
    text-align: left;
}
#categoryList .categoryTitle01{
    font-size: 15px;
    line-height: calc(30 / 15);
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
}
#categoryList .searchtag{
    width: 100%;
    background-color: #f6f6f6;
    padding: 30px 30px 25px;
    margin-top: 20px;
    box-sizing: border-box;
}
#categoryList .tagInner{
    width: 100%;
}
#categoryList .tagList{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
#categoryList .tagItem{
    display: inline-block;
    max-width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0;
}
#categoryList .tagItem a{
    display: inline-block;
    font-size: 12px;
    line-height: calc(18 / 12);
    padding: 3px 5px;
    border: 1px solid;
    border-color: #666;
    background-color: #fff;
}
#categoryList + .product_list{
    margin-top: 30px;
}
.page_category #categoryList + .product_list{
    margin-top: 40px;
}
@media screen and (max-width: 768px){
    #categoryList .categoryTitle01{
        font-size: 13px;
        line-height: calc(24 / 13);
    }
    #categoryList .searchtag{
        padding: 15px 10px 12px;
        margin-top: 13px;
    }
    #categoryList .tagItem{
        margin-right: 3px;
        margin-bottom: 3px;
    }
    #categoryList .tagItem a{
        font-size: 11px;
        line-height: calc(16 / 11);
        padding: 2px 4px;
    }
    #categoryList + .product_list,
    .page_category #categoryList + .product_list{
        margin-top: 20px;
    }
}

#menu .categoryTrigger p{
    margin: 0;
}
#menu .categoryTrigger .triggertitbox{
    position: relative;
    padding-right: 30px;
    pointer-events: all;
    cursor: pointer;
}
#menu .categoryTrigger .triggertitbox::after,
#menu .categoryTrigger .triggertitbox::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    right: 0;
    top: calc(50% - 2px);
    background-color: #333;
    transition: 0.5s;
}
#menu .categoryTrigger .triggertitbox::before{
    transform: rotate(90deg);
}
#menu .categoryTrigger .triggertitbox.on::before{
    transform: rotate(0deg);
}
#triggerContent{
    padding-top: 10px;
    display: none;
}
#triggerContent .appsItemCategoryTag_child{
    padding-left: 1em;
}
#triggerContent .appsItemCategoryTag_child + .appsItemCategoryTag_child{
    margin-top: 10px;
}
#triggerContent .appsItemCategoryTag_lowerchild{
    padding-left: 1em;
}
#triggerContent .appsItemCategoryTag_child a{
    font-size: 14px;
    line-height: calc(20 / 14);
    transition: 0.5s;
    font-family: "Oswald", sans-serif;
    font-weight: 400!important;
}
#triggerContent .appsItemCategoryTag_child .appsItemCategoryTag_lowerLink{
    font-size: 12px;
    line-height: calc(16 / 12);
}
#triggerContent .appsItemCategoryTag_child::before{
    content: "-";
    font-size: 14px;
    line-height: calc(20 / 14);
    padding-right: 3px;
}
#triggerContent .appsItemCategoryTag_lowerchild li::before{
    content: "-";
    font-size: 14px;
    line-height: calc(20 / 14);
    padding-right: 3px;
}
#triggerContent .appsItemCategoryTag_child a:hover{
    text-decoration: underline;
}


#menu .snsListbox{
    width: 100%;
    text-align: left;
    padding-left: 35px;
    margin-top: 15px;
}
#menu .snsListbox .iconBox{
    display: inline-block;
    text-align: left;
    width: fit-content;
}
#menu .snsListbox .snsBox{
    width: 100%;
    margin: 0;
    display: block;
}
#menu .snsListbox .snsBox li{
    width: 100%;
    text-align: left;
    margin: 0;
}
#menu .snsListbox .snsBox a{
    display: inline-block;
    position: relative;
    padding-left: calc(20px + 10px);
    font-size: 12px;
    line-height: calc(20 / 12);
    color: #333;
    transition: 0.5s;
}
#menu .snsListbox .snsBox a span{
    letter-spacing: 0;
}
#menu .snsListbox .snsBox a::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    /* background: url(https://basefile.akamaized.net/vscs-base-shop/692fbb7976e79/icon_white_ist.png) center center no-repeat rgba(0, 0, 0, 0); */
    background: url(https://basefile.akamaized.net/vscs-base-shop/699fd24a000ff/icon_list.png) center center no-repeat rgba(0, 0, 0, 0);
    /* background-color: #333; */
    border-radius: 5px;
    background-size: 16px auto;
    left: 0;
    top: calc(50% - 10px);
}
#menu .snsListbox .snsBox li.youtube a::after{
    background-image: url(https://basefile.akamaized.net/vscs-base-shop/699fd1dc5e8dd/icon_youtube_b.png);
}
#menu .snsListbox .snsBox li + li{
    margin-top: 6px;
}
#menu .privacybox{
    width: 100%;
    /* margin-top: 10px; */
}
#menu .privacyList{
    padding: 0 35px;
    width: 100%;
    margin: 0;
    display: block;
    text-align: left;
}
#menu .privacyList li{
    margin: 0;
}
#menu .privacyList li + li{
}
#menu .privacyList li + li::after{
}
#menu .privacyList li a{
    text-decoration: none;
    font-size: 11px;
    line-height: calc(20 / 11);
    color: #333;
}
@media screen and (max-width: 360px){
    #menu .snsListbox .snsBox a{
        font-size: 11px;
        line-height: calc(16 / 11);
    }
    #menu .snsListbox .snsBox a .sp_360{
        display: none;
    }
    #menu .snsListbox .iconBox{
        width: 100%;
    }
    #menu .snsListbox {
        padding: 0 35px;
    }
}
#triggerContent .appsItemCategoryTag_child:nth-last-child(2),
#triggerContent .appsItemCategoryTag_child:nth-last-child(1){
    display: none!important;
}
.template #category-menu .category-list ul li.appsItemCategoryTag_child:nth-last-child(2),
.template #category-menu .category-list ul li.appsItemCategoryTag_child:nth-last-child(1){
    display: none!important;
}

.main:has(.inquirySection){
    max-width: 1870px;
    width: calc(100% - 50px);
}
.inquirySection{
    margin-top: 30px;
    padding: 0;
}
.inquirySection h1{
    font-weight: 500!important;
    letter-spacing: 0.02em;
    line-height: calc(30 / 18);
}
.inquirySection form{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.inquirySection dl dd input,
.inquirySection dl dd textarea{
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .main:has(.inquirySection){
        max-width: 100%;
        width: calc(100% - 20px);
    }
    .inquirySection form{
        width: 100%;
    }
    .inquirySection dl dd + input + dt{
        margin-top: 30px;
    }
    .inquirySection{
        margin-top: 10px;
    }
}
/* secAbout_Renewal */
.secAbout_Renewal{
    width: 100%;
    margin-top: 38px;
    box-sizing: border-box;
    font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    padding-bottom: 20px;
}
.secAbout_Renewal .aboutHero{
    width: 100%;
}
.secAbout_Renewal .aboutHero img{
    width: 100% ;
    height: auto;
}
.secAbout_Renewal .Inner{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-top: 88px;
}
.secAbout_Renewal .secMiddlebox{
    width: 100%;
    text-align: left;
}
.secAbout_Renewal .secMiddlebox .middletit{
    font-size: 16px!important;
    line-height: calc(30 / 16);
    font-weight: 500;
    letter-spacing: 0;
}
.secAbout_Renewal .secMiddlebox .minitxt{
    font-size: 14px!important;
    line-height: calc(20 / 14);
    font-weight: bold;
    letter-spacing: 0;
    vertical-align: 1px;
}
.secAbout_Renewal .secMiddlebox .txtbox{
    width: 100%;
    text-align: left;
    margin-top: 17px;
}
.secAbout_Renewal .secMiddlebox .middletxt{
    font-size: 13px;
    line-height: calc(27 / 13);
    margin: 0;
    letter-spacing: 0;
}
.secAbout_Renewal .secMiddlebox .middletxt + .middletxt{
    margin-top: 15px;
}
.secAbout_Renewal .secMiddlebox .moviebox{
    width: 100%;
    margin-top: 60px;
}
.secAbout_Renewal .secMiddlebox .movie{
    position: relative;
    width: 100%;
    padding-top: calc(1080 / 1920 * 100%);
    overflow: hidden;
}
.secAbout_Renewal .secMiddlebox .movie video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 769px){
    .secAbout_Renewal .secMiddlebox .movie.type_sp{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .secAbout_Renewal .secMiddlebox .movie.type_pc{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .secAbout_Renewal{
        margin-top: 16px;
        padding-bottom: 0;
    }
    .secAbout_Renewal .Inner{
        max-width: 100%;
        width: 100%;
        margin-top: 45px;
    }
    .secAbout_Renewal .secMiddlebox .middletit{
        font-size: 14px !important;
        line-height: calc(20 / 14);
        padding: 0 20px;
    }
    .secAbout_Renewal .secMiddlebox .middletit .f_Oswald{
        font-weight: bold!important;
    }
    .secAbout_Renewal .secMiddlebox .minitxt{
        font-size: 12px!important;
        line-height: calc(22 / 12);
        font-weight: 400;
    }
    .secAbout_Renewal .secMiddlebox .txtbox{
        margin-top: 12px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .secAbout_Renewal .secMiddlebox .middletxt{
        font-size: 11px;
        line-height: calc(16 / 11);
    }
    .secAbout_Renewal .secMiddlebox .middletxt + .middletxt{
        margin-top: 7px;
    }
    .secAbout_Renewal .secMiddlebox .moviebox{
        margin-top: 50px;
    }
    .secAbout_Renewal .secMiddlebox .movie{
        padding-top: calc(960 / 538 * 100%);
    }
    .secAbout_Renewal .secMiddlebox .movie video {
        height: calc(100% + 6px);
        top: calc(0% - 4px);
    }
}
/* secProfile */
.secProfile{
    width: 100%;
    margin-top: 98px;
}
.secProfile p{
    margin: 0;
}
.secProfile .p_tit{
    font-size: 16px!important;
    line-height: calc(24 / 16);
    font-weight: 400!important;
}
.secProfile .inflex{
    width: 100%;
    display: flex;
    margin-top: 26px;
}
.secProfile .imgArea{
    width: 400px;
}
.secProfile .imgArea .imgBox{
    width: 100%;
}
.secProfile .imgArea img{
    width: 100%;
    height: auto;
}
.secProfile .txtArea{
    width: calc(100% - 400px);
    padding-left: 50px;
    box-sizing: border-box;
    padding-top: 8px;
}
.secProfile .txtIn{
    width: 100%;
}
.secProfile .namebox{
    display: flex;
    align-items: center;
}
.secProfile .namebox .name{
    font-size: 17px;
    line-height: calc(30 / 17);
    font-weight: 600;
    letter-spacing: 0.15em;
}
.secProfile .namebox .kana{
    font-size: 10px;
    line-height: calc(20 / 10);
    padding-left: 10px;
    letter-spacing: 0.05em;
}
.secProfile .txt{
    width: 100%;
    text-align: left;
    font-size: 13px;
    line-height: calc(27 / 13);
    margin-top: 16px;
    letter-spacing: 0;
}
@media screen and (min-width: 769px){
    .secProfile .brSp{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .tempTop:has(#about) .container{
        padding-bottom: 65px;
    }
    .secProfile{
        width: 100%;
        margin-top: 47px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .secProfile .brPc{
        display: none;
    }
    .secProfile .p_tit{
        font-size: 12px!important;
        line-height: calc(20 / 12);
        letter-spacing: 0;
    }
    .secProfile .inflex{
        display: block;
    }
    .secProfile .imgArea{
        width:100%;
    }
    .secProfile .imgArea .imgBox{
        width: calc(175 / 355 * 100%);
        max-width: 350px;
    }
    .secProfile .txtArea{
        width: 100%;
        padding: 0;
        margin-top: 17px;
    }
    .secProfile .namebox .name{
        font-size: 13px;
        line-height: calc(20 / 13);
        letter-spacing: 0.05em;
    }
    .secProfile .namebox .kana{
        padding-left: 10px;
        letter-spacing: 0;
    }
    .secProfile .txt{
        font-size: 11px;
        line-height: calc(16 / 11);
        margin-top: 11px;
        letter-spacing: 0px;
    }
}
.purchaseButtonModal__informationText{
    margin: 0 !important;
    padding-left: 5px;
}

@media screen and (max-width: 768px){
    .msg_startButton__text{
        font-size: 14px!important;
    }
    .tempTop .waitingForSale, .tempTop .endOfSale, .tempTop .soldout{
        letter-spacing: 0.5px;
    }
    .page_category #products h2.ttl.type_Index .txt_category{
        font-size: 21px;
    }
    .inquirySection dl dt{
        font-size: 12px;
    }
    .inquirySection dl dt span{
        font-size: 11px;
    }
    .inquirySection dl dt + dd{
        margin-top: 10px;
    }
    .inquirySection dl dd + dt{
        margin-top: 20px;
    }
    #relatedList ul li dl dd{
        margin-top: calc(10px - 5px);
    }
}
/* ▼260304 */
#faq_content{
    display: none;
}
#faq_content .faqInner{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    box-sizing: border-box;
}
.secFaq{
    width: 100%;
}
.secFaq .faqBox{
    width: 100%;
}
.secFaq .faqBox + .faqBox{
    margin-top: 30px;
}
.secFaq .faqtit{
    font-size: 18px!important;
    line-height: calc(24 / 18);
    font-weight: bold;
}
.secFaq .faqlist{
    margin-top: 20px;
}
.secFaq .faqItem + .faqItem{
    margin-top: 15px;
}
.secFaq .Qbox,
.secFaq .Abox{
    width: 100%;
}
.secFaq .Qbox + .Abox{
    margin-top: 10px;
}
.secFaq .txtIn{
    display: flex;
}
.secFaq .txtIn .subtit{
    font-size: 16px;
    line-height: calc(20 / 16);
    font-weight: bold;
    letter-spacing: 0;
    display: inline-block;
    padding-right: 5px;
    margin: 0;
}
.secFaq .qtit{
    font-size: 14px;
    line-height: calc(20 / 14);
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
    flex: 1;
    padding-top: 2px;
    letter-spacing: 0.05em;
}
.secFaq .atxt{
    font-size: 14px;
    line-height: calc(20 / 14);
    margin: 0;
    /* font-weight: bold; */
    padding-top: 1px;
    flex: 1;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
    #faq_content .faqInner{
        width: 100%;
        margin-top: 20px;
        padding: 0 20px;
    }
    .secFaq .faqBox + .faqBox{
        margin-top: 30px;
    }
    .secFaq .faqtit{
        font-size: 16px!important;
        line-height: calc(20 / 16);
    }
    .secFaq .faqlist{
        margin-top: 10px;
    }
    .secFaq .faqItem + .faqItem{
        margin-top: 10px;
    }
    .secFaq .Qbox,
    .secFaq .Abox{
        width: 100%;
    }
    .secFaq .Qbox + .Abox{
        margin-top: 5px;
    }
    .secFaq .txtIn{
        display: flex;
    }
    .secFaq .txtIn .subtit{
        font-size: 14px;
        line-height: calc(18 / 14);
    }
    .secFaq .qtit{
        font-size: 12px;
        line-height: calc(18 / 12);
        padding-top: 1px;
    }
    .secFaq .atxt{
        font-size: 12px;
        line-height: calc(18 / 12);
        padding-top: 1px;
    }
}