@charset "UTF-8";

html * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    margin: 0;
    padding: 0;
    font-family: 'Tenor Sans', sans-serif;
    letter-spacing: 0.02em;
    font-size: 14px;
    line-height: 1.6;
    color: #7a7272;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}


img, svg {
    vertical-align: bottom;
    transition: all .3s ease-out;
    width: 100%;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #7a7272;
    transition: all .3s ease-out;
}

a:hover {
    opacity: 0.7;
}

a:focus {
    outline: none;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.jp {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.135em;
}

.inline-block {
    display: inline-block;
}

.nobr {
    white-space: nowrap;
    display: inline-block;
}

.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

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

.center > *{
    display: table-cell;
    vertical-align: middle;
}

.nobr {
    white-space: nowrap;
    display: inline-block;
}

.bold {
    font-weight: 500;
}

.under {
    text-decoration: underline;
}

.home {
    position: relative;
}

.bg-beige {
    background: #f7f5ef;
}

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

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

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

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

.mx1040 {
    max-width: 1120px!important;
}

.mx900 {
    max-width: 980px!important;
}

.mx840 {
    max-width: 920px!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) {

    body {
        font-size: 11px;
    }

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

}


/* ------------------------
common
------------------------ */


@media screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
    .inner {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1200px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .inner {
        width: 100%;
    }
}


.tit-wrap {
    overflow: hidden;
}

.tit-right, .tit-left {
    width: 52%;
    max-width: 440px;
    color: #393939;
    line-height: 1;
    font-size: 24px;
    border-bottom: 2px solid #393939;
}

.tit-right-long {
    width: 72%;
    max-width: 580px;
    color: #393939;
    line-height: 1;
    font-size: 24px;
    border-bottom: 2px solid #393939;
}

.tit-right span, .tit-right-long span, .tit-left span {
    display: inline-block;
    transform: translateY(13%);
}

.tit-right, .tit-right-long {
    text-align: left;
    float: right;
}

.tit-left {
    text-align: right;
    float: left;
}

.credit li {
    margin-bottom: 6px;
    overflow: hidden;
}
.credit_last li {
    margin-bottom: 20px;
    overflow: hidden;
}

.credit li span:not(:last-child) {
    font-size: 85.7%;
    display: inline-block;
}
.credit_last li span:not(:last-child) {
    font-size: 85.7%;
    display: inline-block;
}


.btn-buy, .btn-buy-a {
    display: inline-block;
    border: 1px solid #7a7272;
    line-height: 1.25;
    padding: 2px 45px;
    margin-left: 18px;
    float: right;
    transition: all .3s ease-out;
}

.btn-coming {
    display: inline-block;
    border: 1px solid #7a7272;
    line-height: 1.25;
    padding: 2px 10px;
    margin-left: 18px;
    float: right;
    transition: all .3s ease-out;
}

.btn-buy:hover, .btn-buy-a:hover, .btn-coming:hover {
    background: #7a7272;
    color: #fff;
}

.store {
    display: inline-block;
    padding: 2px;
    float: right;
}



.style-wrap {
    padding-bottom: 180px;
}


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

    .tit-right, .tit-right-long, .tit-left {
        font-size: 16px;
        border-bottom: 1px solid #393939;
    }

    .btn-buy {
        padding: 2px 36px;
        margin-left: 12px;
    }
    .btn-buy-a {
        padding: 2px 25px;
        margin-left: 12px;
    }


    .btn-coming {
        padding: 2px 5px;
        font-size: 10px;
        margin-left: 12px;
    }

    .store {
        font-size: 10px;
        padding: 2px;
    }



    .style-wrap {
        padding-bottom: 90px;
    }

}


/* ------------------------
key
------------------------ */

.logo-area {
    position: relative;
    overflow: hidden;
}

.logo-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    
}

.logo-txt > div {
    transform: translate(-50%, -50%)
}

.whim {
    font-size: 36px;
    color: #fff;
}

.aw {
    font-size: 23px;
    color: #fff;
}

.key-copy {
    font-size: 13px;
    line-height: 2.15;
}

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

    .whim {
        font-size: 20px;
        color: #fff;
        white-space: nowrap;
    }

    .aw {
        font-size: 13px;
        color: #fff;
    }

    .key-copy {
        font-size: 10px;
    }

}

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

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

.img-56 {
    width: 56%; 
}

.img-46 {
    width: 46%;
}

.img-43 {
    width: 43%;
}

.img-34 {
    width: 34%;
}

.img-31 {
    width: 31.2%;
}

.mgl-11 {
    margin-left: 11%;
}

.mgl-10 {
    margin-left: 10%;
}

.mgl-9 {
    margin-left: 9%;
}

.mgl-8 {
    margin-left: 8%;
}

.mgl-2 {
    margin-left: 3.2%;
}

#gemini-section {
    background: linear-gradient(to bottom, rgba(212,204,199,0) 8%,rgba(212,204,199,1) 13%,rgba(212,204,199,1) 87%,rgba(212,204,199,0) 92%);
}

#gemini-section .style-wrap:not(:last-child) li a, #gemini-section .style-wrap:not(:last-child) li span {
    color: #fff;
}

#gemini-section .style-wrap:not(:last-child) li .btn-buy, #gemini-section .style-wrap:not(:last-child) li .btn-coming, #gemini-section .style-wrap:not(:last-child) li .btn-buy-a {
    border: 1px solid #fff;
}

#gemini-section .style-wrap:not(:last-child) li .btn-buy:hover, #gemini-section .style-wrap:not(:last-child) li .btn-coming:hover, #gemini-section .style-wrap:not(:last-child) li .btn-buy-a:hover {
    background: #fff;
    color: #7a7272;
}


.wh-ge {
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.wh-ge > div {
    width: 23.8%;
    margin-right: 1.6%;
    padding-bottom: 45px;
}

.wh-ge > div:last-child {
    margin-right: 0;
}


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

    .credit li {
        max-width: 500px;
    }
    .credit_last li {
        max-width: 500px;
    }

    .diago .img-left {
        padding-right: 42.5%;
        padding-bottom: 60px;
    }

    .diago .img-right {
        padding-left: 27%;
    }
}

@media screen and (max-width: 999px) {
    
    .wh-ge {
        padding-left: 3%;
        padding-right: 3%;
        margin-left: auto;
        margin-right: auto;
        max-width: 720px;
    }

    .wh-ge > div {
        width: 48%;
        margin-right: 4%;
    }

    .wh-ge > div:nth-child(even) {
        margin-right: 0;
    }

}

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

    .credit {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .img-43 .credit .credit_last{
        padding-left: 0;
        padding-right: 0;
    }

    .flex.sp-change > div:first-child {
        order: 2;
        width: 100%;
    }
    
    .flex.sp-change > div:last-child {
        order: 1;
        width: 100%;
        display: flex;
    }
    
    .diago .img-left {
        width: 50.5%;
        margin-right: 3.5%;
    }

    .diago .img-right {
        width: 46%;
        padding-top: 40px;
    }

    .img-56 {
        width: 100%; 
    }
    
    .img-56 .img-34 {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 40px;
    }

    .img-46 {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .img-46:first-child {
        padding-bottom: 40px;
    }
    
    .mx840 .img-46 {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .img-43 {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 40px;
    }

    .img-34 {
        width: 100%;
    }

    .img-31 {
        width: 100%;
    }
    
    .img-31:not(.sp-small) {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .img-31.sp-small {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mgl-11 {
        margin-left: 0;
    }

    .mgl-10 {
        margin-left: 0;
    }

    .mgl-9 {
        margin-left: 0;
    }

    .mgl-8 {
        margin-left: 0;
    }

    .mgl-2 {
        margin-left: 0;
    }
    
    .sp-small {
        width: 100%;
        padding-left: 16%;
        padding-right: 16%;
    }
    
    .style-wrap .sp-full {
        padding-left: 0;
        padding-right: 0;
    }

    #gemini-section {
        background: linear-gradient(to bottom, rgba(212,204,199,0) 8%,rgba(212,204,199,1) 13%,rgba(212,204,199,1) 87%,rgba(212,204,199,0) 92%);
    }

}

@media screen and (max-width: 374px) {
    
    .wh-ge .btn-buy, .wh-ge .store, .wh-ge .btn-coming, .wh-ge .btn-buy-a {
        display: table;
        float: none;
        margin-left: 0;
    }
    
}


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

footer {
    background: #d4ccc7;
    color: #fff;
}

.footer-top-link {
    display: flex;
    justify-content: center;
}

.footer-top-link > div {
    margin: 5px 15px;
}

.footer-top-link > div a {
    font-size: 110%;
    color: #393939;
    text-decoration: underline;
}

.footer-staff-tit {
    font-size: 110%;
    padding-bottom: 10px;
}

.staff-list li {
    padding: 3px;
}

footer small {
    font-size: 13px;
}

.social-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.social-link a {
    margin: 15px;
    width: 24px;
}

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

    .footer-top-link {
        display: block;
        text-align: center;
    }
    
    footer small {
        font-size: 11px;
    }


}

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