@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: linotype-didot, serif;
font-weight: 400;
font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.06em;
    font-size: 14px;
    color: #676767;
}

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

.l-height12 {
    line-height: 1.2;
}

.l-height18 {
    line-height: 1.8;
}

.l-height20 {
    line-height: 2;
}

.l-height25 {
    line-height: 2.5;
}

.p-relative {
    position: relative;
}

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

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

.bg-beige {
    background: #F8F7F3;
}

.bg-white {
    background: #fff;
}

.italic {
    font-style: italic;
}

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

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

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

.text-white {
    color: #fff!important;
}

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

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

.mx1000 {
    max-width: 1000px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx860 {
    max-width: 860px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx900 {
    max-width: 900px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx760 {
    max-width: 760px!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;
}

.pt15 {
    padding-top: 15px!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;
}

.pt150 {
    padding-top: 150px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb15 {
    padding-bottom: 15px!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;
}

.mt15 {
    margin-top: 15px!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;
}

.mb15 {
    margin-bottom: 15px!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;
}

.fs11 {
    font-size: 11px!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;
}
.fs23 {
    font-size: 24px!important;
}

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

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

.fs28 {
    font-size: 28px!important;
}

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

@media only screen and (max-width: 767px) {
    .is-pc {
        display: none;
    }
    .pt10 {
        padding-top: 8px!important;
    }
    .pt15 {
        padding-top: 10px!important;
    }
    .pt20 {
        padding-top: 10px!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;
    }
    .pt150 {
        padding-top: 70px!important;
    }
    .pb10 {
        padding-bottom: 8px!important;
    }
    .pb15 {
        padding-bottom: 10px!important;
    }
    .pb20 {
        padding-bottom: 10px!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;
    }
    .mt10 {
        margin-top: 8px!important;
    }
    .mt15 {
        margin-top: 0px!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;
    }
    .mb10 {
        margin-bottom: 8px!important;
    }
    .mb15 {
        margin-bottom: 10px!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: 45px!important;
    }
    .mb80 {
        margin-bottom: 50px!important;
    }
    .mb90 {
        margin-bottom: 60px!important;
    }
    .mb100 {
        margin-bottom: 70px!important;
    }
    .mb120 {
        margin-bottom: 80px!important;
    }
    .fs11 {
        font-size: 10px!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: 17px!important;
    }
    .fs22 {
        font-size: 18px!important;
    }
    .fs23 {
        font-size: 16px!important;
    }
    .fs24 {
        font-size: 20px!important;
    }
    .fs26 {
        font-size: 22px!important;
    }
    .fs28 {
        font-size: 24px!important;
    }
    .fs30 {
        font-size: 24px!important;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 15px;
    }
    .is-sp {
        display: none;
    }
}

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


/* common */

body.open,
html.open {
    overflow: hidden;
}

.ramaraja {
    color: #e39e95;
}

.ja {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}

#contents {
    overflow: hidden;
    width: 100%;
}

#bg-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 999;
}

.underline {
    text-decoration: underline!important;
}

.credit li {
    color: #000;
    text-align: center;
    padding-bottom: 2px;
}

.credit a {
    color: #000;
    padding: 3.5px 0;
    line-height: 1.6;
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; */
    font-size: 13px;
    letter-spacing: 0.13em;
}

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

.credit a span:first-child {
    padding-right: 8px;
    text-align: left;
}

.credit a span:first-child span {
    font-size: 92%;
}

.credit a span:nth-child(2) {
    display: inline-block;
    background: #848484;
    border: 1px solid #848484;
    color: #fff;
    padding: 4px 12px;
    transition: all .3s ease-out;
    text-align: center;
}

.credit a.soon span:nth-child(2) {
    background: #999;
}

.credit a:hover {
    color: #848484;
}

.credit a:hover span:nth-child(2) {
    background: #fff;
    border: 1px solid #848484;
    color: #848484;
}

.credit a[href=""] {
    pointer-events: none;
}

.p-name {
    line-height: 1.2;
}

.p-name .bland, .p-name .price {
    font-size: 120%;
    letter-spacing: 0.08em;
    display: block;
}

.p-name .bland {
    padding-bottom: 8px;
}

.p-name .color {
    padding-top: 2px;
    padding-bottom: 16px;
    display: block;
}

.main-credit {
    max-width: 410px;
    justify-content: space-between!important;
}

.main-credit > div:first-child {
    width: 55%;
    border-left: 2px solid #676767;
    padding-left: 5%;
    padding-right: 2.5%;
}

.main-credit > div:last-child {
    width: 43%;
}

.main-credit .italic {
    color: #eb8003;
    font-size: 102%;
}

.btn-check span {
    display: inline-block;
    padding: 3% 14%;
    font-size: 95%;
    border: 1px solid #676767;
}
a.main-credit .btn-check span:hover {
    display: inline-block;
    padding: 3% 14%;
    font-size: 95%;
    border: 1px solid #676767;
    background-color: #676767;
    color: #ffffff;
}
.inner {
    max-width: 1100px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

.img-inner {
    padding-left: 5%;
    padding-right: 5%;
}

.small-inner {
    padding-left: 16%;
    padding-right: 16%;
}

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

.w58 {
    padding-left: 21%;
    padding-right: 21%;
}

.w74 {
    padding-left: 13%;
    padding-right: 13%;
}

.w80 {
    padding-left: 10%;
    padding-right: 10%;
}

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

.soon {
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    
    h1 {
    padding-bottom: 20px;
    }
    
    .credit {
        max-width: 410px;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media screen and (max-width: 767px) {
    
    h1 {
        padding-bottom: 20px;
        }
    
    .inner {
        padding-left: 2.6%;
        padding-right: 2.6%;
    }
    
    .txt-inner {
        padding-left: 2%;
        padding-right: 2%;
    }

    .txt-inner- {
        padding-left: 5%;
        padding-right: 5%;
    }

    .main-credit {
        padding-left: 6%;
        padding-right: 6%;
    }
    
    .p-name {
        font-size: 88%;
    }
    
    .main-credit .italic {
        font-size: 94%;
    }

    .main-credit > div:first-child {
        width: 61%;
    }
}



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

.footer {
    margin-left: auto;
    margin-right: auto;
}

.footer a:hover {
    opacity: 0.8;
}

#f-logo {
    display: block;
    margin: 0 auto;
    width: 180px;
}

#f-list li {
    text-align: center;
    font-size: 11px;
    padding: 2px 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: 20px;
    margin: 0 15px;
}

#f-link a:hover {
    opacity: 0.75;
}

#f-link a img {
    display: block;
}

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

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

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

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

#f-link-area {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#f-link-area a:hover {
    opacity: 0.75;
}

.all-btn, .all-btn-l {
    display: block;
    padding: 17px 12px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.all-btn-l.snap {
    border: 1px solid #676767;
    background: #ffffff;
    color: #000000;
}

.all-btn-l:hover {
    color: #000;
    border: 1px solid #e4e4e4;
    background: #e4e4e4;
}
.all-btn:hover {
    color: #000;
    border: 1px solid #000;
    background: #fff;
}
.btn-area span {
    width: 115px;
    height: 13.05px;
    padding-right: 8px;
    display: inline-flex;
}


@media only screen and (min-width: 768px) { 
    .all-btn {
        font-size: 22px;
    }
    .all-btn-l {
        font-size: 16px;
        padding: 23px 12px;
    }
}

@media only screen and (max-width: 767px) {
    .all-btn {
        font-size: 22px;
    }

    .all-btn-l {
        padding: 23px 12px;
    }
}


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

#key {
    width: 100%;
    background-image: url(../images/img_key.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh!important;
    position: relative;
}

#key .key_title {
    position: absolute;
    left: 7%;
    bottom: 1%;
    width: 88%;
}

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

    #key {
        height: 380px!important;
        background-position: 55% center;
    }
    
    #key .key_title {
        bottom: auto;
        bottom: -5%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 500px;
    }
}

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

#item01, #item02 {
    background-color: #f9f8f8;
}

.item .txt-inner .bold {
    display: block;
    padding-bottom: 7px;
    padding-top: 4px;
    font-weight: bold;
}


.box01-01 > div:first-child, .box03-01 > div:first-child, .box05-01 > div:first-child {
    width: 60%;
    padding-right: 2%;
}

.box01-01 > div:last-child, .box03-01 > div:last-child, .box05-01 > div:last-child {
    width: 35%;
}

.box-02 > div:first-child {
    width: 44%;
    padding-right: 1%;
    margin-top: 40px;
}

.box-02 > div:last-child {
    width: 44%;
    padding-left: 1%;
    margin-top: 40px;
}

.box-03 {
    width: 75%;
    margin: 100px auto 0;
    position: relative;
}
/* .box-03::before {
    content: 'Coordinate';
    font-size: 75px;
    font-family: 'Sassy Frass', cursive;
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-style: italic;
} */

.box02-01 > div:first-child, .box04-01 > div:first-child {
    width: 35%;
    padding-right: 2%;
}

.box02-01 > div:last-child, .box04-01 > div:last-child {
    width: 60%;
}

span.num {
    display: block;
    /* width: 80%; */
    width: 90%;
    margin: 0 auto 30%;
}

span.num p {
    text-align: center;
    margin: 20px 0 0 0;
}

span.num.small {
    /* width: 70%; */
    width: 90%;
}

.main-credit-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.staff_info {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    letter-spacing: 0.1em;
}
.staff_info span.info_title {
    font-size: 13px;
    display: block;
    padding-bottom: 3px;
}
.staff_info p {
    font-size: 16px;
}
.staff_info span.info_shop {
    font-size: 10px;
    display: block;
}
.staff_info ul li{
    color: #fff;
    background-color: #676767;
    padding: 1% 8%;
    font-size: 11px;
    margin: 10px 4px 0;
}
.staff_info ul li:hover {
    background-color: #000;
}
.staff_info ul li a{
    color: #fff;
}
.staff_info span.arrow {
    width: 15px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.staff_info span.arrow::before {
    content: '';
    width: 8px;
    height: 1px;
    background-color: #fff;
    transform: rotate(30deg);
    position: absolute;
    right: 0;
    bottom: 2px;
}

#item01 .staff_info, #item02 .staff_info {
    background-color: #fff;
}

#item03 .staff_info, #item04 .staff_info, #item05 .staff_info {
    background-color: #f9f8f8;
}

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

    
    .pc-w62 {
        width: 100%!important;
        padding-left: 19%!important;
        padding-right: 19%!important;
    }
    
    .main-credit-wrap > div:nth-child(odd) {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }

    .main-credit-wrap > div:nth-child(even) {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }
    
}


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

    .main-credit-wrap {
        justify-content: space-between!important;
    }
    
    .main-credit-wrap > div:nth-child(odd) {
        width: 47%;
        margin-left: 0;
        margin-right: 3%;
    }

    .main-credit-wrap > div:nth-child(even) {
        width: 47%;
        margin-left: 3%;
        margin-right: 0;
    }

    #item01 .main-credit-wrap > div:nth-child(2) {
        margin-top: 10px;
        margin-bottom: 10px;
    }

}
    
@media screen and (max-width: 767px) {
    
    .box01-01 > div:first-child {
        width: 70%;
    }

    .box01-01 > div:last-child {
        width: 30%;
        padding-top: 10px;
    }

    .box01-01 > div:first-child div:not(:last-child) img {
        padding-bottom: 2px;
    }

    .box-02 > div:first-child {
        width: 40%;
        margin-top: 25px;
    }
    .box-02 > div:last-child {
        width: 40%;
        margin-top: 25px;
    }

    .box-03 {
        width: 90%;
        margin: 50px auto 0;
        position: relative;
    }

    span.num {
        display: block;
        /* width: 65%; */
        width: 80%;
        margin: 0 auto 8%;
    }    
    span.num.small {
        /* width: 50%; */
        width: 80%;
    }

    .staff_info {
        padding: 20px 5px;
    }
    .staff_info ul li {
        padding: 2% 10%;
    }
    
    .sp-w80 {
        width: 100%!important;
        padding-left: 10%!important;
        padding-right: 10%!important;
    }
    .sp-w80-l {
        width: 100%!important;
        padding-right: 20%!important;
    }
    
    .main-credit > div:last-child {
        width: 38%;
    }

}


.plofile {
    width: 55%;
    margin: 150px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 30px 10px;
}
.plofile .plofile-img {
    width: 26%;
    padding-right: 20px;
}
.plofile .plofile-txt {
    width: 60%;
}
@media screen and (max-width: 899px) {
    .plofile {
        width: 100%;
        margin: 100px auto 0 auto;
    }
    .plofile .plofile-img {
        width: 50%;
        padding-right: 0;
    }
    .plofile .plofile-txt {
        width: 90%;
    }    
}

.load-line {
    width: 0;
    height: 1px;
    background: #676767;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transition: width 3s linear;
}
.load_logo {
    width: 28%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.load-line.act {
    width: 100%;
}