@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: 'Public Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.02em;
    font-size: 11px;
    line-height: 1.7;
    color: #8b8080;
}

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
------------------------ */


.sweet {
    font-family: sweet-sans-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.15em;
}

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

.credit li {
    margin-bottom: 2px;
    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 {
    float: right;
    transition: all .3s ease-out;
    text-decoration: underline;
}

/* .coming-soon {
    pointer-events: none;
} */
.coming-soon, .store-only {
    pointer-events: none;
}

.coming-soon .btn-buy, .store-only .btn-buy {
    text-decoration: none;
}


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

}


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


#key {
    background-image: url(../image/main_pc.jpg);
    background-position: center;
    background-size: cover;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: hidden;
}

.logo-area {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.logo-area h1 {
    width: 254px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.logo-area ul a {
    display: block;
    color: #b9a58b;
    font-size: 21px;
}

.logo-area ul {
    display: flex;
    flex-wrap: wrap;
}

.logo-area li {
    width: 50%;
    padding: 0 50px;
    text-align: center;
}

.logo-area li:first-child {
    border-right: 1px solid #b9a58b;
}

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

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

    .logo-area h1 {
        width: 222px;
        padding-bottom: 45px;
    }

    .logo-area ul a {
        font-size: 18px;
    }

    .logo-area li {
        width: 50%;
        padding: 0;
        text-align: center;
    }

    .logo-area li:first-child {
        border-right: 1px solid #b9a58b;
    }
    

}


/* ------------------------
story
------------------------ */

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

    #story {
        margin-top: 100px;
        margin-bottom: 160px;
    }

    .story-inner01 {
        width: 100%;
        height: 215.47vw;
        position: relative;
    }

    .story-inner02 {
        width: 100%;
        height: 100vw;
        position: relative;
        margin-bottom: 160px;
    }

    .luxy-el {
        position: absolute;
    }

    #img-01 {
        width: 17.03%;
        left: 50.55%;
        top: 0;
    }

    #img-02 {
        width: 16.56%;
        left: 19.77%;
        top: 7.25%;
    }

    #img-03 {
        width: 16.56%;
        left: 36.33%;
        top: 7.25%;
    }

    #img-04 {
        width: 19.53%;
        left: 61.95%;
        top: 12.52%;
        z-index: 1;
    }

    #img-05 {
        width: 7.50%;
        left: 50.47%;
        top: 27.33%;
    }

    #img-06 {
        width: 7.50%;
        left: 57.97%;
        top: 27.33%;
    }

    #img-07 {
        width: 19.84%;
        left: 24.84%;
        top: 22.70%;
    }

    #img-08 {
        width: 37.66%;
        left: 38.05%;
        top: 38.65%;
    }

    #img-09 {
        width: 13.36%;
        left: 28.75%;
        top: 59.68%;
    }

    #img-10 {
        width: 13.36%;
        left: 48.60%;
        top: 56.71%;
    }

    #img-11 {
        width: 13.36%;
        left: 59.22%;
        top: 63.23%;
    }

    #img-12 {
        width: 15.78%;
        left: 36.09%;
        top: 70.38%;
    }

    #img-13 {
        width: 19.22%;
        left: 48.82%;
        top: 74.98%;
    }

    #img-14 {
        width: 13.36%;
        left: 27.03%;
        top: 83.17%;
    }

    #img-15 {
        width: 12.03%;
        left: 45.08%;
        bottom: 0;
    }

    #img-16 {
        overflow: hidden;
        padding: 60vh 0 0;
        z-index: 3;
        position: relative;
        margin-top: 160px;
        margin-bottom: 100px;
    }

    #bg-img-16 {
        background-image: url(../image/img_16_pc.jpg);
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 30vh;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1;
    }

    #img-17 {
        width: 37.81%;
        left: 44.30%;
        top: 0;
    }

    #img-18 {
        width: 19.14%;
        left: 18.59%;
        top: 13.05%;
    }

    #img-19 {
        width: 19.14%;
        left: 55.70%;
        top: 33.75%;
        z-index: 1;
    }

    #img-20 {
        width: 30.46%;
        left: 34.77%;
        bottom: 0;
    }

}

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

    #story {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .story-sp .small {
        padding: 30px;
    }
    
    .story-sp .small + .small {
        padding-top: 0;
    }
    
    .story-inner01 {
        width: 100%;
        height: 311.60vw;
        position: relative;
        margin-top: 80px;
        margin-bottom: 50px;
    }
    
    .luxy-el {
        position: absolute;
    }
    
    #img-10 {
        width: 39.87%;
        left: 29.87%;
        top: 0;
    }

    #img-11 {
        width: 39.33%;
        left: 54.13%;
        top: 16.69%;
    }

    #img-09 {
        width: 38.133%;
        left: 8.00%;
        top: 21.82%;
    }

    #img-12 {
        width: 47.07%;
        left: 35.33%;
        top: 38.34%;
        z-index: 1;
    }

    #img-13 {
        width: 64.53%;
        left: 8.00%;
        top: 55.93%;
    }

    #img-14 {
        width: 39.87%;
        left: 52.13%;
        bottom: 0;
    }
    
    
}

/* ------------------------
looks
------------------------ */


#look-tit {
    border-top: 1px solid #8b8080;
    margin: 0 50px;
    padding: 30px;
    width: calc(100% - 100px);
    text-align: center;
}

#look-tit p {
    font-size: 14px;
    padding-bottom: 15px;
}

#look-tit h2 {
    font-size: 26px;
}

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

.style-box {
    width: 32.8%;
    margin-right: 0.8%;
    margin-bottom: 0.8vw;
}

.style-box.item {
    width: calc(16.4% - 0.4%);
}

.style-img {
    position: relative;
}

.style-img p {
    display: flex;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 25px;
}

.style-img p span:last-child {
    font-size: 12px;
    padding-left: 8px;
    line-height: 1;
    padding-top: 1px;
}

.style-img p span:first-child {
    font-size: 20px;
    padding-right: 8px;
    border-right: 1px solid #fff;
    line-height: 1;
}

.style-box.item .style-img p span:first-child {
    border-right: none;
}

.look-inner .credit {
    padding: 20px;
    width: 100%;
}

.look-inner .credit a {
    font-size: 10px;
    display: block;
}

.look-inner .item .credit .btn-buy, .look-inner .item .credit .store {
    float: none;
    display: block;
}

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

    .style-box:not(.item):nth-child(3n) {
        margin-right: 0;
    }
    
    .style-box.item:nth-child(6) {
        margin-right: 0;
    }

    .look-inner .credit {
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0;
    }
    
    .style-img {
        background: #987e5d;
    }
    
    .look-inner .credit a {
        color: #fff;
    }
    
    .look-inner .style-img:hover .credit {
        opacity: 1;
    }
    
    .look-inner .style-img:hover img {
        opacity: 0.45;
    }

}

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

    #look-tit p {
        font-size: 14px;
        padding-bottom: 2px;
        color: #aa9479;
    }

    #look-tit h2 {
        font-size: 25px;
        color: #aa9479;
    }

    .style-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .style-box.item {
        width: calc(50% - 4px);
    }
    
    .style-box.item:nth-child(2n-1) {
        margin-right: 8px;
    }

    .style-img p {
        left: 15px;
        top: 20px;
    }

    .style-box.item .style-img p span:first-child {
        border-right: none;
    }

    .look-inner .credit {
        padding: 20px 15px;
        width: 100%;
    }

    .look-inner .credit a {
        font-size: 10px;
    }

    .look-inner .item .credit .btn-buy, .look-inner .item .credit .store {
        float: none;
        display: block;
    }

    #look-tit {
        border-top: 1px solid #b9a58b;
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    
    .credit a {
        color: #aa9479;
    }


}

.official {
    width: 80%;
    max-width: 380px;
    margin: 0 auto; }
    @media screen and (min-width: 751px) {
        .official {
          padding-top: 50px; } }
      
      @media screen and (max-width: 750px) {
        .official {
          padding-top: 20px; } }
      
      .official ul.credit {
        font-size: 11px;
        margin: 25px auto; }
        @media screen and (min-width: 751px) {
          .official ul.credit {
            width: 100%; } }
        @media screen and (max-width: 750px) {
          .official ul.credit {
            width: 100%;
            padding: 14px 0;
            color: #b9a58b; } }
        .official ul.credit li a {
          color: #b9a58b;
          text-decoration: none;
          overflow: hidden; }
          .official ul.credit li a span {
            display: inline-block;
            float: right;
            text-decoration: underline; }
          @media screen and (max-width: 750px) {
            .official ul.credit li a {
              color: #b9a58b; } }
        .official ul.credit li p {
          color: #b9a58b; }
          @media screen and (max-width: 750px) {
            .official ul.credit li p {
              color: #b9a58b; } }
          .official ul.credit li p span {
            display: inline-block;
            float: right; }
      
        

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

footer {
    border-top: 1px solid #8b8080;
    margin: 0 50px;
    width: calc(100% - 100px);
}

.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 {
    line-height: 1.8;
}

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

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

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

    footer {
        border-top: 1px solid #b9a58b;
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    .staff-list li, footer small {
        color: #b9a58b;
    }

}

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