@charset "UTF-8";

.heroVisual__heading {
    color: #AD8551;
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .heroVisual__heading {
        left: auto;    
        right: 2%;    
    }
    .heroVisual__heading .en {
        font-size: 60px;        
    }
}

@media screen and (max-width: 768px) {
    .heroVisual__heading .en {
        font-size: 40px;
        color: #DF9535;
        text-shadow: 2px 2px 20px #000, -2px -2px 20px #000, 3px 3px 20px #000, -3px -3px 20px #000, 4px 4px 20px #000, -4px -4px 20px #000;
    }
}

.contents {
    padding: 0;
}

.contents .intro {
    padding: min(10vw, 160px) 0;
    background: #525554;
    color: #ffffff;
}

.contents .intro .txtRel {
    position: relative;
}

.contents .intro .txtRel sup {
    position: absolute;
    top: 0;
    right: -0.3em;
    font-size: 50%;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0;
}

.contents .intro .mTit .txtRel sup {
    font-size: 40%;
    top: 0.5em;
}

.contents .intro .content {
    max-width: 500px;
}

.contents .intro .mTit {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    text-align: left;
}

.contents .intro p {
    font-size: 22px;
    line-height: 2.2;
}

.contents .intro .caption {
    margin-top: 10px;
    font-size: 12px;
}

.contents .intro .mTit::before {
    position: absolute;
    content: '';
    width: 208px;
    height: 208px;
    background: url("../../common/imgs/circle.svg") no-repeat top left/100% 100%;
    top: -60px;
    left: -104px;
    z-index: -1;
    transform: scale(1.2);
}

.contents .intro .mTit::before {
    -webkit-filter: brightness(1.1) blur(3px);
    opacity: 1;
    filter: brightness(1.1) blur(3px);
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(33%, black), color-stop(66%, black), color-stop(75%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25%, black 33%, black 66%, rgba(0, 0, 0, 0) 75%);
    mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(33%, black), color-stop(66%, black), color-stop(75%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25%, black 33%, black 66%, rgba(0, 0, 0, 0) 75%);
    -webkit-mask-position: 100% 50%;
    mask-position: 100% 50%;
    -webkit-mask-size: 400% 100%;
    mask-size: 400% 100%;
    transition: 1s ease-out !important;
    will-change: filter, mask-image;
    transform: scale(1.1);
}

.contents .intro .mTit.sai-animate::before {
    transform: scale(1);
    -webkit-filter: brightness(1) blur(0);
    transition: all 0.4s;
    filter: brightness(1) blur(0);
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
}

.cap {
    font-size: 10px
}


.cap.cap-out {
    bottom: -1em;
}

@media screen and (max-width: 768px) {
    .hero-tit .en {
        font-size: min(8vw, 37px);
        text-align: center;
        padding-left: 0;
    }

    .contents .intro {
        padding: 60px 0;
        overflow: hidden;
    }

    .contents .intro .mTit {
        margin-bottom: 20px;
    }

    .contents .intro p {
        font-size: 16px;
        position: relative;
        z-index: 2;
        line-height: 2;
    }

    .contents .intro .mTit::before {
        width: 120px;
        height: 120px;
        top: -40px;
        left: -10px;
    }

    .contents .intro .caption {
        font-size: 10px;
    }
}

/* map-type */
.map-type {
    background: #dee0de;
    padding: min(10vw, 160px) 0;
}

.map-type h4 {
    font-size: 20px;
    margin: 0 0 40px;
    text-align: center;
    letter-spacing: 0.3em;
}

.map-type .map {
    max-width: 542px;
    margin: 0 auto;
}

.map-type .list-note {
    display: flex;
    justify-content: flex-end;
    max-width: 542px;
    margin: 20px auto 0;
    gap: 15px;
}

.map-type .list-note li {
    display: flex;
    align-items: center;
}

.map-type .list-note span {
    font-size: 14px;
    padding-left: 6px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .map-type {
        padding: 35px 0;
    }

    .map-type h4 {
        font-size: min(5.5vw, 20px);
        margin-bottom: 35px;
    }
}

/* list-type */
.list-type .content {
    max-width: 900px;
}

.list-type {
    padding: 80px 0;
    background: #525554;
    color: #ffffff;
}

.list-type ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-type ul li {
    width: 23%;
    text-align: center;
    position: relative;    
}

.list-type ul li a {
    display: block;
    padding: 20px 15px 0;
    background: #888657;    
    transition: all 0.4s;
    letter-spacing: 0;
    color: #ffffff;
}

.list-type ul li a:hover {
    background: #727149;
}

.list-type ul li .type-name {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.list-type ul li .type-name::first-letter {
    font-size: 250%;
    margin-right: 10px;
    line-height: 1;
}

.list-type ul li .type-desc {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    font-weight: 500;
}

.list-type ul li .type-desc span {
    font-size: 30px;
}

.list-type ul li .num {
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    font-weight: 500;
}

.list-type ul li .more {
    background: #727149;
    margin: 0 -15px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
}

.list-type ul li .mark {
    text-align: center;
    padding: 5px 0;
    background: #81282d;
    font-size: 14px;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .list-type {
        padding: 35px 0;
    }

    .list-type ul {
        row-gap: 15px;
    }

    .list-type ul li {
        width: 48%;
    }

    .list-type ul li a {
        padding: 25px 5px 0;
    }

    .list-type ul li .more {
        margin: 0 -5px;
        font-size: min(3vw, 12px);
    }

    .list-type ul li .type-name {
        font-size: min(4vw, 18px);
    }

    .list-type ul li .type-desc {
        font-size: min(4.5vw, 20px);
    }

    .list-type ul li .type-desc span {
        font-size: min(6vw, 26px);
    }    

    .list-type ul li .num {
        font-size: min(6vw, 26px);
    }

    .list-type ul li .mark {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 12px;
        padding: 0 10px;
    }
}

/* space */
.space .content {
    max-width: 1270px;
}

.space {
    padding: 120px 0;
    background: #dee0de;
    color: #000000;
}

.space .tit {
    font-size: 43px;
    color: #AD8551;
    text-align: center;
    text-transform: uppercase;
}

.space .sub-tit {
    text-align: center;
    margin: 20px 0 80px;
    letter-spacing: 0.22em;
}

.space .box-space:not(:last-child) {
    margin: 0 0 100px;
}

.space .box-space {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.space .box-space .space-tit {
    font-size: 36px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 160px;
    align-content: center;
    letter-spacing: 0.3em;
    position: relative;
    padding-top: 40px;
}

.space .box-space .space-tit::before {
    position: absolute;
    content: '';
    background: url("../imgs/circle-02.svg") no-repeat top left/100% 100%;
    width: 148px;
    height: 148px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
}

.space .box-space .space-tit::before {
    -webkit-filter: brightness(1.1) blur(3px);
    opacity: 1;
    filter: brightness(1.1) blur(3px);
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(33%, black), color-stop(66%, black), color-stop(75%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25%, black 33%, black 66%, rgba(0, 0, 0, 0) 75%);
    mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(33%, black), color-stop(66%, black), color-stop(75%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25%, black 33%, black 66%, rgba(0, 0, 0, 0) 75%);
    -webkit-mask-position: 100% 50%;
    mask-position: 100% 50%;
    -webkit-mask-size: 400% 100%;
    mask-size: 400% 100%;
    transition: 1s ease-out !important;
    will-change: filter, mask-image;
    transform: scale(1.1);
}

.space .box-space .ani {
    /*position: absolute;
    top: 0;
    left: -200px;*/
}

.space .box-space .ani.sai-animate .space-tit::before {
    transform: scale(1);
    -webkit-filter: brightness(1) blur(0);
    transition: all 0.4s;
    filter: brightness(1) blur(0);
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;

}

.space .box-space .space-info {
    width: calc(100% - 200px);
}

.space .box-space .box:not(:last-child) {
    margin: 0 0 100px;
}

.space .box-space .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ffffff;
    padding: 4%;
}

.space .box-space .boxL {
    width: 47%;
}

.space .box-space .boxR {
    padding-top: 6px;
    width: 50%;
}


.space .box-space .boxR .caption {
    margin-top: 10px;
}

.space .box-space .boxR.pt0 {
    padding-top: 0;
}

.space .box-space .boxR .fit {
    width: fit-content;
    margin: 0 auto;
}

.space .box-space .box .box-tit {
    font-size: 20px;
    color: #bb955c;
    margin-bottom: 10px;
    letter-spacing: 0.15em;
    font-weight: 500;
}

.space .box-space .box .box-tit sup {
    font-size: 0.5em;
    vertical-align: top;
}

.space .box-space .box .mDesc {
    font-size: 14px;
    line-height: 2;
}


.space .box-space .box .chart .chart-tit {
    text-align: center;
    color: #bb955c;
    font-size: 20px;
}

.space .box-space .box .chart .cap {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
}

.space .box-space01 .boxL .caption {
    font-size: 12px;
    margin-top: 20px;
}

.space .box-space01 .chart-txt {
    font-size: 14px;
    margin-top: 20px;
}

.space .box-space02 .tit-note {
    color: #bb955c;
    font-size: 14px;
    margin-bottom: 10px;
}

.space .box-space02 .img-note {
    position: relative;
}

.space .box-space02 .img-note .note-if {
    font-size: 12px;
    position: absolute;
    left: 47%;
    line-height: 1.4;
}

.space .box-space02 .img-note .note-if:nth-of-type(1) {
    top: 5%;
}

.space .box-space02 .img-note .note-if:nth-of-type(2) {
    top: 36%;
}

.space .box-space02 .img-note .note-if:nth-of-type(3) {
    top: 57%;
}

.space .box-space02 .img-note .note-if:nth-of-type(4) {
    top: 63%;
}

.space .box-space02 .box03 .boxR {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.space .box-space02 .box03 .boxR figure {
    width: 49%;
}

.space .box-space02 .box03 .boxR .caption {
    width: 100%;
    margin-top: 10px;
}

.space .guide-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.space .guide-inner .img {
    width: 50%;
}

.space .guide-inner .txt {
    text-align: center;
}

.space .guide-inner .txt h4 {
    font-size: 18px;
    color: #c09f62;
    margin: 0 0 10px;
    line-height: 1.5;
}

.space .guide-inner .txt p {
    line-height: 1.6;
    font-size: 11px;
}

.space .guide-inner .txt.close {
    padding-top: 60px;
}

.space .cap {
    text-align: left;
}

.space .cap.cap-mr {
    margin-top: 40px;
}

.space .cap.cap-top {
    margin-top: 0;
}

.space .guide-open {
    flex-direction: row-reverse;
    position: relative;
    margin-bottom: 20px;
}

.space .guide-open::after {
    position: absolute;
    content: '';
    background: url('../imgs/type/img-arrow.webp') no-repeat center center / 100% 100%;
    width: 90px;
    height: 18px;
    bottom: 0;
    left: 40%;
    transform: rotate(45deg);
}

.space .box-space03 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.space .box-space03 .box .txt {
    width: 55%;
}

.space .box-space03 .box .txt .caption {
    font-size: 12px;
    margin-top: 20px;
}

.space .box-space03 .box .img {
    width: 40%;
    text-align: right;
    padding-top: 5px;
}

.space .box-space03 .box .img .caption {
    margin-top: 10px;
}

.space .box-space03 .box03 .txt {
    width: 47%;
}

.space .box-space03 .box03 .img {
    width: 50%;
    text-align: left;
}

.space .box-space03 .box03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.space .box-space03 .box03 ul li {
    width: 39%;
    font-size: 12px;
}

.space .box-space03 .box03 ul li h5 {
    color: #bb955c;
    margin-bottom: 10px;
}

.space .box-space03 .box03 ul li:last-child {
    width: 45%;
}

.space .box-space03 .box03 ul li:last-child h5 {
    margin-bottom: 25px;
}

.space .box-space03 .box03 ul li p {
    margin-top: 5px;
}


@media screen and (max-width: 768px) {
    .space {
        padding: 35px 0;
    }

    .space .tit {
        font-size: 30px;
    }

    .space .sub-tit {
        margin: 10px 0 30px;
    }

    .space .box-space:not(:last-child) {
        margin: 0 0 60px;
    }

    .space .box-space .box:not(:last-child) {
        margin-bottom: 60px;
    }

    .space .box-space .boxL {
        width: 100%;
        margin-bottom: 20px;
    }

    .space .box-space .boxR {
        width: 100%;
        padding-top: 0;
    }

    .space .box-space .space-tit {
        width: 100%;
        font-size: 24px;
        margin-bottom: 40px;
        -ms-writing-mode: unset;
        -webkit-writing-mode: unset;
        writing-mode: unset;
        padding-top: 30px;
    }

    .space .box-space .space-info {
        width: 100%;
    }

    .space .box-space .box .box-tit {
        font-size: min(5vw, 18px);
    }

    .space .box-space02 .box03 .boxR figure {
        width: 80%;        
        margin: 0 auto 20px;
    }

    .space .box-space02 .box03 .boxR figure:nth-of-type(2) {
        margin-bottom: 0;
    }


    .space .box-space03 .box .txt {
        width: 100%;
    }

    .space .box-space03 .box .txt p {
        font-size: 14px;
    }

    .space .box-space03 .box .img {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .space .box-space03 .box .img figure {
        display: inline-block;
        text-align: right;
    }

    .space .box-space03 .box01 .img img {
        width: 199px;
    }

    .space .box-space03 .box02 .img img {
        width: 157px;
    }

    .space .box-space .box .chart .chart-tit {
        font-size: 16px;
    }

    .space .box-space .space-tit::before {
        width: 100px;
        height: 100px;
        top: 0;
        left: -10px;
        transform: translateX(0) !important;
    }

    .space .guide-inner .txt h4 {
        font-size: 17px;
    }

    .space .guide-inner {
        flex-wrap: wrap;
    }

    .space .guide-inner .img {
        width: 100%;
        order: -1;
    }

    .space .guide-inner .txt {
        width: 100%;
        text-align: left;
        max-width: 460px;
        margin: 40px auto 0;
    }

    .space .guide-open::after {
        display: none;
    }

    .space .guide-close {
        margin-top: 40px;
    }

    .space .guide-inner .img .cap {
        bottom: -25px;
    }

    .space .guide-inner .txt.close {
        padding-top: 0px;
    }

    .space .box-space01 .boxL .caption {
        margin-top: 5px;
    }

    .space .box-space02 .img-note .note-if::after {
        top: 5px;
    }

    .space .box-space02 .img-note .note-if:nth-of-type(1) {
        top: 1%;
    }

    .space .box-space02 .img-note .note-if:nth-of-type(2) {
        top: 27%;
    }

    .space .box-space02 .img-note .note-if:nth-of-type(3) {
        top: 42%;
    }

    .space .box-space03 .box .txt .caption {
        margin-top: 5px;
    }

    .space .box-space03 .box03 ul li {
        width: 100% !important;
        text-align: left;
    }

    .space .box-space03 .box03 ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .space .box-space03 .box03 ul li h5 {
        font-size: 14px;
        text-align: left;
        margin-bottom: 20px !important;
    }

    .space .box-space03 .box03 ul li figure {
        display: block !important;
        max-width: 50%;
        width: 100%;
        margin: 0 auto;
    }


}

@media screen and (max-width: 480px) {
    .space .guide-inner .img .photo {
        text-align: center;
    }

    .space .guide-inner .img img {
        width: 80%;
    }

    .space .box-space02 .img-note {
        margin: 0 auto;
    }

    .space .box-space02 .img-note .photo {
        /*width: calc(100% - 150px);*/
    }

    .space .box-space02 .img-note .note-if {
        font-size: 9px;
        left: 49%
    }

    .space .box-space02 .img-note .note-if::after {
        top: 5px;
    }

    .space .box-space02 .img-note .note-if:nth-of-type(1) {
        top: 5%;
    }

    .space .box-space02 .img-note .note-if:nth-of-type(2) {
        top: 33%;
    }

    .space .box-space02 .img-note .note-if:nth-of-type(3) {
        top: 52%;
    }

}

.ani.sai-animate span,
.message-desc.sai-animate span {
    opacity: 1;
}

.ani span,
.message-desc span {
    opacity: 0;
    transition: 1.2s ease-out;
}