@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.03em;
    color: #000;
}

.lock {
    overflow: hidden;
}

#cont-wrap {
    overflow: hidden;
}

a {
    color: #000;
    transition: all .3s ease-out;
}

.beth {
    font-family: 'Beth Ellen', cursive;
    font-weight: 400;
    font-style: normal;
}

.bold {
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bg-gray {
    background: #d2d2d2;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-gray {
    color: #bbb!important;
}

.text-black {
    color: #000!important;
}

.mx900 {
    max-width: 900px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx800 {
    max-width: 800px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx700 {
    max-width: 700px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx600 {
    max-width: 600px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx400 {
    max-width: 400px!important;
    margin-left: auto;
    margin-right: auto;
}

.pt10 {
    padding-top: 10px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pt90 {
    padding-top: 90px!important;
}

.pt100 {
    padding-top: 100px!important;
}

.pt120 {
    padding-top: 120px!important;
}

.pt200 {
    padding-top: 200px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.pb70 {
    padding-bottom: 70px!important;
}

.pb80 {
    padding-bottom: 80px!important;
}

.pb90 {
    padding-bottom: 90px!important;
}

.pb100 {
    padding-bottom: 100px!important;
}

.pb120 {
    padding-bottom: 120px!important;
}

.pb200 {
    padding-bottom: 200px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt90 {
    margin-top: 90px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt120 {
    margin-top: 120px!important;
}

.mt200 {
    margin-top: 200px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb120 {
    margin-bottom: 120px!important;
}

.mb200 {
    margin-bottom: 80px!important;
}

.fs10 {
    font-size: 10px!important;
}

.fs12 {
    font-size: 12px!important;
}

.fs13 {
    font-size: 13px!important;
}

.fs14 {
    font-size: 14px!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs16 {
    font-size: 16px!important;
}

.fs18 {
    font-size: 18px!important;
}

.fs20 {
    font-size: 20px!important;
}

.fs22 {
    font-size: 22px!important;
}

.fs26 {
    font-size: 26px!important;
}

.fs30 {
    font-size: 30px!important;
}

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

    body {
        font-size: 12px;
    }

    .pc-text-center {
        text-align: left;
    }

    .is-pc {
        display: none!important;
    }
    
    .pt20 {
        padding-top: 15px!important;
    }

    .pt30 {
        padding-top: 20px!important;
    }

    .pt40 {
        padding-top: 30px!important;
    }

    .pt50 {
        padding-top: 35px!important;
    }

    .pt60 {
        padding-top: 40px!important;
    }

    .pt70 {
        padding-top: 50px!important;
    }

    .pt80 {
        padding-top: 60px!important;
    }

    .pt90 {
        padding-top: 70px!important;
    }

    .pt100 {
        padding-top: 80px!important;
    }

    .pt120 {
        padding-top: 90px!important;
    }

    .pt200 {
        padding-top: 80px!important;
    }

    .pb20 {
        padding-bottom: 12px!important;
    }

    .pb30 {
        padding-bottom: 15px!important;
    }

    .pb40 {
        padding-bottom: 20px!important;
    }

    .pb50 {
        padding-bottom: 25px!important;
    }

    .pb60 {
        padding-bottom: 30px!important;
    }

    .pb70 {
        padding-bottom: 35px!important;
    }

    .pb80 {
        padding-bottom: 40px!important;
    }

    .pb90 {
        padding-bottom: 45px!important;
    }

    .pb100 {
        padding-bottom: 50px!important;
    }

    .pb120 {
        padding-bottom: 60px!important;
    }

    .pb200 {
        padding-bottom: 80px!important;
    }

    .mt20 {
        margin-top: 12px!important;
    }

    .mt30 {
        margin-top: 15px!important;
    }

    .mt40 {
        margin-top: 20px!important;
    }

    .mt50 {
        margin-top: 25px!important;
    }

    .mt60 {
        margin-top: 30px!important;
    }

    .mt70 {
        margin-top: 35px!important;
    }

    .mt80 {
        margin-top: 40px!important;
    }

    .mt90 {
        margin-top: 45px!important;
    }

    .mt100 {
        margin-top: 50px!important;
    }

    .mt120 {
        margin-top: 60px!important;
    }

    .mt200 {
        margin-top: 80px!important;
    }

    .mb20 {
        margin-bottom: 15px!important;
    }

    .mb30 {
        margin-bottom: 15px!important;
    }

    .mb40 {
        margin-bottom: 20px!important;
    }

    .mb50 {
        margin-bottom: 25px!important;
    }

    .mb60 {
        margin-bottom: 30px!important;
    }

    .mb70 {
        margin-bottom: 35px!important;
    }

    .mb80 {
        margin-bottom: 40px!important;
    }

    .mb90 {
        margin-bottom: 45px!important;
    }

    .mb100 {
        margin-bottom: 50px!important;
    }

    .mb120 {
        margin-bottom: 60px!important;
    }

    .mb200 {
        margin-bottom: 80px!important;
    }

    .fs10 {
        font-size: 9px!important;
    }

    .fs12 {
        font-size: 11px!important;
    }

    .fs13 {
        font-size: 12px!important;
    }

    .fs14 {
        font-size: 13px!important;
    }

    .fs15 {
        font-size: 13px!important;
    }

    .fs16 {
        font-size: 14px!important;
    }

    .fs18 {
        font-size: 15px!important;
    }

    .fs20 {
        font-size: 16px!important;
    }

    .fs22 {
        font-size: 17px!important;
    }

    .fs26 {
        font-size: 20px!important;
    }

    .fs30 {
        font-size: 22px!important;
    }

}


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

    body {
        font-size: 13px;
    }

    .is-sp {
        display: none!important;
    }

}

@media screen and (min-width: 1000px) {
    
    .br1000 {
        display: none;
    }
    
}

/* common */

.f-al-start {
    align-items: flex-start;
}

.f-al-center {
    align-items: center;
}

.f-al-end {
    align-items: flex-end;
}

body.open, html.open {
    overflow: hidden;
}

#bg-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 999;
}

.pop-up {
    z-index: 10;
}

.credit {
    max-width: 340px;
}

.credit a {
    display: flex;
    flex-wrap: wrap;
    padding: 4px 0;
    line-height: 1.3;
    text-align: left;
}

.credit a.soon {
    pointer-events: none;
}

.credit a.soon .buy {
    opacity: 0.4;
}

.credit a .buy {
    min-width: 50px;
    text-align: center;
    padding: 3px 8px;
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #000;
    font-size: 90%;
    transition: all .3s ease-out;
}

.credit a:hover {
    color: #999;
}

.credit a:hover .buy {
    background: #F7ED00;
    color: #000;
    border-color: #F7ED00;
}

.credit a:hover .buy::before {
    background: #f4bb00;
}

.credit li {
    padding-bottom: 12px;
}

.credit .down > div div:first-child::after {
    content: "→PRICE DOWN";
    display: block;
    color: #C30000;
    animation:blink 2.8s ease-in-out infinite alternate;
}

@keyframes blink{
    0% {opacity:0;}
    40% {opacity:1;}
    60% {opacity:1;}
    100% {opacity:0;}
}

.w50 {
    padding-left: 25%;
    padding-right: 25%;
}

.w88 {
    padding-left: 6%;
    padding-right: 6%;
}

.soon {
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    
}

/* ------------------------
footer
------------------------ */

.footer {
    padding: 0 5% 0;
    position: relative;
    border-top: 1px solid #969696;
}

.footer a:hover {
    opacity: 0.8;
}

#f-logo {
    display: block;
    margin: 40px auto 0;
    width: 110px;
}

#f-logo:hover {
    opacity: 0.7;
}

#f-list li {
    text-align: center;
    font-size: 11px;
    padding: 2px 0 20px 0;
}

#f-copy {
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
}

#f-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#f-link li {
    width: 26px;
    margin: 0 15px;
}

#f-link a:hover {
    opacity: 0.75;
}

.footer-tit {
    text-align: right;
    display: inline-block;
}


.footer-btn a {
    border: 1px solid #000;
    padding: 10px 35px;
    background: #fff;
}

.footer-btn a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu li {
    width: 33.333%;
    text-align: center;   
}

.footer-menu li:not(:nth-child(3n)) .menu-tit {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.footer-menu .coming-soon p {
    color: #808080;
    padding-top: 4px;
}

.footer-menu .menu-tit {
    margin-bottom: 3px;
}

.footer-menu .menu-tit span {
    display: flex;
}

.footer-menu .coming-soon {
    pointer-events: none;
}

.coming-soon .menu-tit > div::after, .coming-soon .menu-tit > div::before {
    display: none;
}

.border-outer {
    width: 100%;
    z-index: 9;
    position: relative;
    pointer-events:none;
}

.bt-top {
    width: 12px;
    display: block;
    position: absolute;
    right: 5%;
    bottom: 65px;
}

.bt-top:hover {
    opacity: 0.7;
}


.all-btn {
    background: #707070;
    border: 1px solid #707070;
    color: #fff;
    display: block;
    padding: 12px 10px;
    text-align: center;
}

.all-btn.yellow {
    background: #EFF239;
    border: 1px solid #EFF239;
    display: block;
    color: #000;
    padding: 12px 10px;
    text-align: center;
}

.all-btn:hover {
    background: #ddd!important;
    border: 1px solid #000!important;
    color: #000!important
}


@media only screen and (max-width: 767px) {
    
    #f-list li {
        padding: 2px 0 12px 0;
    }

    #f-logo span {
        font-size: 13px;
    }

    .bt-top {
        width: 12px;
        display: block;
        position: absolute;
        right: 5%;
        bottom: 35px;
    }

}



#contents {
    margin-left: auto;
    margin-right: auto;
}

.main-slide-list {
    width: 25.8vw;
    height: 37vw;
    max-height: 620px;
}

.main-slide-list img {
    display: inline!important;
    width: 25.8vw;
    height: 37vw;
    object-fit: contain;
    margin-right: -10%;
    max-height: 680px;
}

.fancybox-content {
    width: 100%!important;
}

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

    .pop-slide .main-slide-list {
        width: 32vw;
        height: 46vw;
    }

    .pop-slide .main-slide-list img {
        display: inline!important;
        width: 32vw;
        height: 46vw;
        object-fit: contain;
        margin-right: -10%;
    }
    
    .pop-slide .slick-track {
        display: flex;
    }
    
    .pop-slide .slick-slide:nth-child(1)::after {
        content: "BACK";
        display: block;
        text-align: center;
        padding-top: 20px;
    }

    .pop-slide .slick-slide:nth-child(2)::after {
        content: "FRONT";
        display: block;
        text-align: center;
        padding-top: 20px;
    }

    .pop-slide .slick-slide:nth-child(3)::after {
        content: "SIDE";
        display: block;
        text-align: center;
        padding-top: 20px;
    }

}

@media only screen and (max-width: 767px) {
    
    .main-slide-list {
        width: 50.6vw;
        height: 106.7vw;
        text-align: center;
    }

    .main-slide-list img {
        display: inline!important;
        width: 50.6vw;
        height: 106.7vw;
        object-fit: contain;
    }

    .pop-body .main-slide-list {
        width: 60.7vw;
        height: 128vw;
        text-align: center;
    }

    .pop-body .main-slide-list img {
        display: inline!important;
        width: 60.7vw;
        height: 128vw;
        object-fit: contain;
    }

}


.inner {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

.bg-white {
    background: #fff;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}

#catch {
    border-top: 1px solid #a5a5a5;
}

#catch nav > p {
    line-height: 
}

#catch nav > p span {
    display: inline-block;
    border-bottom: 1px solid #a5a5a5;
}

#catch .bg-blue  {
    border-bottom: none;
}

@media only screen and (min-width: 768px) {
    
    .inner.nav-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    
}

@media only screen and (max-width: 767px) {
    .inner {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.box-txt:not(:first-child) {
    display: none;
}

.box-category {
    font-size: 14px;
}

.box-looks {
    font-size: 26px;
    line-height: 1;
    padding-bottom: 8px;
}

.box-tit {
    font-size: 11px;
}

.box-tit span {
    color: #F7ED00;
}

.box-line {
    width: 1px;
    height: 45px;
    background: #000;
    margin: 25px auto 30px;
}


#sort {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
}

#sort ul {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
    margin-bottom: -6px;
}

#sort li {
    margin-right: 42px;
    font-size: 13px;
    padding-bottom: 6px;
    border-bottom: 5px solid rgb(247, 237, 0, 0);
    transition: all .3s ease-in-out;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    
    #sort li:hover {
        color: #777;
    }

}

#sort li:last-child {
    margin-right: 0;
}

#sort li.active {
    border-bottom: 5px solid rgb(247, 237, 0, 1);
}

.nav-border {
    width: 100%;
    height: 1px;
    background: #969696;
    transform: translateY(0);
    margin-top: 3px;
    position: relative;
    z-index: 0;
}


@media only screen and (max-width: 767px) {
    
    #sort ul {
        display: flex;
        justify-content: space-between;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    #sort li {
        font-size: 13px;
        margin-right: 0;
    }


}


#itemList {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.item {
    width: 100%;
}

.main-tit {
    text-align: center;
    padding-top: 22px;
}

.main-tit01 {
    font-size: 11px;
}

.main-tit02 {
    display: flex;
    justify-content: center;
}

.main-tit02 div {
    font-size: 45px;
    line-height: 1;
    color: #F7ED00;
    padding-top: 6px;
    padding-bottom: 10px;
}

.main-tit02 span {
    vertical-align: -0.05em;
}

.main-tit02 span:nth-child(1) {
    padding-right: 12px;
}

.main-tit03 {
    padding-bottom: 35px;
}

.main-tit03 span:nth-child(1) {
    font-size: 13px;
}

.main-tit03 span:nth-child(2) {
    font-size: 16px;
}

.item-tit {
    position: absolute;
    top: 0;
    z-index: 1;
}

.item-tit h2 {
    font-size: 12px;
    line-height: 1;
}

.on-off-a .item-tit {
    left: 0;
}

.on-off-b .item-tit {
    right: 0;
}

.on-off-a .item-tit h2 {
    transform: rotate(90deg) translateY(-100%);
    transform-origin: left top;
}

.on-off-b .item-tit h2 {
    transform: rotate(-270deg) translateX(100%) translateY(0);
    transform-origin: right top;
    text-align: right;
}

.item-tit p {
    font-size: 26px;
    line-height: 1.15;
    padding-top: 4px;
}

.txt-styling {
    width: 17px;
}

.on-off-wrap {
    padding-bottom: 70px!important;
    position: relative;
}

.on-off-box {
    display: flex;
    flex-wrap: wrap;
}

.on-off-a .on-off-img {
    width: calc(54% + 14px);
    padding-left: 14px;
}

.on-off-b .on-off-img {
    order: 2;
    width: calc(54% + 14px);
    padding-right: 14px;
}

.img-slide-wrap {
    position: relative;
    width: 100%;
}

.img-slide-wrap:before {
    content:"";
    display: block;
    padding-top: 219.3%;
}


.img-slide-inner {
    position: absolute!important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.img-slide, .img-slide-f, .slick-list, .slick-track, .img-slide-item, .slick-slide > div {
    width: 100%;
    height: 100%;
}

.img-slide-item {
    background: #fff;
}

.img-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.on-off-txt {
    width: calc(46% - 14px);
}

.item-inner {
    width: 42%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.btn-detail {
    display: block;
    text-align: center;
    padding-top: 15px;
}

.btn-detail > span {
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
}

@media only screen and (min-width: 768px) {
    
    .item-inner {
        min-width: 420px;
    }

    .btn-detail > span:hover {
        background: #000;
    }

}

.gray-line {
    background: #BCBCBC;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

[data-aos="l-to-r"].aos-animate {
    width: 100%;
    transition: all 1s ease!important;
}

.pop-body {
    height: calc(var(--vh, 1vh) * 100);
}

.pop-wrap {
    width: 100%;
    z-index: 9;
    background: #fff;
    transition: opacity .4s ease-in-out;
    padding-bottom: 30px;
}

.pop-wrap .beth {
    font-size: 12px;
}

.pop-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.pop-inner .box-tit, .pop-inner .beth {
    padding-left: 5%;
    padding-right: 5%;
}

.pop-inner .box-tit {
    padding-top: 15px;
}

.close {
    width: 72px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}


.pop-slide {
    width: 100%;
}

.slick-arrow {
    width: 9px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:  rgba(0, 0, 0, 0);
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-indent: -9999px;
    cursor: pointer;
}

.slick-prev {
    background-image: url(../images/slide-arrow-left.svg);
    left: 10%;
}

.slick-next {
    background-image: url(../images/slide-arrow-right.svg);
    right: 10%;
}

.slick-dots {
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateY(100%) translateX(-50%);
    display: flex;
}

.slick-dots li:nth-child(1) button::after {
    content: "BACK";
}

.slick-dots li:nth-child(2) button::after {
    content: "FRONT";
}

.slick-dots li:nth-child(3) button::after {
    content: "SIDE";
}

.slick-dots li button::after {
    color: #000;
    font-family: futura-pt, sans-serif;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li button {
    color: rgba(0, 0, 0, 0);
    width: 60px;
    background: none;
    border: none;
    cursor: pointer;
}

.slick-dots li {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    position: relative;
}

.pop-slide {
    padding-top: 40px;
}

.slick-dots li button, .slick-arrow {
    transition: all 0.3s ease-in-out;
}

.slick-dots li button:hover, .slick-arrow:hover, .close:hover {
    opacity: .7;
}

.slick-dots .slick-active {
    border-bottom: 2px solid #000;
}


.fancybox-button.fancybox-button--close {
    width: 72px;
    background-image: url(../images/popup-close.svg);
    background-position: center;
    background-size: cover;
}

.fancybox-toolbar {
    visibility: visible!important;
}

.fancybox-button.fancybox-button--close svg {
    display: none;
}

@media only screen and (max-width: 767px) {
    
    .item-inner {
        width: 100%;
    }
    
    .pop-wrap {
        padding-bottom: 60px;
    }

}



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


    .btn-area {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

}



.loop_wrap {
    position: relative;
    display: flex;
    width: 533%;
    overflow: hidden;
}

.loop_wrap img {
    will-change: transform;
}

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

    .loop_wrap {
        width: 184%;
    }
}

.loop_wrap img:first-child {
    -webkit-animation: loop 40s -20s linear infinite;
    animation: loop 40s -20s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.loop_wrap img + img {
    -webkit-animation: loop2 40s  linear infinite;
    animation: loop2 40s linear infinite;
}


@-webkit-keyframes loop {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}

@keyframes loop {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}


@-webkit-keyframes loop2 {
    0% {
        transform: translateX(-200%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(-200%);
    }
    to {
        transform: translateX(0);
    }
}


#key {
    width: 100%;
    overflow: hidden;
}