@charset "UTF-8";

@font-face {
    font-family: "apercu_regular_pro";
    src: url("../font/apercu_regular_pro.woff") format("woff");
}

.apercu {
    font-family: "apercu_regular_pro";
    letter-spacing: 0.05em;
}

body {
    margin: 0;
    padding: 0;
    font-family: "apercu_regular_pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.05em;
}

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

.yellow-line {
    background: linear-gradient(transparent 60%, #FFFA76 60%);	
}

.bg-gray {
    background: #F8F8F8;
}

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

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

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

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

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

.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) {
    
    .is-pc {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

    body {
        font-size: 14px;
    }

    .is-sp {
        display: none;
    }

}

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

/* common */


.inner {
    width: 100%;
    max-width: 1100px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes line {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@-webkit-keyframes line {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.home {
    position: relative;
}

/* ------------------------
main_image
------------------------ */

#main_image {
    position: relative;
    width: 100%;
    margin: 50px 0;
    background: #fff;
}

#main_image_bg01 {
    background: #fff;
    position: relative;
    width: 100%;
    height: calc(100vh - 50px);
}

#main_image_img01 {
    background-image: url(../images/main_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#main_image h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 24px;
    transform: translateY(-50%);
}

#main_image h1 div {
    padding-top: 3px;
}

#bg-black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 4;
    transition: background 0.5s;
}

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

    #main_image {
        width: 80%;
        margin: 0 0 50px 20%;
        padding-left: 0;
    }

    #main_image_bg01 {
        background: #fff;
        position: relative;
        width: 100%;
        height: 100vh;
    }

    #main_image_img01 {
        background-image: url(../images/main_pc.jpg);
    }

    #main_image h1 {
        font-size: 30px;
        line-height: 33px;
    }

}

/* ------------------------
header
------------------------ */

#header {
    width: 100%;
    height: 50px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

#header-logo {
    width: 78px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu-btn-wrap {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
}

#menu-btn div {
    display: inline-block;
}

#menu-btn span {
    display: inline-block;
    width:  8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent transparent #000 #000;
    transform: rotate(-45deg) translateY(-35%);
    transition: all .2s ease-out;
}

#menu-btn.open span {
    border-color: #000 #000 transparent transparent;
    transform: rotate(-45deg) translateY(-10%) translateX(-60%);
}

#menu-cont {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background: rgba(255, 255, 255, 0.85);
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 2;
    transform: translateY(-100%);
    transition: all .2s ease-out;
}

#menu-cont.open {
    transform: translateY(0);
}

#menu-cont dl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

#menu-cont dt {
    margin-right: 15px;
}

#menu-cont dd:not(:last-child) {
    margin-right: 15px;
}

#menu-cont dd .soon {
    color: #727272;
}

.border {
    width: 50px;
    height: 1px;
    background: #000;
}

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

    #header {
        width: 20%;
        height: 100vh;
    }
    
    #header > div {
        position: absolute;
        left: 50%;
        right: auto;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #header-logo {
        width: 116px;
        position: static;
        left: auto;
        top: auto;
        transform: translate(0);
        max-width: 80%;
        margin: 0 auto;
    }

    .menu-btn-wrap {
        position: static;
        left: auto;
        top: auto;
        transform: translateY(0);
        font-size: 11px;
    }

    #menu-btn {
        display: none;
    }
    
    #menu-cont {
        display: none;
    }
    
    #menu-cont-pc {
        width: 100%;
        text-align: center;
        padding-top: 25px;
        transform: translateY(0);
    }

    #menu-cont-pc dl {
        font-size: 13px;
    }

    #menu-cont-pc dt {
        margin-bottom: 12px;
    }

    #menu-cont-pc dd:not(:last-child) {
        margin-bottom: 12px;
    }
    
    #menu-cont-pc dd:not(:first-child) {
        margin-top: -5px;
    }

    #menu-cont-pc dd .soon {
        color: #727272;
    }
    
    #menu-cont-pc dd a:hover {
        color: #727272;
    }

    .border {
        width: 30px;
        height: 1px;
        background: #000;
        margin-left: auto;
        margin-right: auto;
    }

}


/* ------------------------
item
------------------------ */

#wrapper {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%
}

.style-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.img-box {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}

.detail-box {
    width: 100%;
    background: rgba(175, 158, 122, 0.55);
    color: #fff;
    padding: 23px 5% 10px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform .4s ease-out, opacity .6s ease-out;
    transform: translateY(100%);
    opacity: 0;
}

.detail-box.open {
    transform: translateY(0);
    opacity: 1;
}

.detail-box li {
    overflow: hidden;
    width: 100%;
    padding-bottom: 13px;
}

.detail-box a {
    color: #fff;
}

.detail-box a p {
    transition: all .3s ease-out;
}

.detail-box a:hover p {
    color: #000;
}

.detail-box .p-name {
    float: left;
}

.detail-box .buy-btn {
    text-align: right;
    float: right;
}

.detail-box li p:last-child span {
    font-size: 120%;
}

.small-box {
    width: 100%;
    margin-bottom: 35px;
}

.small-box div {
    padding-left: 24%;
    padding-right: 24%;
}

.movie-box {
    width: 100vw;
    margin-right: -5%;
    margin-bottom: 35px;
    margin-left: -5%;
}

.movie-box video {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    
    #wrapper {
        padding-left: 20%;
        padding-right: 0;
    }

    .img-box {
        width: 47%;
        margin-right: 3%;
        margin-bottom: 50px;
    }

    .detail-box {
        padding: 25px 5% 10px;
        font-size: 12px;
    }
    
    
    .small-box {
        width: 47%;
        margin-right: 3%;
        margin-bottom: 0;
    }

    .movie-box {
        width: 47%;
        margin-right: 3%;
        margin-bottom: 0;
        margin-left: 0;
    }
    
    .movie-box.mb {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .movie-box {
        display: block;
    }
    
}

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

.page_top {
    display: block;
}

.page_top img {
    width: 100%;
    max-width: 20px;
}

.footer_menu {
    margin: 50px auto;
    font-size: 12px;
    text-align: center;
}

.footer_menu li {
    display: inline-block;
    border-left: 1px solid #000;
    text-align: center;
    width: 140px;
}

.footer_menu li:last-child {
    border-right: 1px solid #000;
}

.footer_menu a {
    text-decoration: none;
}

.btn_allitem {
    display: block;
    margin: 0 auto 100px;
    padding: 15px 0;
    width: 70%;
    text-decoration: none;
    text-align: center;
    border: 1px solid #000;
    font-size: 14px;
    letter-spacing: 0.05em;
}

footer {
    margin: 70px 0 0 0;
}

footer img {
    display: block;
    width: 124px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

footer p {
    margin: 20px 0 15px 0;
    text-align: center;
    font-size: 11px;
}

.footer-credit {
    font-size: 11px;
    text-align: center;
    line-height: 2;
}

.slider {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    
    footer {
        margin-left: 20%;
    }
    
    .footer_menu li {
        width: 170px;
    }
    .btn_allitem {
        margin: 60px auto 60px;
        width: 300px;
        font-size: 12px;
    }
    a:hover.btn_allitem {
        border: 1px solid #aaa;
        color: #666;
    }

    .footer-credit {
        font-size: 12px;
        text-align: center;
        line-height: 2.5;
        padding-top: 30px;
    }

}

.coming-soon {
    pointer-events: none!important;   
}