﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --Color1: #f36300;
    --Color2: #fff79a;
    --Color3: #000;
    --Color4: #F3F1F0;
    --Color5: #7A7979;
    --Color6: #404040;
    --Color7: #E6E6E6;
}
.montserrat{
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
body{
    position: relative;
    padding: 0; 
    border: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif, Microsoft JhengHei , PMingLiU , MingLiU , sans-serif !important; 
    overflow-x: hidden;
    margin: 0 auto;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
input{
    outline:none;
}
a{
    text-decoration:none;
    list-style: none;
} 
a:active{
    list-style: none;
}
a:hover{
    text-decoration: none;
}
/*-----header--------------------*/
.header{
    position: sticky;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: auto;
    display: block;
    transition: all .3s linear;
}
.header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    display: block;
    opacity: .7;
}
.headerOn{
    top: -90px!important;
}
.topLine{
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 17px;
    background-color: var(--Color1);
    display: block;
    padding-top: 10px;
    box-sizing: border-box;
}
.menuBar{
    position: relative;
    top: 0;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--Color3);
    padding: 0 30px;
    box-sizing: border-box;
}
.logo{
    width: auto;
    height: 51px;
    aspect-ratio: 78 / 71;
    background-image: url(../img/SVG/logo.svg);
    display: inline-block;
    background-repeat: no-repeat;
    transition: all .3s linear;
}
.logo:hover{
    opacity: .7;
}
.menu{
    display: inline-flex;
    align-items: center;
}
.menu a{
    position: relative;
    font-size: 1rem;
    color: var(--Color2);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 10px 30px;
    box-sizing: border-box;
}
.menu a samp{
    position: absolute;
    z-index: -1;
    top: 12px;
    left: calc(50% - 30px);
    color: initial;
    transition: all .3s linear;
}
.menu a:hover samp{
    top: 8px;
    z-index: 1;
    color: var(--Color2);
}
.menu a span{
    transition: all .3s linear;
}
.menu a:hover span{
    top: 8px;
    z-index: -1;
    color: initial;
}
.menu i{
    width: 1px;
    height: 7px;
    display: inline-block;
    background-color: var(--Color2);
}
.menu .btnShoppng{
    width: 110px;
    height: 27px;
    border: 1px var(--Color2) solid;
    border-radius: 10px;
    padding: 3px 10px;
    box-sizing: border-box;
    margin: 0 30px;
    transition: all .3s linear;
}
.menu .btnShoppng:hover{
    background-color: var(--Color2);
}
.menu .btnShoppng:hover samp{
    z-index: 1;
    color: var(--Color3);
    top: 2px;
}
.menu .btnShoppng:hover span{
    z-index: -1;
    color: var(--Color2);
}
.menu .iShop, .mTool .iShop{
    position: relative;
    width: auto;
    height: 32px;
    display: inline-block;
    aspect-ratio: 1 / 1;
    background-image: url(../img/SVG/iShop.svg);
    background-repeat: no-repeat;
    padding: 0;
    box-sizing: border-box;
    margin: 0 5px;
    transition: all .3s linear;
}
.menu .iShop:hover{
    background-image: url(../img/SVG/iShopOn.svg);
}
.mTool .iShop{
    width: 27px;
    background-image: url(../img/SVG/iShopOn.svg);
}
.menu .iShop p, .mTool .iShop p{
    position: absolute;
    top: -20px;
    right: -7px;
    width: 18px;
    height: auot;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: var(--Color2);
    color: var(--Color3);
    font-size: .8rem;
    border: 1px var(--Color2) solid;
    transition: all .3s linear;
}
.menu .iShop:hover p{
    background-color: var(--Color3);
    color: var(--Color2);
    border: 1px var(--Color2) solid;
}
.mTool .iShop p{
    background-color: var(--Color3);
    color: var(--Color2);
    border: 1px var(--Color2) solid;
}
.menu .iMber, .mTool .iMber{
    width: auto;
    height: 32px;
    display: inline-block;
    aspect-ratio: 1 / 1;
    background-image: url(../img/SVG/iMber.svg);
    background-repeat: no-repeat;
    padding: 0;
    box-sizing: border-box;
    margin: 0 5px;
    transition: all .3s linear;
}

.menu .iMber:hover{
    background-image: url(../img/SVG/iMberOn.svg);
}
.mTool .iMber{
    width: 27px;
    background-image: url(../img/SVG/iMber.svg);
}
.iMberOn{
    width: auto;
    height: 32px;
    display: inline-block;
    aspect-ratio: 1 / 1;
    background-image: url(../img/SVG/iMberOn.svg);
    background-repeat: no-repeat;
    padding: 0;
    box-sizing: border-box;
    margin: 0 5px;
    transition: all .3s linear;
    padding: 0px !important;
}

.menu .iMberLogout, .mTool .iMberLogout{
    width: auto;
    height: 32px;
    display: inline-block;
    aspect-ratio: 1 / 1;
    background-image: url(../img/SVG/iLogout.svg);
    background-repeat: no-repeat;
    padding: 0;
    box-sizing: border-box;
    margin: 0 5px;
    transition: all .3s linear;
}
.menu .iMberLogout:hover{
    background-image: url(../img/SVG/iLogoutOn.svg);
}
.mTool .iMberLogout{
    width: 27px;
    background-image: url(../img/SVG/iLogoutOn.svg);
}


.mblMenuBtn{
    position: fixed;
    z-index: 1;
    right: 50px;
    top: 40px;
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s linear;
}
.mblMenuBtn::before{
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--Color2);
    display: block;
    margin: 6px 0;
    transition: all .3s linear;
}
.mblMenuBtn::after{
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--Color2);
    display: block;
    margin: 6px 0;
    transition: all .3s linear;
}
.mblMenuBtnOn{
    transform:rotate(-45deg);
}
.mblMenuBtnOn::before{
    position: absolute;
    transform:rotate(-90deg);
}
.mblMenuSpace{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background-color: var(--Color3);
    transition: all .2s ease;
    padding: 40px;
    box-sizing: border-box;
    overflow: scroll;
}
.mblMenuSpaceOn{
    top: -100vh;
}
.mblMenuSpace .mblCart{
    position: relative;
    top: 3px;
    font-size: .9rem;
    padding: 5px 12px;
    box-sizing: border-box;
    border-radius: 24px;
    margin-right: 5px;
}
.mblMenuSpace hr{
    position: relative;
    left: 0;
    border: 0;
    height: 1px;
    width: 100%;
    background-color: var(--Color2);
    transform-origin: left;
    transition: all 1s ease;
}

.mblMenuSpaceOn hr{
    width: 0;
    left: -110%;
}
.mblMenuSpace nav .mblA{
    width: 100%;
    height: auto;
    min-height: 50px;
    display: block;
    color: var(--Color2);
    overflow: hidden;
    transition: all .3s linear;
}
.mblMenuSpace nav details summary{
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.mblMenuSpace nav details[open] summary{
    color: var(--Color1);
}
.mblMenuSpace nav details summary i{
    width: 25px;
    height: auto;
    display: inline-block;
    aspect-ratio: 1 / 1;
    background-image: url(../img/SVG/arrows.svg);
    transition: all .3s linear;
}
.mblMenuSpace nav details[open] summary i{
    transform:rotate(180deg);
}
.mblMenuSpace nav details a{
    font-size: 1rem;
    color: var(--Color2);
    padding: 5px 20px;
    box-sizing: border-box;
    display: block;
}
.mblMenuSpace nav .mblA p{
    transform: translate(0, 0px);
    transition: all 1s ease;
}
.mblMenuSpaceOn nav .mblA p{
    transform: translate(0, 40px);
}
.mblMenuSpace details > summary:first-of-type {
    list-style-type: '';
}
.mblMenuSpace .imBox{
    position: absolute;
    top: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: 100px;
    
}
.mblMenuSpace .imBox .mLogo{
    width: 200px;
    height: auto;
    display: block;
    aspect-ratio: 206 / 43;
    overflow: hidden;
    background-repeat: no-repeat;
}
.mblMenuSpace .imBox .mLogo img{
    transform: translate(0, 0px);
    transition: all 1s ease;
}
.mblMenuSpaceOn .imBox .mLogo img{
    transform: translate(0, 40px);
}
.mblMenuSpace .imBox .mTool{
    width: 100%;
    height: 27px;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.mblMenuSpace .imBox .mTool a{
    transform: translate(0, 0px);
    transition: all 1s ease;
    transition-delay: .3s;
}
.mblMenuSpace .imBox .mTool div:nth-child(2) a{
    margin-left: 7px;
}
.mblMenuSpaceOn .imBox .mTool a{
    transform: translate(0, 40px);
}
@media (max-width: 767.98px) {
    .header{
        position: fixed;
        top: 0px;
        left: 0;
        display: block;
    }
    .menuBar{
        /*background-color: initial;*/
    }
    .menu{
        display: none;
    }
    .topLine{
        height: 9.3px;
        background-color: var(--Color2);
    }
    .mblMenuBtn{
        display: flex;
    }
    .mblMenuSpace{
        display: block;
    }
}
/*------banner---------------*/
.bannerSpace{
    position: relative;
    width: 100%;
    height: calc(100vh - 42px );
    background-color: var(--Color3);
    display: block;
    overflow: hidden;
}
.banner{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: -4px;
}
.banner img{
    width: auto;
    height: 100%;
    display: block;
    
}
@media (max-width: 767.98px) {
    .banner{
        height: calc(100vh - 42px );
    }
}
@media (min-width: 768px) {
    .banner img{
        height: calc(100vh - 42px );
    }
}
@media (min-width: 1923px) {
    .banner img{
        width: 100%;
        height: auto;
    }
}
.slogn{
    position: absolute;
    bottom: 10%;
    left: 50px;
    width: 30%;
    height: auto;
    display: block;
}
.slogn img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 586 / 225;
    margin-bottom: 20px;
}
.slogn a{
    font-size: .9rem;
    width: 122px;
    height: 40px;
    color: var(--Color2);
    border: 1px var(--Color2) solid;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
    font-size: 21px;
}
.slogn a:hover{
    background-color: var(--Color2);
    color: var(--Color3);
    font-weight: 600;
}
.vLine{
    position: fixed;
    z-index: 10;
    bottom: 150px;
    right: 50px;
    width: 1px;
    height: 245px;
    display: block;
    background-color: #FFF79A;
}
.vLinePint{
    position: absolute;
    z-index: 10;
    top: 0;
    right: -6px;
    width: 13px;
    height: 13px;
    display: block;
    background-color: #FFF79A;
    border-radius: 50%;
}
.ibiBox{
    position: absolute;
    z-index: 10;
    bottom: 100px;
    right: 35px;
    width: 30px;
    height: 76px;
    display: block;
}
.ibiBox .iFb{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: inline-block;
    background-image: url(../img/SVG/iFb.svg);
    background-repeat: no-repeat;

}
.ibiBox .iIg{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: inline-block;
    background-image: url(../img/SVG/iIg.svg);
    background-repeat: no-repeat;
    margin-top: 10px;
}
@media (max-width: 767.98px) {
    .ibiBox{
        display: none;
    }
    .banner{
        width: 100%;
        height: 100vh;
        max-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-bottom: -4px;
    }
    .banner img{
        width: auto;
        height: 100%;
        display: block;
    }
    .slogn{
        width: 80%;
    }
    .vLine, .vLinePint{
        display: none;
    }
}
/*----------------------*/
.runLine{
    position: relative;
    width: 100%;
    height: 42px;
    display: block;
    background-color: var(--Color3);
    overflow: hidden;
}
@keyframes runLineBoxAn {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}
.runLineBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    animation-name: runLineBoxAn;
	animation-duration: 16s;
    animation-iteration-count:infinite;
    animation-timing-function: linear; 
}
.runLine p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: var(--Color2);
    font-size: 1.1rem;
    margin: 0 35px;
    white-space:nowrap;
}
.runLine2{
    display: none;
}
@media (max-width: 767.98px) {
    .runLine2{
        display: block;
    }
}
/*-----iAwardSpace-------------------------*/
.iAwardSpace{
    width: 100%;
    height: 100vh;
    display: block;
    background-color: var(--Color3);
    overflow: hidden;
}
.vspace{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.vspace .v2Box{
    width: calc(50% - 5px);
    height: 100vh;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.vspace .iasV2Photo{
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
}
.vspace .iasV2Photo img{
    width: auto;
    height: 100vh;
    display: block;
}
.vspace .iasV2Award{
    width: calc(50% + 4px);
    margin-left: -4px;
}
.iasV2Award .iasVup{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    transition: all .7s linear;
}
.iasV2Award .iasVup img{
    width: 70%;
    height: auto;
    display: block;
}
.iasV2Award .iasVup .tit{
    font-size: 34px;
    color: var(--Color2);
    margin-top: 30px;
    text-align: center;
    letter-spacing: .5rem;
}
.iasV2Award .iasVup p{
    font-size: 19.5px;
    color: var(--Color2);
    margin-top: 20px;
    text-align: center;
    line-height: 29.2px;
    letter-spacing: .2rem;
}
.iasV2Award .iasVup a{
    margin-top: 20px;
    width: 98.8px;
    height: 39.2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 991.98px) {
    .iasV2Award .iasVup .tit{
        font-size: 21px;
    }
    .iasV2Award .iasVup p{
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .iasV2Award .iasVup img{
        width: 90%;
    }
    .iasV2Award .iasVup .tit{
        font-size: 19px;
    }
    .iasV2Award .iasVup .tit span{
        display: none;
    }
    .iasV2Award .iasVup p{
        font-size: 9.8px;
        line-height: 15px;
    }
}
.styleBtn{
    font-size: 21px;
    padding: 10px 20px;
    box-sizing: border-box;
    color: var(--Color2);
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    box-sizing: border-box;
    border: 1px var(--Color2) solid;
    border-radius: 20px;
    transition: all .3s linear;
}
.styleBtn:hover{
    background-color: var(--Color2);
    color: var(--Color3);
    font-weight: 600;
}
.iasV2Award .iasVdn{
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--Color1);
    padding: 15px;
    box-sizing: border-box;
}
.iasV2Award .iasVdn .tit{
    font-size: 30px;
    color: var(--Color2);
    text-align: center;
}
.iasV2Award .iasVdn .tit2{
    font-size: 23px;
    color: var(--Color2);
    text-align: center;
    line-height: 2rem;
    margin: 15px 0;
}
.iasV2Award .iasVdn p{
    font-size: 10px;
    line-height: 14.8px;
    color: var(--Color2);
    text-align: center;
}
.iasV2Award .iasVdn img{
    width: 50%;
    height: auto;
    display: block;
}
@media (max-width: 767.98px) {
    .vspace .v2Box{
        width: 100%;
    }
    .vspace .iasV2Award{
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    .vspace .iasV2Photo::after{
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--Color3);
        opacity: .6;
    }
    .vspace .iasV2Award .iasVdn{
        display: none;
    }
}
/*-------cutSceneSpace-------------------------*/
.cutSceneSpace{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #DFDFDE;
}
.cutSceneSpace img{
    width: auto;
    height: 100%;
    display: block;
}
@media (max-width: 767.98px) {
    .cutSceneSpace img{
        width: auto;
        height: 100vh;
        display: block;
    }
}
@media (min-width: 1920px) {
    .cutSceneSpace img{
        width: 100%;
        height: auto;
        display: block;
    }
}

/*-----iCommoditySpace------------------------*/
.iCS{
    width: 100%;
    height: auto;
    display: block;
}
.iCS .vspace{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--Color1);
}
.iCS .vspace .v2Box{
    width: calc(50% - 5px);
    height: 100vh;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    vertical-align: top;
    overflow: hidden;
}
.iCS .vspace .v2Box:nth-child(1){
    background-color: #ECE9E0;
}
.iCS .vspace .v2Box:nth-child(1) img{
    width: 100%;
    height: auto;
    display: block;
}
.iCS .vspace .v2Box:nth-child(2){
    padding: 20px;
    box-sizing: border-box;
}
.iCS .vspace .v2Box .tit{
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: var(--Color2);
    font-size: 87.6px;
}
.iCS .vspace .v2Box .iCbox{
    position: relative;
    width: 100%;
    max-width: 672px;
    height: auto;
    display: block;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px var(--Color2) solid;
}
.iCS .vspace .v2Box .iCbox .iName{
    width: calc(100% - 170px);
    font-size: 48px;
    color: var(--Color2);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;    
    -webkit-box-orient: vertical;
}
.iCS .vspace .v2Box .iCbox .iEname{
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-top: 7px;
    color: var(--Color2);
    font-size: 19px; overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;    
    -webkit-box-orient: vertical;
}
.iCS .vspace .v2Box .iCbox .itp{
    position: relative;
    margin-left: 20px;
    font-size: 22px;
    color: var(--Color2);
}
.iCS .vspace .v2Box .iCbox .itp::before{
    content: "★";
    position: absolute;
    left: -20px;
}
.iCS .vspace .v2Box .iCbox ul{
    margin-left: -17px;
}
.iCS .vspace .v2Box .iCbox ul li{
    color: var(--Color2);
    font-size: 19px;
    line-height: 29.7px;
}
.iCS .vspace .v2Box .iCbox a{
    display: inline-block;
    margin-top: 30px;
}
.iCS .vspace .v2Box .iCbox a:hover{
    color: var(--Color1);
}
.iCtBox{
    display: block;
}
.iCS .vspace .v2Box .iCbox .icPrice{
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 52px;
    color: var(--Color2);
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
@media (max-width: 991.98px) {
    .iCS .vspace .v2Box .tit{
        font-size: 46px;
    }
    .iCS .vspace .v2Box .iCbox .iName{
        width: calc(100% - 120px);
        font-size: 32px;
    }
    .iCS .vspace .v2Box .iCbox .icPrice{
        font-size: 38px;
    }

}
@media (max-width: 767.98px) {
    .iCS .vspace .v2Box{
        width: 100%;
        height: auto;
        justify-content: start;
        padding-bottom: 180px;
    }
    .iCtBox{
        display: none;
    }
    .iCS .vspace .v2Box:nth-child(1){
        margin-top: 90px;
        height: auto;
    }
    .iCS .vspace .v2Box:nth-child(2){
        position: absolute;
        height: 100vh;
        top: 0;
        left: 0;
        padding: 40px 0 0 0;
        overflow: visible;
    }
    .iCS .vspace .v2Box:nth-child(1) img{
        aspect-ratio: 960 / 1080;
    }
    .iCS .vspace .v2Box .tit{
        position: absolute;
        top: 27px;
        left: calc(50% - 115px);
        font-size: 31px;
    }
    .iCS .vspace .v2Box .iCbox{
        padding: 30px;
        box-sizing: border-box;
        margin-top: 40px;
        max-width: 100%;
        border: 0;
        background-color: #ECE9E0;
    }
    .iCS .vspace .v2Box:nth-child(2)::before{
        content: "";
        width: 100%;
        aspect-ratio: 960 / 1080;
        display: block;
    }
    .iCS .vspace .v2Box .iCbox .iName{
        color: var(--Color1);
        width: 100%;
        font-size: 21.5px;
        text-align: center;
    }
    .iCS .vspace .v2Box .iCbox .iEname{
        color: var(--Color1);
        font-size: 12px;
        text-align: center;
    }
    .iCS .vspace .v2Box .iCbox a{
        color: var(--Color1);
        border: 1px var(--Color1) solid;
        font-size: 16.9px;
        padding: 7px 12px;
        border-radius: 12px;
    }
    .iCS .vspace .v2Box .iCbox .icPrice{
        right: 30px;
        top:auto;
        bottom: 32px;
        font-size: 29px;
        color: var(--Color1);
    }
}
/*----iGS----------------------------*/
.iGS{
    width: 100%;
    height: auto;
    display: block;
}
.iGS .igsLine{
    width: 100%;
    height: auto;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px 20px;
    box-sizing: border-box;
    background-color: var(--Color3);
    color: var(--Color2);
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-style: normal;
}
.iGS .igsLine .tit{
    font-size: 68px;
    letter-spacing: .2rem;
    font-weight: 500;
    text-align: center;
}
.iGS .igsLine p{
    text-align: center;
    font-size: 26.2px;
}
.iGS .igsLine a:hover{
    background-color: var(--Color1);
    border: 1px var(--Color1) solid;
    color: var(--Color2);
}
.iGS .vspace{
    width: 100%;
    height: auto;
    display: block;
    background: linear-gradient(to right,  #deb06b 0%,#fae791 50%,#ca9444 100%);
}
.iGS .vspace .v4box{
    position: relative;
    width: calc(25% - 6px);
    height: auto;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid var(--Color3);
}
.iGS .vspace .v4box .photoBox{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.iGS .vspace .v4box .photoBox img{
    width: 100%;
    height: auto;
    display: block;
}
.iGS .vspace .v4box .tBox{
    position: relative;
    width: calc(100% + 5px);
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    background-color: var(--Color1);
    padding: 34px 30px;
    box-sizing: border-box;
}
.iGS .vspace .v4box .tBox .igPrice{
    position: absolute;
    right: 30px;
    bottom: 18px;
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.6rem;
    color: var(--Color2);
}
.iGS .vspace .v4box .tBox .tit{
    width: calc(100% - 70px);
    height: 50px;
    max-height: 54px;
    font-size: 25px;
    color: var(--Color2);
    display: flex;
    justify-content: start;
    align-items: center;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;    
    -webkit-box-orient: vertical;
}
.iGS .vspace .v4box .tBox p{
    width: calc(100% - 70px);
    height: 22px;
    display: flex;
    justify-content: start;
    align-items: center;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;    
    -webkit-box-orient: vertical;
    margin: 5px 0 0 0;
    font-size: 17.5px;
    color: var(--Color2);
}
.iGS .vspace .v4box::before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0%;
    width: calc(100% + 5px);
    height: 100%;
    transform-origin: center;
    transition: all .3s linear;
    background-color: var(--Color3);
    opacity: 0;
}
.iGS .vspace .v4box:hover::before{
    opacity: .55;
    top: 0%;
    left: 0%;
    transform-origin: center;
    border-radius: 0%;
}
.iGS .vspace .v4box .styleBtn{
    position: absolute;
    z-index: 1;
    top: calc(50% - 20px);
    left: calc(50% - 80px);
    opacity: 0;
    transition: all .3s linear;
}
.iGS .vspace .v4box:hover .styleBtn{
    opacity: 1;
}
.iCartY{
    display: none;
}
@media (max-width: 991.98px) {
    .iGS .vspace .v4box{
        width: calc(33.3% - 6px);
    }
    .iGS .vspace .none992{
        display: none;
    }
}
@media (max-width: 767.98px) {
    .iGS .igsLine{
        min-height: auto;
    }
    .iGS .igsLine .tit{
        font-size: 27px;
    }
    .iGS .igsLine p{
        font-size: 10.7px;
    }
    .iGS .vspace .v4box{
        width: calc(50% - 6px);
    }
    .iGS .vspace .none768{
        display: none;
    }
    .iGS .vspace .v4box .tBox{
        padding: 14px 20px 35px;
        box-sizing: border-box;
        height: auto;
    }
    .iGS .vspace .v4box .tBox .tit{
        width: calc(100% - 0px);
        height: 20px;
        max-height: 54px;
        font-size: 13.5px;
        margin-bottom: 0px;
    }
    .iGS .vspace .v4box .tBox p{
        display: none;
    }
    .iGS .vspace .v4box .tBox .igPrice{
        bottom: 9px;
        right: auto;
        left: 20px;
        font-size: 18px;
    }
    .iCartY{
        position: absolute;
        right: 32px;
        bottom: 12px;
        width: 20px;
        height: auto;
        aspect-ratio: 1 / 1;
        display: block;
        background-image: url(../img/SVG/iCartY.svg);
    }

}
/*--iIDS-----------------------------*/
.iIDS{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: var(--Color1);
}
.iIDS .iTDl{
    width: 60%;
    max-width: 1103px;
    height: auto;
    min-height: 300px;
    display: block;
    border-right: 1px var(--Color2) solid;
    overflow: hidden;
}
.iIDS .iTDl .tit{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 61.4px;
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: var(--Color2);
    border-bottom: 1px var(--Color2) solid;
}
.iIDS .iTDl .photo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: var(--Color6);
}
.iIDS .iTDl .photo img{
    width: auto;
    height: 100%;
    display: block;
    aspect-ratio: 1103 / 998;
}
.iIDS .iTDr{
    width: calc(100% - 1103px);
    width: 40%;

    height: auto;
    display: block;
    
}
.iIDS .iTDr .tit{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23.3px;
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: var(--Color2);
    border-bottom: 1px var(--Color2) solid;
}
.iIDS .iTDr .iTDrBox{
    width: auto;
    height: 990px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}
.iIDS .iTDr .iTDrBox .tit2{
    color: var(--Color2);
    font-size: 42px;
    text-align: center;
    margin-bottom: 30px;
}
.iIDS .iTDr .iTDrBox p{
    color: var(--Color2);
    font-size: 17px;
    text-align: center;
    line-height: 30.7px;
}
.iIDS .iTDr .iTDrBox img{
    width: 340px;
    height: auto;
    display: block;
    margin-top: 20px;
}
.iIDS .iTDr .iTDrBox .styleBtn{
    margin-top: 70px;
}
.iIDS .iTDr .iTDrBox .styleBtn:hover{
    color: var(--Color1);
}
@media (max-width: 991.98px) {
    .iIDS .iTDr .iTDrBox img{
        width: 240px;
    }
}
@media (max-width: 767.98px) {
    .iIDS{
        flex-direction: column;
    }
    .iIDS .iTDl{
        width: 100%;
    }
    .iIDS .iTDl .tit{
        height: 120px;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }
    .iIDS .iTDl .tit span{
        font-size: 29px;
    }
    .iIDS .iTDr{
        width: 100%;
    }
    .iIDS .iTDr .tit{
        width: 100%;
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }
    .iIDS .iTDr .iTDrBox{
        height: auto;
        padding: 90px 20px;
        box-sizing: border-box;
    }
    .iIDS .iTDr .iTDrBox .tit2{
        font-size: 25px;
        margin-bottom: 30px;
    }
    .iIDS .iTDr .iTDrBox{
        font-size: 12px;
    }
    .iIDS .iTDl .photo img{
        width: 145%;
        height: auto;
        display: block;
        aspect-ratio: 1103 / 998;
    }
}
/*----iPSs---------------------*/
.iPSs{
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--Color3);
}
.iPSsPd{
    padding-top: 200px;
}
.iPSs .iPSbox{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
    box-sizing: border-box;
    border: 0;
}
.iPSs .iPSboxR{
    flex-direction:row-reverse;
}
.iPSs .iPSbox .iPSl{
    width: 33%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.iPSs .iPSbox .iPSl .iPSlbox{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}
.iPSs .iPSbox .iPSl .iPSlbox .tit{
    font-size: 42px;
    color: var(--Color2);
}
.iPSs .iPSbox .iPSl .iPSlbox .titEn{
    font-size: 21px;
    color: var(--Color2);
    margin-top: 10px;
    line-height: 1.4rem;
}
.iPSs .iPSbox .iPSl .iPSlbox p{
    font-size: 18px;
    color: var(--Color2);
    line-height: 1.6rem;
}
.iPSs .iPSbox .iPSl .iPSlbox .pEn{
    font-size: 13px;
    line-height: 1.2rem;
}
.iPSs .iPSbox .iPSr{
    width: 66%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.iPSs .iPSbox .iPSr .photoBox{
    width: 100%;
    height: auto;
    max-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 30px;
}
.iPSs .iPSboxR .iPSr .photoBox{
    padding: 0 30px 0 0;
}
.iPSs .iPSbox .iPSr .photoBox img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1142 / 702;
}
.iPSs .iPSbs{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Color3);
    border: 0;
}
.iPSs .iPSbs .styleBtn{
    margin-top: 90px;
    margin-bottom: 160px;
    font-size: 32px;
}
.iPSs .iPSbs .styleBtn:hover{
    background-color: var(--Color1);
    color: var(--Color2);
    border: var(--Color1);
}
@media (max-width: 1199.98px) {
    .iPSs .iPSbox .iPSl{
        width: 50%;
    }
    .iPSs .iPSbox .iPSr{
        width: 50%;
    }
    .iPSs .iPSbox .iPSr .photoBox img{
        width: auto;
        height: 100%;
    }
}
@media (max-width: 767.98px) {
    .iPSs .iPSbox{
        flex-direction: column;
        padding: 0;
        border-top: 12px var(--Color2) solid;
    }
    .iPSs .iPSbox .iPSl{
        width: 100%;
    }
    .iPSs .iPSbox .iPSr{
        width: 100%;
    }
    .iPSs .iPSbox .iPSl .iPSlbox{
        padding: 100px 0;
        align-items: center;
    }
    .iPSs .iPSbox .iPSl .iPSlbox .tit{
        text-align: center;
        font-size: 25px;
    }
    .iPSs .iPSbox .iPSl .iPSlbox .titEn{
        text-align: center;
        font-size: 11px;
    }
    .iPSs .iPSbox .iPSl .iPSlbox p{
        text-align: center;
        font-size: 12px;
    }
    .iPSs .iPSbox .iPSl .iPSlbox .pEn{
        display: none;
    }
    .iPSsPd{
        padding-top: 0px;
    }
    .iPSs .iPSbox .iPSr .photoBox img{
        width: 100%;
        height: auto;
    }
    .iPSs .iPSbox .iPSr .photoBox{
        padding: 0;
    }
    .iPSs .iPSbs{
        border-bottom: 12px var(--Color2) solid;
    }
    .iPSs .iPSbs .styleBtn{
        margin-bottom: 70px;
        margin-top: 70px;
        font-size: 17px;
    }
}
/*---iLN----------------------*/
.iLN{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Color1);
    padding: 167px 60px 154px 60px;
    box-sizing: border-box;
    overflow: hidden;
}
.iLN .iLNspace{
    position: relative;
    width: 100%;
    max-width: 1080px;
    height: auto;
    display: block;
}
.iLN .iLNspace .tit{
    font-size: 73px;
    display: block;
    color: var(--Color2);
    letter-spacing: .2rem;
    margin-bottom: 70px;
}
.iLN .iLNspace .more{
    position: absolute;
    right: 0;
    top: 30px;
    color: var(--Color2);
    font-size: 22px;
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 4px;
    overflow: hidden;
}
.iLN .iLNspace .more::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background-color: var(--Color2);
    transition: all .2s linear;
}
.iLN .iLNspace .more:hover::before{
    left: 0;
}
.iLN .iLNspace .more:visited::before{
    left: 100%;
}
.iLN .iLNspace .iLNbox{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;
    transition: all .3s linear;
}
.iLN .iLNspace .iLNbox:hover{
    padding-left: 20px;
    box-sizing: border-box;
}
.iLN .iLNspace .iLNbox .day{
    width: 60px;
    font-size: 40px;
    color: var(--Color2);
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 4px 10px 10px 0;
    box-sizing: border-box;
    transition: all .3s linear;
}
.iLN .iLNspace .iLNbox .month{
    width: 100px;
    font-size: 16px;
    color: var(--Color2);
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    transition: all .3s linear;
}
.iLN .iLNspace .iLNbox .list{
    position: relative;
    width: calc(100% - 180px);
    color: var(--Color2);
    border-bottom: 1px var(--Color2) solid;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    transition: all .3s linear;
}
.iLN .iLNspace .iLNbox .list .lTit{
    font-size: 24px;
    line-height: 26px;
}
.iLN .iLNspace .iLNbox .list .lTiten{
    font-size: 16px;
    line-height: 24px;
}
.iLN .iLNspace .iLNbox .list .lTiten::before{
    content: "/";
    margin-right: 5px;
}
@media (max-width: 767.98px) {
    .iLN .iLNspace .iLNbox .list .lTit{
        font-size: 16px;
        line-height: 26px;
    }
    .iLN .iLNspace .iLNbox .list .lTiten{
        font-size: 13px;
        line-height: 24px;
    }
}
.iLN .iLNspace .iLNbox .list .icon{
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 15px;
    height: auto;
    aspect-ratio: 1 / 1;
    display: block;
    transition: all .3s linear;
}
.iLN .iLNspace .iLNbox .list .icon::after{
    position: relative;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--Color2);
    display: block;
    left: calc(50% - .5px);;
}
.iLN .iLNspace .iLNbox .list .icon::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: calc(50% - .5px);
    background-color: var(--Color2);
    display: block;
}
.iLN .iLNspace .iLNbox:hover .list .icon{
    transform:rotate(90deg);
}
@media (max-width: 767.98px) {
    .iLN{
        padding: 0 45px 120px;
    }
    .iLN .iLNspace .more{
        position: absolute;
        right: 0;
        top: auto;
        bottom: -70px;
    }
    .iLN .iLNspace .iLNbox .month{
        position: absolute;
        left: 60px;
    }
    .iLN .iLNspace .iLNbox{
        flex-direction: column;
    }
    .iLN .iLNspace .iLNbox .list{
        width: calc(100% - 0px);
    }
    .iLN .iLNspace .tit{
        width: calc(100% + 100px);
        height: auto;
        display: block;
        font-size: 2rem;
        letter-spacing: .1rem;
        padding: 70px 0;
        box-sizing: border-box;
        border-bottom: 1px var(--Color2) solid;
        text-align: center;
        margin: 0 0 70px -50px;
    }
    .iLN .iLNspace .iLNbox:hover{
        padding-left: 0px;
    }
}
/*--footer-----------------------*/
footer{
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--Color3);
    padding: 140px 30px 70px 30px;
    box-sizing: border-box;
    border-bottom: 12px var(--Color2) solid;
}
.flogoBox{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.fLogo{
    width: 75px;
    height: auto;
    display: block;
    aspect-ratio: 78 / 72;
    background-image: url(../img/SVG/logo.svg);
    background-repeat: no-repeat;
}

.flistSpace{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 30px;
    box-sizing: border-box;
}
.flistSpace .vSpace .v3box{
    width: calc(33.3% - 3px);
    height: auto;
    min-height: 160px;
    display: inline-block;
    vertical-align: top; 
    margin: 2px 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.flistSpace .vSpace .v3box:nth-child(2){
    display: inline-flex;
    justify-content: center;
    align-items: end;
}
.flistSpace .vSpace .fLogo2{
    width: 340px;
    height: auto;
    display: block;
    aspect-ratio: 340 / 48;
    transition: all .3s linear;
}
.flistSpace .vSpace .fLogo2:hover{
    opacity: .5;
}
.flistSpace .vSpace .fMenu{
    display: inline-flex;
    justify-content: space-around;
    align-items: end;
    
}
.flistSpace .vSpace .fMenu .fInfo, .flistSpace .vSpace .fMenu .fAbout{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    
    font-size: 26px;
    padding: 20px 20px 0 20px; 
    box-sizing: border-box;
    transition: all .3s linear;
}
.flistSpace .vSpace .fMenu .fInfo:hover a, .flistSpace .vSpace .fMenu .fAbout:hover a{
    color: #555;
    transition: all .3s linear;
}
.flistSpace .vSpace .fMenu .fInfo:hover a:hover, .flistSpace .vSpace .fMenu .fAbout:hover a:hover{
    color: var(--Color2);
}
.flistSpace .vSpace .fMenu .fInfo p, .flistSpace .vSpace .fMenu .fAbout p{
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: var(--Color2);
}
.flistSpace .vSpace .fMenu .fInfo a, .flistSpace .vSpace .fMenu .fAbout a{
    font-size: 16px;
    color: var(--Color2);
    font-weight: 300;
    margin-bottom: 7px;
}
.flistSpace .vSpace .fMg{
    display: inline-flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    text-align: end;
    color: var(--Color2);
}
.flistSpace .vSpace .fMg p{
    margin: 7px 0 0 0;
    font-size: 17px;
}
.flistSpace .vSpace .fMg .tEn{
    font-size: .9rem;
    font-size: 14px;
}
.flistSpace .vSpace .fMg .tool{
    width: 110px;
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.flistSpace .vSpace .fMg .tool .iFb, .mblMenuSpace .imBox .mTool .iFb{
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: inline-block;
    background-image: url(../img/SVG/iFb.svg);
    background-repeat: no-repeat;
}
.flistSpace .vSpace .fMg .tool .iIg, .mblMenuSpace .imBox .mTool .iIg{
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: inline-block;
    background-image: url(../img/SVG/iIg.svg);
    background-repeat: no-repeat;
}
.flistSpace .vSpace .fMg .tool .iLine, .mblMenuSpace .imBox .mTool .iLine{
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: inline-block;
    background-image: url(../img/SVG/iLine.svg);
    background-repeat: no-repeat;
}
.flistSpace .vSpace .fMg .tool a{
    transition: all .3s linear;
}
.flistSpace .vSpace .fMg .tool a:hover{
    opacity: .7;
}
@media (max-width: 767.98px) {
    .flistSpace .vSpace .v3box{
        width: calc(100% - 0px);
    }
    .flistSpace .vSpace .fMenu{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .flistSpace .vSpace .fMenu .fInfo, .flistSpace .vSpace .fMenu .fAbout{
        justify-content: center;
        align-items: center;
    }
    .flistSpace .vSpace .fMg{
        justify-content: center;
        align-items: center;
        margin-top: 100px;
    }
    .flistSpace .vSpace .fMg .tEn{
        text-align: center;
    }
}
/*---crumbsSpace----------------------*/
.crumbsSpace{
    width: 100%;
    height: auto;
    display: block;
    padding: 70px 30px 30px 30px;
    box-sizing: border-box;
    color: var(--Color1);
    font-weight: normal;
    border-bottom: 1px var(--Color1) solid;
    background-color: var(--Color4);
    
}
.crumbsSpace a{
    color: var(--Color1);
}
@media (max-width: 767.98px) {
  .crumbsSpace{
    padding-top: 120px;
  }
}
/*---pageBtnSpace----------------------------*/
.pageBtnSpace{
    width: 100%;
    height: 100px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    align-items: center;
}
.pageBtnSpace .numberBox a{
    padding: 10px;
    box-sizing: border-box;
    color: var(--Color5);
}
.pageBtnSpace .numberBox .nbOn{
    color: var(--Color6);
    border-bottom: 1px var(--Color6) solid;
}
/*--------------*/
.btn-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 35px;
    height: auto;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1.5px var(--Color2) solid;
    background-color: initial;
    color: var(--Color2);
    font-size: 1rem;
    cursor: pointer;
    opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s;
  }
  .btn-top.show {
    opacity: 1;
    visibility: visible;
}
  @media (max-width: 575.98px) {
    .btn-top {
        bottom: 50px;
        right: 20px;
        width: 50px;
        font-size: 1.2rem;
      }
  }
/*----------------------*/
.sAn{
    opacity: 0!important;
    transform: translate(0px, 10%)!important;
    transition: all .7s linear;
}
.sAnOn{
    opacity: 1!important;
    transform: translate(0px, 0%)!important;
}
.iCS .vspace .v2Box:nth-child(1){
    background-color: var(--Color1);
}
@media (min-width: 1200px) {
    .iCS .vspace .v2Box:nth-child(1) img{
        width: auto;
        height: 100%;
        aspect-ratio: 1 / 1;
    }
}

.iCS .vspace .v2Box .iCbox .iName {
 width: calc(100% - 170px);  
}
@media (max-width: 991.98px) {
    .iCS .vspace .v2Box .iCbox .iName {
  width: calc(100% - 160px);
    }
}

.iCS .vspace .v2Box .iCbox .icPrice {
    position: relative;
    padding: 0 0 10px 0;
    font-size: 52px;
    color: var(--Color2);
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
@media (max-width: 767.98px) {
    .iCS .vspace .v2Box .iCbox .icPrice {
        position: absolute;
        right: 30px;
        top: 20px;
        top: auto;
        bottom: 24px;
        font-size: 29px;
        color: var(--Color1);
    }
}
@media (min-width: 1920px) {
    .banner img{
        width: 120%;
        height: auto;
    }
}
@media (min-width: 768px) {
    .banner img{
        height: auto;
    }
}
@media (max-width: 767.98px) {
    .banner img{
        height: 120vh;
    }
}
@media (max-width: 575.98px) {
    .banner img{
        height: 100vh;
    }
}



/*-----20250418更新-----------------*/
:root {
    --Color2: #fff;
    --Color8: #fff79a;
}
/*---*/
.menu a span{
    display: none;
}
.menu a samp{
    position: relative;
    top: 0px;
    z-index: 1;
    color: var(--Color2);
    transition: all .3s linear;
} 
.menu a:hover samp{
    top: 0px;
    color: var(--Color8);
    
}
.menu .btnShoppng samp{
    z-index: 1;
    top: -1px;
}
.menu .btnShoppng:hover samp{
    color: var(--Color3);
    top: -1px;
}
.topLine{
    background-color: var(--Color8);
}
.menuBar{
    background-color: var(--Color1);
}
.logo{
    aspect-ratio: 209 / 72;
}
.logo::before{
    position: absolute;
    top: 10px;
    left: 180px;
    content: "";
    width: auto;
    height: 70px;
    aspect-ratio: 300 / 72;
    background-image: url(../img/SvG/logo-bf.svg);
    display: block;
}
.slogn a{
    display: none;
}
.iasV2Award .iasVup a{
    width: auto;
}
.iCS .vspace .v2Box .tit{
    position: relative;
    width: 100%;
    max-width: 680px;
}
.iCS .vspace .v2Box .tit span{
    position: absolute;
    top: -34px;
    left: 0;
    font-size: 1.6rem;
}
.footer{
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--Color1);
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
    border-bottom: 12px var(--Color8) solid;
    border-top: 12px var(--Color8) solid;
}
.flogoBox{
    display: none;
}
.flistSpace .vSpace .fLogo2{
    position: relative;
    bottom: -20px;
    width: 190px;
    height: auto;
    display: block;
    aspect-ratio: 190 / 150;
    transition: all .3s linear;
}
.iShop2{
    display: none;
}
@media (max-width: 991.98px) {
    .logo::before{
        display: none;
    }
}
@media (max-width: 767.98px) {
    .iCS .vspace .v2Box .tit{
        position: absolute;
        width: 100%;
        height: 140px;
        display: block;
        padding: 30px 0 0 0;
        box-sizing: border-box;
        letter-spacing: .3rem;
        left: 0;
        top: 0;
        background-color: var(--Color1);
        text-align: center;
    }
    .iCS .vspace .v2Box:nth-child(1) {
        margin-top: 140px;
        height: auto;
    }
    .iCS .vspace .v2Box .tit span{
        position: relative;
        display: block;
        width: 100%;
        max-width: 200px;
        height: auto;
        display: block;
        text-align: center;
        font-size: 1rem;
        margin: 40px auto 0 auto;
        letter-spacing: 0;
        padding-top: 10px;
        border-top: 1px var(--Color2) solid;
    }
    .iCS .vspace .v2Box .iCbox{
        margin-top: 100px;
    }
    .iGS .igsLine{
        padding: 60px 20px 40px 20px;
    }
    .iGS .igsLine p{
        font-size: .9rem;
    }
    .iPSs .iPSbox{
        border-top: 12px var(--Color8) solid;
    }
    .iPSs .iPSbs{
        border: 0;
    }
    .iLN .iLNspace .tit{
        font-size: 3rem;
    }
    .flistSpace .vSpace .v3box:nth-child(2){
        position: absolute;
        top: 50px;
        left: 0;
    }
    .flistSpace .vSpace .v3box:nth-child(1){
        padding-top: 230px;
        left: 0;
    }
    .iShop2{
        position: relative;
        width: auto;
        height: 32px;
        display: inline-block;
        aspect-ratio: 1 / 1;
        background-image: url(../img/SVG/iShop.svg);
        background-repeat: no-repeat;
        padding: 0;
        box-sizing: border-box;
        margin: 10px 90px 0 5px;
        transition: all .3s linear;
    }
    .iShop2 p{
        position: absolute;
        top: -20px;
        right: -7px;
        width: 18px;
        height: auot;
        aspect-ratio: 1 / 1;
        display: inline-flex;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        background-color: var(--Color2);
        color: var(--Color3);
        font-size: .8rem;
        border: 1px var(--Color2) solid;
        transition: all .3s linear;
    }
}



/*--20250505-----------*/
.bannerSpace{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: auto;
}
.bannerSpace .single-item .banner img{
    width: 100%;
    height: auto;
    display: block;
}
.bannerSpace .single-item .banner{
    height: auto;
}
@media (max-width: 767.98px) {
    .bannerSpace{
        margin-top: 100px;
    }
}



/*--20250506---------------*/
.iCS .vspace .v2Box .tit{
    font-size: 54px;
}
.iCS .vspace .v2Box .iCbox .iName{
    font-size: 27px;
}
.iGS .igsLine .tit{
    font-size: 44px;
}
.iIDS .iTDl .tit{
    font-size: 34px;
}
.iIDS .iTDr .iTDrBox .tit2{
    font-size: 34px;
}
.iLN .iLNspace .tit{
    font-size: 54px;
}
@media (max-width: 991.98px) {
    .iCS .vspace .v2Box .tit{
        font-size: 46px;
    }
    .iCS .vspace .v2Box .iCbox .iName{
        font-size: 20px;
    }
    .iCS .vspace .v2Box .iCbox .icPrice{
        font-size: 30px;
    }
    .iGS .igsLine .tit{
        font-size: 27px;
    }
    .iIDS .iTDl .tit{
        font-size: 29px;
    }
    .iIDS .iTDr .iTDrBox .tit2{
        font-size: 29px;
    }
    .iLN .iLNspace .tit{
        font-size: 30px;
    }
}
@media (max-width: 767.98px) {
    .iCS .vspace .v2Box .tit{
        font-size: 31px;
    }
    .iCS .vspace .v2Box .iCbox .iName{
        font-size: 21.5px;
    }
    .anchorPoint .pdBtn{
        font-size: 14px;
        width: 30%!important;
    }
    .pdIdBox .tit{
        font-size: 21px!important;
    }
}