#l-body__content h1, #l-body__content h2, #l-body__content h3, #l-body__content h4, #l-body__content h5,
#l-body__content article, #l-body__content section,
#l-body__content p, #l-body__content div, #l-body__content span, #l-body__content figure,
#l-body__content ul, #l-body__content ol, #l-body__content li, #l-body__content dl, #l-body__content dt, #l-body__content dd, #l-body__content img, #l-body__content a {
  position: relative;
}

.animate .fadein,
.animate.fadein {
  opacity: 0;
  transition: opacity 1.5s ease 0.3s;
}

.animate.show .fadein,
.animate.show.fadein {
  opacity: 1;
}
.animate.show .fadein.d1,
.animate.show.fadein.d1 {
  transition-delay: 100ms;
}
.animate.show .fadein.d2,
.animate.show.fadein.d2 {
  transition-delay: 200ms;
}
.animate.show .fadein.d3,
.animate.show.fadein.d3 {
  transition-delay: 300ms;
}
.animate.show .fadein.d4,
.animate.show.fadein.d4 {
  transition-delay: 400ms;
}

@keyframes start_fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes anchor {
  0% {
    transform: translateY(0%);
  }
  30% {
    transform: translateY(15%);
  }
  70% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media print {
  #l-body__content .bg_twinkle {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
  }
  #l-body__content section#contents_section {
    background: url(../images/common/bg5.jpg) center top/cover;
    padding: 8rem 0 12.6rem;
    color: #fff;
  }
  #l-body__content section#contents_section .inner_wrap {
    width: 93.4rem;
    margin: 0 auto;
  }
  #l-body__content section#contents_section .row + .row {
    margin-top: 12.8rem;
  }
  #l-body__content section#contents_section .pic {
    width: 109rem;
    margin-left: calc(50% - 54.5rem);
    background: #808080;
    box-shadow: -2rem 2.3rem 4rem 0 rgba(0, 0, 0, 0.5);
  }
  #l-body__content section#contents_section .pic:not(:has(img)) {
    height: 67.6rem;
  }
  #l-body__content section#contents_section .pic::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: #fff 0.5rem solid;
    pointer-events: none;
  }
  #l-body__content section#contents_section .pic + .row_title {
    margin-top: 5.7rem;
  }
  #l-body__content section#contents_section .pic + .pic {
    margin-top: 5.7rem;
  }
  #l-body__content section#contents_section .pic + .text {
    margin-top: 4.5rem;
  }
  #l-body__content section#contents_section .row_title .en {
    display: block;
    font-weight: 500;
    font-size: 3.6rem;
  }
  #l-body__content section#contents_section .row_title .jp {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
  }
  #l-body__content section#contents_section .row_title .en + .jp {
    margin-top: 1.2rem;
  }
  #l-body__content section#contents_section .row_title + .info {
    margin-top: 2.1rem;
  }
  #l-body__content section#contents_section .row_title + .text {
    margin-top: 2.3rem;
  }
  #l-body__content section#contents_section .info {
    display: block;
  }
  #l-body__content section#contents_section .info tr {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #l-body__content section#contents_section .info tr + tr {
    margin-top: 1.4rem;
  }
  #l-body__content section#contents_section .info th {
    background: #fff;
    color: #007367;
    display: block;
    width: 8.6rem;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    line-height: 3.6rem;
    letter-spacing: 0.03em;
    border-radius: 0.4rem;
    margin-right: 2.1rem;
  }
  #l-body__content section#contents_section .info td {
    white-space: nowrap;
    font-size: 2.2rem;
    line-height: 3.6rem;
    width: fit-content;
  }
  #l-body__content section#contents_section .info .note {
    display: inline-block;
    margin-left: 1em;
    letter-spacing: 0.07em;
  }
  #l-body__content section#contents_section .info + .main_copy {
    margin-top: 9.4rem;
  }
  #l-body__content section#contents_section .info + .text {
    margin-top: 2rem;
  }
  #l-body__content section#contents_section .main_copy {
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
  #l-body__content section#contents_section .main_copy + .text {
    margin-top: 1.8rem;
  }
  #l-body__content section#contents_section .text {
    font-size: 2.2rem;
    line-height: 4.6rem;
  }
  #l-body__content section#contents_section .text.pcnowrap {
    white-space: nowrap;
  }
  #l-body__content section#contents_section .text + .note {
    margin-top: 3rem;
  }
  #l-body__content section#contents_section .text + .pic {
    margin-top: 4.5rem;
  }
  #l-body__content section#contents_section .note {
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-weight: 300;
  }
  #l-body__content section#contents_section .credit {
    font-size: 2.2rem;
    line-height: 3.6rem;
    margin-top: 8.5rem;
  }
  #l-body__content section#contents_section .credit .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37.6rem;
    height: 12.8rem;
    background: #fff;
    margin-top: 2.7rem;
  }
  #l-body__content section#contents_section .credit .logo img {
    width: 20.1rem;
    height: 7.5rem;
  }
  #l-body__content section#contents_section .map_set {
    margin-top: 4.9rem;
    width: 109rem;
    margin-left: calc(50% - 54.5rem);
  }
  #l-body__content section#contents_section .map_set .map {
    box-shadow: -2rem 2.3rem 4rem 0 rgba(0, 0, 0, 0.5);
  }
  #l-body__content section#contents_section .map_set .map .map_btn {
    position: absolute;
    width: 4.4rem;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background-color: transparent;
    color: #fff;
    opacity: 0;
  }
  #l-body__content section#contents_section .map_set .map .map_btn.btn1 {
    left: 23%;
    margin-top: 15.7%;
  }
  #l-body__content section#contents_section .map_set .map .map_btn.btn2 {
    left: 66.7%;
    margin-top: 8.8%;
  }
  #l-body__content section#contents_section .map_set .map .map_btn.btn3 {
    left: 12.8%;
    margin-top: 16.2%;
  }
  #l-body__content section#contents_section .map_set .map .map_btn.btn4 {
    left: 18.6%;
    margin-top: 8%;
  }
  #l-body__content section#contents_section .map_set .map .map_btn.btn5 {
    left: 91.8%;
    margin-top: 17.3%;
  }
  #l-body__content section#contents_section .map_set .thumb_set {
    margin-top: 4.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #l-body__content section#contents_section .map_set .thumb_set .col {
    width: 19.8rem;
  }
  #l-body__content section#contents_section .map_set .thumb_set .col a {
    display: block;
    box-shadow: -2rem 2.3rem 4rem 0 rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
  }
  #l-body__content section#contents_section .map_set .thumb_set .col a:hover {
    transform: scale(1.02);
  }
  #l-body__content section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #l-body__content #modal {
    opacity: 0;
    pointer-events: none;
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    background: rgba(0, 0, 0, 0.8);
  }
  #l-body__content #modal .modal_inner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #l-body__content #modal .bg_close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #l-body__content #modal .modal_contents {
    width: 126rem;
    background: #fff;
    border-radius: 3rem;
    padding: 3.1rem;
    height: 62.2rem;
  }
  #l-body__content #modal .modal_contents .modal_close {
    width: 5.1rem;
    height: 7.1rem;
    position: absolute;
    right: 2.7rem;
    top: 2.7rem;
    background: url(../images/common/btn_close.svg) center/5.1rem auto no-repeat;
    filter: invert(100%);
    cursor: pointer;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slick_num {
    position: absolute;
    top: 33rem;
    right: 8rem;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider {
    width: 84.5rem;
    margin: 0 auto;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slide {
    padding: 0 0.5rem;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slide .cap {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    margin-top: 1.4rem;
    line-height: 1;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slick-arrow {
    position: absolute;
    top: 25.4rem;
    width: 5rem;
    height: 5rem;
    box-sizing: border-box;
    border: none;
    background: none;
    font-size: 0;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
    background: url(../images/102/arrow.svg) center/contain no-repeat;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slick-arrow:after {
    display: none;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slick-arrow.slick-prev {
    left: -9.5rem;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slick-arrow.slick-next {
    right: -9.5rem;
    transform: scaleX(-1);
  }
  body.modal_open {
    overflow: hidden;
  }
  body.modal_open #l-body__content #modal {
    opacity: 1;
    pointer-events: auto;
  }
  html[lang=en] section#contents .row .col .texts .jp_title {
    display: none;
  }
  html[lang=en] section#contents .row .col .texts .info {
    margin-top: 0;
  }
  html[lang=en] #l-body__content section#contents_section .text.pcnowrap {
    white-space: wrap;
  }
}
@media screen and (min-width: 768px) {
  #l-body__content .bg_twinkle {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
  }
  #l-body__content section#contents_section {
    background: url(../images/common/bg5.jpg) center top/cover;
    padding: 8rem 0 12.6rem;
    color: #fff;
  }
  #l-body__content section#contents_section .inner_wrap {
    width: 93.4rem;
    margin: 0 auto;
  }
  #l-body__content section#contents_section .row + .row {
    margin-top: 12.8rem;
  }
  #l-body__content section#contents_section .pic {
    width: 109rem;
    margin-left: calc(50% - 54.5rem);
    background: #808080;
    box-shadow: -2rem 2.3rem 4rem 0 rgba(0, 0, 0, 0.5);
  }
  #l-body__content section#contents_section .pic:not(:has(img)) {
    height: 67.6rem;
  }
  #l-body__content section#contents_section .pic::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: #fff 0.5rem solid;
    pointer-events: none;
  }
  #l-body__content section#contents_section .pic + .row_title {
    margin-top: 5.7rem;
  }
  #l-body__content section#contents_section .pic + .pic {
    margin-top: 5.7rem;
  }
  #l-body__content section#contents_section .pic + .text {
    margin-top: 4.5rem;
  }
  #l-body__content section#contents_section .row_title .en {
    display: block;
    font-weight: 500;
    font-size: 3.6rem;
  }
  #l-body__content section#contents_section .row_title .jp {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
  }
  #l-body__content section#contents_section .row_title .en + .jp {
    margin-top: 1.2rem;
  }
  #l-body__content section#contents_section .row_title + .info {
    margin-top: 2.1rem;
  }
  #l-body__content section#contents_section .row_title + .text {
    margin-top: 2.3rem;
  }
  #l-body__content section#contents_section .info {
    display: block;
  }
  #l-body__content section#contents_section .info tr {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #l-body__content section#contents_section .info tr + tr {
    margin-top: 1.4rem;
  }
  #l-body__content section#contents_section .info th {
    background: #fff;
    color: #007367;
    display: block;
    width: 8.6rem;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    line-height: 3.6rem;
    letter-spacing: 0.03em;
    border-radius: 0.4rem;
    margin-right: 2.1rem;
  }
  #l-body__content section#contents_section .info td {
    white-space: nowrap;
    font-size: 2.2rem;
    line-height: 3.6rem;
    width: fit-content;
  }
  #l-body__content section#contents_section .info .note {
    display: inline-block;
    margin-left: 1em;
    letter-spacing: 0.07em;
  }
  #l-body__content section#contents_section .info + .main_copy {
    margin-top: 9.4rem;
  }
  #l-body__content section#contents_section .info + .text {
    margin-top: 2rem;
  }
  #l-body__content section#contents_section .main_copy {
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
  #l-body__content section#contents_section .main_copy + .text {
    margin-top: 1.8rem;
  }
  #l-body__content section#contents_section .text {
    font-size: 2.2rem;
    line-height: 4.6rem;
  }
  #l-body__content section#contents_section .text.pcnowrap {
    white-space: nowrap;
  }
  #l-body__content section#contents_section .text + .note {
    margin-top: 3rem;
  }
  #l-body__content section#contents_section .text + .pic {
    margin-top: 4.5rem;
  }
  #l-body__content section#contents_section .note {
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-weight: 300;
  }
  #l-body__content section#contents_section .credit {
    font-size: 2.2rem;
    line-height: 3.6rem;
    margin-top: 8.5rem;
  }
  #l-body__content section#contents_section .credit .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37.6rem;
    height: 12.8rem;
    background: #fff;
    margin-top: 2.7rem;
  }
  #l-body__content section#contents_section .credit .logo img {
    width: 20.1rem;
    height: 7.5rem;
  }
  #l-body__content section#contents_section .map_set {
    margin-top: 4.9rem;
    width: 109rem;
    margin-left: calc(50% - 54.5rem);
  }
  #l-body__content section#contents_section .map_set .map {
    box-shadow: -2rem 2.3rem 4rem 0 rgba(0, 0, 0, 0.5);
  }
  #l-body__content section#contents_section .map_set .map .map_btn {
    position: absolute;
    width: 4.4rem;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background-color: transparent;
    color: #fff;
    opacity: 0;
  }
  #l-body__content section#contents_section .map_set .map .map_btn.btn1 {
    left: 23%;
    margin-top: 15.7%;
  }
  #l-body__content section#contents_section .map_set .map .map_btn.btn2 {
    left: 66.7%;
    margin-top: 8.8%;
  }
  #l-body__content section#contents_section .map_set .map .map_btn.btn3 {
    left: 12.8%;
    margin-top: 16.2%;
  }
  #l-body__content section#contents_section .map_set .map .map_btn.btn4 {
    left: 18.6%;
    margin-top: 8%;
  }
  #l-body__content section#contents_section .map_set .map .map_btn.btn5 {
    left: 91.8%;
    margin-top: 17.3%;
  }
  #l-body__content section#contents_section .map_set .thumb_set {
    margin-top: 4.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #l-body__content section#contents_section .map_set .thumb_set .col {
    width: 19.8rem;
  }
  #l-body__content section#contents_section .map_set .thumb_set .col a {
    display: block;
    box-shadow: -2rem 2.3rem 4rem 0 rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
  }
  #l-body__content section#contents_section .map_set .thumb_set .col a:hover {
    transform: scale(1.02);
  }
  #l-body__content section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #l-body__content #modal {
    opacity: 0;
    pointer-events: none;
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    background: rgba(0, 0, 0, 0.8);
  }
  #l-body__content #modal .modal_inner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #l-body__content #modal .bg_close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #l-body__content #modal .modal_contents {
    width: 126rem;
    background: #fff;
    border-radius: 3rem;
    padding: 3.1rem;
    height: 62.2rem;
  }
  #l-body__content #modal .modal_contents .modal_close {
    width: 5.1rem;
    height: 7.1rem;
    position: absolute;
    right: 2.7rem;
    top: 2.7rem;
    background: url(../images/common/btn_close.svg) center/5.1rem auto no-repeat;
    filter: invert(100%);
    cursor: pointer;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slick_num {
    position: absolute;
    top: 33rem;
    right: 8rem;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider {
    width: 84.5rem;
    margin: 0 auto;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slide {
    padding: 0 0.5rem;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slide .cap {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    margin-top: 1.4rem;
    line-height: 1;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slick-arrow {
    position: absolute;
    top: 25.4rem;
    width: 5rem;
    height: 5rem;
    box-sizing: border-box;
    border: none;
    background: none;
    font-size: 0;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
    background: url(../images/102/arrow.svg) center/contain no-repeat;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slick-arrow:after {
    display: none;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slick-arrow.slick-prev {
    left: -9.5rem;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slick-arrow.slick-next {
    right: -9.5rem;
    transform: scaleX(-1);
  }
  body.modal_open {
    overflow: hidden;
  }
  body.modal_open #l-body__content #modal {
    opacity: 1;
    pointer-events: auto;
  }
  html[lang=en] section#contents .row .col .texts .jp_title {
    display: none;
  }
  html[lang=en] section#contents .row .col .texts .info {
    margin-top: 0;
  }
  html[lang=en] #l-body__content section#contents_section .text.pcnowrap {
    white-space: wrap;
  }
}
@media screen and (max-width: 767px) {
  #l-body__content .bg_twinkle {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
  }
  #l-body__content section#contents_section {
    background: url(../images/common/bg5_sp.jpg) center top/100% auto repeat-y;
    padding: 6.4rem 0;
    color: #fff;
  }
  #l-body__content section#contents_section .inner_wrap {
    width: 30.1rem;
    margin: 0 auto;
  }
  #l-body__content section#contents_section .row + .row {
    margin-top: 7.5rem;
  }
  #l-body__content section#contents_section .pic {
    width: 33.2rem;
    margin-left: calc(50% - 16.6rem);
    background: #808080;
    box-shadow: -1rem 1.15rem 2rem 0 rgba(0, 0, 0, 0.5);
  }
  #l-body__content section#contents_section .pic:not(:has(img)) {
    height: 20.5rem;
  }
  #l-body__content section#contents_section .pic::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: #fff 0.5rem solid;
    pointer-events: none;
  }
  #l-body__content section#contents_section .pic + .row_title {
    margin-top: 3.2rem;
  }
  #l-body__content section#contents_section .pic + .pic {
    margin-top: 3.5rem;
  }
  #l-body__content section#contents_section .pic + .text {
    margin-top: 3rem;
  }
  #l-body__content section#contents_section .row_title .en {
    display: block;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  #l-body__content section#contents_section .row_title .jp {
    display: block;
    font-weight: 500;
    font-size: 1.15rem;
  }
  #l-body__content section#contents_section .row_title .en + .jp {
    margin-top: 0.7rem;
  }
  #l-body__content section#contents_section .row_title + .info {
    margin-top: 2.4rem;
  }
  #l-body__content section#contents_section .info {
    display: block;
  }
  #l-body__content section#contents_section .info tr {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #l-body__content section#contents_section .info tr + tr {
    margin-top: 0.8rem;
  }
  #l-body__content section#contents_section .info th {
    background: #fff;
    color: #007367;
    display: block;
    width: 4.8rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 2rem;
    letter-spacing: 0.03em;
    border-radius: 0.2rem;
    margin-right: 1.25rem;
  }
  #l-body__content section#contents_section .info td {
    white-space: nowrap;
    font-size: 1.4rem;
    line-height: 1.9rem;
    width: fit-content;
  }
  #l-body__content section#contents_section .info .note {
    font-size: 0.6em;
    display: inline-block;
  }
  #l-body__content section#contents_section .info + .main_copy {
    margin-top: 2.9rem;
  }
  #l-body__content section#contents_section .info + .text {
    margin-top: 2.6rem;
  }
  #l-body__content section#contents_section .main_copy {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  #l-body__content section#contents_section .main_copy + .text {
    margin-top: 1.6rem;
  }
  #l-body__content section#contents_section .text {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  #l-body__content section#contents_section .text + .note {
    margin-top: 1.6rem;
  }
  #l-body__content section#contents_section .text + .pic {
    margin-top: 3rem;
  }
  #l-body__content section#contents_section .note {
    font-size: 1.1rem;
    line-height: 1.75rem;
    font-weight: 300;
  }
  #l-body__content section#contents_section .note li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #l-body__content section#contents_section .note li + li {
    margin-top: 0.5rem;
  }
  #l-body__content section#contents_section .credit {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: 1.8rem;
  }
  #l-body__content section#contents_section .credit li + li {
    margin-top: 1rem;
  }
  #l-body__content section#contents_section .credit .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10.15rem;
    background: #fff;
    margin-top: 2.6rem;
  }
  #l-body__content section#contents_section .credit .logo img {
    width: 16rem;
    height: 6rem;
  }
  #l-body__content section#contents_section .map_set {
    margin-top: 3rem;
    width: 37.5rem;
    margin-left: calc(50% - 18.75rem);
  }
  #l-body__content section#contents_section .map_set .map {
    box-shadow: -1rem 1.15rem 2rem 0 rgba(0, 0, 0, 0.5);
  }
  #l-body__content section#contents_section .map_set .thumb_set {
    margin-top: 2.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.1rem;
    padding-left: 2.1rem;
  }
  #l-body__content section#contents_section .map_set .thumb_set .col {
    width: 10.35rem;
  }
  #l-body__content section#contents_section .map_set .thumb_set .col a {
    display: block;
    box-shadow: -1rem 1.15rem 2rem 0 rgba(0, 0, 0, 0.5);
  }
  #l-body__content section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #l-body__content #modal {
    opacity: 0;
    pointer-events: none;
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    background: rgba(0, 0, 0, 0.8);
  }
  #l-body__content #modal .modal_inner {
    height: 100%;
    width: 100%;
    padding: 2.9rem;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #l-body__content #modal .bg_close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #l-body__content #modal .modal_contents {
    width: 100%;
    background: #fff;
    border-radius: 2rem;
    padding: 3.9rem 0 5.5rem;
  }
  #l-body__content #modal .modal_contents .modal_close {
    width: 5.7rem;
    height: 2.55rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: url(../images/common/btn_close_sp.svg) center/5.7rem auto no-repeat;
    cursor: pointer;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slick_num {
    position: absolute;
    width: 100%;
    text-align: center;
    top: auto;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 1.13rem;
    bottom: -3.2rem;
    pointer-events: none;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider {
    width: 100%;
    margin: 0 auto;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slide {
    padding: 0 1.1rem;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slide .cap {
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
    margin-top: 1rem;
    line-height: 1;
    text-align: center;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slick-arrow {
    position: absolute;
    top: 21.8rem;
    width: 2.5rem;
    height: 2.5rem;
    box-sizing: border-box;
    border: none;
    background: none;
    font-size: 0;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
    background: url(../images/102/arrow.svg) center/contain no-repeat;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slick-arrow:after {
    display: none;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slick-arrow.slick-prev {
    left: 10.6rem;
  }
  #l-body__content #modal .modal_content .modal_content_inner .slider .slick-arrow.slick-next {
    right: 10.6rem;
    transform: scaleX(-1);
  }
  body.modal_open {
    overflow: hidden;
  }
  .modal_open #l-body__content #modal {
    opacity: 1;
    pointer-events: auto;
  }
  html[lang=en] section#intro .texts .main_copy {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  html[lang=en] section#contents .row .col .texts .jp_title {
    display: none;
  }
  html[lang=en] section#contents .row .col .texts .info {
    margin-top: 0;
  }
}