@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: 'Tenali Ramakrishna', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 19px;
    line-height: 1.6;
    color: #5a5a5a;
}

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

.moda {
    font-family: 'Bodoni Moda', serif;
    font-weight: 400;
    letter-spacing: 0.02em;
}


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

.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: 18px;
    }

    .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: 1150px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

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


.tit-wrap {
    overflow: hidden;
}

.tit-right, .tit-left {
    width: 60%;
    max-width: 540px;
    color: #000;
    line-height: 1;
    font-size: 36px;
    border-bottom: 1px solid #888;
}

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

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

.tit-left {
    float: left;
}

.credit li {
    margin-top: 2px;
    margin-bottom: 2px;
}

.credit a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.soon {
    pointer-events: none;
}

.soon .buy {
    opacity: 0.28;
}

.price {
    padding-left: 5px;
}

.price::before {
    content: "￥";
    font-size: 72%;
}

.buy {
    display: inline-block;
    border: 1px solid #5a5a5a;
    background: #5a5a5a;
    color: #fff;
    line-height: .78;
    padding: 0 5px;
    margin-left: 10px;
    transition: all .3s ease-out;
    transform: translateY(-14.3%);
}

a:hover .buy {
    background: #fff;
    color: #5a5a5a;
}

.buy span {
    vertical-align: -45%;
}

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

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

.credit-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
}

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

.credit01 ul {
    width: 
}

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

    .credit01 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    
    .credit01 ul {
        width: calc(100% - 52px);
    }
    
    .number {
        width: 52px;
    }
    
    .credit01 li:nth-child(odd) {
        padding-right: 0;
    }

}

.credit02 li a {
    justify-content: center;
}

.number {
    font-size: 160%;
    padding-right: 20px;
    line-height: 1;
}

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

.style01 .style-img-box {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.style01-02 {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
}

.style02 .style-img-box {
    display: flex;
    flex-wrap: wrap;
}

.style02 .style-img-box > div {
    width: 49.1%;
}

.style02 .style-img-box > div:nth-child(odd) {
    margin-right: 1.8%;
}

.style03 .style-img-box {
    display: flex;
    flex-wrap: wrap;
    width: 78.86%;
    margin-left: auto;
    margin-right: auto;
}

.style03 .style-img-box > div {
    width: 32.8%;
    margin: 0 0.8% 6px 0;
}

.style03 .style-img-box > div:nth-child(3n) {
    margin-right: 0;
}

.style04 .style-img-box:last-child {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.style04 .style-img-box:last-child > div {
    width: 66%;
}

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

    .tit-right, .tit-left {
        font-size: 24px;
        width: 88%;
        margin-left: 3%;
        margin-right: 3%;
    }

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

    .style-wrap {
        padding-bottom: 90px;
    }
    
    .style01 .style-img-box {
        width: 95%;
    }

    .style01-02 {
        width: 66%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .style02 .style-img-box {
        width: 100vw;
        margin-left: -2.5vw;
        margin-right: -2.5vw;
    }

    .style02 .style-img-box > div:nth-child(odd) {
        margin-right: 1.8%;
    }

    .style03 .style-img-box {
        width: 100%;
    }

    .style03 .style-img-box > div {
        width: 32.33%;
        margin: 0 1.5% 1.35vw 0;
    }

    .style03 .style-img-box > div:nth-child(3n) {
        margin-right: 0;
    }

    .style04 .style-img-box:last-child {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .style04 .style-img-box:last-child > div {
        width: 66%;
        margin-left: 7%;
    }

}


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

#key {
    position: relative;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #b4b4b4;
}

.key-bg {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background-image: url(../images/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.logo-area {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: hidden;
}

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

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

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

.logo-gemini {
    width: 162px;
}

.logo-whim {
    width: 194px;
}

.logo-slash {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 0 8px 0 13px; 
}

.txt-ss {
    font-size: 19px;
    color: #fff;
    padding-top: 4px;
}

.txt-ss .year {
    font-size: 76%;
}

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

    .key-bg {
        background-image: url(../images/main_sp.jpg);
    }

    .logo-gemini {
        width: 114px;
    }
    
    .logo-whim {
        width: 142px;
    }

    .logo-slash {
        font-size: 22px;
        padding: 0 5px 0 9px; 
    }

    .txt-ss {
        font-size: 14px;
        color: #fff;
        padding-top: 4px;
    }

}

/* ------------------------
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: #f3f5f6;
    margin-left: 1.8%;
    margin-right: 1.8%;
}

#gemini-section .tit-wrap .jp {
    font-size: 80%;
    vertical-align: top;
}

.gemini-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
}

.gemini-wrap > div {
    width: 49%;
}

.gemini-wrap > div:nth-child(odd) {
    margin-right: 2%;
}

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

}

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

    #gemini-section {
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    #gemini-section .tit-wrap .jp {
        font-size: 80%;
        vertical-align: top;
    }

    .gemini-wrap {
        width: 86%;
    }

    .gemini-wrap > div {
        width: 100%;
    }

    .gemini-wrap > div:nth-child(odd) {
        margin-right: 0;
    }

    .sp-small {
        width: 100%;
        padding-left: 16%;
        padding-right: 16%;
    }
    

}

@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-top-link a {
    border-bottom: 1px solid #000;
    line-height: 1;
    font-size: 105%;
    color: #000;
}

.footer-staff {
    font-size: 60%;
}

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: #b4b4b4;
    z-index: 4;
}