@charset "UTF-8";

.flip-horizontal {
    text-align: right;
    transform: rotateY(180deg);
    display: inline-block;
}

.red {
    color: #d7344c;
}

#mainVisual::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

#mainVisual .mainVisualTit .en {
    font-size: 15px;
    /* font-weight: 600; */
    line-height: 2;
}

#mainVisual .mainVisualTit .jp {
    font-size: 28px;
    line-height: 1.5;
    /* font-weight: 600; */
}

#mainVisual .mainVisualTit .jp>span {
    display: block;
    font-size: 53px;
    letter-spacing: 0.1em;
}

.bg {
    background: #faf8f4;
    padding: 0 0 100px;
}

.intro {
    padding: 100px 0;
    text-align: center;
}

.point-list__inner {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
    padding-bottom: 40px;
}

.point-list .point-item {
    width: 22.778%;
    text-align: center;
}

.point-list .point-item .point-num {
    font-size: 19px;
    font-family: 'Cinzel', serif;
    color: #d7344c;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    letter-spacing: 0.15em;
}

.point-list .point-item .point-num>span {
    font-size: 1.6em;
}

.point-list .point-item .photo {
    border-radius: 50%;
    overflow: hidden;
}

.point-list .point-item .photo img {
    transition: all 0.3s ease;
}

.point-list .point-item .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.point-list .point-item .point-title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    z-index: 1;
}

.point-list .point-item .more {
    display: block;
    margin-top: 15px;
    transition: all 0.3s ease;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 0.3em;
}

.point-list .point-item:hover .more {
    transform: translateY(10px);
}

.point-list .point-item:hover .photo img {
    transform: scale(1.1);
}

.point-list .point-item .more::before {
    content: "";
    display: block;
    width: 35px;
    height: 36px;
    background: url(../imgs/arrow.svg) no-repeat;
    margin: 0 auto 5px;
}

.point-sec {
    margin-top: 100px;
}

.point-sec01 {
    margin-top: 80px;
}

.point-head {
    background: #d7344c;
}

.point-head__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
}

.point-head__img {
    width: 47.334%;
    position: relative;
}

.point-head__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.point-head__img .caption {
    z-index: 1;
}

.point-head__title {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 1;
    text-align: center;
}

.point-head__title .en {
    font-family: 'Cinzel', serif;
    font-size: clamp(20px, 2.7vw, 27px);
    line-height: 1.8;
    letter-spacing: 0.15em !important;
}

.point-head__title .en .num {
    font-size: 1.6em;
}

.point-head__title .jp {
    font-size: clamp(20px, 3.6vw, 28px);
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    min-width: 320px;
    line-height: 1.2;
}

.point-head__title>span {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.point-head__desc {
    width: 43.572425%;
    color: #ffffff;
}

.point-head__desc h4 {
    font-size: clamp(18px, 2.8vw, 23px);
    letter-spacing: 0;
    margin-bottom: 20px;
}

.point-head__desc p {
    letter-spacing: 0.15em;
}

.point-body {
    padding: 100px 0 0;
}

.point-body .notes {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 10px;
}

.point-body__txt {
    font-size: clamp(18px, 2.8vw, 23px);
    line-height: 1.8;
    letter-spacing: 0.15em;
}

.point-body__txt-sub {
    font-size: 0.8em;
}

.chart-color{
    margin: -2em 0 auto 0;
    display: flex;
    justify-content: right;
    gap: 18px;
    font-size: clamp(10px, 1.8vw, 14px);
}

.chart-color li::before{
    content: ""; 
    display: inline-block;
    width: 2em;
    height: 4px; 
    background: #d7344c;
    margin-right: 10px;
    vertical-align: 2px;
}

.chart-color li.bar_orange::before{
    background: #d78c35;
}

.point-sec02 .point-body__table {
    margin-top: 10px;
}

.point-sec03 .point-body__inner {
    background: #ffffff;
    padding: 40px 60px;
    max-width: 1130px;
    margin: 24px 0 80px;
}

/* .point-sec03 .point-body__table:first-of-type {
    margin-bottom: 60px;
} */

.point-sec04 .point-body__inner {
    background: #ffffff;
    padding: 30px 60px;
    max-width: 1130px;
}

.point-sec04 .box01 {
    margin-bottom: 80px;
}

.point-sec04 .box01 .point-body__table {
    padding-left: 30px;
    margin-top: 20px;
}

.point-sec04 .box02 .point-body__table {
    padding-left: 15px;
}

/* 70Years Banner */
.years {
    max-width: 1178px;
    width: calc(100% - 30px);
    margin: 120px auto 200px;
    position: relative;
    z-index: 80;
}

.years a:hover {
    opacity: 0.8;
}

.bnrYears {
    max-width: 1180px;
    background-color: #94adab;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: auto;
    align-items: center;
    transition: 0.5s ease;
}

.bnrYears:hover {}

.bnrYears .colL {
    width: 48.982%;
    transition: 0.5s ease;
    overflow: hidden
}

.bnrYears .colL .bnrYears__tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1;
}

.bnrYears .colL .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: 1s all;
}

.bnrYears .colL .photo img {
    transition: 1s all;
}

.bnrYears .colL .txt01 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 600;
}

.bnrYears .colL .txt02 {
    font-size: 60px;
    transition: 1.5s ease;
    line-height: 0.4;
    font-weight: 600;
}

.bnrYears .colL .txt02 .jp {
    font-family: 'Libre Caslon Display', serif;
}

.bnrYears .colL .txt02 .en {
    font-family: 'Cormorant Garamond', serif;
}

.bnrYears .colL .txt03 {
    font-size: 17px;
    font-weight: 500;
    margin: 8px 0 20px;
}

.bnrYears:hover .colL .photo img {
    transform: scale(1.1, 1.1);
    transition: 1s all;
}

.bnrYears .colR {
    width: 51%;
    text-align: center;
    color: white;
    line-height: 1;
    padding: 20px 30px 0;
}

.bnrYears .colR .txt04 {
    font-size: clamp(20px, 3.6vw, 28px);
    line-height: 1.2;
    margin-bottom: 20px;
}

.bnrYears .colR .btnMore {
    max-width: 90px;
    margin: 30px auto 0;
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
}

.bnrYears .colR .btnMore img {
    width: 100%;
}

.bnrYears .innerLine {
    position: absolute;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    transition: 0.5s ease;
}

@media screen and (min-width: 1200px) {
    .point-head__desc h4 {
        text-wrap: nowrap;
    }

    .point-head {
        padding: 0 20px;
    }

    .point-sec01 .point-body__table {
        margin-top: -35px;
    }

    .point-sec02 .point-head__desc p {
        width: 112%;
    }

    .point-sec04 .notes {
        padding-left: 65px;
    }
}

@media screen and (max-width: 767px) {
    .commonSpModalImage {
        padding-top: 40px !important;
    }

    .bg {
        padding: 0 0 60px;
    }

    #mainVisual .mainVisualTit .en {
        font-size: 4.5vw;
    }

    #mainVisual .mainVisualTit .jp {
        font-size: 5vw;
    }

    #mainVisual .mainVisualTit .jp>span {
        font-size: 10vw;
    }

    .intro {
        margin: 0 0 70px;
        padding: 13vw 0 0;
    }

    .point-list .point-item {
        width: 48%;
    }

    .point-list .point-item .point-title {
        font-size: min(4.5vw, 25px);
    }

    .point-list .point-item .point-num {
        font-size: 16px;
    }

    .point-list .point-item .photo {
        max-width: fit-content;
        margin: 0 auto;
    }

    .point-head__inner {
        padding: 0;
    }

    .point-head__img {
        width: 100%;
    }

    .point-head__img img {
        width: 100%;
    }

    .point-head__desc {
        width: 100%;
        padding: 50px 20px;
    }

    .point-head__title .jp {
        min-width: 260px;
    }

    .point-body {
        padding: 60px 0 0;
    }

    .point-body__txt {
        margin-bottom: 20px;
        text-indent: -1.2em;
        padding-left: 1.2em;
        font-size: 2.8vw;
        line-height: 1.6;
    }


    .point-sec {
        margin-top: 60px;
    }

    .point-sec03 .point-body__inner {
        padding: 10px;
    }

    .point-sec03 .point-body__table:first-of-type {
        margin-bottom: 20px;
    }

    .point-sec04 .point-body__inner {
        padding: 10px;
    }

    .years {
        margin: 60px auto 100px;
    }

    .years a {
        box-shadow: none;
    }

    .bnrYears {
        flex-wrap: wrap
    }

    .bnrYears .colL {
        width: 100%;
        margin-bottom: 20px;
    }

    .bnrYears .colR {
        width: 100%;
        padding-bottom: 20px;
    }

    .bnrYears .colL .txt02 {
        font-size: 10.5vw;
    }

    .bnrYears .colL .txt03 {
        margin: 8px 0 0;
    }

    .bnrYears .colR .btnMore {
        position: absolute;
        top: 41%;
        right: 7px;
        z-index: 12;
        width: 65px;
    }

    .point-sec04 .box01 .point-body__table {
        padding-left: 0px;
    }

    .point-body .notes {
        margin-top: 0;

    }

    .point-sec04 .box01 {
        margin-bottom: 40px;
    }

    .point-sec03 .point-body__table:first-of-type {
        margin-bottom: 0;
    }

    .point-sec03 .point-body__inner {
        margin-bottom: 40px;
    }
}

[data-sai][data-sai][data-sai-duration='1.2'],
body[data-sai-duration='1.2'] [data-sai] {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

@media only screen and (max-width: 768px) {
    .main figure.pinkSpModalImage {
        position: relative;
        cursor: pointer;
        overflow: visible;
        padding-bottom: 10px;
    }

    .pinkSpModalImage:before {
        position: absolute;
        top: -32px;
        right: 0;
        display: block;
        content: '';
        width: 28px;
        height: 28px;
        background: url("../../../common/imgs/plus-icon.svg") no-repeat center center/contain;
        z-index: 3;
        /* animation: ripple 2s linear infinite; */
    }

    .pinkSpModalLeft::before {
        left: 10px;
        right: auto;
    }
}