@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.03em;
    color: #000;
}

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

.bold {
    font-weight: 700!important;
}

.jp {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}

.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: 10px!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: 30px!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;
}

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

.credit .buy {
    padding: 3px 10px;
    background: #505050;
    color: #fff;
    transition: all .3s ease-out;
}

.credit:hover .buy {
    background: #c70909;
}

.credit *:not(.buy) {
    transition: all .3s ease-out;
}

.credit:hover *:not(.buy) {
    color: #777;
}

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

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

.soon {
    pointer-events: none;
}

.p-price span {
    text-decoration: line-through;
}

.p-price.sale::after {
    content: " → SPECIAL PRICE　";
    color: #c70909;
    font-size: 104%;
}

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


.img-tit, .p-name, .p-bland, .p-price.sale::after, .buy, .fixed-nav a {
    font-weight: 700;   
}


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

.footer {
    padding: 0 5% 0;
    position: relative;
}

.footer a:hover {
    opacity: 0.8;
}

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

#f-logo span {
    font-size: 14px;
    text-decoration: underline;
}

#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;
}

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

.footer-txt p {
    background: #f3f3f3;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    padding: 130px 3%;
}

.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;
}

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

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

.all-btn:hover {
    background: #ddd!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;
    }
    
    .footer-txt p {
        padding: 80px 4%;
    }

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

}



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


.main-slide img {
    padding-right: 5px;
    padding-bottom: 5px;
    display: inline!important;
}

.main-slide:last-child img {
    padding-bottom: 0;
}

#key {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(../images/main_pc.jpg);
    background-size: cover;
    background-position: center;
}

#key-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
}

#key-logo h1 {
    width: 446px;
    position: relative;
}

.logo-sale {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

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

    #key {
        height: 120vw;
        background-image: url(../images/main_sp.jpg);
    }

    .main-slide img {
        padding-right: 3px;
        padding-bottom: 3px;
    }

    #key-logo h1 {
        width: 70%;
    }


}

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

}


.inner {
    max-width: 1180px;
    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;
}

.fixed-nav {
    border-top: 8px solid #c70909;
    border-bottom: 1px dashed #000;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 9;
    background: #fff;
}

.fixed-nav ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

.fixed-nav li {
    text-align: center;
    width: 20%;
    line-height: 2.5;
    position: relative;
}

.fixed-nav li:not(:last-child) {
    border-right: 1px solid #c0c0c0;
}

.fixed-nav li a {
    font-size: 12px;
}

@media screen and ( min-width: 768px ) {
    .fixed-nav li a {
        font-size: 14px;
    }    
}
.fixed-nav li a:hover::after {
    content: "▼";
    position: absolute;
    left: 50%;
    bottom: -12px;
    color: #c70909;
    font-size: 10px;
    text-align: center;
}

.cat-sec {
    border-bottom: 1px dashed #c0c0c0;
}

.cat-tit {
    border: 1px solid #000;
    padding: 10px 20px;
    width: 50%;
    min-width: 210px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.cat-tit span:first-child {
    line-height: 1.3;
}

.item-wrap {
    display: flex;
    flex-wrap: wrap;
}

.item-img {
    position: relative;
}

.img-tit {
    font-size: 14px;
    position: absolute;
    top: 3%;
    left: 3%;
    line-height: 1;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top;
    z-index: 1;
    color: #fff;
}

@media screen and ( min-width: 768px ) {
    .img-tit {
        font-size: 15px;
    }
}

.p-name {
    line-height: 1.4;
    padding-top: 10px;
}

.p-bland, .p-color {
    padding-top: 4px;
}

.item-txt .under {
    color: #304a65;
}

.item-txt .under:hover {
    color: #777;
}


@media only screen and (min-width: 768px) {
    
    .item-box {
        width: 33.33%;
        padding: 3%;
    }
    
}

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

    .fixed-nav ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #catch p {
        text-align: left;
    }

    .inner {
        padding-left: 9%;
        padding-right: 9%;
    }
    
    .item-box {
        padding: 25px 0;
    }

}



.loop_wrap {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 200%;
    overflow: hidden;
}

.loop_wrap img {
    will-change: transform;
}

@media screen and ( min-width: 768px ) {
    .loop_wrap img {
        width: auto;
        width: 30%;
    }
}

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

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



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

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


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

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


.loop_wrap {
    position: fixed;
    left: 0;
    bottom: 15px;
    z-index: 10;
}
