@charset "UTF-8";
.dib {
  display: inline-block;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: inline-block;
  }
}

.header {
  background: #EBF3F3;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.menu-active .header {
  background: #EBF3F3;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.top_tittle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0C6969;
  font-weight: 800;
  line-height: 160%; /* 51.2px */
}

.top_tittle--row .top_tittle__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}

.top_tittle__img--row {
  width: 30px;
  height: 6px;
  margin-right: 11px;
}

.top_tittle--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.top_tittle--column .top_tittle__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.top_tittle--column .top_tittle__jp {
  line-height: 1.5;
}

.top_tittle__img--column {
  width: 6px;
  height: 30px;
  margin-bottom: 6px;
}

.top_tittle__jp {
  font-size: 32px;
  letter-spacing: 2.1px;
  font-weight: 800;
}

.top_tittle__en {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 768px) {
  .top_tittle .top_tittle__jp {
    line-height: 160%; /* 38.4px */
    font-size: 26px;
    letter-spacing: 1.44px;
  }
  .top_tittle .top_tittle__en {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
  .top_tittle--row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .top_tittle--row .top_tittle__img--row {
    margin-top: 20px;
  }
  .top_tittle--row .top_tittle__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
}
.top-btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
}
.top-btn::after {
  content: "";
  position: absolute;
  right: 16.5px;
  top: 50%;
  translate: 0 -50%;
  width: 7px;
  height: 14px;
  background: url(../assets/top-img/top-btn-arrow.svg) no-repeat center center/contain;
}

.top-btn a {
  border-radius: 4px;
  min-width: 320px;
  display: inline-block;
  padding: 14px;
  text-align: center;
  background: #0C6969;
  color: #FFFFFF !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .top-btn a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .top-btn {
    width: 100%;
    max-width: 320px;
  }
  .top-btn a {
    min-width: 100%;
    padding: 14px 0;
  }
}
body {
  overflow-x: hidden;
}

.top-inner {
  max-width: 1000px;
}

@media screen and (max-width: 1239px) {
  .top-inner {
    padding: 0 clamp(1rem, 1.6129032258vw, 2rem) 0;
  }
}
/* header */
.header__inner {
  max-width: 1241px;
  padding-inline: clamp(1.6rem, 1.2903225806vw, 1.6rem);
}

.header__Logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header__Logo.sp {
  display: none;
}

.header__Logo.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__Logo img {
  width: 164px;
}

.header__title {
  color: #0C6969;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.72px;
}

.header__flex2NavListItemLink {
  font-weight: 700;
}

.header__sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header__sns a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .header__sns a:hover {
    opacity: 0.8;
  }
}

.header__sns img {
  width: 39px;
  height: 39px;
  display: block;
}

.off-canvas {
  background: #fff;
  overflow: scroll;
}

.off-canvas__nav {
  height: auto;
  padding-top: 120px;
}

.off-canvas__navList {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 40px;
}

.of-canvas__sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 50px;
  padding-bottom: 50px;
}

.of-canvas__sns img {
  width: 39px;
  height: 39px;
}

.off-canvas__navList {
  gap: 15px;
}

.off-canvas__navListItem a {
  font-size: 14px !important;
  font-weight: 800;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
  margin-top: 15px;
}

.off-canvas__navListItem:not(:last-child) .off-canvas__navListItemLink:after {
  display: none;
}

.off-canvas__navListItem--button {
  margin-top: 0;
}

.off-canvas__navListItem--button a {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 12px;
  width: 200px;
  border-radius: 4px;
  border: 1px solid #0C6969;
}

@media (max-width: 1239px) {
  .header {
    height: clamp(60px, 7.2580645161vw, 9rem);
  }
  .header__sns-wrap {
    display: none;
  }
  .header__Logo.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__Logo.pc {
    display: none;
  }
  .header__Logo img {
    width: 100px;
  }
  .header__title {
    font-size: 9px;
  }
  .nav-btn {
    height: clamp(60px, 7.2580645161vw, 9rem);
  }
  .nav-btn__bar--2 {
    opacity: 0 !important;
  }
  .nav-btn__bar {
    height: 2px;
  }
}
@media screen and (min-width: 769px) {
  /* 全スライドを少し縮小 */
  #js-fv-splide .splide__slide .top-pick-card {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  /* アクティブスライドだけ拡大 */
  #js-fv-splide .splide__slide.is-active .top-pick-card {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top-pick {
  padding-top: 50px;
}

.fv-splide {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 20px;
}

.splide__track {
  margin-left: -20px;
}

.top-pick-card__thumb {
  border-radius: 20px;
  aspect-ratio: 875/500;
  overflow: hidden;
}
.top-pick-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-pick-card__body {
  margin-top: 20px;
}

.top-pick-card__cat {
  font-size: 14px;
  font-weight: 800;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
  padding: 4px 14px;
  border-radius: 15px;
  border: 1px solid #0C6969;
}

.top-pick-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 800;
  line-height: 160%; /* 28.8px */
  letter-spacing: 1.08px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .top-pick-card__thumb {
    aspect-ratio: 335/191;
  }
  .top-pick-card__body {
    margin-top: 15px;
  }
  .top-pick-card__cat {
    font-size: 14px;
  }
  .top-pick-card__title {
    font-size: 18px;
    line-height: 160%; /* 25.6px */
  }
}
.top-event {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

.top-event__btn {
  margin: 0 auto;
  margin-top: 30px;
}

.top-event__content {
  margin-top: 30px !important;
}

.top-post__content {
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none; /* Firefox */
  margin: 0 calc(50% - 50vw) 0 0;
  margin-top: 20px;
}

.top-post__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  padding-right: 1.6em;
}

.top-post__item {
  width: 234px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* カード */
@media (any-hover: hover) {
  .top-post-card:hover .top-post-card__thumb img {
    opacity: 0.8;
  }
}

.top-post-card__thumb {
  position: relative;
  border-radius: 20px;
  width: 235px;
  height: 172px;
  overflow: hidden;
}

.top-post-card__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 235/172;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-post-card__body {
  margin-bottom: 10px;
}

.top-post-card__cat {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: 800;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.84px;
  padding: 6px 14px;
  border-radius: 15px;
  background: #0C6969;
}
.top-post-card__cat a {
  color: #FFF !important;
}

/* まず全体は非表示にしない */
.top-post-card__cat {
  display: inline;
}

/* 1つ目以外のカテゴリを非表示 */
.top-post-card__cat a:not(:first-child) {
  display: none;
}

/* カンマを非表示（2つ目以降が消えても残らないように） */
.top-post-card__cat {
  white-space: nowrap;
}

.top-post-card__cat a:first-child::after {
  content: "";
}

.top-post-card__title {
  margin: 0.5em 0;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #0C6969;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.top-post-card__title a {
  font-size: 16px;
  font-weight: 800;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}

.top-post-card__meta {
  color: #9D9D9D;
  font-size: 14px;
  font-weight: 800;
  line-height: 1; /* 22.4px */
  letter-spacing: 0.84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
}
.top-post-card__meta::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../assets/top-img/time_img.png) no-repeat center center/contain;
}

.top-link {
  padding-bottom: 60px;
  position: relative;
}
.top-link::after {
  content: "";
  position: absolute;
  background: #EBF3F3;
  width: 100vw;
  height: 80%;
  z-index: -1;
  bottom: 0;
}

.top-link__content-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.top-link__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.top-link__row .top-link__item {
  width: calc(50% - 10px);
}

.top-link__item__wrap {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.top-link__item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.top-link__item a {
  width: 100%;
  display: block;
}
@media (any-hover: hover) {
  .top-link__item a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.top-link__item img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-link__item1 a {
  height: 220px;
}

.top-link__item2 a {
  height: 300px;
}

.top-link__item3 a {
  height: 300px;
}

.top-link__item4 a {
  height: 300px;
}

.top-link__item5 a {
  height: 300px;
}

.top-link__item6 a {
  height: 220px;
}

.top-link__item7 a {
  height: 220px;
}

.top-link__item-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  background: rgba(12, 105, 105, 0.7);
  border-radius: 100vmax;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 120%; /* 25.6px */
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .top-link__item__wrap {
    gap: clamp(5px, 1.3333333333vw, 20px);
  }
  .top-link__content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(5px, 1.3333333333vw, 20px);
  }
  .top-link__row {
    gap: clamp(5px, 1.3333333333vw, 20px);
  }
  .top-link__row .top-link__item {
    width: calc((100% - clamp(5px, 1.3333333333vw, 20px)) / 2);
  }
  .top-link__item__wrap {
    width: 100%;
  }
  .top-link__item a {
    height: auto;
  }
  .top-link__item-title {
    width: 68px;
    height: 68px;
    font-size: 14px;
  }
}
.top-popular {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFFBF5;
}

.top-recent {
  padding-top: 60px;
  padding-bottom: 60px;
}

.top-keyword {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #EBF3F3;
}

.top-keyword__title {
  color: #0C6969;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.top-keyword__title::before {
  content: "";
  display: block;
  width: 4px;
  height: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #0C6969;
}

.top-keyword__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.top-keyword__item {
  width: calc((100% - 50px) / 6);
}

.top-keyword__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  color: #0C6969;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 120%; /* 25.6px */
  letter-spacing: 0.96px;
  border-radius: 10px;
  border: 1px solid var(--main, #0C6969);
  background: #FFF;
  padding: 3px 6px;
  white-space: normal; /* nowrap を解除 */
  overflow-wrap: anywhere; /* どこでも折り返し可（推奨） */
  word-break: break-word; /* 互換対策 */
  -ms-hyphens: auto;
      hyphens: auto; /* ハイフネーション（英語なら有効） */
}

@media screen and (max-width: 1200px) {
  .top-keyword__item {
    width: calc((100% - 40px) / 5);
  }
}
@media screen and (max-width: 900px) {
  .top-keyword__item {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 600px) {
  .top-keyword__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 500px) {
  .top-keyword__item {
    width: calc((100% - 10px) / 2);
  }
}
.top-message {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(../assets/top-img/message-pc.png) no-repeat center center/cover;
}

.top-message__title-sub {
  text-align: center;
  max-width: 80%;
  margin-inline: auto;
}
.top-message__title-sub p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  letter-spacing: 1.62px;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
}
.top-message__title-sub p::before, .top-message__title-sub p::after {
  content: "";
  width: 55px;
  height: 54.5px;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.top-message__title-sub p::before {
  content: "";
  left: -50px;
  background: url(../assets/top-img/message-left.png) no-repeat center center/contain;
}
.top-message__title-sub p::after {
  content: "";
  right: -50px;
  background: url(../assets/top-img/message-right.png) no-repeat center center/contain;
}

.top-message__title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.92px;
  margin-top: 7px;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
}
.top-message__title .yellow {
  color: #FFF537;
  font-size: 40px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 2.4px;
}

.top-message__text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.5px;
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .top-message {
    background: url(../assets/top-img/message-sp.png) no-repeat center center/cover;
  }
  .top-message__title-sub p {
    font-size: 18px;
    line-height: 140%; /* 25.2px */
    letter-spacing: 1.08px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .top-message__title-sub p::before, .top-message__title-sub p::after {
    width: 35px;
    height: 59px;
    top: auto;
    bottom: 0px;
    translate: 0;
  }
  .top-message__title-sub p::before {
    left: -40px;
  }
  .top-message__title-sub p::after {
    right: -40px;
  }
  .top-message__title {
    font-size: 29px;
    line-height: 140%;
    letter-spacing: 1.759px;
    margin-top: 4px;
  }
  .top-message__title .yellow {
    font-size: 36.6px;
    line-height: 140%;
    letter-spacing: 2.19px;
  }
  .top-message__text {
    text-align: left;
  }
}
@media screen and (max-width: 519px) {
  .top-message__title-sub p {
    display: inline;
  }
  .top-message__title-sub p::before {
    left: -30px;
  }
  .top-message__title-sub p::after {
    right: -60px;
  }
}
.top-sns {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.top-sns::after {
  content: "";
  position: absolute;
  background: #EBF3F3;
  width: 100vw;
  height: 45%;
  z-index: -1;
  top: 0;
}

.top-sns__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  margin-top: 20px;
}

.top-sns__title {
  margin: 0 auto;
  padding: 15px;
  width: 269px;
  background: #fff;
  border-radius: 35px;
  color: #0C6969;
  font-size: 22px;
  font-weight: 800;
  line-height: 160%; /* 35.2px */
  letter-spacing: 1.32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  position: relative;
}
.top-sns__title::before {
  content: "";
  width: 38px;
  height: 38px;
}
.top-sns__title::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 33px;
  height: 35px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}

.top-sns__title--instagram::before {
  background: url(../assets/top-img/insta-icon.png) no-repeat center center/contain;
}

.top-sns__feed {
  margin-top: 25px;
}

.top-sns__title--tiktok::before {
  background: url(../assets/top-img/tiktok-icon.png) no-repeat center center/contain;
}

.sb-post-item .sb-post-item-image {
  aspect-ratio: 1/1 !important;
}

#sb-tiktok-feeds-container-1 .sb-post-item-wrap {
  padding-bottom: 5px !important;
}

@media screen and (max-width: 768px) {
  .top-sns {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-sns::after {
    height: 80%;
  }
  .top-sns__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .top-sns__title {
    padding: 12px;
    width: 188px;
    font-size: 15px;
    line-height: 160%; /* 25.2px */
    letter-spacing: 0.9px;
    gap: 7px;
  }
  .top-sns__title::before {
    width: 26px;
    height: 26px;
  }
}
.top-info {
  background: #FFFBF5;
  padding-top: 60px;
  padding-bottom: 93px;
}

.top-info__content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.top-info__text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 1.08px;
  margin: 0;
}
.top-info__text .yellow {
  color: #0C6969;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFF537));
  background: linear-gradient(transparent 60%, #FFF537 40%);
}

.top-info__button a {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .top-info {
    padding-top: 50px;
    padding-bottom: 66px;
  }
  .top-info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 40px;
  }
}
.footer__inner {
  padding-top: 45px;
  padding-bottom: 26px;
  max-width: 1241px;
}

.footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__nav--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.footer__logo {
  width: 164px;
  margin-bottom: 0;
}

.footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer__navListItem + .footer__navListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__navListItem + .footer__navListItem::before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background-color: #FFF;
  margin: 0 25px;
}

.footer__navListItemLink {
  white-space: nowrap; /* nowrap を解除 */
  color: #FFF;
  font-size: 14px;
  font-weight: 800;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
}

.footer__nav--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.footer__nav-button a {
  display: block;
  text-align: center;
  color: #FFF !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 12px;
  width: 200px;
  border-radius: 4px;
  border: 1px solid #FFF;
}
@media (any-hover: hover) {
  .footer__nav-button a:hover {
    opacity: 0.8;
    color: #0C6969 !important;
    background: #fff;
  }
}

.footer__copy {
  text-align: center;
  margin-top: 60px;
}

.footer__nav--right-sp {
  display: none;
}

@media screen and (max-width: 1239px) {
  .footer__nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__nav--right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .footer__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__navListItem + .footer__navListItem::before {
    display: none;
  }
  .footer__nav--right-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__navListItem--pc {
    display: none;
  }
  .footer__nav--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 0;
  }
  .footer__nav-button a {
    width: 150px;
    padding: 10px;
    font-size: 14px;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.84px;
  }
}
.footer__navListItemLink:after {
  font-size: 14px;
}

.event-list .post-list-thumb img {
  aspect-ratio: 16/9;
}

/* 20250823 */
.top-sns__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#sbi_images {
  padding-top: 0 !important;
}

#sb_instagram .sbi_photo img {
  aspect-ratio: 1/1 !important;
}

.sb-post-item-image-wrap {
  height: auto !important;
  border-radius: 0 !important;
}

.about_flex {
  gap: 1rem;
}
.about_flex .about_th {
  padding-bottom: 0rem !important;
}
.about_flex .about_td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.about_flex .about_td::before {
  content: "/";
}

@media (max-width: 781px) {
  .about_flex {
    gap: 0;
  }
  .about_td::before {
    display: none;
  }
}
.header__flex {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.nav-btn {
  position: static;
}

@media (min-width: 431px) {
  br.sp-br {
    display: none;
  } /* PC/タブレットでは単発 <br> を無効化 */
}
br.all-br {
  display: block !important;
}

.breadcrumb {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 14px;
}

@media (min-width: 768px) {
  .breadcrumb {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 9px;
  }
}
@media (min-width: 1024px) {
  .breadcrumb {
    padding-bottom: 20px;
    padding-left: 32px;
  }
}/*# sourceMappingURL=app.css.map */