@charset "UTF-8";
html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: goudy-old-style, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: 0;
}

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

.light {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 600;
}

.lh100 {
    line-height: 100%;
}

.italic {
    font-style: italic;
}

.lh200 {
    line-height: 200%;
}

.lh250 {
    line-height: 250%;
}

.lh300 {
    line-height: 300%;
}

.bg-gray {
    background: #908989;
}

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

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

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

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

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

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

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

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

.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: 6px!important;
    }

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

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

    .pb20 {
        padding-bottom: 12px!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: 6px!important;
    }

    .mt20 {
        margin-top: 12px!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: 6px!important;
    }

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

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

    .fs22 {
        font-size: 18px!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;
    }

}



/* common */

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

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

#wrapper {
    width: 100%;
}

.pop-up {
    z-index: 10;
}

.credit-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "eb-garamond", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
}

.credit a {
    display: flex;
    flex-wrap: wrap;
    padding: 1px 0;
    line-height: 1.3;
}

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

.credit a[href=""] .cre02 {
    text-decoration: none;
}

.credit a .cre01 {
    margin-right: 5px;
    font-weight: 500;
}

.credit a .cre02 {
    text-decoration: underline;
    margin-right: 5px;
    font-weight: 400;
}

.credit a .cre03 {
    font-style: italic;
    letter-spacing: 0.01rem;
}

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



@media screen and (min-width: 768px) {
    
    .credit-wrap {
        margin-top: 14px;
        margin-bottom: 14px;
    }

}


.index sup {
    vertical-align: super;
    font-size: smaller;
}

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

.footer {
    padding: 0 5.33% 0;
}

.footer a:hover {
    opacity: 0.8;
}

.f-list {
    font-size: 1rem;
    margin-top: 90px;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
    line-height: 1.6;
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
}

.f-list span {
    vertical-align: super;
    font-size: 72%;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.f-copy {
    text-align: left;
    font-size: 10px;
    letter-spacing: 0;
    transform: scale(90%);
    transform-origin: left bottom;
}

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

.footer .f-link {
    margin-right: -5px;
    padding-bottom: 4px;
}

.f-link li {
    width: 20px;
    margin: 0px 5px;
}

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

.footer-tit {
    text-align: right;
    display: inline-block;
}

.footer-btn {
    margin-bottom: 80px;
}

.footer-btn a {
    display: block;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
}

.footer-btn a:hover {
    color: #999;
    opacity: 1;
}

.border-outer {
    width: 100%;
    z-index: 10;
    position: relative;
    pointer-events:none;
}

@media only screen and (min-width: 768px) {
    
    .footer-btn a {
        width: 300px;
    }

    .f-list {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .f-copy {
        transform: scale(100%);
    }
    
    .footer-btn {
        margin-bottom: 90px;
    }
    
    .footer {
        padding: 0 40px 0;
        margin-bottom: -40px;
    }
    
}

/* ------------------------
navi
------------------------ */

.all-items {
    position: fixed;
    top: 13.6px;
    left: 2.5%;
    width: 34px;
    cursor: pointer;
    z-index: 99;
}


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


    .all-items {
        position: fixed;
        top: 10.5px;
        width: 40px;
        left: 20px;

    }
    


}

/* ------------------------
fixed-border
------------------------ */

.border-wrap {
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 99;
}

.dn-logo {
    width: 76px;
    position: fixed;
    left: 50%;
    top: 25px;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.dn-logo svg {
    fill: #000;
    transition: all .3s ease-out;
}

.dn-logo.dummy svg {
    fill: rgba(255, 255, 255, 0);
}
.white-bar {
    position: fixed;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 999;
    pointer-events: none;
}

.white-bar div {
    background: #fff;
    position: absolute;
}

.white-bar .top {
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
}

.header {
    z-index: 999;
    position: relative;
}

.cont-wrap {
    background: #fff;
    position: relative;
}

.cont-wrap > * {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

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

    .dn-logo {
        width: 71px;
        top: 24px;
    }
    
    .white-bar .top {
        height: 50px;
    }

}

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

.key-wrap {
    width: 100%!important;
    max-width: none;
    z-index: 1;
}

.key {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.key-txt-01 {
    font-size: 14.25vw;
    line-height: .85;
    letter-spacing: 0;
    padding-top: 16px;
    white-space: nowrap;
}

.key-txt-02 {
    font-size: 6.35vw;
    line-height: 1;
    padding-top: 4px;
}

.key-txt-02 sup {
    font-size: 53%;
    transform: translateY(11%);
    display: inline-block;
}

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

    .key-inner {
        display: flex;
        flex-direction: column;
    }
    
    .key-txt-01 {
        font-size: min(calc((100vw - 60px) * 0.0857), 121px);
        line-height: .85;
        letter-spacing: 0;
        padding-top: 78px;
    }

    .key-txt-02 {
        font-size: min(calc((100vw - 60px) * 0.028), 41px);
        line-height: 1;
        padding-top: 5px;
    }

    
    .key-img {
        order: 2;
    }
    
    .key-txt {
        order: 1;
        padding-bottom: 22px;
    }
    
}

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


    .key {
        padding-left: 2.67%;
        padding-right: 2.67%;
    }
    
    #wrapper .key-wrap {
        position: fixed!important;
        top: 0!important;
    }
    
    .key-img img {
        max-height: calc(var(--vh, 1vh) * 68.5);
        object-fit: cover;
        object-position: top center;
    }
    
    .key-txt-02 {
        padding-bottom: 55px;
    }

}

.main-wrap {
    z-index: 2;
    position: relative;
    background: #fff;
}

/* ------------------------
catch
------------------------ */

.catch-img {
    padding-top: 10px;
}

.c_img {
    width: 74%;
    margin-top: 20px;

}

.catch-tit {
    width: 149px;
    margin-left: auto;
    margin-right: auto;
}

.catch-txt {
    padding-left: 2.67vw;
    padding-right: 2.67vw;
    letter-spacing: 0;
    line-height: 1.1;
    font-family: "eb-garamond", serif !important;
    font-weight: 400;
    font-style: normal;
}

.catch-txt01 {
    font-size: 4.85vw;
    padding-top: 14px;
}

.catch-txt02 {
    font-size: 18.5px;
    padding-top: 14px;
}

.catch-txt02 sup {
    font-size: 53%;
    transform: translateY(11%);
    display: inline-block;
}

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

    .catch {
        padding-left: 2.67%;
        padding-right: 2.67%;
    }

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

    .c_img {
        width: 50%;
    }
    
    .catch {
        display: flex;
        flex-wrap: wrap;
        padding-top: 80px;
    }
    
    .catch-img {
        width: 51.45%;
        padding-top: 0;
    }

    .catch-txt {
        width: 48.55%;
        padding-left: 3.62%;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-family: "eb-garamond", serif !important;
        font-weight: 400;
        font-style: normal;

    }
    
    .catch-txt01 {
        /* font-size: min(calc((100vw - 60px) * 0.0179), 24.7px); */
        padding-top: 0;
        font-size: 1.6rem;
    }

    .catch-txt02 {
        font-size: min(calc((100vw - 60px) * 0.0188), 25.9px);
        padding-top: 14px;
    }
    
    .catch {
        margin-bottom: 100px;
    }

    
}


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

.item-wrap {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.item-wrap img, .item-wrap video {
    transition-delay: .2s!important;
    transition-duration: .35s!important;
    transition-timing-function: cubic-bezier(.47,0,.745,.715)!important;
}

.credit {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: "eb-garamond", serif;
    /* font-weight: 400; */
    font-style: normal;
}

.credit li {
    margin-right: 8px;
}

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

.credit-wrap p {
    width: 28px;
    line-height: 1.3;
    padding: 1px 0;
}

.credit-wrap .credit {
    width: calc(100% - 28px);
}

.item-tt02 .credit {
    display: block;
}

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

    .item-tt01 .credit-wrap, .item-yk .credit-wrap {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }
    
    .item-tt02 {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .item-yk.key {
        padding-top: 51px;
    }
    
    .item-tt02.item-flex > div:first-child {
        margin-bottom: 10px;
    }
    
    .item-tt02.item-flex > div:last-child {
        margin-top: 10px;
    }

    .item-tt03.item-flex .img-tt {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .item-tt03.item-flex > div:last-child {
        display: flex;
        flex-direction: column;
    }
    
    .item-tt03.item-flex > div:last-child span {
        order: 2;
    }
    
    .item-tt03.item-flex .credit-wrap {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }
}

@media only screen and (min-width: 768px) {
    .credit-wrap p {
    font-size: 0.94rem;
    font-weight: 500;
    }

    .credit-wrap .credit {
        font-size: 0.94rem;
    }

    
    .credit li {
        margin-right: 10px;
    }
    
/*
    .item-tt01 .credit, .item-yk .credit {
        width: 74%;
    }
*/
    
    .item-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

    .item-tt01 {
        padding-left: 28.26%;
        padding-right: 28.26%;
    }
    
    .item-yk, .item-tt02 {
        padding-left: 13.04%;
        padding-right: 13.04%;
    }
    
    .item-tt03 {
        padding-left: 9.42%;
        padding-right: 9.42%;
    }
    
    .item-yk.key {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
    }
    
    .item-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .item-tt02.item-flex > div {
        width: 49%;
    }
    
    .item-tt03.item-flex {
        align-items: center;    
    }
    
    .item-tt03.item-flex > div:first-child {
        width: 44.64%;
    }

    .item-tt03.item-flex > div:last-child {
        width: 42.86%;
    }
    
}
