@charset "UTF-8";
body {
    margin-top: 151px;
}
.logout.my-false { display: none; }
.login.my-true { display: none; }
.fs-l-header {
    padding-top: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 151px;
    background-color: #fff;
    width: 100%;
}
.fs-l-header a {
    color: var(--gray);
}
.fs-l-header a:hover {
    color: var(--gray-1);
}
@media screen and (max-width: 992px) {
    body {
        margin-top: 50px;
    }
    .fs-l-header {
        height: 50px;
    }
}
.header__inner{
    border-bottom:1px solid var(--gray-2)
}
.headerUtils{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:27px 0
}
.headerUtils__list{
    display:flex!important;
}
.headerUtils__item{
    margin-right:34px;
    text-align:center
}
.headerUtils__icon{
    width:24px;
    height:24px
}
.headerUtils__link{
    font-weight:400;
    font-size:11px
}
.headerUtils__searchArea [type=text] {
    border: none;
    border: none;
    border-radius: 0;
    padding: 6px 16px;
    color: var(--gray-1);
    border-radius: 30px 0 0 30px;
}
.headerUtils__searchArea [type=text]:focus {
    box-shadow: none;
}
.headerUtils__searchArea {
    display: flex;
    align-items: center;
    border: 1px solid var(--gray-1);
    border-radius: 30px;
}
.headerUtils__search img {
    width: 14px;
    height: 14px;
    margin-top: 1px;
}
.headerUtils__search {
    color:var(--gray-1);
    width: fit-content;
    padding: 6px 10px;
}
.headerNav{
    border-top:1px solid var(--gray-2)
}
.headerNav__nav{
    position:relative
}
.headerNav__list{
    display:flex;
    justify-content:center
}
.headerNav__item{
    margin-right:50px;
    padding:14px 0
}
.headerNav__item:last-child{
    margin-right:0
}
.headerNav__link{
    position:relative;
    font-weight:400;
    font-size:13px;
    transition:.5s;
}
.headerNav .headerNav__link.active{
    color:var(--gray-1)
}
.headerNav__arrow-bottom:after{
    display:inline-block;
    position:absolute;
    top:5px;
    right:-18px;
    width:8px;
    height:8px;
    transform:rotate(45deg);
    border-right:1px solid var(--gray);
    border-bottom:1px solid var(--gray);
    content:""
}
.headerNav .headerNav__arrow-bottom.active:after{
    position:absolute;
    top:9px;
    right:-18px;
    transform:rotate(-135deg);
    transition:.5s
}
.headerNav__child-listArea{
    display:none
}
.headerNav__child-listArea.is-active{
    display:block;
    z-index:2;
    position:absolute;
    top:48px;
    right:0;
    left:0;
    padding:0 24px;
    background-color:var(--white-1);
    animation-duration:.5s;
    animation-fill-mode:forwards;
    animation-name:displayAnime
}
.headerNav__child-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    padding:36px 0
}
.headerNav__child-item{
    width:200px;
    padding-bottom:20px
}
.headerNav__child-theme .headerNav__child-item{
    width:150px
}
.headerNav__child-price .headerNav__child-item{
    width:170px
}
.headerNav__child-link{
    position:relative;
    font-weight:400;
    font-size:12px
}
.headerNav__child-link:before{
    display:inline-block;
    position:absolute;
    top:4px;
    left:-18px;
    width:6px;
    height:6px;
    transform:rotate(45deg);
    border-top:1px solid var(--gray);
    border-right:1px solid var(--gray);
    content:""
}
@keyframes displayAnime{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}

.headerSp__nav{
    z-index:999;
    position:fixed;
    top:48px;
    right:-100%;
    width:100%;
    height:100vh;
    background:#60769090;
    transition:all .6s
}
.headerSp__nav.panelactive{
    top:48px;
    right:0
}
.headerSp__nav.panelactive .headerSp__inner{
    -webkit-overflow-scrolling:touch;
    z-index:999;
    position:fixed;
    top:48px;
    right:0;
    width:80%;
    height:calc(100vh - 50px);
    overflow:auto;
    background-color:var(--white);
    padding-bottom: 100px;
}
.headerSp__list{
    margin:0 10px;
    border-bottom:1px solid var(--gray-3)
}
.headerSp__list-column{
    display:flex!important;
    flex-wrap:wrap
}
.headerSp__list-column .headerSp__item{
    width:50%
}
.headerSp__item-borderR {
    border-right:1px solid var(--gray-3)
}
.headerSp__item{
    display:flex;
    position:relative;
    align-items:center;
    min-height:44px;
    border-bottom:1px solid var(--gray-3)
}
.headerSp__item form {
    width: 100%;
}
.headerSp__item:last-child{
    border-bottom:none
}
.headerSp__link{
    display:block;
    width:100%;
    padding:10px;
    color:var(--gray);
    font-weight:400;
    font-size:11px;
    transition:all 5s;
    height: 100%;
    display: flex;
    align-items: center;
}

.headerSp__searchArea [type=text] {
    border: none;
    color: var(--gray-1);
    box-shadow:none;
}
.headerSp__searchArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerSp__searchArea label {
    width: 100%;
}
.headerSp__searchArea img {
    width: auto;
    height: 14px;
}
.headerSp__searchArea [type=hidden]:focus {
    box-shadow: none;
}
.headerSp__search {
    width: fit-content;
}
.headerSp__iconArea{
    position:relative
}
.headerSp__icon{
    padding:0 14px 0 44px
}
.headerSp__icon:before{
    display:inline-block;
    position:absolute;
    top:12px;
    left:14px;
    width:22px;
    height:22px;
    background:url(https://kusshin.itembox.design/item/contact_icon.png) no-repeat;
    background-size:contain;
    content:""
}
.headerSp__icon01:before{
    background:url(https://kusshin.itembox.design/item/icon06.png) no-repeat;
    background-size:contain
}
.headerSp__icon02:before{
    background:url(https://kusshin.itembox.design/item/icon02.png) no-repeat;
    background-size:contain
}
.headerSp__icon03:before{
    background:url(https://kusshin.itembox.design/item/icon03.png) no-repeat;
    background-size:contain
}
.headerSp__icon04:before{
    background:url(https://kusshin.itembox.design/item/icon04.png) no-repeat;
    background-size:contain
}
.headerSp__icon05:before{
    background:url(https://kusshin.itembox.design/item/icon05.png) no-repeat;
    background-size:contain
}
.headerSp__icon06:before{
    background:url(https://kusshin.itembox.design/item/icon01.png) no-repeat;
    background-size:contain
}
body.is_fixed{
    position:fixed
}
.headerSp__accordion{
    display:block
}
.headerSp__accordion-textArea{
    display:none;
    padding:14px 0
}
.headerSp__accordion-item{
    font-size:11px;
}
.headerSp__accordion-title{
    display:flex;
    position:relative;
    align-items:center;
    min-height:44px;
    padding:0 10px
}
.headerSp__accordion-title:after{
    display:inline-block;
    position:absolute;
    top:16px;
    right:20px;
    width:8px;
    height:8px;
    transform:rotate(45deg);
    border-right:1px solid var(--gray);
    border-bottom:1px solid var(--gray);
    content:""
}
.headerSp__accordion-title.open{
    background-color:var(--white-2)
}
.headerSp__accordion-title.open::after{
    transform:rotate(-135deg)
}
.headerSp__accordion-text{
    padding:0 10px 10px
}
.headerSp__accordion-text:last-child{
    padding-bottom:0
}
.headerSp__underList-list{
    margin:30px 20px 0
}
.headerSp__underList-link{
    display:block;
    padding-bottom:6px;
    font-size:11px;
}
.headerSp__underList-item:last-child .headerSp__underList-link{
    margin-bottom:0
}
.headerSp__link-title{
    padding:0 0 10px;
    color:var(--blue-2);
    font-size:13px;
    font-family:Outfit,sans-serif
}
.headerSp__underList-column{
    display:flex
}
.headerSp__underList-column .headerSp__underList-list{
    width:50%;
    margin-bottom:30px
}
@media screen and (max-width: 992px){
    .headerUtils{
        padding:13px 0
    }
    .headerUtils__list{
        display:none!important;
    }
    .headerUtils__logo-img{
        width:100px
    }
    .headerNav{
        display:none
    }
    .hamburger{
        z-index:9999;
        position:fixed;
        top:2px;
        right:10px;
        width:50px;
        height:50px;
        cursor:pointer
    }
    .hamburger span{
        display:inline-block;
        position:absolute;
        left:14px;
        width:60%;
        height:1px;
        border-radius:2px;
        background:#666;
        transition:all .4s
    }
    .hamburger span:nth-of-type(1){
        top:15px
    }
    .hamburger span:nth-of-type(2){
        top:23px
    }
    .hamburger span:nth-of-type(3){
        top:31px
    }
    .hamburger.active span:nth-of-type(1){
        top:18px;
        left:18px;
        width:60%;
        transform:translateY(6px) rotate(-45deg)
    }
    .hamburger.active span:nth-of-type(2){
        opacity:0
    }
    .hamburger.active span:nth-of-type(3){
        top:30px;
        left:18px;
        width:60%;
        transform:translateY(-6px) rotate(45deg)
    }
    .headerSp__searchArea [type=text] {
        font-size: 11px;
    }
}
 