@charset "UTF-8";
@font-face {
  font-family: "CapitalGothic";
  src: url("../fonts/CapitalGothic-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Regular Italic */
@font-face {
  font-family: "CapitalGothic";
  src: url("../fonts/CapitalGothic-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: "CapitalGothic";
  src: url("../fonts/CapitalGothic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* Medium Italic */
@font-face {
  font-family: "CapitalGothic";
  src: url("../fonts/CapitalGothic-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "CapitalGothic";
  src: url("../fonts/CapitalGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: "CapitalGothic";
  src: url("../fonts/CapitalGothic-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/* Black */
@font-face {
  font-family: "CapitalGothic";
  src: url("../fonts/CapitalGothic-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* Black Italic */
@font-face {
  font-family: "CapitalGothic";
  src: url("../fonts/CapitalGothic-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
/*reset css*/
body,
h1,
h2,
h3,
h4,
p,
a,
dl,
dt,
dd,
table,
tr,
th,
td,
span,
figcaption {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  box-sizing: border-box;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  list-style: none;
}

button,
input,
select,
textarea {
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

div,
section,
article,
figure,
picture {
  box-sizing: border-box;
  margin: 0;
  display: block;
  padding: 0;
}

/*common*/
html,
body {
  font-size: 62.5%;
  color: #fff;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  position: relative;
}
body.is_disable {
  pointer-events: none;
}

a {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 2.6666666667vw;
  }
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 0.5208333333vw;
    background: #18B8DD;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100svh;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}
img,
svg {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.ly_inner {
  margin: 0 auto;
  padding: 0 2rem;
  width: 164rem;
}
@media (max-width: 767px) {
  .ly_inner {
    width: 100%;
  }
}

.ly_inner_s {
  margin: 0 auto;
  padding: 0 2rem;
  width: 124rem;
}
@media (max-width: 767px) {
  .ly_inner_s {
    width: 100%;
  }
}

main {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.c_en {
  font-family: "CapitalGothic", sans-serif;
}

.c_en_i {
  font-family: "CapitalGothic", sans-serif;
  font-style: italic;
}

.c_en_jp {
  font-family: "CapitalGothic", "Noto Sans JP", serif;
}

.c_fw_bold {
  font-weight: bold;
}
.c_fw_bold * {
  font-weight: bold;
}

.c_lineTxt_line {
  width: 8rem;
  height: 0.4rem;
  background: #414141;
  display: block;
}
@media (max-width: 767px) {
  .c_lineTxt_line {
    width: 6rem;
    height: 0.2rem;
  }
}
.c_lineTxt_txt {
  margin-top: 2.7rem;
  display: block;
}
@media (max-width: 767px) {
  .c_lineTxt_txt {
    margin-top: 2rem;
  }
}

.c_linkBtn_s {
  padding: 1.5rem 3.5rem;
  border-radius: 3rem;
  border: 0.4rem solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 0 2rem;
  color: #000;
  font-weight: 900;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 0.12em;
  white-space: nowrap;
  width: fit-content;
  transition-duration: 0.3s;
}
.c_linkBtn_s svg {
  width: 1rem;
}
.c_linkBtn_s:hover {
  background: #EDC900;
  cursor: pointer;
}

.c_txt14 {
  font-size: 1.4rem;
  line-height: 1.8;
}

.c_txt13 {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c_txt13 {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
}

.c_txt13_13 {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c_txt13_13 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.c_txt13_8 {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c_txt13_8 {
    font-size: 1.4rem;
  }
}

.c_txt16 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c_txt16 {
    font-size: 1.4rem;
  }
}

.c_txt16_8 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c_txt16_8 {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}

.c_heading {
  font-size: 15.2rem;
  letter-spacing: -0.032em;
}
@media (max-width: 767px) {
  .c_heading {
    font-size: 5.6rem;
  }
}

.fw_bold {
  font-weight: bold;
}

.errorPage {
  padding: 24rem 0 26rem;
  width: 100vw;
  text-align: center;
}
.errorPage h1 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 3.2rem;
  line-height: 2;
}
.errorPage p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3.2rem;
}
.errorPage a {
  text-align: center;
  text-decoration: underline;
  font-size: 1.8rem;
  text-align: center;
}

.barba_container {
  position: relative;
  transition-duration: 0.6s;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: none;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.mwform-file-delete {
  font-size: 3rem;
}

.l_wrapper {
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  background: #18B8DD;
}

.l_scroller {
  background: #18B8DD;
}

.c_header {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 4rem;
  display: flex;
  align-items: center;
  transform: translateY(12rem);
  padding-bottom: 3.4rem;
}
@media (max-width: 767px) {
  .c_header {
    bottom: auto;
    top: 0.8rem;
    right: 0.8rem;
    left: auto;
    transform: translateY(-20rem);
  }
}
.c_header_logo {
  width: 6.4rem;
  position: fixed;
  top: 0.8rem;
  right: 1.1rem;
  z-index: 9998;
  transform: translateY(-20rem);
}
@media (min-width: 768px) {
  .c_header_logo {
    display: none;
  }
}
.c_header_logo_txt {
  position: absolute;
  bottom: -2rem;
  left: 46%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}
.c_header_nav {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
  border: 0.4rem solid #000;
  border-radius: 1.2rem;
  padding: 1.2rem 1.6rem;
  background: #fff;
  position: fixed;
  z-index: 10000;
  bottom: 3.4rem;
  left: 4rem;
  display: flex;
  align-items: center;
  transform: translateY(20rem);
  position: fixed;
  box-sizing: border-box;
  justify-content: center;
}
@media (max-width: 767px) {
  .c_header_nav {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    flex-direction: column;
    gap: 2.4rem 0;
    padding: 3.2rem;
    width: 86%;
    height: 86%;
    border-radius: 2.4rem;
    opacity: 0;
    visibility: hidden;
  }
}
.c_header_nav a {
  padding: 0.8rem 1rem;
  border-radius: 0.6rem;
  color: #000;
  font-weight: bold;
  font-size: 2.8rem;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .c_header_nav a {
    padding: 1.6rem;
    font-size: 2.4rem;
    border-radius: 1.6rem;
    white-space: nowrap;
  }
}
.c_header_nav a:hover {
  background: #EDC900;
  cursor: pointer;
}
.c_header_nav a.__out {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
.c_header_nav a.__out svg {
  width: 2.4rem;
}
.c_header_nav_close {
  width: 6.4rem;
  position: absolute;
  top: -2.2rem;
  right: -2.2rem;
}
@media (min-width: 768px) {
  .c_header_nav_close {
    display: none;
  }
}
.c_header_nav_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.c_newsList {
  position: fixed;
  bottom: 3.4rem;
  right: 4rem;
  border-radius: 1.2rem;
  border: 0.4rem solid var(--Black, #000);
  background: var(--White, #FFF);
  padding: 1.6rem 3.2rem;
  z-index: 100;
  transform: translateY(20rem);
  display: grid;
  grid-template-columns: max-content max-content 1fr max-content;
  align-items: center;
  gap: 0.8rem 2.4rem;
}
@media (max-width: 767px) {
  .c_newsList {
    bottom: 2rem;
    right: auto;
    left: 2rem;
    border-radius: 1.5rem;
    gap: 0.8rem 0;
    padding: 1.6rem;
    max-width: 34rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 0;
  }
}
.c_newsList_item {
  display: contents;
}
@media (max-width: 767px) {
  .c_newsList_item {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
  }
}
.c_newsList_item:hover .c_newsList_btn {
  background: var(--Yellow, #EDC900);
  cursor: pointer;
}
.c_newsList_tag {
  display: inline-flex;
  padding: 0.8rem;
  justify-content: center;
  align-items: center;
  color: var(--Black, #000);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.24rem;
  border-radius: 0.6rem;
  background: #EDC900;
  width: 100%;
}
@media (max-width: 767px) {
  .c_newsList_tag {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.4rem;
    width: fit-content;
    border-radius: 0.25rem;
  }
}
.c_newsList_date {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--Black, #000);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c_newsList_date {
    font-size: 1.2rem;
    margin-right: 4rem;
  }
}
.c_newsList_ttl {
  font-size: 2rem;
  letter-spacing: 0.012em;
  font-weight: bold;
  color: var(--Black, #000);
  margin: 0;
  max-width: 30rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .c_newsList_ttl {
    width: 27.5rem;
    font-size: 1.4rem;
  }
}
.c_newsList_btn {
  padding: 1.2rem 2.4rem;
  border-radius: 2rem;
  border: 0.2rem solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
  font-style: italic;
  letter-spacing: 0.12em;
  white-space: nowrap;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .c_newsList_btn {
    display: none;
  }
}
.c_newsList_btn svg {
  width: 0.8rem;
}
.c_newsList_arrow {
  width: 1.2rem;
}
@media (max-width: 767px) {
  .c_newsList_arrow {
    width: 0.8rem;
  }
}
.c_newsList_close {
  width: 4.4rem;
  position: absolute;
  top: -1.4rem;
  right: -1.4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c_newsList_close {
    width: 3.2rem;
    top: -1.8rem;
  }
}

.sb .c_newsList {
  display: none;
}

.c_footer {
  position: relative;
  aspect-ratio: 16/9;
  background: #75CCE8;
  position: relative;
  z-index: 5;
  width: 100vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c_footer {
    overflow: unset;
    margin-top: 50rem;
    aspect-ratio: 372/334;
  }
}
.c_footer_cl {
  position: absolute;
}
.c_footer_cl.__01 {
  width: 95.3rem;
  top: 25rem;
  left: -16.2rem;
}
@media (max-width: 767px) {
  .c_footer_cl.__01 {
    width: 42rem;
    left: auto;
    right: -22rem;
    top: -30rem;
  }
}
.c_footer_cl.__02 {
  width: 73.3rem;
  top: 15rem;
  right: -13.2rem;
}
@media (max-width: 767px) {
  .c_footer_cl.__02 {
    width: 40.7rem;
    top: -5rem;
    right: auto;
    left: -22rem;
  }
}
.c_footer_sun {
  width: 22.8rem;
  position: absolute;
  top: 2rem;
  left: 87.6rem;
}
@media (max-width: 767px) {
  .c_footer_sun {
    width: 10.4rem;
    top: -42rem;
    left: 5rem;
  }
}
.c_footer_fl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .c_footer_fl {
    bottom: -1px;
  }
}
.c_footer_txtArea {
  position: absolute;
  bottom: 30rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  .c_footer_txtArea {
    bottom: 35rem;
  }
}
.c_footer_txt {
  font-size: 4.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .c_footer_txt {
    font-size: 2.4rem;
    letter-spacing: 0.12em;
  }
}
.c_footer_btn {
  width: 47.6rem;
  height: 11.2rem;
  font-size: 4rem;
  color: #000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7.6rem;
  border: 0.4rem solid var(--Black, #000);
  background: var(--Yellow, #EDC900);
  margin: 8rem auto 0;
}
.c_gFooter {
  height: 57.2rem;
  background: url(../images/g_footer_bg.svg) no-repeat center center/cover;
  position: relative;
  z-index: 5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c_gFooter {
    height: 28.8rem;
    background: url(../images/c_footer_bg_sp.svg) no-repeat bottom center/cover;
    margin-top: 2rem;
  }
}
.c_gFooter::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(58, 182, 226, 0) 0%, rgba(9, 42, 72, 0.4) 100%);
  mix-blend-mode: darken;
  pointer-events: none;
  z-index: 2;
}
.c_gFooter_fImg {
  width: 39.6rem;
  position: absolute;
  top: 11.6rem;
  left: 68.7rem;
  animation: cGFooterFloat 6s infinite steps(1, end);
  will-change: transform;
}
@media (max-width: 767px) {
  .c_gFooter_fImg {
    width: 21.4rem;
    left: 6.4rem;
    top: auto;
    bottom: 4rem;
  }
}
.c_gFooter_content {
  position: absolute;
  top: -16.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  .c_gFooter_content {
    top: -18rem;
  }
}
.c_gFooter_sns {
  display: flex;
  justify-content: center;
  gap: 0 4.2rem;
}
.c_gFooter_sns > li {
  width: 4.2rem;
}
.c_gFooter_copy {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-top: 5.2rem;
}
@media (max-width: 767px) {
  .c_gFooter_copy {
    font-size: 1.2rem;
    margin-top: 4rem;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .index .c_gFooter {
    margin-top: 14rem;
  }
}

@keyframes cGFooterFloat {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.c_cta_btn {
  width: fit-content;
  padding: 0 14rem 0 10rem;
  height: 18.1rem;
  font-size: 4rem;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 9rem;
  border: 0.4rem solid var(--Black, #000);
  margin: 4.4rem auto 0;
  transition-duration: 0.3s;
  text-align: center;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c_cta_btn {
    padding: 0 6.8rem 0 4.8rem;
    border-radius: 4.4rem;
    height: 8.6rem;
    margin: 3.2rem auto 0;
  }
}
.c_cta_btn svg {
  position: absolute;
  top: 50%;
  right: 5.6rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 5.6rem;
}
@media (max-width: 767px) {
  .c_cta_btn svg {
    width: 2.8rem;
    right: 2.6rem;
  }
}
.c_cta_btn svg circle {
  transition-duration: 0.3s;
}
.c_cta_btn:hover {
  background: #EDC900;
}
.c_cta_btn:hover svg circle {
  fill: #fff;
}
.c_cta_btn_en {
  font-size: 6.4rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.04em;
  display: block;
}
@media (max-width: 767px) {
  .c_cta_btn_en {
    font-size: 3.2rem;
    white-space: nowrap;
  }
}
.c_cta_btn_jp {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 0.8rem;
  display: block;
}
@media (max-width: 767px) {
  .c_cta_btn_jp {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}

/* common animation ///////////////////////////////////////////////*/
.js-focus {
  filter: blur(24px);
  transform: scale(1.25);
  opacity: 0;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.focus-in {
  filter: blur(0px);
  transform: scale(1);
  opacity: 1;
}

@keyframes focus-in {
  0% {
    filter: blur(24px);
    transform: scale(1.25);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
}
.js-n-fade {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.15, 0.46, 0.17, 0.86), transform 1s cubic-bezier(0.15, 0.46, 0.17, 0.86);
}

.js-u-fade {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s cubic-bezier(0.15, 0.46, 0.17, 0.86), transform 1s cubic-bezier(0.15, 0.46, 0.17, 0.86);
}

.js-r-fade {
  transform: translateX(100px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.15, 0.46, 0.17, 0.86), transform 1.5s cubic-bezier(0.15, 0.46, 0.17, 0.86);
}

.js-l-fade {
  transform: translateX(-15px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.15, 0.46, 0.17, 0.86), transform 1.5s cubic-bezier(0.15, 0.46, 0.17, 0.86);
}

._delay01 {
  transition-delay: 0.3s;
}

._delay02 {
  transition-delay: 0.6s;
}

._delay03 {
  transition-delay: 0.9s;
}

._delay04 {
  transition-delay: 1.2s;
}

.fade-in {
  opacity: 1;
  transform: translate(0);
}

.js-spin {
  transform: rotateY(-450deg);
  transition-duration: 0.8s;
  will-change: transform;
  opacity: 0;
}

.js-spin.spin {
  transform: rotateY(0deg);
  opacity: 1;
}

@keyframes anm_coin {
  0% {
    transform: rotateY(-450deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* txt overflow animation */
/* js-m-txt wrapping to maskElem */
.js-m-txt {
  overflow: auto;
}

.js-m-txt .maskElem-y {
  transform: translateY(120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.js-m-txt .maskElem-x {
  transform: translateX(-120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

@keyframes mask {
  100% {
    transform: translate(0);
  }
}
.mask.animated .maskElement-y,
.mask.animated .maskElement-x {
  animation: mask cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation-duration: 1.5s;
  overflow: hidden;
}

/* images overflow animation */
.js-m-img {
  clip-path: inset(0 100% 0 0);
  /* display: inline-block; */
  transition: 1.5s 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: clip-path;
}

.js-m-img.center {
  clip-path: inset(0 100% 100% 0);
}

.js-m-img.animated {
  clip-path: inset(0);
}

.js-clip-animation-u {
  clip-path: inset(100% 0 0 0);
  /* display: inline-block; */
  transition: 1.5s 0.2s cubic-bezier(0.1, 0.37, 0.09, 1);
  transition-property: clip-path;
}

.clip-in {
  clip-path: inset(0);
}

.js-zoom {
  transition-duration: 0.8s;
  transform: scale(0);
}
.js-zoom.zoom-in {
  transform: scale(1);
}

.js_tAnimation_01 span span,
.js_mv_tAnimation_01 span span {
  transform: translateY(107%) rotate(3deg);
}

.js_tAnimation_01,
.js_mv_tAnimation_01,
.js_overlayTxt,
.js_footer_tAnimation,
.js_shdwTxtAnimation {
  overflow: hidden;
  line-height: 0.7;
  display: inline-block;
}
.js_tAnimation_01 > span,
.js_mv_tAnimation_01 > span,
.js_overlayTxt > span,
.js_footer_tAnimation > span,
.js_shdwTxtAnimation > span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  display: inline-block;
  overflow: hidden;
  color: inherit;
  line-height: inherit;
  line-height: 0.9;
}
.js_tAnimation_01 > span span,
.js_mv_tAnimation_01 > span span,
.js_overlayTxt > span span,
.js_footer_tAnimation > span span,
.js_shdwTxtAnimation > span span {
  display: inline-block;
}
.js_tAnimation_01 .space,
.js_mv_tAnimation_01 .space,
.js_overlayTxt .space,
.js_footer_tAnimation .space,
.js_shdwTxtAnimation .space {
  line-height: 0;
}

.js_shdwTxtAnimation {
  line-height: 1;
}
.js_shdwTxtAnimation > span {
  line-height: 1;
}
.js_shdwTxtAnimation .space {
  line-height: 0;
}

.js_mv_tAnimation_01 {
  overflow: hidden;
}
.js_mv_tAnimation_01 > span {
  display: inline-block;
}
.js_mv_tAnimation_01 > span span {
  display: inline-block;
}

.js_tAnimation_mv > span,
.js_splitTarget > span {
  display: inline-block;
  overflow: hidden;
}
.js_tAnimation_mv > span span,
.js_splitTarget > span span {
  display: inline-block;
}

.js_pllx_img {
  position: absolute;
  top: 0;
  left: 0;
}

.js_pllxElem {
  position: absolute;
  bottom: 0;
  left: 0;
}

.js_pllxWrapper {
  position: relative;
  overflow: hidden;
}

.js_pllxI {
  position: relative;
  overflow: hidden;
}
.js_pllxI img {
  position: absolute;
  right: 7%;
  top: 0;
}
@media (max-width: 767px) {
  .js_pllxI img {
    bottom: 0;
    left: 0;
  }
}

.noise {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.03;
}

.pageLeaveAnimation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.pageLeaveAnimation canvas {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transform-origin: center;
}

.dg.ac {
  z-index: 100000 !important;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3AB7E3;
  z-index: 10000;
}

.js_slotTxt {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.js_slotTxt > span:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.js_slotTxt span {
  display: inline-block;
}

.js_slotArrowWrapper {
  position: relative;
  overflow: hidden;
}
.js_slotArrowWrapper .js_slotArrow:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
}

.gl_wave {
  width: 100%;
  height: 100%;
}

.loading {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #3AB7E3;
}
.loading_f1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  opacity: 0;
}
@media (max-width: 767px) {
  .loading_f1 {
    transform: translate(0%, -50%) scale(0.5);
  }
}
.loading_f1_wrapper {
  position: relative;
}
.loading_f1_txtUnit {
  position: absolute;
  left: -13.7rem;
  top: 4rem;
}
.loading_f1_txt {
  width: 8.8rem;
  position: relative;
}
.loading_f1_num {
  font-size: 5.6rem;
  letter-spacing: 0.02em;
  font-style: italic;
  font-weight: 900;
  position: absolute;
  bottom: -0.8rem;
  left: 9.5rem;
  width: 10rem;
  display: flex;
  justify-content: flex-end;
}
.loading_f1_num > span {
  font-size: 3.2rem;
  font-weight: 700;
  position: absolute;
  bottom: 0.5rem;
  right: -3.5rem;
}
.loading_f1_h {
  position: relative;
  width: 30.4rem;
}
.loading_f1_wave {
  width: 28.7rem;
  position: absolute;
  bottom: -9.1rem;
  left: -10rem;
}
.loading_f2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .loading_f2 {
    text-align: center;
  }
}
.loading_f2_ttl {
  font-size: 12rem;
  font-style: italic;
  font-weight: 900;
}
@media (max-width: 767px) {
  .loading_f2_ttl {
    font-size: 7.2rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}
.loading_f2_lead {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .loading_f2_lead {
    font-size: 2.4rem;
    margin-top: 3.2rem;
    line-height: 1.5;
  }
}

.a_shake {
  --amp: 1.5px; /* 揺れ幅（大きくすると激しく） */
  --rot: 0.6deg; /* 回転の揺れ */
  --speed: 360ms; /* 1フレームの時間（短いほどガクガク） */
  animation: shake-jitter var(--speed) infinite steps(1);
}

@keyframes shake-jitter {
  0% {
    transform: translate(var(--amp), var(--amp)) rotate(var(--rot));
  }
  10% {
    transform: translate(-var(--amp), 0) rotate(-var(--rot));
  }
  20% {
    transform: translate(0, var(--amp)) rotate(var(--rot));
  }
  30% {
    transform: translate(var(--amp), -var(--amp)) rotate(0deg);
  }
  40% {
    transform: translate(-var(--amp), var(--amp)) rotate(-var(--rot));
  }
  50% {
    transform: translate(0, -var(--amp)) rotate(var(--rot));
  }
  60% {
    transform: translate(var(--amp), 0) rotate(-var(--rot));
  }
  70% {
    transform: translate(-var(--amp), -var(--amp)) rotate(var(--rot));
  }
  80% {
    transform: translate(0, var(--amp)) rotate(0deg);
  }
  90% {
    transform: translate(var(--amp), -var(--amp)) rotate(-var(--rot));
  }
  100% {
    transform: translate(-var(--amp), 0) rotate(var(--rot));
  }
}
.a_wave {
  animation: waveMove 1s linear infinite;
}
.a_wave.__01 {
  animation-delay: 0s;
}
.a_wave.__02 {
  animation-delay: 0.4s;
}
.a_wave.__03 {
  animation-delay: 0.8s;
}

@keyframes waveMove {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(-10rem) scale(0.5);
  }
  100% {
    transform: translateX(-16rem) translateY(-2rem) scale(0.35);
  }
}
.js_swichImg {
  position: relative;
}
.js_swichImg + .js_swichImg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.a_cursor {
  position: fixed;
  width: 11rem;
  aspect-ratio: 1/1;
  z-index: 99999;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .a_cursor {
    width: 12rem;
    position: fixed;
    top: auto;
    bottom: 8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.a_cursor_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 1rem;
}
@media (max-width: 767px) {
  .a_cursor_center {
    width: 2rem;
  }
}
.a_cursor_outer {
  width: 100%;
  animation: rotateCircle 8s linear infinite;
  transform-origin: center;
}
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.js_mvBubble_target {
  opacity: 0;
  transition: opacity 0.1s ease, transform 0.2s ease;
}
.js_mvBubble_target.__lower {
  transform: translateY(2rem);
}
.js_mvBubble_target.__upper {
  transform: translateY(-2rem);
}
.js_mvBubble.is_open .js_mvBubble_target {
  opacity: 1;
  transform: translateY(0);
}

.a_scrollHint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2rem;
  padding: 4rem 6rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .a_scrollHint {
    padding: 3.2rem 3.2rem;
  }
}

.a_scrollHint_hand {
  width: 8rem;
  height: 8rem;
  animation: handMove 1.6s ease-in-out infinite;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .a_scrollHint_hand {
    width: 5.6rem;
    height: 5.6rem;
  }
}

.a_scrollHint_txt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 2.4rem;
  display: block;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .a_scrollHint_txt {
    font-size: 1.4rem;
  }
}

.a_scrollHint_arrow {
  position: relative;
  width: 3.6rem;
  height: 0.4rem;
  background: #1CB9E5;
  border-radius: 999px;
  animation: arrowMove 1.6s ease-in-out infinite;
}

.a_scrollHint_arrow::after {
  content: "";
  position: absolute;
  right: -0.2rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 0.4rem solid #1CB9E5;
  border-right: 0.4rem solid #1CB9E5;
  transform: translateY(-50%) rotate(45deg);
}

.index ol, .index ul, .index li {
  list-style: none;
  outline: none;
}
.index .mv {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100svh;
  z-index: 1;
}
@media (max-width: 767px) {
  .index .mv {
    height: auto;
    height: 100rem;
  }
}
.index .mv_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index .mv_layer.js_mv_layer_01, .index .mv_layer.js_mv_layer_02, .index .mv_layer.js_mv_layer_04, .index .mv_layer.js_mv_layer_05 {
  opacity: 0;
}
.index .mv_backObj {
  width: 100%;
  height: 100%;
}
.index .mv_backObj img {
  object-fit: cover;
  object-position: top center;
}
.index .mv_filter {
  width: 100%;
  height: 100%;
  background: #3AB7E3;
  opacity: 0.35;
}
.index .mv_waveGl {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.index .mv_backFlower {
  width: 182rem;
  position: absolute;
  top: 8.4rem;
  left: 2rem;
}
@media (max-width: 767px) {
  .index .mv_backFlower {
    width: 100%;
    top: 0;
    left: 0;
  }
}
.index .mv .mv_h_01 {
  width: 29.2rem;
  top: 19.6rem;
  left: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .index .mv .mv_h_01 {
    width: 15.2rem;
    top: 18.1rem;
    left: -1rem;
    z-index: 3;
  }
}
.index .mv .mv_h_02 {
  width: 40.5rem;
  top: 55.4rem;
  left: 28.7rem;
  position: absolute;
}
@media (max-width: 767px) {
  .index .mv .mv_h_02 {
    width: 21.1rem;
    top: 29.8rem;
    left: 15.1rem;
  }
}
.index .mv .mv_h_03 {
  width: 35.5rem;
  top: 27.9rem;
  left: 55.2rem;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .index .mv .mv_h_03 {
    width: 21.1rem;
    top: 58.8rem;
    left: -0.2rem;
  }
}
.index .mv .mv_h_04 {
  width: 37.3rem;
  top: 60.7rem;
  left: 132.7rem;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .index .mv .mv_h_04 {
    width: 19.4rem;
    top: 70.9rem;
    left: 14rem;
  }
}
.index .mv .mv_h_04_el {
  width: 14.3rem;
  position: absolute;
  top: -14.3rem;
  left: -14.3rem;
}
.index .mv .mv_h_05 {
  width: 36.4rem;
  top: 10.9rem;
  left: 140rem;
  position: absolute;
}
@media (max-width: 767px) {
  .index .mv .mv_h_05 {
    width: 18.9rem;
    top: 2rem;
    left: 11.4rem;
  }
}
.index .mv .mv_h_05_bg {
  width: 93.7rem;
  top: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index .mv .mv_h_05_bg {
    width: 41rem;
  }
}
.index .mv .mv_h_bal {
  position: absolute;
  border: 4px solid #000000;
  padding: 1.2rem 1.8rem;
  width: fit-content;
  background: #fff;
  border-radius: 1.2rem;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  font-size: 2rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index .mv .mv_h_bal {
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
  }
}
.index .mv .mv_h_bal.__lower::before {
  content: "";
  position: absolute;
  background: url(../images/mv_txt_bubble.svg) no-repeat center center/contain;
  width: 29px;
  height: 20px;
  bottom: -19.5px;
  left: 3.6rem;
}
.index .mv .mv_h_bal.__upper::before {
  content: "";
  position: absolute;
  transform: rotate(180deg);
  background: url(../images/mv_txt_bubble.svg) no-repeat center center/contain;
  width: 29px;
  height: 20px;
  top: -19.5px;
  left: 3.6rem;
}
.index .mv .mv_h_bal_01 {
  top: -6.6rem;
  right: -15.2rem;
}
@media (max-width: 767px) {
  .index .mv .mv_h_bal_01 {
    top: -2rem;
    right: -22rem;
  }
}
.index .mv .mv_h_bal_02 {
  top: -9.6rem;
  left: 16.2rem;
}
@media (max-width: 767px) {
  .index .mv .mv_h_bal_02 {
    top: auto;
    bottom: -5rem;
    left: 1rem;
  }
}
.index .mv .mv_h_bal_03 {
  top: -9.6rem;
  left: 16.2rem;
}
@media (max-width: 767px) {
  .index .mv .mv_h_bal_03 {
    top: -7.6rem;
    left: 4rem;
  }
}
.index .mv .mv_h_bal_04 {
  top: -9.6rem;
  left: 16.2rem;
}
@media (max-width: 767px) {
  .index .mv .mv_h_bal_04 {
    top: -7.6rem;
    left: 1rem;
  }
}
.index .mv .mv_h_bal_05 {
  top: -7.6rem;
  left: 13.5rem;
}
@media (max-width: 767px) {
  .index .mv .mv_h_bal_05 {
    top: auto;
    bottom: -5rem;
    left: 0;
  }
}
.index .about {
  margin-top: 30rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .index .about {
    margin-top: 40rem;
  }
}
.index .about_bg_b {
  position: absolute;
  z-index: 1;
  top: -25rem;
  width: 100%;
}
@media (max-width: 767px) {
  .index .about_bg_b {
    top: -12.5rem;
  }
}
.index .about_bg_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.index .about_bg_f {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.index .about_txtArea {
  width: 100%;
  height: 100svh;
  position: absolute;
  top: 100rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
@media (max-width: 767px) {
  .index .about_txtArea.is_pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .index .about_txtArea.is_pc {
    display: flex;
  }
}
@media (max-width: 767px) {
  .index .about_txtArea.is_sp {
    display: flex;
  }
}
@media (min-width: 768px) {
  .index .about_txtArea.is_sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .index .about_txtArea {
    top: 20rem;
  }
}
.index .about_txtArea > svg {
  width: 138.8rem;
  margin: 0 auto;
  overflow: unset;
}
@media (max-width: 767px) {
  .index .about_txtArea > svg {
    width: 28rem;
  }
}
.index .about_txt {
  text-align: center;
  font-size: 3.2rem;
  line-height: 2;
  font-weight: bold;
  position: relative;
  z-index: 3;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .index .about_txt {
    font-size: 1.6rem;
  }
}
.index .about_txt_img {
  transition-duration: 0.2s;
  transform-box: fill-box;
  transform-origin: center;
}
.index .about_txt_img:hover {
  transform: scale(1) rotate(-20deg);
}
.index .about_wave {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
  z-index: 2;
}
.index .about_filter {
  width: 100%;
  height: 100%;
  background: #3AB7E3;
  opacity: 0.35;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.index .map {
  height: 100svh;
  position: relative;
  z-index: 2;
  background: #3AB7E3;
  margin-top: -100svh;
}
.index .map_container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  scroll-snap-type: none !important;
}
@media (max-aspect-ratio: 1160/770) {
  .index .map_container {
    /* ここに狭い場合のスタイル */
    touch-action: pan-x;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    overscroll-behavior: contain;
    overscroll-behavior: none;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }
}
@media (max-aspect-ratio: 1160/770) {
  .index .map_container::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
}
@media (max-width: 767px) {
  .index .map_container {
    touch-action: pan-x;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    overscroll-behavior: contain;
    overscroll-behavior: contain;
    overscroll-behavior: none;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }
}
@media (max-width: 767px) {
  .index .map_container::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
}
.index .map_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.index .map_ttl {
  padding-top: 1.2rem;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  z-index: 6;
  width: 74.8rem;
  height: 15.7rem;
  background: url(../images/map_ttl_bg.png) no-repeat center center/contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: #000;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .index .map_ttl {
    top: 2rem;
    width: 33.5rem;
    height: 7.7rem;
    padding-top: 0.8rem;
  }
}
.index .map_ttl_en {
  font-size: 6.8rem;
  font-weight: 900;
  letter-spacing: 0.012em;
  font-style: italic;
}
@media (max-width: 767px) {
  .index .map_ttl_en {
    font-size: 3.2rem;
    letter-spacing: 0.04em;
  }
}
.index .map_ttl_jp {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .map_ttl_jp {
    font-size: 1.2rem;
  }
}
.index .map_bar {
  display: none;
}
@media (max-width: 767px) {
  .index .map_bar {
    display: block;
    width: 90%;
    height: 0.2rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.2rem;
    position: absolute;
    bottom: 4.4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 10;
  }
}
.index .map_bar span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.2rem;
  transform-origin: left center;
  transform: scaleX(0);
}
.index .map .js_arImg {
  position: relative;
  z-index: 2;
}
.index .map_inner {
  width: auto;
  height: 100%;
  position: relative;
  transform-origin: top left;
}
.index .map_inner > img {
  width: auto;
  height: 100%;
  object-position: center center;
}
.index .map_compass {
  width: 19.2rem;
  position: absolute;
  top: 3.5rem;
  right: 4.2rem;
  z-index: 3;
}
.index .map_marker {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  width: fit-content;
}
.index .map_marker.__01 {
  top: 55.3703703704svh;
  left: 91.4814814815svh;
}
@media (max-width: 767px) {
  .index .map_marker.__01 {
    top: 52.3399014778svh;
    left: 39.9014778325svh;
  }
}
.index .map_marker.__02 {
  top: 65.0925925926svh;
  left: 56.9444444444svh;
}
@media (max-width: 767px) {
  .index .map_marker.__02 {
    top: 64.7783251232svh;
    left: 6.157635468svh;
  }
}
.index .map_marker.__03 {
  top: 30.8333333333svh;
  left: 121.2037037037svh;
}
@media (max-width: 767px) {
  .index .map_marker.__03 {
    top: 39.4088669951svh;
    left: 64.039408867svh;
  }
}
.index .map_marker.__04 {
  left: 119.4444444444svh;
  bottom: 14.1666666667svh;
}
@media (max-width: 767px) {
  .index .map_marker.__04 {
    bottom: 13.5467980296svh;
    right: 43.1034482759svh;
    left: auto;
  }
}
.index .map_marker.__05 {
  bottom: 32.6851851852svh;
  right: 55.9259259259svh;
}
@media (max-width: 767px) {
  .index .map_marker.__05 {
    bottom: 33.1280788177svh;
    right: 3.078817734svh;
  }
}
.index .map_bubble.__pcLower {
  top: 8rem;
}
.index .map_bubble.__pcUpper {
  bottom: 8rem;
}
@media (max-width: 767px) {
  .index .map_bubble.__spLower {
    top: 9.5rem;
  }
}
@media (max-width: 767px) {
  .index .map_bubble.__spUpper {
    bottom: 9.5rem;
  }
}
.index .map_bubble_inner {
  border: 0.4rem solid #000;
  padding: 1.6rem 8rem 1.6rem 6rem;
  border-radius: 7.6rem;
  background: #fff;
  text-align: center;
  position: relative;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .index .map_bubble_inner {
    border: 0.3rem solid #000;
    padding: 1rem 5.2rem 1rem 4.2rem;
    border-radius: 5rem;
  }
}
.index .map_bubble_inner:hover {
  background: #EDC900;
}
.index .map_bubble_inner::after {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M-8.75935e-08%2015.0957L6.54609%208.54961L-6.59871e-07%202.00352L2.00391%20-0.000391094L10.5539%208.54961L2.00391%2017.0996L-8.75935e-08%2015.0957Z%22%20fill%3D%22black%22/%3E%3C/svg%3E") no-repeat center center/contain;
  width: 1rem;
  height: 1.7rem;
  right: 4.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .index .map_bubble_inner::after {
    right: 2.8rem;
  }
}
.index .map_bubble_head {
  font-size: 2.8rem;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  display: block;
}
@media (max-width: 767px) {
  .index .map_bubble_head {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
.index .map_bubble_jp {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  font-weight: bold;
  display: block;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .index .map_bubble_jp {
    font-size: 1rem;
    letter-spacing: 0.12em;
  }
}
.index .map_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .index .map_modal {
    z-index: 100000;
  }
}
.index .map_modal_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
@media (max-width: 767px) {
  .index .map_modal_bg {
    display: none;
  }
}
.index .map_modal_close {
  cursor: pointer;
  position: fixed;
  top: 4rem;
  right: 4rem;
  width: 8rem;
}
@media (max-width: 767px) {
  .index .map_modal_close {
    width: 5rem;
    top: 1.4rem;
    right: 1.4rem;
  }
}
.index .map_modal_wrapper {
  display: flex;
  z-index: 2;
  position: relative;
  height: 100svh;
}
@media (max-width: 767px) {
  .index .map_modal_wrapper {
    overflow: auto;
    flex-direction: column;
    scrollbar-width: thin;
    scrollbar-color: #1CB9E5 #FFFFFF;
    overflow-y: scroll;
    overflow-x: hidden;
    overscroll-behavior: none;
  }
  .index .map_modal_wrapper::-webkit-scrollbar {
    width: 0.4rem;
  }
  .index .map_modal_wrapper::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 0.2rem;
  }
  .index .map_modal_wrapper::-webkit-scrollbar-thumb {
    background: #1CB9E5;
    border-radius: 0.2rem;
  }
}
.index .map_modal_thumb {
  width: 82rem;
  height: 100%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index .map_modal_thumb {
    aspect-ratio: 375/422;
    height: auto;
    width: 100%;
  }
}
.index .map_modal_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.index .map_modal_content {
  width: 100%;
  height: 100%;
  color: #000000;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #1CB9E5 #FFFFFF;
  overflow-y: scroll;
  overflow-x: hidden;
}
.index .map_modal_content::-webkit-scrollbar {
  width: 0.4rem;
}
.index .map_modal_content::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 0.2rem;
}
.index .map_modal_content::-webkit-scrollbar-thumb {
  background: #1CB9E5;
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
  .index .map_modal_content {
    overflow: unset;
    height: auto;
    background: #fff;
  }
}
.index .map_modal_inner {
  padding: 13rem 8rem 0rem;
}
@media (max-width: 767px) {
  .index .map_modal_inner {
    padding: 3.2rem 2rem;
  }
}
.index .map_modal_ttl {
  line-height: 0.9;
  white-space: nowrap;
}
.index .map_modal_ttl_en {
  font-size: 12rem;
  letter-spacing: 0.1em;
  color: #1CB9E5;
  display: block;
  font-style: italic;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .map_modal_ttl_en {
    font-size: 4rem;
    letter-spacing: 0.04em;
  }
}
.index .map_modal_ttl_en.__small {
  font-size: 11rem;
}
@media (max-width: 767px) {
  .index .map_modal_ttl_en.__small {
    font-size: 4rem;
  }
}
.index .map_modal_ttl_jp {
  font-size: 2rem;
  color: #1CB9E5;
  display: block;
  margin-top: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .map_modal_ttl_jp {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    margin-top: 1rem;
  }
}
.index .map_modal_lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 0.12em;
  margin-top: 7.4rem;
}
@media (max-width: 767px) {
  .index .map_modal_lead {
    font-size: 1.4rem;
    margin-top: 3.2rem;
    line-height: 2.4;
  }
}
.index .map_modal_blk {
  margin-top: 9.4rem;
  border-radius: 1.6rem;
  border: 0.4rem solid #000;
  padding: 8.6rem 8.2rem 7rem;
  position: relative;
  --m-color: #1CB9E5;
  --m-color-rgb: 28, 185, 229;
}
@media (max-width: 767px) {
  .index .map_modal_blk {
    border-radius: 0.6rem;
    padding: 3.2rem 1.6rem 4rem;
    margin-top: 3.2rem;
  }
}
.index .map_modal_blk > h3 {
  text-align: center;
}
.index .map_modal_blk:nth-of-type(even) {
  --m-color: #E2AFF7;
  --m-color-rgb: 226, 175, 247;
}
.index .map_modal_subTtl {
  text-align: center;
}
.index .map_modal_subTtl_copy {
  width: fit-content;
  margin: 0 auto;
  font-size: 2.2rem;
  color: var(--m-color);
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  /* 左 */
  /* 右 */
}
@media (max-width: 767px) {
  .index .map_modal_subTtl_copy {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.index .map_modal_subTtl_copy::before, .index .map_modal_subTtl_copy::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  width: 3.5rem;
  height: 0.4rem;
  background: var(--m-color);
}
@media (max-width: 767px) {
  .index .map_modal_subTtl_copy::before, .index .map_modal_subTtl_copy::after {
    top: 2.2rem;
    width: 2.4rem;
    height: 0.2rem;
  }
}
.index .map_modal_subTtl_copy::before {
  left: -4rem;
  transform: rotate(-122.35deg);
}
@media (max-width: 767px) {
  .index .map_modal_subTtl_copy::before {
    left: -3rem;
  }
}
.index .map_modal_subTtl_copy::after {
  right: -4rem;
  transform: rotate(-57.65deg);
}
@media (max-width: 767px) {
  .index .map_modal_subTtl_copy::after {
    right: -3rem;
  }
}
.index .map_modal_subTtl_copy + .map_modal_subTtl_en {
  margin-top: 1.1rem;
}
.index .map_modal_subTtl_en {
  font-size: 5.6rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.04em;
  display: block;
}
@media (max-width: 767px) {
  .index .map_modal_subTtl_en {
    font-size: 3.2rem;
  }
}
.index .map_modal_subTtl_jp {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1.1rem;
  display: block;
}
@media (max-width: 767px) {
  .index .map_modal_subTtl_jp {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    margin-top: 0.8rem;
  }
}
.index .map_modal .c_cta_btn {
  margin-top: 5.6rem;
  height: 16rem;
}
@media (max-width: 767px) {
  .index .map_modal .c_cta_btn {
    height: 8.6rem;
    margin-top: 3.2rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding: 0 6.4rem 0 4.4rem;
  }
}
.index .map_modal .c_cta_btn .c_cta_btn_en {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .index .map_modal .c_cta_btn .c_cta_btn_en {
    font-size: 3.2rem;
  }
}
.index .map_modal .c_cta_btn .c_cta_btn_jp {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .index .map_modal .c_cta_btn .c_cta_btn_jp {
    font-size: 1.2rem;
  }
}
.index .map_modal_box {
  border-radius: 1.8rem;
  overflow: hidden;
  margin-top: 5.4rem;
  padding: 0 2.4rem 3.2rem;
  background: rgba(var(--m-color-rgb), 0.2);
}
@media (max-width: 767px) {
  .index .map_modal_box {
    border-radius: 0.6rem;
    margin-top: 3.2rem;
    padding: 0 2rem 2rem;
  }
}
.index .map_modal_box_ttl {
  text-align: center;
  padding: 1.6rem 0;
  border-radius: 1.8rem 1.8rem 0 0;
  background: var(--m-color);
  font-size: 2.4rem;
  color: #fff;
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}
@media (max-width: 767px) {
  .index .map_modal_box_ttl {
    border-radius: 0.6rem 0.6rem 0 0;
    padding: 1.2rem 0;
    margin-left: -2rem;
    margin-right: -2rem;
    font-size: 1.6rem;
  }
}
.index .map_modal_box_tag {
  width: fit-content;
  margin: 0 auto;
  border-radius: 4.4rem;
  background: var(--White, #FFF);
  padding: 1.2rem 1.6rem;
  color: var(--m-color);
  font-size: 2rem;
  letter-spacing: 0.024em;
  font-weight: bold;
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .index .map_modal_box_tag {
    border-radius: 1.6rem;
    padding: 0.6rem 1.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    margin-top: 1.2rem;
  }
}
.index .map_modal_box_list + .index .map_modal_box_tag {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .index .map_modal_box_list + .index .map_modal_box_tag {
    margin-top: 1.6rem;
  }
}
.index .map_modal_box_list {
  width: fit-content;
  max-width: 55rem;
  margin: 2.4rem auto 0;
}
@media (max-width: 767px) {
  .index .map_modal_box_list {
    margin-top: 1rem;
  }
}
.index .map_modal_box_list li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 2.6rem;
  position: relative;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .index .map_modal_box_list li {
    font-size: 1.2rem;
    padding-left: 1.1rem;
  }
}
.index .map_modal_box_list li::before {
  content: "";
  color: var(--m-color);
  margin-right: 1.2rem;
  background-color: var(--m-color);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Ccircle%20cx%3D%225%22%20cy%3D%225%22%20r%3D%225%22%20fill%3D%22%23000%22/%3E%3C/svg%3E") no-repeat center center/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Ccircle%20cx%3D%225%22%20cy%3D%225%22%20r%3D%225%22%20fill%3D%22%23000%22/%3E%3C/svg%3E") no-repeat center center/contain;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
@media (max-width: 767px) {
  .index .map_modal_box_list li::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.6rem;
    margin-right: 0.8rem;
  }
}
.index .map_modal_box_list li + li {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .index .map_modal_box_list li + li {
    margin-top: 0.4rem;
  }
}
.index .map_modal_box_list li.__note {
  font-size: 1.4rem;
  padding-left: 0;
}
@media (max-width: 767px) {
  .index .map_modal_box_list li.__note {
    font-size: 1rem;
  }
}
.index .map_modal_box_list li.__note::before {
  display: none;
}
.index .map_modal_box_txtArea {
  margin: 2rem auto 0;
  width: fit-content;
  text-align: center;
}
@media (max-width: 767px) {
  .index .map_modal_box_txtArea {
    margin-top: 1rem;
  }
}
.index .map_modal_box_txt {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.014em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .index .map_modal_box_txt {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
}
.index .map_modal_box_note {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .map_modal_box_note {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
}
.index .map_modal_box_txt + .index .map_modal_box_note {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .index .map_modal_box_txt + .index .map_modal_box_note {
    margin-top: 0.4rem;
  }
}
.index .map_modal_box_mapFrame {
  width: 100%;
  height: 36rem;
  overflow: hidden;
  border-radius: 1.8rem;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .index .map_modal_box_mapFrame {
    height: 20rem;
    border-radius: 0.6rem;
    margin-top: 1.6rem;
  }
}
.index .map_modal_box_mapFrame iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.index .map_modal_box_access {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4.8rem;
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .index .map_modal_box_access {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 1.6rem;
  }
}
.index .map_modal_box_access dt {
  font-size: 2rem;
  font-weight: bold;
  color: #1CB9E5;
}
@media (max-width: 767px) {
  .index .map_modal_box_access dt {
    font-size: 1.4rem;
  }
}
.index .map_modal_box_access dd {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .map_modal_box_access dd {
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 1.5;
  }
}
.index .map_modal_box_access:has(+ .map_modal_box_mapFrame) {
  padding: 0 0 1.6rem;
  border-bottom: 0.3rem solid #000;
}
@media (max-width: 767px) {
  .index .map_modal_box_access:has(+ .map_modal_box_mapFrame) {
    padding-bottom: 2rem;
    border-bottom: 0.2rem solid #000;
  }
}
.index .map_modal_box_access + .map_modal_box_mapFrame {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .index .map_modal_box_access + .map_modal_box_mapFrame {
    margin-top: 2.4rem;
  }
}
.index .map_modal_fImg {
  position: absolute;
}
.index .map_modal_fImg.__01_01 {
  width: 22.2rem;
  top: 7rem;
  left: -8rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__01_01 {
    width: 8.436rem;
    top: 4.55rem;
    left: -2.4rem;
  }
}
.index .map_modal_fImg.__01_02 {
  width: 22.2rem;
  bottom: 18rem;
  right: -6rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__01_02 {
    width: 11.1rem;
    bottom: 11.7rem;
    right: -3.9rem;
  }
}
.index .map_modal_fImg.__02_01 {
  width: 24.2rem;
  top: 15.7rem;
  left: -6.2rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__02_01 {
    width: 9.196rem;
    top: 10.205rem;
    left: -4.03rem;
  }
}
.index .map_modal_fImg.__02_02 {
  width: 22.2rem;
  top: 58rem;
  right: -5.6rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__02_02 {
    width: 8.436rem;
    top: 31.9rem;
    right: -3.64rem;
  }
}
.index .map_modal_fImg.__02_03 {
  width: 22.2rem;
  bottom: 78.5rem;
  left: -5.6rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__02_03 {
    width: 8.436rem;
    bottom: 43.175rem;
    left: -3.64rem;
  }
}
.index .map_modal_fImg.__02_04 {
  width: 23.2rem;
  bottom: 14.2rem;
  right: -4rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__02_04 {
    width: 8.816rem;
    bottom: 9.23rem;
    right: -2.6rem;
  }
}
.index .map_modal_fImg.__03_01 {
  width: 23.2rem;
  top: 3.5rem;
  left: -9rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__03_01 {
    width: 8.816rem;
    top: 2.275rem;
    left: -3.6rem;
  }
}
.index .map_modal_fImg.__03_02 {
  width: 13.2rem;
  top: 50rem;
  right: -5.4rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__03_02 {
    width: 5.016rem;
    top: 32.5rem;
    right: -3.51rem;
  }
}
.index .map_modal_fImg.__03_03 {
  width: 21rem;
  top: 18.7rem;
  left: -5.4rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__03_03 {
    width: 7.98rem;
    top: 12.155rem;
    left: -3.51rem;
  }
}
.index .map_modal_fImg.__03_04 {
  width: 27.6rem;
  bottom: 11rem;
  right: -8.4rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__03_04 {
    width: 10.488rem;
    bottom: 13.64rem;
    right: -5.46rem;
  }
}
.index .map_modal_fImg.__04_01 {
  width: 22.6rem;
  top: 0.9rem;
  left: -5.6rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__04_01 {
    width: 8.588rem;
    top: 0.585rem;
    left: -3.64rem;
  }
}
.index .map_modal_fImg.__04_02 {
  width: 24.4rem;
  top: 55.8rem;
  right: -6.3rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__04_02 {
    width: 9.272rem;
    top: 36.27rem;
    right: -4.095rem;
  }
}
.index .map_modal_fImg.__04_03 {
  width: 22.8rem;
  bottom: 9rem;
  left: -9rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__04_03 {
    width: 8.664rem;
    bottom: 7.74rem;
    left: -3.87rem;
  }
}
.index .map_modal_fImg.__05_01 {
  width: 16.6rem;
  top: 87.2rem;
  left: -5.8rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__05_01 {
    width: 6.308rem;
    top: 30.52rem;
    left: -3.77rem;
  }
}
.index .map_modal_fImg.__05_02 {
  width: 22.8rem;
  top: 10.2rem;
  left: -9.2rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__05_02 {
    width: 8.664rem;
    top: 9.18rem;
    left: -3.68rem;
  }
}
.index .map_modal_fImg.__05_03 {
  width: 23.8rem;
  top: 47.2rem;
  right: -8rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__05_03 {
    width: 7.14rem;
    top: 30.68rem;
    right: -2.8rem;
  }
}
.index .map_modal_fImg.__05_04 {
  width: 22.8rem;
  bottom: 8.5rem;
  left: -8.2rem;
}
@media (max-width: 767px) {
  .index .map_modal_fImg.__05_04 {
    width: 8.664rem;
    bottom: 5.525rem;
    left: -5.33rem;
  }
}
.index .map_modal_slider {
  display: flex;
  gap: 0 5rem;
  width: 100%;
  z-index: 3;
  padding-top: 18rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider {
    padding-top: 3.2rem;
    margin-top: 2.4rem;
    gap: 0 2.4rem;
    padding-bottom: 6.4rem;
  }
}
.index .map_modal_slider_item {
  display: flex;
  gap: 0 5rem;
  animation: slide-left 20s linear infinite;
}
@media (max-width: 767px) {
  .index .map_modal_slider_item {
    gap: 0 2.4rem;
  }
}
.index .map_modal_slider_el {
  width: 35rem;
  height: 25rem;
  position: relative;
}
@media (max-width: 767px) {
  .index .map_modal_slider_el {
    aspect-ratio: 350/250;
    height: auto;
    width: 28rem;
  }
}
.index .map_modal_slider_frame {
  border-radius: 2rem;
  border: 0.4rem solid #000;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .index .map_modal_slider_frame {
    border-radius: 1rem;
  }
}
.index .map_modal_slider_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .map_modal_slider_fimg {
  position: absolute;
}
.index .map_modal_slider_fimg.__01_01 {
  width: 15.2rem;
  top: -8.9rem;
  left: 8.6rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__01_01 {
    width: 6.84rem;
    top: -4.45rem;
    left: 4.3rem;
  }
}
.index .map_modal_slider_fimg.__01_02 {
  width: 10.8rem;
  bottom: -5.5rem;
  right: 2.2rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__01_02 {
    width: 6.48rem;
    bottom: -2.75rem;
    right: 1.1rem;
  }
}
.index .map_modal_slider_fimg.__01_03 {
  width: 13.8rem;
  top: -6.6rem;
  left: 12rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__01_03 {
    width: 6.21rem;
    top: -3.3rem;
    left: 6rem;
  }
}
.index .map_modal_slider_fimg.__02_01 {
  width: 15.2rem;
  top: -8.9rem;
  left: 8.6rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__02_01 {
    width: 7.296rem;
    top: -4.45rem;
    left: 4.3rem;
  }
}
.index .map_modal_slider_fimg.__02_02 {
  width: 16.1rem;
  bottom: -7.8rem;
  left: 4rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__02_02 {
    width: 7.245rem;
    bottom: -3.9rem;
    left: 2rem;
  }
}
.index .map_modal_slider_fimg.__02_03 {
  width: 13.8rem;
  top: -6.6rem;
  left: 12rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__02_03 {
    width: 7.59rem;
    top: -3.3rem;
    left: 6rem;
  }
}
.index .map_modal_slider_fimg.__02_04 {
  width: 20rem;
  top: 17.2rem;
  left: -1.2rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__02_04 {
    width: 9rem;
    top: auto;
    bottom: -4rem;
    left: -0.6rem;
  }
}
.index .map_modal_slider_fimg.__02_05 {
  width: 16.5rem;
  top: -9rem;
  left: 0;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__02_05 {
    width: 7.425rem;
    top: -4.5rem;
    left: 0;
  }
}
.index .map_modal_slider_fimg.__02_06 {
  width: 10.7rem;
  bottom: -5rem;
  right: 4rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__02_06 {
    width: 4.815rem;
    bottom: -2.5rem;
    right: 2rem;
  }
}
.index .map_modal_slider_fimg.__03_01 {
  width: 15.2rem;
  top: -5.9rem;
  left: -2.9rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__03_01 {
    width: 7.296rem;
    top: -2.67rem;
    left: auto;
    right: -1.45rem;
  }
}
.index .map_modal_slider_fimg.__03_02 {
  width: 16.1rem;
  bottom: -4.2rem;
  right: 3.4rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__03_02 {
    width: 7.245rem;
    bottom: -2.1rem;
    right: 1.7rem;
  }
}
.index .map_modal_slider_fimg.__03_03 {
  width: 16.1rem;
  top: -6.2rem;
  left: 6.1rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__03_03 {
    width: 7.245rem;
    top: -3.1rem;
    left: 3.05rem;
  }
}
.index .map_modal_slider_fimg.__03_04 {
  width: 15.2rem;
  bottom: -5.9rem;
  right: -2.9rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__03_04 {
    width: 7.296rem;
    top: auto;
    bottom: -2.67rem;
    left: auto;
    right: -1.45rem;
  }
}
.index .map_modal_slider_fimg.__04_01 {
  width: 20rem;
  top: -11.2rem;
  left: 0rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__04_01 {
    width: 9rem;
    top: -5.6rem;
    left: 0rem;
  }
}
.index .map_modal_slider_fimg.__04_02 {
  width: 16.1rem;
  bottom: -4.2rem;
  left: 15.5rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__04_02 {
    width: 7.245rem;
    bottom: -2.1rem;
    left: 7.75rem;
  }
}
.index .map_modal_slider_fimg.__04_03 {
  width: 17.7rem;
  top: -12.2rem;
  left: 11.5rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__04_03 {
    width: 7.965rem;
    top: -6.1rem;
    left: 5.75rem;
  }
}
.index .map_modal_slider_fimg.__04_04 {
  width: 10.2rem;
  top: 19.2rem;
  left: 19.5rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__04_04 {
    width: 4.59rem;
    top: auto;
    bottom: -2.8rem;
    left: 9.75rem;
  }
}
.index .map_modal_slider_fimg.__05_01 {
  width: 15.2rem;
  top: -8.9rem;
  left: 8.5rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__05_01 {
    width: 7.296rem;
    top: -4.45rem;
    left: 4.25rem;
  }
}
.index .map_modal_slider_fimg.__05_02 {
  width: 16.1rem;
  bottom: -8rem;
  left: 4rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__05_02 {
    width: 7.245rem;
    bottom: -4rem;
    left: 2rem;
  }
}
.index .map_modal_slider_fimg.__05_03 {
  width: 13.8rem;
  top: -3.2rem;
  left: 6rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__05_03 {
    width: 6.21rem;
    top: -1.6rem;
    left: 3rem;
  }
}
.index .map_modal_slider_fimg.__05_04 {
  width: 13.8rem;
  bottom: -5.5rem;
  left: 2.8rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__05_04 {
    width: 6.21rem;
    bottom: -2.75rem;
    left: 1.4rem;
  }
}
.index .map_modal_slider_fimg.__05_05 {
  width: 16.5rem;
  bottom: -9.9rem;
  left: 0rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__05_05 {
    width: 7.425rem;
    bottom: -4.95rem;
    left: 0rem;
  }
}
.index .map_modal_slider_fimg.__05_06 {
  width: 16rem;
  bottom: -4.2rem;
  right: 2.8rem;
}
@media (max-width: 767px) {
  .index .map_modal_slider_fimg.__05_06 {
    width: 7.2rem;
    bottom: -2.1rem;
    right: 1.4rem;
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 5rem));
  }
}
@media (max-width: 767px) {
  @keyframes slide-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(calc(-100% - 2.4rem));
    }
  }
}
.index .map_wave {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
}
.index .map_filter {
  width: 100%;
  height: 100%;
  background: #3AB7E3;
  opacity: 0.35;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index .mediaSlider {
  display: flex;
  gap: 0 2rem;
  position: absolute;
  bottom: 12rem;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  z-index: 3;
}
.index .mediaSlider_item {
  display: flex;
  gap: 0 2rem;
  animation: slide-left 20s linear infinite;
}
.index .mediaSlider_el {
  width: 56rem;
  height: 41rem;
  position: relative;
}
.index .mediaSlider_frame {
  border-radius: 2rem;
  border: 0.4rem solid #000;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index .mediaSlider_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .mediaSlider_fimg {
  position: absolute;
}
.index .mediaSlider_fimg.__01 {
  width: 36rem;
  bottom: -8rem;
  left: -18rem;
}
.index .mediaSlider_fimg.__02 {
  width: 20.7rem;
  top: -14rem;
  left: 6.6rem;
}
@keyframes slide-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 2rem));
  }
}
.index .news {
  padding: 50rem 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .index .news {
    padding: 0;
  }
}
.index .news_inner {
  padding: 1rem 1rem 20rem 32rem;
  background: #fff;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .index .news_inner {
    padding: 6rem 1rem 5rem 2.8rem;
  }
}
.index .news_bg_tf {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 16rem;
  left: 0;
}
@media (max-width: 767px) {
  .index .news_bg_tf {
    top: -6rem;
  }
}
.index .news_bg_tb {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: -2rem;
  left: 0;
}
@media (max-width: 767px) {
  .index .news_bg_tb {
    top: -12rem;
  }
}
.index .news_bg_bf {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 16rem;
  left: 0;
}
@media (max-width: 767px) {
  .index .news_bg_bf {
    bottom: -6rem;
  }
}
.index .news_bg_bb {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -2rem;
  left: 0;
}
@media (max-width: 767px) {
  .index .news_bg_bb {
    bottom: -12rem;
  }
}
.index .news_bg_fake {
  background: #75CCE8;
  width: 100%;
  height: 50rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .index .news_bg_fake {
    bottom: -50rem;
  }
}
.index .news_ttlArea {
  display: flex;
  justify-content: space-between;
  width: 128rem;
}
@media (max-width: 767px) {
  .index .news_ttlArea {
    width: 32rem;
  }
}
.index .news_btnArea {
  width: 128rem;
}
@media (max-width: 767px) {
  .index .news_btnArea {
    width: auto;
  }
}
.index .news_nav {
  display: flex;
  gap: 0 1.8rem;
}
@media (max-width: 767px) {
  .index .news_nav {
    gap: 0 1.2rem;
  }
}
.index .news_nav_arrow {
  width: 5.8rem;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .index .news_nav_arrow {
    width: 4rem;
  }
}
.index .news_nav_arrow circle, .index .news_nav_arrow path {
  transition-duration: 0.3s;
}
.index .news_nav_arrow:hover circle {
  fill: #EDC900;
}
.index .news_ttl {
  color: #1CB9E5;
}
.index .news_ttl_en {
  font-size: 8rem;
  font-weight: 900;
  font-style: italic;
}
@media (max-width: 767px) {
  .index .news_ttl_en {
    font-size: 4rem;
    letter-spacing: 0.04em;
  }
}
.index .news_ttl_jp {
  font-size: 2rem;
  margin-top: 2.8rem;
  display: block;
}
@media (max-width: 767px) {
  .index .news_ttl_jp {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.index .news_list {
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .index .news_list {
    margin-top: 4rem;
  }
}
.index .news .swiper {
  overflow: unset;
}
.index .news .swiper-slide {
  width: 40rem;
}
@media (max-width: 767px) {
  .index .news .swiper-slide {
    width: 28rem;
  }
}
.index .news_card {
  padding: 2.4rem;
  background: #fff;
  border: 0.4rem solid #000;
  border-radius: 1.8rem;
  overflow: hidden;
  flex-shrink: 0;
  width: 40rem;
  display: block;
}
@media (max-width: 767px) {
  .index .news_card {
    padding: 1.6rem;
    border-radius: 1.6rem;
    width: 28rem;
  }
}
.index .news_card_media {
  width: 100%;
  aspect-ratio: 350/210;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .news_card_media {
    border-radius: 0.8rem;
  }
}
.index .news_card_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .news_card_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 3.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* ← 行数を指定（ここを2行に） */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .index .news_card_ttl {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.index .news_card_day {
  font-size: 1.6rem;
  margin-top: 2.4rem;
  color: #000;
}
@media (max-width: 767px) {
  .index .news_card_day {
    font-size: 1.2rem;
    margin-top: 1.6rem;
    text-align: right;
  }
}
.index .news_btn {
  margin: 8rem auto 0;
}
@media (max-width: 767px) {
  .index .news_btn {
    margin-top: 3.2rem;
  }
}

.sb .a_cursor {
  display: none;
}
@media (max-width: 767px) {
  .sb .l_scroller {
    position: relative;
  }
}
.sb .c_sb_bf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: url(../images/sb_bg.svg) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .sb .c_sb_bf {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sb_bg_sp.svg) no-repeat top center/37.5rem 69.4rem;
  }
}
.sb_mv {
  padding: 12rem 12rem 0;
}
@media (max-width: 767px) {
  .sb_mv {
    padding: 12rem 2rem 0;
  }
}
.sb_mv_ttl_en {
  font-size: 11rem;
  font-style: italic;
  font-weight: bold;
  display: block;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .sb_mv_ttl_en {
    font-size: 4rem;
    letter-spacing: 0.04em;
  }
}
.sb_mv_ttl_jp {
  margin-top: 2.4rem;
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  .sb_mv_ttl_jp {
    font-size: 1.4rem;
    margin-top: 0.4rem;
  }
}
.sb_section {
  padding: 12rem 0 40rem;
}
@media (max-width: 767px) {
  .sb_section {
    padding: 4rem 0 24rem;
  }
}
.sb_article {
  width: 100rem;
  border-radius: 1.6rem;
  border: 4px solid #000;
  background: #FFF;
  padding: 8rem 6.8rem;
  color: #000;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sb_article {
    width: 34rem;
    padding: 3.4rem 2rem 4.8rem;
  }
}
.sb_article_date {
  font-size: 3.2rem;
  color: #1CB9E5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sb_article_date {
    font-size: 1.6rem;
  }
}
.sb_article_ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 5rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sb_article_ttl {
    font-size: 2rem;
    letter-spacing: 0.12em;
  }
}
.sb_article_content {
  margin-top: 8rem;
  color: #000;
}
@media (max-width: 767px) {
  .sb_article_content {
    margin-top: 2.8rem;
  }
}
.sb_article_content h2 {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.6rem;
  margin: 3.2rem 0 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sb_article_content h2 {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
}
.sb_article_content h2::before {
  content: "";
  width: 0.4rem;
  height: 100%;
  background: #1CB9E5;
  position: absolute;
  top: 0;
  left: 0;
}
.sb_article_content h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 2.4rem 0 1.6rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sb_article_content h3 {
    font-size: 2rem;
    margin: 1.8rem 0 1rem;
  }
}
.sb_article_content h4,
.sb_article_content h5,
.sb_article_content h6 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2rem 0 0 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sb_article_content h4,
  .sb_article_content h5,
  .sb_article_content h6 {
    margin-top: 1rem;
  }
}
.sb_article_content p {
  font-size: 1.8rem;
  margin: 1.6rem 0 0 0;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .sb_article_content p {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
.sb_article_content strong {
  font-weight: bold;
}
.sb_article_content em {
  font-style: normal;
  background: #EDC900;
  padding: 0.1rem 0.4rem;
}
.sb_article_content u {
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.2rem;
}
.sb_article_content a {
  color: #1CB9E5;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.sb_article_content ul,
.sb_article_content ol {
  margin: 4rem 0 0 0;
  list-style-position: outside;
  padding-left: 2.4rem;
}
@media (max-width: 767px) {
  .sb_article_content ul,
  .sb_article_content ol {
    margin-top: 2.4rem;
    padding-left: 1.8rem;
  }
}
.sb_article_content ul {
  list-style-type: square;
}
.sb_article_content ul li {
  list-style-type: square;
}
.sb_article_content ol {
  list-style-type: decimal;
}
.sb_article_content ol li {
  list-style-type: decimal;
  padding-left: 0.2rem;
}
.sb_article_content li {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sb_article_content li {
    font-size: 1.4rem;
  }
}
.sb_article_content li::marker {
  color: #2B79FF;
  font-weight: 500;
}
.sb_article_content li + li {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .sb_article_content li + li {
    margin-top: 1rem;
  }
}
.sb_article_content figure {
  border: 0.4rem solid #000;
  border-radius: 2rem;
  overflow: hidden;
  margin: 2.4rem 0 0;
}
@media (max-width: 767px) {
  .sb_article_content figure {
    margin-top: 1.6rem;
  }
}
.sb_article_footer {
  margin-top: 7.6rem;
  padding-top: 6.4rem;
  padding-inline: 4.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .sb_article_footer {
    margin-top: 5.6rem;
    padding-top: 4.8rem;
  }
}
.sb_article_footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 77.6rem;
  height: 0.1rem;
  background: #000;
}
@media (max-width: 767px) {
  .sb_article_footer::before {
    width: 94%;
  }
}
.sb_article_footer_ttl {
  text-align: center;
  font-size: 5.6rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #1CB9E5;
  font-style: italic;
}
@media (max-width: 767px) {
  .sb_article_footer_ttl {
    font-size: 3.2rem;
  }
}
.sb_article_footer_txt {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  margin-top: 1rem;
  color: #1CB9E5;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .sb_article_footer_txt {
    font-size: 1.6rem;
  }
}
.sb_article_footer_sns {
  display: flex;
  justify-content: center;
  gap: 0 4.2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .sb_article_footer_sns {
    margin-top: 2.8rem;
  }
}
.sb_article_footer_sns a {
  width: 4.2rem;
  display: block;
}
.sb_article_pager {
  margin: 8rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 4rem;
  padding: 0;
  width: 84rem;
}
@media (max-width: 767px) {
  .sb_article_pager {
    margin-top: 3.2rem;
    width: 32.5rem;
  }
}
.sb_article_pager_item {
  flex: 1 1 0;
}
.sb_article_pager_item a {
  display: inline-flex;
  align-items: center;
  gap: 0 2rem;
  color: #FFFFFF;
  text-decoration: none;
}
.sb_article_pager_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 27rem;
}
@media (max-width: 767px) {
  .sb_article_pager_ttl {
    display: none;
  }
}
.sb_article_pager_btn {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.6rem;
  background: #EDC900;
  display: inline-block;
  position: relative;
}
.sb_article_pager_btn::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.40625%201.40625L9%206L4.40625%2010.5938L3%209.1875L6.1875%206L3%202.8125L4.40625%201.40625Z%22%20fill%3D%22black%22/%3E%3C/svg%3E") no-repeat center center/contain;
}
.sb_article_pager .is_prev {
  justify-content: flex-start;
}
.sb_article_pager .is_prev .sb_article_pager_btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.sb_article_pager .is_next {
  text-align: right;
  justify-content: flex-end;
}
.sb .news_list {
  width: 128rem;
  margin: 0 auto;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 0.3rem solid #000;
  background: #fff;
  color: #000;
}
@media (max-width: 767px) {
  .sb .news_list {
    width: 34rem;
    border-radius: 1.5rem;
    border: 0.4rem solid #000;
  }
}
.sb .news_item {
  align-items: center;
  gap: 0 1.6rem;
  padding: 3.2rem 8rem 3.2rem 2.4rem;
  display: flex;
  position: relative;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .sb .news_item {
    flex-wrap: wrap;
    padding: 1.2rem 2.4rem;
    gap: 0.8rem;
  }
}
.sb .news_item:not(:first-of-type) {
  border-top: 0.3rem solid #000;
}
@media (max-width: 767px) {
  .sb .news_item:not(:first-of-type) {
    border-top: 0.4rem solid #000;
  }
}
.sb .news_item::after {
  content: "";
  position: absolute;
  height: 1.2rem;
  width: 0.7rem;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M-6.14691e-08%2010.5938L4.59375%206L-4.63068e-07%201.40625L1.40625%20-6.14691e-08L7.40625%206L1.40625%2012L-6.14691e-08%2010.5938Z%22%20fill%3D%22black%22/%3E%3C/svg%3E") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sb .news_item::after {
    transform: unset;
    top: auto;
    bottom: 1.4rem;
  }
}
.sb .news_date {
  display: block;
  font-size: 1.6rem;
  flex: 0 0 10rem;
}
@media (max-width: 767px) {
  .sb .news_date {
    font-size: 1.2rem;
    flex: 0 0 8rem;
    order: 1;
  }
}
.sb .news_tag {
  padding: 0.8rem 1rem;
  background: #EDC900;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  flex-shrink: 0;
  min-width: 12rem;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .sb .news_tag {
    font-size: 1rem;
    padding: 0.4rem;
    border-radius: 0.4rem;
    min-width: 5rem;
    order: 0;
  }
}
.sb .news_ttl {
  font-size: 2.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sb .news_ttl {
    order: 2;
    margin-left: 0;
    width: 100%;
    padding-right: 3.2rem;
    font-size: 1.4rem;
  }
}
.sb .news_pagination {
  margin-top: 6.2rem;
}
.sb .news_pagination_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.4rem;
}
.sb .news_pagination_item .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
.sb .news_pagination_item .page-numbers:not(.current) {
  opacity: 0.6;
}
.sb .news_pagination_item.is_current .page-numbers,
.sb .news_pagination_item .page-numbers.current {
  opacity: 1;
}
.sb .news_pagination_item .page-numbers.prev,
.sb .news_pagination_item .page-numbers.next {
  opacity: 1;
}
.sb .news_pagination_arrow {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.6rem;
  background: #EDC900;
  display: inline-block;
  position: relative;
}
.sb .news_pagination_arrow::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.40625%201.40625L9%206L4.40625%2010.5938L3%209.1875L6.1875%206L3%202.8125L4.40625%201.40625Z%22%20fill%3D%22black%22/%3E%3C/svg%3E") no-repeat center center/contain;
}
.sb .news_pagination_arrow.is_prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.sb .blog_list {
  display: grid;
  gap: 3.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  padding: 0 11.2rem;
}
@media (max-width: 767px) {
  .sb .blog_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem 2rem;
    padding: 0 2rem;
  }
}
.sb .blog_item {
  padding: 2.4rem 2.4rem 2.8rem;
  background: #fff;
  border: 0.4rem solid #000;
  border-radius: 1.8rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sb .blog_item {
    padding: 2rem 2rem;
    border-radius: 1.6rem;
  }
}
.sb .blog_item_media {
  width: 100%;
  aspect-ratio: 350/210;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sb .blog_item_media {
    border-radius: 1rem;
  }
}
.sb .blog_item_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sb .blog_item_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* ← 行数を指定（ここを2行に） */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sb .blog_item_ttl {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
.sb .blog_item_date {
  font-size: 1.6rem;
  margin-top: 2.4rem;
  color: #000;
}
@media (max-width: 767px) {
  .sb .blog_item_date {
    font-size: 1rem;
    margin-top: 1.2rem;
  }
}

/* Global styles */

/*# sourceMappingURL=style.css.map */
