#main {
    min-height: calc(100vh - 200px - 205px);
    min-height: calc(100dvh - 200px - 205px);
}
@media screen and (max-width: 1199px) {
    #main {
        min-height: calc(100vh - 199px - 110.5px);
        min-height: calc(100dvh - 199px - 110.5px);
    }
}
@media screen and (max-width: 979px) {
    #main {
        min-height: calc(100vh - 169px - 110.5px);
        min-height: calc(100dvh - 169px - 110.5px);
    }
}
@media screen and (max-width: 779px) {
    #main {
        min-height: calc(100vh - 149px - 110.5px);
        min-height: calc(100dvh - 149px - 110.5px);
    }
}
@media screen and (max-width: 599px) {
    #main {
        min-height: calc(100vh - 129px - 80px);
        min-height: calc(100dvh - 129px - 80px);
    }
}

.index_title {
    padding-top: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    .index_title {
        width: 88vw;
    }
}
@media screen and (max-width: 1199px) {
    .index_title {
        padding-top: 150px;
    }
}
@media screen and (max-width: 599px) {
    .index_title {
        padding-top: 100px;
    }
}
.index_title .line_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.index_title .line_title .line {
    width: 100%;
    height: 5px;
    position: relative;
}
@media screen and (max-width: 979px) {
    .index_title .line_title .line {
        height: 4px;
    }
}
.index_title .line_title .line::before {
    opacity: 0;
    content: "";
    display: inline-block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.index_title .line_title .line_L::before {
    left: 100%;
}
.index_title .line_title .line_R::before {
    right: 100%;
}
.index_title .line_title .en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
}
.index_title .line_title .en .text {
    opacity: 0;
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
    margin-right: -0.3em;
    padding: 0 30px;
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.3em;
}
.index_title .line_title .en .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    .index_title .line_title .en .text {
        font-size: 36px;
    }
}
@media screen and (max-width: 599px) {
    .index_title .line_title .en .text {
        font-size: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .index_title .line_title .en .text {
        margin-right: -0.25em;
        padding: 0 24px;
        letter-spacing: 0.25em;
    }
}
@media screen and (max-width: 599px) {
    .index_title .line_title .en .text {
        -webkit-transform: translateY(19px);
                transform: translateY(19px);
        margin-right: -0.2em;
        padding: 0 18px;
        letter-spacing: 0.2em;
    }
}
.index_title .line_title .en::before, .index_title .line_title .en::after {
    opacity: 0;
    content: "";
    display: inline-block;
    width: 1px;
    height: 42px;
    background-color: #000;
}
@media screen and (max-width: 1199px) {
    .index_title .line_title .en::before, .index_title .line_title .en::after {
        height: 36px;
    }
}
@media screen and (max-width: 599px) {
    .index_title .line_title .en::before, .index_title .line_title .en::after {
        height: 30px;
    }
}
.index_title .jp {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    .index_title .jp {
        margin-top: 32px;
    }
}
@media screen and (max-width: 599px) {
    .index_title .jp {
        margin-top: 25px;
    }
}
.index_title .jp .text {
    margin-right: -0.15em;
    font-family: "Shippori Mincho B1", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.15em;
    letter-spacing: 0.2em;
    color: #131e73;
    text-align: center;
}
.index_title .jp .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    .index_title .jp .text {
        font-size: 20px;
    }
}
@media screen and (max-width: 599px) {
    .index_title .jp .text {
        font-size: 18px;
    }
}

.index_title.fadeIn .line_title .line_L::before {
    -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    left: 0;
}
.index_title.fadeIn .line_title .line_R::before {
    -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    right: 0;
}
.index_title.fadeIn .line_title .en .text {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
@media screen and (max-width: 599px) {
    .index_title.fadeIn .line_title .en .text {
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
    }
}
.index_title.fadeIn .line_title .en::before, .index_title.fadeIn .line_title .en::after {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 1;
}
.index_title.fadeIn .jp {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}

.index_content {
    margin-top: 80px;
}
.index_content .index_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    .index_content .index_ul {
        width: 88vw;
    }
}
@media screen and (max-width: 1199px) {
    .index_content .index_ul {
        -webkit-column-gap: 5vw;
           -moz-column-gap: 5vw;
                column-gap: 5vw;
        row-gap: 70px;
    }
}
@media screen and (max-width: 779px) {
    .index_content .index_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 599px) {
    .index_content .index_ul {
        row-gap: 60px;
        width: 100vw;
    }
}
.index_content .index_ul .index_li {
    margin: 0 auto;
    width: 520px;
}
@media screen and (max-width: 1199px) {
    .index_content .index_ul .index_li {
        width: 43vw;
    }
}
@media screen and (max-width: 779px) {
    .index_content .index_ul .index_li {
        width: 72vw;
    }
}
@media screen and (max-width: 599px) {
    .index_content .index_ul .index_li {
        width: 100vw;
    }
}
.index_content .index_ul .index_li .photo_wrap {
    margin: 0 auto;
    width: 420px;
    height: 280px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .index_content .index_ul .index_li .photo_wrap {
        width: 35vw;
        height: 23.3333333333vw;
    }
}
@media screen and (max-width: 779px) {
    .index_content .index_ul .index_li .photo_wrap {
        width: 60vw;
        height: 40vw;
    }
}
@media screen and (max-width: 599px) {
    .index_content .index_ul .index_li .photo_wrap {
        width: 78vw;
        height: 52vw;
    }
}
.index_content .index_ul .index_li .photo_wrap a {
    width: 100%;
    height: 100%;
}
.index_content .index_ul .index_li .photo_wrap a .photo {
    width: 100%;
    height: 100%;
}
.index_content .index_ul .index_li .photo_wrap a .photo .photo_container {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
.index_content .index_ul .index_li .photo_wrap a:hover .photo .photo_container {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.index_content .index_ul .index_li .text_wrap {
    margin-top: -60px;
    padding-top: 60px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .index_content .index_ul .index_li .text_wrap {
        margin-top: -5vw;
        padding-top: 5vw;
    }
}
@media screen and (max-width: 779px) {
    .index_content .index_ul .index_li .text_wrap {
        margin-top: -8vw;
        padding-top: 8vw;
    }
}
@media screen and (max-width: 599px) {
    .index_content .index_ul .index_li .text_wrap {
        margin-top: -10vw;
        padding-top: 10vw;
    }
}
.index_content .index_ul .index_li .text_wrap .bg {
    background-color: #e6edf7;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.index_content .index_ul .index_li .text_wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 30px 65px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .index_content .index_ul .index_li .text_wrap .container {
        padding: 45px 20px 50px;
    }
}
@media screen and (max-width: 599px) {
    .index_content .index_ul .index_li .text_wrap .container {
        padding: 30px 10px 35px;
    }
}
.index_content .index_ul .index_li .text_wrap .container .title {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
.index_content .index_ul .index_li .text_wrap .container .title .text {
    margin-right: -0.15em;
    margin-top: calc(0px - 0.25em);
    margin-bottom: calc(0px - 0.25em);
    font-family: "Shippori Mincho B1", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    letter-spacing: 0.15em;
    text-align: center;
}
.index_content .index_ul .index_li .text_wrap .container .title .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    .index_content .index_ul .index_li .text_wrap .container .title .text {
        font-size: 25px;
    }
}
@media screen and (max-width: 599px) {
    .index_content .index_ul .index_li .text_wrap .container .title .text {
        font-size: 20px;
    }
}
.index_content .index_ul .index_li .text_wrap .container .title .text span {
    font-weight: 500;
}
.index_content .index_ul .index_li .text_wrap .container .spec {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    margin-top: 25px;
}
@media screen and (max-width: 1199px) {
    .index_content .index_ul .index_li .text_wrap .container .spec {
        margin-top: 21px;
    }
}
@media screen and (max-width: 599px) {
    .index_content .index_ul .index_li .text_wrap .container .spec {
        margin-top: 17px;
    }
}
.index_content .index_ul .index_li .text_wrap .container .spec .text {
    margin-right: -0.08em;
    margin-top: calc(0px - 0.25em);
    margin-bottom: calc(0px - 0.25em);
    font-family: "Shippori Mincho B1", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.15em;
    letter-spacing: 0.08em;
    text-align: center;
}
.index_content .index_ul .index_li .text_wrap .container .spec .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    .index_content .index_ul .index_li .text_wrap .container .spec .text {
        font-size: 20px;
    }
}
@media screen and (max-width: 599px) {
    .index_content .index_ul .index_li .text_wrap .container .spec .text {
        font-size: 18px;
    }
}
.index_content .index_ul .index_li .text_wrap .container .spec .text span {
    font-weight: 500;
}
.index_content .index_ul .index_li .text_wrap .container .btn {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    .index_content .index_ul .index_li .text_wrap .container .btn {
        margin-top: 35px;
    }
}
@media screen and (max-width: 599px) {
    .index_content .index_ul .index_li .text_wrap .container .btn {
        margin-top: 30px;
    }
}
.index_content .index_ul .index_li .text_wrap .container .btn a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 104px;
    height: 25px;
    border: 1px solid #131e73;
}
.index_content .index_ul .index_li .text_wrap .container .btn a .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-right: -0.1em;
    font-family: "STIX Two Text", serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #131e73;
    -webkit-transform: translateY(0.5px);
            transform: translateY(0.5px);
}
.index_content .index_ul .index_li .text_wrap .container .btn a .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    .index_content .index_ul .index_li .text_wrap .container .btn a .text {
        font-size: 10.5px;
    }
}
@media screen and (max-width: 599px) {
    .index_content .index_ul .index_li .text_wrap .container .btn a .text {
        font-size: 10px;
    }
}
@media screen and (max-width: 599px) {
    .index_content .index_ul .index_li .text_wrap .container .btn a .text {
        -webkit-transform: translateY(0.8px);
                transform: translateY(0.8px);
    }
}
.index_content .index_ul .index_li .text_wrap .container .btn a:hover {
    background-color: #131e73;
}
.index_content .index_ul .index_li .text_wrap .container .btn a:hover .text {
    color: #fff;
}
.index_content .index_ul .index_li_center {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}

#main .index_ul .index_li:nth-of-type(1) .photo .photo_container {
    background-image: url("../img/index_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_ul .index_li:nth-of-type(2) .photo .photo_container {
    background-image: url("../img/index_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_ul .index_li:nth-of-type(3) .photo .photo_container {
    background-image: url("../img/index_3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_ul .index_li:nth-of-type(4) .photo .photo_container {
    background-image: url("../img/index_4.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_ul .index_li:nth-of-type(5) .photo .photo_container {
    background-image: url("../img/index_5.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_ul .index_li:nth-of-type(6) .photo .photo_container {
    background-image: url("../img/index_6.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_ul .index_li:nth-of-type(7) .photo .photo_container {
    background-image: url("../img/index_7.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_ul .index_li:nth-of-type(8) .photo .photo_container {
    background-image: url("../img/index_8.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */