/******* common *******/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-weight: normal;
  font-family: "Noto Sans JP", serif;
}

/* Firefox */
* {
  scrollbar-width: none;
}

/* IE and Edge */
* {
  -ms-overflow-style: none;
}

/* Chrome, Safari, Opera */
::-webkit-scrollbar {
  display: none;
}

ul,
ol {
  list-style: none;
}
a,
a:visited {
  color: inherit;
  text-decoration: none;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
iframe {
  border: none;
}
.sp,
.pad {
  display: none;
}

.disable {
  pointer-events: none;
}

.inner {
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.main_title {
  color: #394c69;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.main_title.white {
  color: #fff;
}

.main_title span {
  color: #0097e0;
  text-align: center;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.main_title.white span {
  color: #ffe10d;
}

.block_title {
  border-bottom: 5px solid #0097e0;
  background: #003a8f;
  padding: 18px 32px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.link_btn {
  display: block;
  background: #003a8f;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 0.2s;
}

.link_btn.white {
  background: #fff;
}

.link_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -48%);
  width: 26px;
  height: 26px;
  background-image: url(../image/common/icon_arrow_wh.svg);
  background-size: contain;
}

.link_btn.white::after {
  background-image: url(../image/common/icon_arrow_bl.svg);
}

.btn_main {
  display: inline-block;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  max-width: 100%;

  width: 400px;
  height: 80px;
  padding: 20px 36px;
  background: #fff;
  border: 2px solid #003a8f;
  color: #003a8f !important;
  font-size: 20px;

  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 130%;

  transition: 0.2s;
}

.btn_main::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/common/icon_bg_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.btn_main.yellow {
  border: none;
  background: #ffe10d;
}

.btn_main.blue {
  color: #fff !important;
  border: 2px solid #fff;
  background: #003a8f;
}

.btn_main.blue::after {
  background-image: url(../image/common/icon_bg_link_w.svg);
}

.btn_main.disable {
  pointer-events: none;
  background: #9aa1ab;
  color: #fff !important;
  border: none;
  box-shadow: none;
  opacity: 1;
}

.btn_main.disable::after {
  background-image: url(../image/common/icon_arrow_disable.svg);
}

@media (hover: hover) {
  .btn_main:hover {
    box-shadow: unset;
    transform: translateY(4px);
  }
}

.comingsoon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 0;
  margin-top: 24px;
}

.comingsoon p {
  color: #0097e0;
  text-align: center;
  font-family: Jost;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.comingsoon span {
  color: #394c69;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
}

.pad {
  display: none;
}

.gray {
  background: #b3b3b3!important;
}

@media screen and (max-width: 1324px) {
  .pad {
    display: block;
  }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
    margin: 0 auto;
  }

  .main_title {
    font-size: 30px;
  }

  .main_title span {
    font-size: 14px;
  }

  .btn_main {
    padding: 20px;
    height: 69px;
    font-size: 18px;
  }

  .block_title {
    border-bottom: 3px solid #0097e0;
    padding: 14px 20px 16px;
    text-align: start;
    font-size: 18px;
  }

  .comingsoon {
    padding: 21.5px 0;
    margin-top: 16px;
  }

  .comingsoon p {
    font-size: 24px;
  }

  .comingsoon span {
    font-size: 12px;
  }
}

/* !animation
---------------------------------------------------------- */
/* 左側: 上から下へスクロール */
@keyframes scrollDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* 右側: 下から上へスクロール */
@keyframes scrollUp {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

/* 横スクロール用アニメーション */
@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* !kv
---------------------------------------------------------- */
.kv {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.kv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv_content {
  position: relative;
  z-index: 2;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kv_content .center-text {
  width: 40.76%;
  z-index: 10;
  transform: translate(0%, 8%);
}

.kv .left_box,
.kv .right_box {
  display: flex;
  flex-direction: column;
  gap: 7.35px;
  max-width: 25%;
  position: absolute;
  top: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.kv .left_box {
  left: 7.35px;
  animation-name: scrollDown;
  animation-duration: 80s;
}

.kv .right_box {
  right: 7.35px;
  animation-name: scrollUp;
  animation-duration: 80s;
}

.kv .item {
  border-radius: 7.347px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
}

.kv .left_box .item img,
.kv .right_box .item img {
  display: block;
  width: 100%;
  height: auto;
}

.kv .left_box .flex,
.kv .right_box .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.35px;
}

/* カードフリップ用のスタイル */
.kv_content .item.is-flipped {
  transform: rotateY(180deg);
}

.kv_content .item img {
  display: block;
  width: 100%;
  height: auto;
}

.kv_content .item .flip-front {
  position: relative;
  z-index: 2;
}

.kv_content .item .flip-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: rotateY(180deg) scaleX(-1);
}

.kv_content .item.is-flipped .flip-back {
  opacity: 1;
}

.kv_content .item.is-flipped .flip-front {
  opacity: 0;
}

/* bigクラスはフリップさせない */
.kv_content .item.big.is-flipped {
  transform: rotateY(0deg) !important;
}

.kv_content .item.big .flip-front {
  opacity: 1 !important;
}

.kv_content .item.big .flip-back {
  opacity: 0 !important;
  display: none;
}

@media screen and (max-width: 768px) {
  .kv_content {
    display: block;
    align-items: unset;
    justify-content: unset;
  }

  .kv_content .center-text {
    width: 500px;
    max-width: calc(100% - 0px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
  }

  .kv .bottom_box,
  .kv .top_box {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 18.57%;
    position: absolute;
    width: max-content;
    overflow: hidden;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .kv .top_box {
    margin-top: 64px;
    top: 6px;
    animation-name: scrollRight;
    animation-duration: 50s;
  }

  .kv .bottom_box {
    bottom: 6px;
    animation-name: scrollLeft;
    animation-duration: 50s;
  }

  .kv .bottom_box,
  .kv .top_box {
    white-space: nowrap;
  }

  .kv .bottom_box .big,
  .kv .top_box .big {
    height: 100%;
    aspect-ratio: 1 / 1;
  }

  .kv .bottom_box .small,
  .kv .top_box .small {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    aspect-ratio: 1 / 1;
  }

  .kv .bottom_box .small .yoko,
  .kv .top_box .small .yoko {
    height: 48.5%;
    overflow: hidden;
  }

  .kv .bottom_box .small .flex,
  .kv .top_box .small .flex {
    display: flex;
    gap: 6px;
    height: 48.5%;
    overflow: hidden;
  }

  .kv .bottom_box .img .kv .top_box .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

/* !follow
---------------------------------------------------------- */
a.follow.sp {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  z-index: 500;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  pointer-events: none;

  /* card */
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
}

a.follow.sp.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* !background
---------------------------------------------------------- */
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: -1;
}

.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* !header
---------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0 16px 48px;
  z-index: 10;
  height: 80px;
  background: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  width: 13.88%;
  max-width: 200px;
}

.header .left_menu {
  display: flex;
  align-items: center;
}

.header .item_list {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 32px;
}

.header .item_list a {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-decoration: none;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.header .item_list a:hover {
  opacity: 0.7;
}

.header .right_menu {
  display: flex;
  align-items: center;
}

.header .btnMenu,
.header .mypage {
  border-left: 1px solid #d6d9dd;
  background: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .mypage {
  border: none;
  background: #e5f5fc;
}

.header .btnMenu a,
.header .mypage a {
  color: #003a8f;
  text-align: center;
  font-family: Jost;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: opacity 0.2s ease; /* 修正 */
}

.header .mypage a {
  gap: 6px;
  font-size: 10px;
}

.header .btnMenu a img,
.header .mypage a img {
  width: 32px;
  height: 32px;
}

.header .btn_main {
  width: 190px;
  height: 80px;
  font-size: 18px;
  line-height: 130%;
  padding: 10px 16px;
  box-shadow: none;
  border-radius: 0px !important;
  transition: opacity 0.2s ease; /* 修正 */
}

.header .btn_main::after {
  transition: transform 0.2s ease; /* 修正 */
}

@media (hover: hover) {
  .header .btn_main:hover::after {
    transform: translateX(4px);
  }

  .header .btnMenu a:hover,
  .header .mypage a:hover {
    opacity: 0.7;
  }
}

.header .btn_main:hover {
  transform: none;
}

.header .menu_close_btn {
  display: none; /* 初期状態で非表示 */
}

.header .menu_close_btn.pc {
  display: none; /* 初期状態で非表示 */
  border-left: 1px solid #d6d9dd;
  background: #fff;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header .menu_close_btn.pc.show {
  display: flex; /* showクラスがついたら表示 */
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  color: #003a8f;
  text-align: center;
  font-family: Jost;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
}

.header .menu_close_btn.pc img {
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
}

.header .btnMenu.hide {
  display: none; /* hideクラスがついたら非表示 */
}

.pc_menu_list {
  position: absolute;
  top: 76px !important;
  right: 210px !important;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  padding: 32px 28px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 1160px) {
  .header:has(.btnMenu:hover) .pc_menu_list,
  .pc_menu_list:hover {
    opacity: 1;
    visibility: visible;
  }
}

.pc_menu_list.open {
  opacity: 1;
  visibility: visible;
}

.pc_menu_list .item {
  color: #003a8f !important;
  text-align: start;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 21px */
  transition: 0.3s ease;
}

@media (hover: hover) {
  .pc_menu_list .item:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1330px) {
  .header {
    padding: 16px 0 16px 24px;
  }

  .header .item_list {
    gap: 16px;
    padding-right: 20px;
  }

  .header .btn_main {
    width: 150px;
  }
}

@media screen and (max-width: 1159px) {
  .header .left_menu .item_list {
    display: none !important; /* SPでは常に非表示 */
  }

  .header .logo {
    width: 200px;
  }

  .header .right_menu {
    flex-direction: row-reverse;
  }

  .header .btnMenu,
  .header .mypage {
    border-left: none;
  }

  .pc_menu_list {
    display: none; /* SPでは非表示 */
  }

  .header .left_menu .item_list {
    display: none !important; /* SPでは常に非表示 */
  }

  .header .btn_main {
    width: 190px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    height: 64px;
    padding: 20px 0 20px 16px;
  }

  .header .logo {
    width: 130px;
  }

  .header .btnMenu,
  .header .mypage {
    width: 64px;
    height: 64px;
  }

  .header .btnMenu a img,
  .header .mypage a img {
    width: 26px;
    height: 26px;
  }
}

/* MENUボタンとCLOSEボタンの切り替え */
.btnMenu.hide {
  display: none;
}

.menu_close_btn.pc {
  display: none;
}

.menu_close_btn.pc.show {
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* SP表示では非表示 */
@media (max-width: 767px) {
  .pc_menu_list {
    display: none;
  }
}

/* !navigation
---------------------------------------------------------- */
#navigation {
  display: none;
}

#navigation .menu_close_btn {
  display: none; /* 初期状態で非表示 */
}

@media screen and (max-width: 1159px) {
  #navigation {
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }

  #navigation.open {
    opacity: 1;
    z-index: 50;
    pointer-events: auto;
  }

  #navigation .header {
    position: relative;
  }

  #navigation .menu_close_btn {
    display: block;
    width: 64px;
    height: 64px;
    transition: opacity 0.4s;
    color: #003a8f;
    text-align: center;
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 12px */
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
  }

  #navigation .menu_close_btn img {
    width: 26px;
    height: 26px;
  }

  #navigation .navigation_container {
    margin: 0 auto 120px;
  }

  #navigation .navigation_container .inner.top {
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #f2fafd;
    max-width: 100%;
  }

  #navigation .nav_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
    align-items: center;
    justify-content: center;
  }

  #navigation .nav_list a {
    padding: 20px 8px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #003a8f;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    border-top: 1px dashed #003a8f;
  }

  .nav_list .nav_item:nth-child(5),
  .nav_list .nav_item:nth-child(6) {
    border-bottom: 1px dashed #003a8f;
  }

  #navigation .btn_main.yellow {
    height: 63px;
    margin: 0 auto;
  }

  #navigation .inner.bottom {
    max-width: 100%;
    padding: 48px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  #navigation .inner.bottom .team_name {
    color: #003a8f;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
  }

  #navigation .inner.bottom .link_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #d6d9dd; /* 外側の線 */
  }

  #navigation .inner.bottom .link_list .item {
    height: 60px;
    padding: 16px 8px;
    color: #003a8f;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-right: 1px solid #d6d9dd; /* 内側の縦線 */
    border-bottom: 1px solid #d6d9dd; /* 内側の横線 */
  }

  /* 右端の線を消す */
  #navigation .inner.bottom .link_list .item:nth-child(2n) {
    border-right: none;
  }

  /* 下端の線を消す */
  #navigation .inner.bottom .link_list .item:nth-child(n + 3) {
    border-bottom: none;
  }
}

/* !introduction
---------------------------------------------------------- */
#introduction {
  background: #fff;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

#introduction .top_text {
  color: #394c69;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.72px;
  margin-top: 32px;
  /* word-break: auto-phrase;  */
  overflow-wrap: break-word;
}

.service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
  justify-content: center;
  align-items: stretch;
}

.service_list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #e5f5fc;
  padding: 32px 24px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: 0.2s;
}

.service_list li .point_title {
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding: 18px 20px;
  border-top: 2px solid #003a8f;
  border-bottom: 2px solid #003a8f;
  margin-bottom: 24px;
}

.service_list li .point_title .left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  color: #003a8f;
  text-align: center;
  font-family: Jost;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
}

.service_list li .point_title .left span {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 100%;
}

.service_list li .point_title .line {
  width: 1px;
  background: #003a8f;
  display: block;
}

.service_list li .point_title h4 {
  color: #003a8f;
  text-align: start;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  align-items: center;
}

.service_list li .point_title .short {
  padding: 12px 0;
}

.service_list li .img {
  width: 140px;
  margin: 0 auto 24px;
}

.service_list li .detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.service_list li .detail .top {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}

.service_list li .detail .bottom {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
}

.service_list li .link_btn {
  margin: 16px 0 0 auto;
}

@media (hover: hover) {
  .service_list li a:hover {
    box-shadow: unset;
    transform: translateY(4px);
  }

  .service_list li a:hover .link_btn {
    box-shadow: unset;
    transform: translateY(4px);
  }
}

@media screen and (max-width: 1108px) {
  .service_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .service_list li .point_title h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #introduction {
    padding: 64px 0;
  }

  #introduction .top_text {
    font-size: 16px;
    text-align: left;
  }

  .service_list {
    margin-top: 40px;
  }

  /* .service_list li {
    padding: 28px 20px;
  } */

  .service_list li .point_title {
    padding: 18px 16px;
    margin-bottom: 20px;
  }

  .service_list li .point_title .left {
    font-size: 26px;
  }

  .service_list li .point_title .short {
    padding: 0;
  }

  .service_list li .point_title h4 {
    font-size: 18px;
  }

  .service_list li .img {
    width: 120px;
    margin-bottom: 20px;
  }

  .service_list li .detail .top {
    font-size: 18px;
  }

  .service_list li .detail .bottom {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 664px) {
  .service_list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* !banners
---------------------------------------------------------- */
#banners {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: rgba(0, 58, 143, 0.85);
}

.banner_slider.swiper {
  width: 100%;
  padding-bottom: 10px;
}

.banner_slider a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.banner_slider a .item_title {
  display: flex;
  gap: 8px;
  align-items: center;
}

.banner_slider a .item_title .link_btn {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease; /* トランジションを追加 */
}

.banner_slider a .item_title p {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  transition: 0.2s ease;
}

.banner_slider .link_btn::after {
  width: 18px;
  height: 18px;
}

@media (hover: hover) {
  .banner_slider a:hover .item_title p {
    color: #ffe10d;
  }

  .banner_slider a:hover .link_btn {
    transform: translateX(4px); /* 右に4px移動 */
    background: #ffe10d;
  }
}

.swiper-pagination,
.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  transform: unset !important;
}

.navigation-container {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: end;
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 48px auto 0;
}

.navigation-container .left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: fit-content !important;
}

.banner_slider .swiper-pagination {
  gap: 4px;
  align-items: end;
}

.banner_slider .swiper-pagination .current-page {
  color: #ffe10d;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-family: Jost;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
}

.banner_slider .swiper-pagination .separator,
.banner_slider .swiper-pagination .total-page {
  color: #fff;
  font-feature-settings: "pwid" on;
  font-family: Jost;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.52px;
}

.swiper-play-pause {
  background: transparent !important;
  border: none !important;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.navigation-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none; /* Swiperのデフォルト矢印を削除 */
}

.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  width: 48px !important;
  height: 48px !important;
  border-radius: 2px;
  position: relative;
  margin-bottom: -20px;
  border-radius: 4px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 26px;
  height: 26px;
  pointer-events: none;
}

@media (hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    box-shadow: unset !important;
    transform: translateY(2px) !important;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #banners {
    padding: 90px 0 64px;
  }

  .banner_slider a .item_title p {
    font-size: 16px;
  }

  .banner_slider a .item_title .link_btn {
    width: 16px;
    height: 16px;
  }

  .banner_slider .link_btn::after {
    width: 14px;
    height: 14px;
  }

  .navigation-container {
    margin: 40px auto 0;
    justify-content: space-between;
    max-width: calc(100% - 64px);
  }

  .banner_slider .swiper-pagination .current-page {
    font-size: 32px;
  }

  .banner_slider .swiper-pagination .separator,
  .banner_slider .swiper-pagination .total-page {
    font-size: 18px;
  }

  .swiper-play-pause {
    width: 32px;
    height: 32px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: -12px;
  }

  .swiper-button-prev img,
  .swiper-button-next img {
    width: 22px;
    height: 22px;
  }
}

/* !course
---------------------------------------------------------- */
#course {
  background: #fff;
  padding: 120px 0 130px;
  position: relative;
  z-index: 1;
}

#course .inner {
  width: 994px;
}

#course .top_text {
  color: #394c69;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.72px;
  margin-top: 32px;
  /* word-break: auto-phrase; */
  overflow-wrap: break-word;
}

.course_container {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}

.course_container .title_box {
  background: #003a8f;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.course_container .title_box img {
  width: 40px;
  height: 31px;
}

.course_container .title_box h3 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}

.course_container .detail_box {
  padding: 32px 48px 40px;
  border-right: 4px solid #003a8f;
  border-left: 4px solid #003a8f;
  border-bottom: 4px solid #003a8f;
  background: #f2fafd;
}

.course_container .detail_box .item {
  display: flex;
  gap: 24px;
}

.course_container .detail_box .item.bottom {
  margin-top: 24px;
  margin-bottom: -6px;
}

.course_container .detail_box .item .title {
  display: flex;
  align-items: center;
  width: 120px;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  background: #003a8f;
  border-radius: 999px;

  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.72px;
}

.course_container .detail_box .item .title_none {
  display: flex;
  align-items: center;
  width: 120px;
  background: transparent;
}

.course_container .detail_box .item .detail {
  display: flex;
  align-items: center;
}

.course_container .detail_box .item .desc {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
  letter-spacing: 0.88px;
}

.course_container .detail_box .item .desc .tax {
  font-size: 14px;
  letter-spacing: 0.56px;
}

.course_container .detail_box .item .note {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  margin-top: 4px;
}

.course_container .detail_box .bottom_text {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
  margin-top: 28px;
}

.course_note {
  margin-top: 24px;
}

.course_note li {
  display: flex;
  gap: 2px;
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.56px;
}

#course .btn_box {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

#course .btn_main.top {
  width: 311px;
  height: 69px;
  padding: 20px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #course {
    padding: 64px 0;
  }

  #course .top_text {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.64px;
    margin-top: 24px;
  }

  .course_container .title_box h3 {
    font-size: 20px;
  }

  .course_container .detail_box {
    padding: 36px 20px 40px;
  }

  .course_container .detail_box .item {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .course_container .detail_box .item .title {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.64px;
    padding: 6px 24px;
  }

  .course_container .detail_box .item .note {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0.56px;
  }

  .course_container .detail_box .bottom_text {
    font-size: 16px;
    letter-spacing: 0.64px;
    margin-top: 28px;
  }

  .course_note li {
    font-size: 12px;
    letter-spacing: 0.48px;
  }

  #course .btn_box {
    margin-top: 48px;
    gap: 24px;
  }
}

/* !option
---------------------------------------------------------- */
#option {
  background: rgba(0, 58, 143, 0.85);
  padding: 140px 0 120px;
  position: relative;
  z-index: 1;
}

#option::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 60px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #fff;
}

#option .top_text {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.36px;
  margin-top: 32px;
  word-break: auto-phrase; /* 単語の途中で改行しない */
  overflow-wrap: break-word;
}

.option_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 56px auto;
  align-items: stretch;
}

.option_list li {
  display: flex; /* 追加 */
}

.option_list li a {
  display: flex;
  flex-direction: column;
  padding: 28px 32px 36px;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  min-height: 346px;
  transition: 0.2s;
  gap: 4px;
}

.option_list li a .top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 4px;
  flex-shrink: 0;
}

.option_list li a .top .img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.option_list li a .top .left {
  display: flex;
  flex-direction: column;
}

.option_list li a .top .left .name {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36px */
  letter-spacing: 0.96px;
  word-break: break-word; /* 追加 */
  overflow-wrap: break-word; /* 追加 */
}

.option_list li a .top .left .price {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}

.option_list li a .top .left .price .tax {
  font-size: 12px;
}

.option_list li a .top .left .price .amount {
  color: #394c69;
  font-family: Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}

.option_list li a .bottom {
  flex-grow: 1;
}

.option_list li a .bottom p {
  color: #344257;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
  flex: 1;
}

.option_list li a .link_btn {
  margin: 16px 0 0 auto;
}

@media (hover: hover) {
  .option_list li a:hover {
    box-shadow: unset;
    transform: translateY(4px);
  }

  .option_list li a:hover .link_btn {
    box-shadow: unset;
    transform: translateY(4px);
  }
}

.option_list .comingsoon {
  background: #9aa1ab;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  border-radius: 4px;
  min-height: 346px;
}

.option_list .comingsoon p {
  color: #fff;
  text-align: center;
  font-family: Jost;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 42px */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.option_list .comingsoon span {
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  color: #fff;
}

#option .btn_main {
  margin: 0 auto;
}

.tab-buttons {
  display: none; /* PCでは非表示 */
}

@media screen and (max-width: 1000px) {
  .option_list {
    width: 100%;
    max-width: 800px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  #option {
    padding: 64px 0;
  }

  #option::after {
    display: none;
  }

  #option .top_text {
    font-size: 16px;
    letter-spacing: 0.32px;
    text-align: left;
  }

  .tab-container {
    margin: 48px auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .tab-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .tab-button {
    padding: 18px 16px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    border: none;
    color: #003a8f;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */

    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .tab-button.comingsoon_item {
    background: #9aa1ab;
    font-family: Jost;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tab-button.comingsoon_item::after {
    background-image: url(../image/common/icon_down_wh_bl.svg);
    opacity: 0.8;
  }

  .tab-button::after {
    content: "";
    background-image: url(../image/common/icon_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .tab-button.active {
    background: #ffe10d;
  }

  .tab-button.comingsoon_item.active {
    color: #003a8f;
    font-weight: 700;
  }

  .tab-button.comingsoon_item.active::after {
    background-image: url(../image/common/icon_down.svg);
    opacity: 1;
  }

  .option_list {
    margin: 0 auto;
    display: block;
    gap: 0;
  }

  /* モバイル時：タブコンテンツを非表示 */
  .option_list li.tab-content {
    display: none;
  }

  /* モバイル時：activeなタブコンテンツのみ表示 */
  .option_list li.tab-content.active {
    display: flex;
    animation: fadeIn 0.5s ease;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(0px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .option_list li a {
    padding: 20px;
  }

  .option_list li a .top .left .name {
    font-size: 22px;
  }

  .option_list li a .top .left .price .amount {
    font-size: 18px;
  }

  .option_list li a .top .left .price {
    font-size: 15px;
  }

  .option_list li a .bottom p {
    font-size: 14px;
    letter-spacing: 0.56px;
  }

  .option_list li a .link_btn {
    margin: 8px 0 0 auto;
  }

  .option_list .comingsoon_item {
    min-width: 343px;
  }
}

/* !btn_list
---------------------------------------------------------- */
.btn_container {
  background: #f2fafd;
  padding: 64px 0;
  position: relative;
}

.btn_container .btn_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.btn_blank {
  border-radius: 4px;
  border: 1px solid #003a8f;
  background: #003a8f;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  padding: 24px;
  position: relative;
  transition: 0.2s;
}

@media (hover: hover) {
  .btn_blank:hover {
    box-shadow: unset;
    transform: translateY(4px);
  }
}

.btn_blank::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/common/icon_bg_link_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.btn_blank .right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn_blank .right img {
  width: 48px;
  height: 48px;
}

.btn_blank .right .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn_blank .right .text .en {
  color: #ffe10d;
  font-family: Jost;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
}

.btn_blank .right .text .ja {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}

@media screen and (max-width: 1120px) {
  .btn_blank .right .text .ja {
    font-size: 18px;
  }
}

@media screen and (max-width: 1032px) {
  .btn_container .btn_list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .btn_container {
    padding: 56px 0;
  }

  .btn_container .btn_list {
    grid-template-columns: 1fr;
    width: 480px;
    max-width: calc(100% - 32px);
  }

  .btn_blank {
    padding: 20px;
    height: 81px;
  }

  .btn_blank .right {
    gap: 10px;
  }

  .btn_blank .right img {
    width: 36px;
    height: 36px;
  }

  .btn_blank .right .text .en {
    font-size: 12px;
  }

  .btn_blank .right .text .ja {
    font-size: 18px;
  }
}

/* !footer
---------------------------------------------------------- */
footer {
  background-color: #394c69;
  padding: 40px 0;
  position: relative;
}

footer .inner {
  display: flex;
  justify-content: space-between;
}
footer .footer_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

footer .top_list {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

footer .top_list a {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.7px;
}

footer .sns_container {
  display: flex;
  gap: 16px;
  align-items: center;
}

footer .sns_container .text {
  color: #fff;
  font-feature-settings: "pwid" on;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
  letter-spacing: 0.42px;
}

footer .sns_list {
  display: flex;
  justify-content: start;
  gap: 8px;
}

footer .sns_list .item a {
  border-radius: 999px;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .sns_list .item a img {
  width: 16px;
  height: 16px;
}

footer .copyright {
  color: #fff;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 14px */
  letter-spacing: 0.42px;
}

.scrollToTop {
  cursor: pointer;
  width: 110px;
  min-height: 99px;
  z-index: 9;
  position: absolute;
  top: -15%;
  right: 48px;
  transition: 0.2s;
}

.scrollToTop.toppage {
  top: -22%;
}

footer a {
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .scrollToTop:hover {
    transform: translateY(-4px);
  }

  footer a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .scrollToTop {
    width: 69px;
    height: 69px;
    right: 16px;
    top: -5%;
  }

  .scrollToTop.toppage {
    top: -9%;
  }

  footer {
    padding: 56px 0;
  }

  footer .top_list {
    flex-direction: column;
    gap: 4px;
  }

  footer .sns_container {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  footer .sns_list {
    gap: 8px;
  }

  footer .footer_content {
    gap: 32px;
  }
}

/* ========================================================== 
会員規約・ロイヤリティプログラム
==========================================================  */
.royalty_program_container {
  background: #fff;

  padding: 100px 0 120px;
}

.royalty_program_container .inner {
  width: 996px;
  /* padding: 0 16px 0 4px; */
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.royalty_program_container .inner .title {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 54px */
}

.royalty_program_container .inner p,
.royalty_program_container .inner .item p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  padding: 0 8px;
}

.royalty_program_container .inner p.p-none,
.royalty_program_container .inner .item p.p-none {
  padding-left: 0;
}

.royalty_program_container .inner .item p {
  display: flex;
  gap: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.pl-2 {
  padding-left: 16px;
}

.royalty_program_container .inner .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.royalty_program_container .inner .item h4 {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}

.royalty_program_container .inner .item ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 8px 0;
}

.royalty_program_container .inner .item ul li {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  display: flex;
}

.royalty_program_container .inner .item .pl-2 li {
  gap: 4px;
}

.royalty_program_container .inner .item .pl-2 li .left {
  width: 24px;
  text-align: end;
  flex-shrink: 0;
}

.royalty_program_container .inner a {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  transition: 0.3s ease;
}

@media (hover: hover) {
  .royalty_program_container .inner a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .royalty_program_container {
    padding: 64px 0 80px;
  }

  .royalty_program_container .inner {
    gap: 48px;
    /* padding: 0 16px 0 12px; */
  }

  .royalty_program_container .inner .title {
    font-size: 20px;
    line-height: 150%;
  }

  .royalty_program_container .inner p,
  .royalty_program_container .inner .item p {
    font-size: 14px;
    letter-spacing: 0.28px;
    padding: 0 4px;
  }

  .royalty_program_container .inner .item h4 {
    font-size: 18px;
    line-height: 150%; /* 27px */
  }

  .royalty_program_container .inner .item ul li {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 175%;
    gap: 0;
  }

  .royalty_program_container .inner a {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  .royalty_program_container .inner .item .pl-2 li .left {
    width: 18px;
  }

  .pl-2 {
    padding-left: 8px;
  }
}

/* ========================================================== 
チケットサービス、入会方法
==========================================================  */
.header_block {
  height: 80px;
  background: #fff;
}

.lower_mv {
  position: relative;
  width: 100%;
  height: 260px;
  background: url(../image/common/img_mv_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lower_mv h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.lower_mv h1 span {
  color: #ffe10d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  font-family: Jost;
}

@media screen and (max-width: 768px) {
  .header_block {
    height: 64px;
  }

  .lower_mv {
    height: 160px;
    background-image: url(../image/common/img_mv_sp.jpg);
  }

  .lower_mv h1 {
    font-size: 24px;
  }

  .lower_mv h1 span {
    font-size: 14px;
  }
}

/* !ticket_top
---------------------------------------------------------- */
#ticket_top,
#join_top {
  background: #fff;
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
}

#ticket_top .top_text,
#join_top .top_text {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 38.5px */
  letter-spacing: 0.44px;
  word-break: auto-phrase; /* 単語の途中で改行しない */
  overflow-wrap: break-word;
  width: 790px;
  max-width: 100%;
  margin: 0 auto;
}

#join_top .top_text {
  width: 740px;
}

#ticket_top ul,
#join_top ul {
  background: #ffe10d;
  display: flex;
  gap: 48px 24px;
  margin: 80px auto 0;
  padding: 56px 28px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

#join_top ul {
  margin: 0 auto !important;
}

#ticket_top ul li,
#join_top ul li {
  max-width: 352px;
  width: 100%;
}

#ticket_top ul li a,
#join_top ul li a {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  padding: 32px 24px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: 0.2s;
  height: 100%;
}

@media (hover: hover) {
  #ticket_top ul li a:hover,
  #join_top ul li a:hover {
    box-shadow: unset;
    transform: translateY(4px);
  }
}

#ticket_top ul li a::after,
#join_top ul li a::after {
  content: "";
  background-image: url(../image/common/icon_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

#ticket_top ul li a .text,
#join_top ul li a .text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}

#ticket_top ul li a .text {
  gap: 8px;
  justify-content: space-between;
}

#ticket_top ul li a .top,
#join_top ul li a .top {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
  word-break: auto-phrase;
}

#ticket_top ul li a .bottom,
#join_top ul li a .bottom {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 28.6px */
}

#ticket_top ul li a .fukidashi {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#ticket_top ul li a .fukidashi p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.28px;
  border-radius: 70px;
  background: #003a8f;
  padding: 2px 18px;
  position: relative;
}

#ticket_top ul li a .fukidashi::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 6px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #003a8f;
}

@media screen and (max-width: 768px) {
  #ticket_top,
  #join_top {
    padding: 48px 0 0;
  }

  #ticket_top .top_text,
  #join_top .top_text {
    font-size: 16px;
    letter-spacing: 0.32px;
    text-align: left;
    word-break: normal;
    overflow-wrap: normal;
  }

  #ticket_top ul,
  #join_top ul {
    padding: 20px 16px;
    margin: 40px auto 0;
    gap: 16px;
  }

  #ticket_top ul li a,
  #join_top ul li a {
    padding: 16px;
    max-width: 100%;
  }

  #ticket_top ul li a .fukidashi {
    position: unset;
    transform: unset;
    margin: 0 0 8px;
    width: fit-content;
  }

  #ticket_top ul li a .fukidashi p {
    padding: 1px 12px;
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  #ticket_top ul li a .fukidashi::after {
    display: none;
  }

  #ticket_top ul li a .top,
  #join_top ul li a .top {
    font-size: 12px;
    line-height: 130%; /* 15.6px */
  }

  #ticket_top ul li a .bottom,
  #join_top ul li a .bottom {
    font-size: 16px;
    line-height: 130%;
  }

  #ticket_top ul li a::after,
  #join_top ul li a::after {
    width: 22px;
    height: 22px;
  }

  #join_top ul li {
    height: 74px;
  }
}

/* !presale
---------------------------------------------------------- */
#presale,
#how_to_join {
  background: #fff;
  padding: 100px 0 120px;
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

#presale .inner.top,
#how_to_join .inner.top {
  width: 792px;
}

#presale .inner.top {
  padding-bottom: 80px;
}

#presale .main_title {
  margin-bottom: 48px;
}

#presale .top_text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.36px;
  margin-bottom: 48px;
}

#presale .presale_img,
#exchange_ticket .seat_type .img {
  margin-bottom: 32px;
  border: 1px solid #d6d9dd;
}

#presale .img_bottom_text {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
  letter-spacing: 0.44px;
  margin-bottom: 32px;
  word-break: auto-phrase; /* 単語の途中で改行しない */
  overflow-wrap: break-word;
}

#presale .note li,
#how_to_join .note li {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  display: flex;
  gap: 4px;
}

#how_to_join .note .red {
  color: #d82b2b;
}

#presale .inner.bottom,
#how_to_join .inner.bottom {
  /* padding-top: 80px; */
  width: 996px;
}

#how_to_join .inner.bottom {
  padding-bottom: 0px;
}

#presale .sales_schedule {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #presale,
  #how_to_join {
    padding: 64px 0 72px;
  }

  #presale .main_title,
  #how_to_join .main_title {
    margin-bottom: 24px;
  }

  #presale .top_text,
  #how_to_join .top_text {
    font-size: 16px;
  }

  #presale .img_bottom_text {
    text-align: start;
    font-size: 18px;
    letter-spacing: 0.36px;
  }

  #presale .note li {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  #presale .sales_schedule {
    padding-bottom: 64px;
  }
}

/* !member_discount
---------------------------------------------------------- */
#member_discount,
#fanclub_ticket {
  background: #003a8f;
  padding: 120px 0;
}

#member_discount .inner,
#fanclub_ticket .inner {
  border-radius: 40px;
  background: #fff;
  padding: 100px 16px;
  position: relative;
  z-index: 1;
}

#member_discount .main_title,
#fanclub_ticket .main_title {
  margin-bottom: 48px;
}

#member_discount .top_text,
#fanclub_ticket .top_text {
  color: #394c69;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.36px;
  margin-bottom: 48px;
}

#member_discount .top_text {
  margin-bottom: 0;
}

#fanclub_ticket .top_text {
  text-align: left;
}

#member_discount .btn_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

#member_discount .note {
  width: 790px;
  max-width: 100%;
  margin: 16px auto;
}

#member_discount .note p {
  color: #394c69;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  margin-bottom: 8px;
  display: flex;
  gap: 4px;
}

#member_discount .btn_main::after {
  width: 24px;
  height: 24px;
}

#member_discount .btn_box .note {
  color: #394c69;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
}

#member_discount .how_to_buy {
  width: 996px;
  max-width: 100%;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  #member_discount,
  #fanclub_ticket {
    padding: 64px 0;
  }

  #member_discount .inner,
  #fanclub_ticket .inner {
    max-width: calc(100% - 24px);
    border-radius: 18px;
    padding: 56px 16px;
  }

  #member_discount .main_title,
  #fanclub_ticket .main_title {
    margin-bottom: 24px;
  }

  #member_discount .top_text,
  #fanclub_ticket .top_text {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  #member_discount .btn_box .note {
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  #member_discount .note p {
    text-align: left;
  }
}

/* !exchange_ticket
---------------------------------------------------------- */
#exchange_ticket {
  background: #fff;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

#exchange_ticket .inner {
  width: 996px;
}

#exchange_ticket .main_title {
  margin-bottom: 48px;
}

#exchange_ticket .top_text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.36px;
  margin-bottom: 64px;
}

#exchange_ticket .block_title {
  margin-bottom: 32px;
}

#exchange_ticket .seat_type,
/* #exchange_ticket .target_match, */
#exchange_ticket .how_to_apply {
  margin-bottom: 80px;
}

#exchange_ticket .seat_type .img {
  margin-bottom: 32px;
}

#exchange_ticket .seat_type .note li {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  display: flex;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  #exchange_ticket {
    padding: 64px 0 72px;
  }

  #exchange_ticket .main_title {
    margin-bottom: 24px;
  }

  #exchange_ticket .top_text {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  #exchange_ticket .block_title,
  #exchange_ticket .seat_type .img {
    margin-bottom: 24px;
  }

  #exchange_ticket .seat_type .note li {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  #exchange_ticket .seat_type,
  /* #exchange_ticket .target_match, */
  #exchange_ticket .how_to_apply {
    margin-bottom: 64px;
  }
}

/* !how to join
---------------------------------------------------------- */
#how_to_join .inner.top {
  padding-bottom: 120px;
}

#how_to_join .main_title {
  margin-bottom: 64px;
}

#how_to_join .registration_period {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

#how_to_join .registration_period h4 {
  background: #0097e0;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.36px;
}

#how_to_join .registration_period .date {
  background: #e5f5fc;
  display: flex;
  padding: 40px 40px 48px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  align-self: stretch;
}

#how_to_join .registration_period .date p {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 49px */
  letter-spacing: 0.56px;
}

#how_to_join .registration_period .date p span {
  position: relative;
  z-index: 1;
}

#how_to_join .registration_period .date p span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0%;
  width: 100%;
  height: 7px;
  background: #ffe10d;
  z-index: -1;
}

.join_mypage {
  margin-bottom: 120px;
}

.join_mypage h3 {
  margin-bottom: 64px;
}

.join_mypage .swiper-slide {
  display: flex;
  padding: 48px 56px;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  background: #e5f5fc;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
}

.join_mypage .swiper-slide .img {
  background: #fff;
  width: 36.19%;
}

.join_mypage .swiper-slide .left {
  width: 58.37%;
}

.join_mypage .swiper-slide .left .step {
  border-radius: 999px;
  background: #003a8f;
  display: flex;
  padding: 2px 14px 1px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Jost;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  width: fit-content;
  margin-bottom: 8px;
}

.join_mypage .swiper-slide .left .title {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}

.join_mypage .swiper-slide .left .text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  margin-bottom: 24px;
}

.join_mypage .swiper-slide .left .note p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 21px */
  letter-spacing: 0.24px;
  display: flex;
  gap: 4px;
}

.join_mypage .swiper-slide .left .note .red {
  color: #d82b2b;
}

.join_slider.swiper {
  padding: 0 0 32px;
}

.join_slider_controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  margin-top: 56px !important;
}

.join_slider_controls .navigation-btns {
  display: flex;
  gap: 12px;
}

.join_slider .swiper-button-next,
.join_slider .swiper-button-prev {
  background: #003a8f;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
}

.join_slider .swiper-button-next img,
.join_slider .swiper-button-prev img {
  width: 26px;
  height: 26px;
}

.join_slider .swiper-pagination {
  color: #949494;
  font-family: Jost;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.52px;
  gap: 4px;
  align-items: end;
}

.join_slider .swiper-pagination .current-page {
  color: #003a8f;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-family: Jost;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: 0.8px;
}

.howto_box {
  margin-bottom: 64px;
}

.howto_box .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: stretch;
  justify-content: center;
}

.howto_box .container .box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.howto_box .sub_title {
  margin-bottom: 32px;
}

.howto_box .bold_text {
  color: #fff;
  background: #003a8f;
  height: 60px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
}

.howto_box .text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;

  padding: 24px;
  height: 100%;
  border-radius: 0 0 4px 4px;
  border: 2px solid #003a8f;
}

.payment_method .block_title {
  margin-bottom: 64px;
}

.payment_method .text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  width: 790px;
  max-width: 100%;
  margin: 0 auto 64px;
}

.payment_method .text a {
  color: #003a8f;
  text-decoration-line: underline;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .payment_method .text a:hover {
    opacity: 0.7;
  }
}

.payment_method .flex_box {
  display: flex;
  gap: 32px;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 64px;
}

.payment_method .flex_box .item_note {
  width: 48.39%;
}

.payment_method .flex_box .item {
  background: #ebecee;
  display: flex;
  padding: 28px 20px 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}

.payment_method .flex_box .item .title {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.36px;
}

.payment_method .flex_box .item .img {
  display: flex;
  gap: 16px;
}

.payment_method .flex_box .item .img img {
  max-width: 100px;
}

.payment_method .flex_box .note {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.28px;
  margin-top: 16px;
  display: flex;
  gap: 4px;
}

.payment_method .btn_main {
  font-size: 16px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #how_to_join .main_title {
    margin-bottom: 32px;
  }

  #how_to_join .registration_period h4 {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  #how_to_join .registration_period .date {
    padding: 24px 8px;
  }

  #how_to_join .registration_period .date p {
    font-size: 20px;
    letter-spacing: 0.4px;
  }

  #how_to_join .note li {
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  #how_to_join .inner.top {
    padding-bottom: 64px;
  }

  .join_mypage {
    margin-bottom: 64px;
  }

  .join_mypage h3 {
    margin-bottom: 32px;
  }

  .join_slider.swiper {
    padding: 0 0 8px;
  }

  .join_mypage .swiper-slide {
    padding: 20px;
    flex-direction: column;
    gap: 28px;
  }

  .join_mypage .swiper-slide .img {
    width: 100%;
  }

  .join_mypage .swiper-slide .left {
    width: 100%;
  }

  .join_mypage .swiper-slide .left .step {
    font-size: 14px;
  }

  .join_mypage .swiper-slide .left .title {
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 8px;
  }

  .join_mypage .swiper-slide .left .text {
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-bottom: 16px;
  }

  .join_slider_controls {
    margin-top: 32px !important;
    gap: 24px;
  }

  .join_slider .swiper-button-next img,
  .join_slider .swiper-button-prev img {
    width: 22px;
    height: 22px;
  }

  .join_slider .swiper-pagination {
    gap: 2px;
  }

  .join_slider .swiper-pagination .current-page {
    font-size: 32px;
  }

  .join_slider .swiper-pagination {
    font-size: 18px;
  }

  .payment_method .block_title {
    margin-bottom: 24px;
  }

  .payment_method .text {
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-bottom: 40px;
  }

  .payment_method .flex_box {
    flex-direction: column;
    gap: 48px;
    margin-bottom: 0;
  }

  .payment_method .flex_box .item_note {
    width: 100%;
  }

  .payment_method .flex_box .item_note .btn_main {
    margin-top: 32px;
  }

  .payment_method .flex_box .item {
    padding: 24px 20px 36px;
    gap: 20px;
  }

  .payment_method .flex_box .item .img img {
    width: 93px;
    gap: 12px;
  }

  .payment_method .flex_box .note {
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  .howto_box .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .howto_box {
    margin-bottom: 40px;
  }

  .howto_box .container .box {
    width: 100%;
  }

  .howto_box .bold_text {
    font-size: 18px;
    letter-spacing: 0.32px;
    height: 48px;
  }

  .howto_box .text {
    padding: 20px 24px;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

/* !fanclub ticket
---------------------------------------------------------- */
#fanclub_ticket .sub_inner {
  width: 996px;
  max-width: 100%;
  margin: 0 auto;
}

/* .star_takeover {
  margin-bottom: 120px;
} */

.star_takeover .img {
  border: #d6d9dd 1px solid;
}

.star_takeover .block_title {
  margin-bottom: 48px;
}

.star_takeover .top_list {
  margin-bottom: 16px;
}

.star_takeover .top_list li p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.36px;
  display: flex;
  gap: 4px;
}

.star_takeover .top_list li .note {
  color: var(--text, #394c69);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 21px */
  letter-spacing: 0.48px;
  padding-left: 20px;
  display: flex;
}

/* .star_takeover .note {
  margin-bottom: 64px;
} */

.star_takeover .note li {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  display: flex;
  gap: 4px;
}

.campaign .block_title {
  margin-bottom: 48px;
}

.campaign .img {
  margin-bottom: 16px;
}

.campaign .text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  margin-bottom: 16px;
}

.campaign .note li {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.28px;
  display: flex;
  gap: 4px;
}

.campaign .btn_box {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  #fanclub_ticket .main_title {
    font-size: 28px;
  }

  #fanclub_ticket .top_text {
    margin-bottom: 64px;
  }

  /* .star_takeover {
    margin-bottom: 64px;
  } */

  .star_takeover .block_title {
    margin-bottom: 24px;
  }

  .star_takeover .top_list li {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  /* .star_takeover .note {
    margin-bottom: 40px;
  } */

  .star_takeover .note li {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  .campaign .block_title {
    margin-bottom: 24px;
  }

  .campaign .text {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  .campaign .note li {
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  .campaign .btn_box {
    flex-direction: column-reverse;
    gap: 16px;
    margin-top: 48px;
  }

  .campaign .btn_box .btn_main.top {
    width: 287px;
  }

  .campaign .btn_box .btn_main.yellow {
    width: 375px;
  }

  .star_takeover .top_list li p {
    font-size: 16px;
    font-weight: 500;
  }

  .star_takeover .top_list li .note {
    font-size: 12px;
  }
}

/* !membership procedure
---------------------------------------------------------- */
#membership_procedure {
  background: #fff;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

#membership_procedure .inner {
  width: 996px;
}

#membership_procedure .main_title {
  margin-bottom: 64px;
}

#membership_procedure .top {
  margin-bottom: 120px;
}

#membership_procedure .block_title {
  margin-bottom: 48px;
}

#membership_procedure .top .text,
#membership_procedure .bottom .text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
}

@media screen and (max-width: 768px) {
  #membership_procedure {
    padding: 64px 0 72px;
  }

  #membership_procedure .main_title {
    margin-bottom: 48px;
  }

  #membership_procedure .top {
    margin-bottom: 64px;
  }

  #membership_procedure .block_title {
    margin-bottom: 24px;
  }

  #membership_procedure .top .text,
  #membership_procedure .bottom .text {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

/* ========================================================== 
オプション
==========================================================  */
.optional_top_content,
.star_change_content {
  background: white;
  padding: 80px 0;
}

.optional_top_content .top_text,
.star_change_content .top_text {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 38.5px */
  letter-spacing: 0.44px;
  word-break: auto-phrase; /* 単語の途中で改行しない */
  overflow-wrap: break-word;
}

.optional_top_content .top_text span {
  display: inline-block;
}

.optional_top_content ul,
.star_change_content ul {
  background: #ffe10d;
  padding: 56px 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 80px;
}

.star_change_content ul {
  display: flex;
  justify-content: center;
}

.optional_top_content ul li {
  width: 100%;
  max-width: 100%;
}
.star_change_content ul li {
  width: 357px;
  max-width: 100%;
}

.optional_top_content ul .btn_transition,
.star_change_content ul .btn_transition {
  border-radius: 4px;
  background: var(--white, #fff);
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  position: relative;
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  height: 74px;
  transition: all 0.2s ease;
}

.optional_top_content ul .btn_transition::after,
.star_change_content ul .btn_transition::after {
  content: "";
  background-image: url(../image/common/icon_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.optional_top_content ul .btn_transition.disable {
  background: var(--grayscale-400, #9aa1ab);
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.optional_top_content ul .btn_transition.disable::after {
  background-image: url(../image/common/icon_down_disable.svg);
  opacity: 0.7;
}

@media (hover: hover) {
  .optional_top_content ul .btn_transition:hover,
  .star_change_content ul .btn_transition:hover {
    box-shadow: none;
    transform: translateY(4px);
  }
}

@media screen and (max-width: 1080px) {
  .optional_top_content ul,
  .star_change_content ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 40px 24px;
  }
}

@media screen and (max-width: 768px) {
  .optional_top_content,
  .star_change_content {
    padding: 48px 0 40px;
  }

  .optional_top_content .top_text,
  .star_change_content .top_text {
    font-size: 16px;
    text-align: left;
    word-break: normal;
    overflow-wrap: normal;
  }

  .optional_top_content ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 16px;
    margin-top: 40px;
  }

  .optional_top_content ul .btn_transition,
  .star_change_content ul .btn_transition {
    padding: 16px;
    font-size: 16px;
    line-height: 130%;
    height: 64px;
  }

  .optional_top_content ul .btn_transition.smallTxt {
    font-size: 15px;
  }

  .optional_top_content ul .btn_transition.comingsoonTxt {
    font-family: Jost;
  }
}

/* !goods option
---------------------------------------------------------- */
#goods_option {
  background: #e5f5fc;
  padding: 120px 0;
}

#goods_option .top_text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.36px;
  margin: 32px auto;
  width: 996px;
  max-width: 100%;
}

#goods_option .top_content {
  width: 996px;
  max-width: 100%;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#goods_option .top_content p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.36px;
}

#goods_option .bottom_content {
  margin-top: 80px;
}

#goods_option .bottom_content h3 {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: 1.12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

#goods_option .bottom_content h3 span {
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 130%;
}

#goods_option .item_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
}

#goods_option .item_list a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

#goods_option .item_list .card .img {
  border: 1px solid #d6d9dd;
  aspect-ratio: 330.67/237.6;
  max-width: 330.67px;
}

#goods_option .item_list .card .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#goods_option .item_list a .bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1; /* 追加: 残りのスペースを埋める */
  justify-content: space-between; /* 追加: 子要素を上下に配置 */
}

#goods_option .item_list a .bottom .text {
  flex: 1;
}

#goods_option .item_list a .bottom h4 {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}

#goods_option .item_list a .bottom p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.28px;
}

#goods_option .item_list a .price_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#goods_option .item_list a .price_area .price {
  color: #003a8f;
  font-family: Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  display: flex;
  align-items: center;
}

#goods_option .item_list a .price_area .price .yen {
  font-size: 16px;
  font-family: "Noto Sans JP";
}

#goods_option .item_list a .price_area .price .tax {
  font-size: 12px;
  font-family: "Noto Sans JP";
  margin-left: 4px;
}

#goods_option .item_list a .price_area .btn_detail {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  border-radius: 2px;
  background: #003a8f;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.2s ease;
}

#goods_option .item_list a .price_area .btn_detail::after {
  content: "";
  background-image: url(../image/common/icon_mordal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-small {
  font-size: 16px!important;
}

@media (hover: hover) {
  #goods_option .item_list a:hover {
    box-shadow: none;
    transform: translateY(4px);
  }

  #goods_option .item_list a:hover .price_area .btn_detail {
    box-shadow: none;
    transform: translateY(4px);
  }
}

.fancybox__slide {
  padding: 120px 0 200px;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 120px;
}

.option_modal_content {
  padding: 64px;
  display: grid;
  gap: 48px;
}

/* ラッパー */
.modal_slider_wrapper {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 48px;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* スライダー本体 */
.modal .modal_slider.swiper {
  max-width: 588px;
  width: 100%;
  overflow: hidden;
}

.modal .modal_slider.swiper .pagination {
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}

.modal .modal_slider .swiper-wrapper {
  width: 100%;
  margin: 0 auto;
}

.modal h4 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.36px;
}

.modal h4 .line {
  height: 2px;
  display: block;
  background: #003a8f;
}

.modal .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal .content p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
}

/* Fancyboxのコンテンツ表示を修正 */
.fancybox__content {
  background: #fff;
  padding: 0;
  width: 994px;
  max-width: calc(100% - 48px);
}

/* モーダル本体 */
.fancybox__content .modal {
  display: block !important;
  background: #fff;
  padding: 64px;
  width: 100%;
}

.modal_slider_wrapper .swiper-slide {
  /* max-wsidth: 585px; */
  width: 100% !important;
}

.modal_slider_wrapper .swiper-slide img {
  width: 99%;
  height: auto;
  display: block;
  border: 1px solid #d6d9dd;
}

/* ナビゲーションボタン */
.modal_slider_wrapper .swiper-button-prev,
.modal_slider_wrapper .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #003a8f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10;
  cursor: pointer;
  margin: 0;
}

.modal_slider_wrapper .swiper-button-prev {
  left: 0 !important;
}

.modal_slider_wrapper .swiper-button-next {
  right: 0 !important;
}

.modal_slider_wrapper .swiper-button-prev::after,
.modal_slider_wrapper .swiper-button-next::after {
  font-size: 20px;
}

.modal_slider_wrapper .swiper-button-prev,
.modal_slider_wrapper .swiper-button-next {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: var(--main_blue, #003a8f);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ページネーション */
.modal_slider_wrapper .pagination {
  position: absolute !important;
  bottom: -48px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex;
  gap: 8px;
  justify-content: center;
  z-index: 10;
}

/* ページネーションのドット */
.modal_slider_wrapper .pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #003a8f;
  opacity: 0.25;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s ease;
  margin: 0 !important;
}

.modal_slider_wrapper .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

#goods_option .note {
  margin-top: 24px;
}

#goods_option .note p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.28px;
  display: flex;
  gap: 1px;
}

.fancybox__content > .f-button.is-close-btn {
  display: none;
}

.modal-close-top {
  border: none !important;
  background: transparent !important;
  width: 44px;
  height: 44px;
  position: absolute !important;
  top: -22px !important;
  right: -22px !important;
  cursor: pointer;
}

.modal-close-bottom {
  border: none !important;
  cursor: pointer;
  border-radius: 4px;
  background: #0097e0;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 120px 20px 110px;
  width: 316px;
  height: 67px;

  position: absolute !important;
  bottom: -120px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  transition: all 0.2s ease;
}

.modal-close-bottom img {
  width: 20px;
  height: 20px;
}

.modal-close-bottom span {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}

@media (hover: hover) {
  .modal_slider_wrapper .swiper-button-prev:hover,
  .modal_slider_wrapper .swiper-button-next:hover {
    box-shadow: none;
    transform: translateY(-50%) translateY(4px) !important;
  }

  .modal-close-bottom:hover {
    box-shadow: none;
    transform: translateX(-50%) translateY(4px) !important;
  }
}

@media screen and (max-width: 1040px) {
  #goods_option .item_list {
    gap: 24px;
  }
}

@media screen and (max-width: 840px) {
  #goods_option .item_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  #goods_option {
    padding: 64px 0 72px;
  }

  #goods_option .top_content {
    margin-top: 32px;
    gap: 24px;
  }

  #goods_option .top_content p {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 175%;
  }

  #goods_option .bottom_content h3 {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.8px;
  }

  #goods_option .bottom_content {
    margin-top: 64px;
  }

  #goods_option .bottom_content h3 span {
    font-size: 12px;
    letter-spacing: 0.48px;
  }

  #goods_option .item_list a {
    padding: 20px;
  }

  #goods_option .item_list a .bottom h4 {
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 6px;
  }

  #goods_option .item_list a .bottom p {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 175%;
  }

  #goods_option .item_list a .price_area .price {
    font-size: 18px;
    line-height: 100%;
  }

  #goods_option .item_list a .price_area .price .yen {
    font-size: 14px;
  }

  #goods_option .item_list a .price_area .price .tax {
    font-size: 10px;
  }

  #goods_option .note p {
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 175%;
  }

  .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px;
  }

  .option_modal_content {
    padding: 24px 20px;
    gap: 32px;
  }

  .fancybox__content {
    max-width: calc(100% - 32px);
  }

  .fancybox__slide {
    padding: 40px 0 140px;
  }

  .modal_slider_wrapper {
    margin: 0 auto 24px;
  }

  .modal_slider_wrapper .swiper-button-prev,
  .modal_slider_wrapper .swiper-button-next {
    width: 32px;
    height: 32px;
  }

  .modal_slider_wrapper .swiper-button-next {
    right: -10px !important;
  }

  .modal_slider_wrapper .swiper-button-prev {
    left: -10px !important;
  }

  .modal h4 {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  .modal .content p {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 175%;
  }

  .modal-close-top {
    width: 32px;
    height: 32px;
    top: -14px !important;
    right: -14px !important;
  }

  .modal-close-bottom {
    height: 58px;
    bottom: -94px !important;
  }

  .text-small {
    font-size: 12px!important;
  }
}

@media screen and (max-width: 600px) {
  #goods_option .item_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* !star_guide_option
---------------------------------------------------------- */
#star_guide_option {
  background: #fff9cf;
  padding: 120px 0;
}

#star_guide_option .main_title {
  margin-bottom: 32px;
}

#star_guide_option .inner.top {
  width: 788px;
  padding-bottom: 120px;
}

#star_guide_option .inner.top .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  margin-bottom: 48px;
}

#star_guide_option .inner.top .content h3 {
  color: #394c69;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}

#star_guide_option .inner.top .content .text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  padding: 0 4px;
}

.application_area {
  width: 504px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.application_area .note p {
  color: #394c69;
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
  display: flex;
  gap: 2px;
}

#star_guide_option .inner.top .dl_box {
  display: flex;
  gap: 24px;
  justify-content: center;
}

#star_guide_option .inner.top .dl_box a {
  max-width: 240px;
  width: 100%;
  transition: all 0.2s ease;
}

#star_guide_option .inner.top .dl_box .item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 240px;
  width: 100%;
}

#star_guide_option .inner.top .dl_box .item p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  display: flex;
  gap: 2px;
}

@media (hover: hover) {
  #star_guide_option .inner.top .dl_box a:hover {
    opacity: 0.7;
  }
}

#star_guide_option .inner.bottom {
  width: 996px;
}

#star_guide_option .inner.bottom .block_title {
  margin-bottom: 64px;
}

.function-slider.swiper {
  padding-bottom: 10px;
}

.function-slider.swiper .swiper-slide {
  background: #fff;
  padding: 48px 56px;
  display: flex;
  gap: 48px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
}

.function-slider.swiper .swiper-slide .img {
  width: 36.19%;
}

.function-slider.swiper .swiper-slide .left_box {
  width: 58.37%;
}

.function-slider.swiper .swiper-slide .left_box .point {
  color: #fff;
  text-align: center;
  font-family: Jost;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  padding: 2px 14px 1px;
  border-radius: 999px;
  background: #003a8f;
  width: fit-content;
  margin-bottom: 8px;
}

.function-slider.swiper .swiper-slide .left_box h4 {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}

.function-slider.swiper .swiper-slide .left_box .text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
}

.function-slider .swiper {
  padding: 0 0 32px;
}

.function-slider_controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  margin-top: 48px !important;
}

.function-slider_controls .navigation-btns {
  display: flex;
  gap: 12px;
}

.function-slider .swiper-button-next,
.function-slider .swiper-button-prev {
  background: #003a8f;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
}

.function-slider .swiper-button-next img,
.function-slider .swiper-button-prev img {
  width: 26px;
  height: 26px;
}

.function-slider .swiper-pagination {
  color: #949494;
  font-family: Jost;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.52px;
  gap: 4px;
  align-items: end;
}

.function-slider .swiper-pagination .current-page {
  color: #003a8f;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-family: Jost;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: 0.8px;
}

@media screen and (max-width: 768px) {
  #star_guide_option {
    padding: 64px 0 72px;
  }

  #star_guide_option .inner.top {
    padding-bottom: 80px;
  }

  #star_guide_option .inner.top .content {
    gap: 24px;
    margin-bottom: 32px;
  }

  #star_guide_option .inner.top .content h3 {
    font-size: 20px;
    line-height: 150%;
    margin-top: 32px;
  }

  #star_guide_option .inner.top .content .text {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 175%;
    padding: 0;
  }

  #star_guide_option .inner.top .dl_box {
    gap: 12px;
  }

  #star_guide_option .inner.bottom .block_title {
    margin-bottom: 32px;
  }

  .function-slider.swiper .swiper-slide {
    flex-direction: column;
    padding: 20px;
    gap: 28px;
  }

  .function-slider.swiper .swiper-slide .img,
  .function-slider.swiper .swiper-slide .left_box {
    width: 100%;
  }

  .function-slider.swiper .swiper-slide .left_box h4 {
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 150%;
    margin-bottom: 8px;
  }

  .function-slider.swiper .swiper-slide .left_box .text {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 175%;
  }

  .function-slider_controls {
    gap: 24px;
    margin-top: 32px !important;
  }

  .function-slider .swiper-pagination .current-page {
    font-size: 32px;
  }

  .function-slider .swiper-pagination {
    font-size: 18px;
  }
}

/* !star_change
---------------------------------------------------------- */
.star_change_content .top_text {
  width: 996px;
  max-width: 100%;
  margin: 0 auto;
}

.star_change_content .img {
  width: 996px;
  max-width: 100%;
  margin: 48px auto;
}

#star_goods_change {
  background: #e5f5fc;
  padding: 120px 0;
}

#star_goods_change .top_text {
  width: 790px;
  max-width: 100%;
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.72px;
  margin: 32px auto 48px;
  /* word-break: auto-phrase;  */
  overflow-wrap: break-word;
}

#star_goods_change .note {
  padding: 24px 0 0;
  width: 790px;
  max-width: 100%;
  margin: 0 auto;
}

#star_goods_change .note p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.56px;
  display: flex;
  gap: 4px;
}

#star_goods_change .btn_main {
  font-size: 16px;
  width: 332px;
  height: 69px;
  padding: 24px 20px;
  margin: 48px auto 0;
}

/* 商品タブボタンのスタイル */
.goods_tab_buttons {
  display: flex;
  width: 996px;
  border-radius: 2px;
  border: 2px solid #003a8f;
  background: #fff;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto 40px;
}

.goods_tab_buttons button {
  border: none;
}

.goods_tab_button {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  padding: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.64px;
  transition: all 0.3s ease;
  background: #fff;
  width: 50%;
  cursor: pointer;
}

.goods_tab_button.active {
  background: #003a8f;
  color: #fff;
}

/* 商品タブコンテンツのスタイル */
.goods_tab_content {
  display: none;
}

.goods_tab_content.active {
  display: block;
}

.goods_tab_section .item_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.goods_tab_section .item_list .card {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.2s ease;
}

.item_list .card .tags,
.star_modal_content .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.item_list .card .tags .tag,
.star_modal_content .tags .tag {
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 22.75px */
  letter-spacing: 0.26px;
  padding: 2px 8px 0;
}

.item_list .card .tags .tag.yellow,
.star_modal_content .tags .tag.yellow {
  color: #003a8f;
  background: #ffe10d;
}

.item_list .card .tags .tag.white,
.star_modal_content .tags .tag.white {
  color: #0097e0;
  background: #fff;
  border: 1px solid #0097e0;
  font-family: Jost, sans-serif;
  font-weight: 700;
}

.item_list .card .tags .tag.gray,
.star_modal_content .tags .tag.gray {
  color: #fff;
  background: #9aa1ab;
}

.item_list .card .tags .tag.white-gray,
.star_modal_content .tags .tag.white-gray {
  color: #9aa1ab;
  background: #fff;
  border: 1px solid #9aa1ab;
}

.item_list .card .tags .tag.blue,
.star_modal_content .tags .tag.blue {
  color: #003a8f !important;
  background: transparent;
  border: 1px solid #003a8f !important;
  font-family: Jost, sans-serif;
  font-weight: 700;
}

.goods_tab_section .item_list .card .text {
  display: flex;
  flex-direction: column;
  flex: 1; /* カード内で残りのスペースを埋める */
}

.goods_tab_section .item_list .card h4 {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  margin-bottom: 4px;
}

.goods_tab_section .item_list .card p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.28px;
}

.goods_tab_section .item_list .card .btn_detail {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: var(--main_blue, #003a8f);
  border-radius: 4px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  margin-top: auto; /* これで下に押し出される */
  align-self: flex-end; /* 右寄せ */
  position: relative;
  transition: all 0.2s ease;
}

.goods_tab_section .item_list .card .btn_detail::after {
  content: "";
  background-image: url(../image/common/icon_mordal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (hover: hover) {
  .goods_tab_section .item_list .card:hover {
    box-shadow: none;
    transform: translateY(4px);
  }

  .goods_tab_section .item_list .card:hover .btn_detail {
    box-shadow: none;
    transform: translateY(4px);
  }
}

.modal .star_modal_content {
  padding: 48px !important;
  display: flex;
  gap: 48px;
}

.modal .star_modal_content .img {
  width: 36.78%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.modal .star_modal_content .img .note p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
  display: flex;
  gap: 4px;
}

.modal .star_modal_content .content {
  width: 57.85%;
  gap: 0;
}

.star_modal_content .tags {
  margin-bottom: 12px;
}

.modal .star_modal_content h4 {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  padding-bottom: 12px;
  border-bottom: 2px dashed #d6d9dd;
  margin-bottom: 20px;
}

.modal .star_modal_content .content .detail {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
}

.modal .star_modal_content .content .detail span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .star_change_content .top_text {
    font-size: 16px;
    text-align: start;
    line-height: 175%; /* 28px */
    letter-spacing: 0.32px;
    word-break: normal;
  }

  .star_change_content .img {
    margin: 32px auto 40px;
  }

  .star_change_content ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
    padding: 20px 16px;
  }

  .star_change_content ul li {
    width: 100%;
  }

  #star_goods_change {
    padding: 64px 0 72px;
  }

  #star_goods_change .top_text {
    font-size: 16px;
    line-height: 175%; /* 28px */
    letter-spacing: 0.32px;
    margin: 24px auto 48px;
  }

  .modal .star_modal_content {
    padding: 24px 20px !important;
    flex-direction: column;
    gap: 24px;
  }

  .modal .star_modal_content .img {
    width: 100%;
    gap: 16px;
  }

  .modal .star_modal_content .content {
    width: 100%;
  }

  .modal .star_modal_content h4 {
    font-size: 16px;
    letter-spacing: 0.36px;
    margin-bottom: 16px;
  }

  .modal .star_modal_content .content .detail {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 175%; /* 24.5px */
  }
}

/* !member only events
---------------------------------------------------------- */
#member_only_event {
  background: #003a8f;
  padding: 120px 0;
}

#member_only_event .inner {
  border-radius: 40px;
  background: #fff;
  padding: 100px 30px;
}

.moe_container {
  width: 996px;
  max-width: 100%;
  margin: 0 auto;
}

#member_only_event .top_text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.72px;
  width: 790px;
  max-width: 100%;
  margin: 32px auto 16px;
}

.item.event_03 .note {
  margin: 0 auto 80px;
  width: 790px;
  max-width: 100%;
}

.item.event_03 .note p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.56px;
  display: flex;
  gap: 4px;
}

#member_only_event .item.event_01 {
  margin-bottom: 80px;
}

#member_only_event .block_title {
  margin-bottom: 48px;
}

#member_only_event .item .text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
  width: 791px;
  max-width: 100%;
  margin: 0 auto 48px;
}

#member_only_event .item .card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

#member_only_event .item .card_list li {
  padding: 24px;
  border-radius: 4px;
  border: 0 solid #003a8f;
  background: #e5f5fc;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#member_only_event .item .card_list li h4 {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}

#member_only_event .item .card_list li .img {
  width: 100%;
}

#member_only_event .item .card_list li .text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.56px;
}

/* !limited items
---------------------------------------------------------- */
#limited_item {
  background: #ffed6e;
  padding: 120px 0;
}

#limited_item .inner {
  border-radius: 40px;
  background: #fff;
  padding: 100px 30px 120px 30px;
}

#limited_item .inner .top {
  width: 790px;
  max-width: 100%;
  margin: 0 auto 48px;
}

#limited_item .inner .top .top_text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.72px;
  margin-top: 32px;
}

#limited_item .sub_inner {
  width: 996px;
  max-width: 100%;
  margin: 0 auto;
}

#limited_item .line_up {
  padding-bottom: 80px;
}

#limited_item .block_title {
  margin-bottom: 48px;
}

#limited_item .box_text {
  background: #e5f5fc;
  padding: 32px;
  margin-bottom: 48px;
}

#limited_item .box_text p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
}

#limited_item .item_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

#limited_item .item_list .card {
  border-radius: 4px;
  background: #ebecee;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#limited_item .item_list .card .text {
  display: flex;
  flex-direction: column;
  flex: 1; /* カード内で残りのスペースを埋める */
}

#limited_item .item_list .card h4 {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  margin-bottom: 4px;
}

#limited_item .item_list .card .detail {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.28px;
}

#limited_item .item_list .card .btn_detail {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: #003a8f;
  border-radius: 4px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  margin-top: auto; /* これで下に押し出される */
  align-self: flex-end; /* 右寄せ */
  position: relative;
}

#limited_item .item_list .card .btn_detail::after {
  content: "";
  background-image: url(../image/common/icon_mordal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#limited_item .note {
  margin-top: 24px;
}

#limited_item .note p {
  display: flex;
  gap: 4px;
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.56px;
}

.how_to_apply .content {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.sub_title {
  background: #e5f5fc;
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  padding: 16px 32px;
}

@media screen and (max-width: 768px) {
  .sub_title {
    font-size: 16px;
  }
}

.how_to_apply .content .item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.how_to_apply .content .item .text {
  width: 791px;
  max-width: 100%;
  margin: 0 auto;
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
}

.how_to_apply .content .item .btn_main {
  width: 311px;
  height: 69px;
  margin: 0 auto;
  font-size: 16px;
  padding: 24px 20px;
}

.how_to_apply .content .item .detail_container {
  width: 791px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how_to_apply .content .item .detail_container .blue_text {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 49px */
  letter-spacing: 0.56px;
}

#limited_item .how_to_apply .content .item .detail_container .note {
  margin-top: 0;
}

#limited_item .how_to_apply .content .item .table {
  display: grid;
  gap: 2px;
  width: 100%;
}

#limited_item .how_to_apply .content .item .table li {
  display: flex;
  gap: 2px;
  align-items: stretch;
}

#limited_item .how_to_apply .content .item .table li .blue {
  background: #003a8f;
  padding: 16px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.32px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#limited_item .how_to_apply .content .item .table li .gray {
  color: #394c69;
  padding: 16px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  background: #f5f5f5;
  width: 100%;
  display: flex;
  align-self: center;
}

#member_only_event .item.event_02 {
  margin-bottom: 80px;
}

/* #member_only_event .item.event_03 {
  padding-bottom: 80px;
} */

#member_only_event .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* タブナビゲーション - PC */
#member_only_event .tabs-pc {
  display: flex;
  border-radius: 2px;
  border: 2px solid #003a8f;
  background: #fff;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

#member_only_event .tab-line {
  display: block;
}

#member_only_event .tab-btn {
  flex: 1;
  padding: 8px;
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.56px;
  background: white;
  color: #003da5;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  /* height: 80px; */
  position: relative;
}

#member_only_event .tab-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #003da5;
}

#member_only_event .tab-btn span.small-text,
#member_only_event .tab-btn-mobile span.small-text {
  font-size: 14px;
}

#member_only_event .tab-btn,
#member_only_event .tab-btn-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#member_only_event .tab-btn span,
#member_only_event .tab-btn-mobile span {
  display: block;
}

#member_only_event .tab-btn:last-child::after {
  height: 0;
  width: 0;
}

#member_only_event .tab-btn:hover {
  background: #e6f0ff;
}

#member_only_event .tab-btn.active {
  background: #003da5;
  color: white;
}

#member_only_event .tab-btn:has(+ .tab-btn.active)::after {
  display: none;
}

/* タブナビゲーション - スマホ */
#member_only_event .tabs-mobile {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 40px;
}

#member_only_event .tab-btn-mobile {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: bold;
  border: 2px solid #003da5;
  border-radius: 4px;
  background: white;
  color: #003da5;
  cursor: pointer;
  transition: all 0.3s;
}

#member_only_event .tab-btn-mobile.active {
  background: #003da5;
  color: white;
}

/* スライダーコンテナ */
#member_only_event .slider-container {
  position: relative;
}

#member_only_event .slider-wrapper {
  overflow: hidden;
  padding-bottom: 8px;
}

#member_only_event .slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

#member_only_event .slide {
  width: 996px;
  max-width: 100%;
  flex-shrink: 0;
  padding: 48px 56px;
  background: #e5f5fc;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
}

#member_only_event .slide h2 {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  padding-bottom: 14px;
  border-bottom: 2px dashed #394c69;
}

#member_only_event .slide .top-text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
  word-break: auto-phrase;
  overflow-wrap: break-word;
}

#member_only_event .img {
  width: 49.77%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

#member_only_event .image-caption {
  color: #394c69;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
}

#member_only_event .flex {
  margin-top: 24px;
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
}

#member_only_event .right-box {
  width: 44.79%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#member_only_event .info-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#member_only_event .info-item {
  padding: 0 0 14px;
  border-bottom: 1px solid #394c69;
}

#member_only_event .info-item:last-child {
  border-bottom: none;
}

#member_only_event .info-item p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}

#member_only_event .notes {
  margin-top: 24px;
}

#member_only_event .notes p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.56px;
  display: flex;
  gap: 4px;
}

#member_only_event .notes .red {
  color: #d82b2b;
}

/* ナビゲーションボタン */
#member_only_event .nav-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 32px;
}

#member_only_event .nav-btn {
  width: 48px;
  height: 48px;
  background: #003da5;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

#member_only_event .nav-btn img {
  width: 26px;
  height: 26px;
}

@media (hover: hover) {
  #member_only_event .nav-btn:hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}

@media (max-width: 1024px) {
  #member_only_event .tabs-pc {
    display: none;
  }

  #member_only_event .tabs-mobile {
    display: grid;
  }

  #member_only_event .tabs-mobile {
    gap: 8px !important;
    margin-bottom: 0 !important;
  }

  #member_only_event .tab-btn-mobile {
    border-radius: 4px;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  }

  #member_only_event .tab-btn-mobile {
    font-size: 14px !important;
    padding: 12px 14px !important;
    line-height: 130% !important;
    align-items: start !important;
    position: relative;
    min-height: 60px;
  }

  #member_only_event .tab-btn span.small-text,
  #member_only_event .tab-btn-mobile span.small-text {
    font-size: 12px !important;
    letter-spacing: 0.48px;
  }

  #member_only_event .tab-btn-mobile::after {
    content: "";
    background-image: url(../image/common/icon_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }

  #member_only_event .tab-btn-mobile.active::after {
    background-image: url(../image/common/icon_down_wh_bl.svg);
  }

  #member_only_event .slide {
    margin-top: 32px;
  }
}

/* レスポンシブ */
@media (max-width: 768px) {
  #member_only_event .inner {
    padding: 56px 16px;
  }

  #member_only_event {
    padding: 64px 0 72px;
  }

  #member_only_event .top_text {
    margin: 24px auto 16px;
    font-size: 16px;
    line-height: 175%; /* 28px */
    letter-spacing: 0.64px;
  }

  .item.event_03 .note {
    margin: 0 auto 40px;
  }

  #member_only_event .block_title {
    margin-bottom: 24px;
  }

  #member_only_event .slide {
    padding: 20px !important;
    margin-top: 32px;
  }

  #member_only_event .slide h2 {
    font-size: 20px;
  }

  #member_only_event .slide .top-text {
    font-size: 14px;
    line-height: 175%; /* 24.5px */
    letter-spacing: 0.28px;
  }

  #member_only_event .flex {
    flex-direction: column;
    gap: 24px;
  }

  #member_only_event .img {
    width: 100%;
    margin: 0 auto;
  }

  #member_only_event .info-box {
    width: 100%;
    padding-top: 14px;
    border-top: #394c69 1px solid;
    border-bottom: #394c69 1px solid;
  }

  #member_only_event .info-item p {
    font-size: 14px;
    line-height: 150%; /* 21px */
    letter-spacing: 0.28px;
  }

  #member_only_event .notes p {
    font-size: 12px;
    letter-spacing: 0.48px;
  }

  #member_only_event .right-box {
    width: 100%;
  }

  #member_only_event .event_04 .top_text {
    font-size: 14px;
  }

  #limited_item {
    padding: 64px 0 72px;
  }

  #limited_item .inner {
    padding: 56px 16px;
  }

  #limited_item .inner .top .top_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%; /* 28px */
    letter-spacing: 0.64px;
    word-break: normal;
    overflow-wrap: break-word;
  }

  #sliderTrack {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
  }

  #sliderTrack:active {
    cursor: grabbing;
  }
}

/* !other
---------------------------------------------------------- */
#other {
  background: #003a8f;
  padding: 120px 0;
}

#other .inner {
  border-radius: 40px;
  background: #fff;
  padding: 100px 30px 120px;
}

#other .inner .top_text {
  width: 790px;
  max-width: 100%;
  margin: 32px auto 48px;
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.72px;
}

#other .inner .sub_inner {
  width: 996px;
  max-width: 100%;
  margin: 0 auto;
}

#other .block_title {
  margin-bottom: 48px;
}

#other .item_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

#other .item_list .card {
  border-radius: 4px;
  background: #ebecee;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
  height: 100%;
}

#other .item_list .card .text {
  display: flex;
  flex-direction: column;
  flex: 1; /* カード内で残りのスペースを埋める */
}

#other .item_list .card h4 {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  margin-bottom: 4px;
}

#other .item_list .card .detail {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.28px;
}

#other .item_list .card .btn_detail {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: #003a8f;
  border-radius: 4px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  margin-top: auto; /* これで下に押し出される */
  align-self: flex-end; /* 右寄せ */
  position: relative;
}

@media (hover: hover) {
  #other .item_list .card:hover .btn_detail {
    box-shadow: none;
    transform: translateY(2px);
  }
}

#other .item_list .card .btn_detail::after {
  content: "";
  background-image: url(../image/common/icon_mordal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#other .note {
  margin-top: 24px;
}

#other .note p {
  display: flex;
  gap: 4px;
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.56px;
}

#other .btn_main {
  width: 311px;
  height: 69px;
  margin: 48px auto 0;
  font-size: 16px;
  padding: 24px 20px;
}

#other .bottom_container {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  #other {
    padding: 64px 0 72px;
  }

  #other .inner {
    padding: 56px 16px;
  }

  #other .inner .top_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%; /* 28px */
    letter-spacing: 0.64px;
  }

  #other .block_title {
    margin-bottom: 40px;
  }

  #other .item_list {
    display: flex;
    gap: 0;
  }

  #other .note p {
    font-size: 12px;
    letter-spacing: 0.48px;
  }

  #other .btn_main {
    margin: 32px auto 0;
  }

  .other-slider.swiper,
  .other-slider-bottom.swiper {
    padding-bottom: 8px;
  }

  .other-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    margin-top: 32px !important;
  }

  .other-controls .other-navigation {
    display: flex;
    gap: 12px;
  }

  .other-slider .swiper-button-next,
  .other-slider .swiper-button-prev,
  .other-slider-bottom .swiper-button-next,
  .other-slider-bottom .swiper-button-prev {
    background: #003a8f;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  }

  .other-slider .swiper-button-next img,
  .other-slider .swiper-button-prev img,
  .other-slider-bottom .swiper-button-next img,
  .other-slider-bottom .swiper-button-prev img {
    width: 22px;
    height: 22px;
  }

  .other-slider .swiper-pagination,
  .other-slider-bottom .swiper-pagination {
    color: #949494;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.52px;
    gap: 4px;
    align-items: end;
  }

  .other-slider .swiper-pagination .current-page,
  .other-slider-bottom .swiper-pagination .current-page {
    color: #003a8f;
    text-align: center;
    font-feature-settings: "pwid" on;
    font-family: Jost;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 60px */
    letter-spacing: 0.8px;
  }

  #other .item_list .card {
    height: auto;
  }
}

/* ========================================================== 
BlueMatesサービス
==========================================================  */
.info_introduction {
  background: white;
  padding: 80px 0 0;
}

.info_introduction .top_text {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 38.5px */
  letter-spacing: 0.44px;
  width: 996px;
  margin: 0 auto 80px;
  max-width: 100%;
  word-break: auto-phrase;
  overflow-wrap: break-word;
}

.info_introduction ul {
  background: #ffe10d;
  padding: 56px 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 16px;
}

.info_introduction ul li {
  width: 100%;
  height: 100%;
}

.info_introduction ul li a {
  padding: 24px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  align-items: center;
  position: relative;
  transition: all 0.2s ease;
}

.info_introduction ul li a.small {
  font-size: 18px;
  padding: 14px 24px;
}

.info_introduction ul li a::after {
  content: "";
  background-image: url(../image/common/icon_down.svg);
  background-size: contain;
  width: 18px;
  height: 18px;
}

@media (hover: hover) {
  .info_introduction ul li a:hover {
    box-shadow: none;
    transform: translateY(4px);
  }
}

@media screen and (max-width: 1012px) {
  .info_introduction ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 32px 16px;
  }
}

@media screen and (max-width: 768px) {
  .info_introduction {
    padding-top: 48px;
  }

  .info_introduction .top_text {
    text-align: left;
    font-size: 16px;
    line-height: 175%; /* 28px */
    letter-spacing: 0.32px;
    margin-bottom: 40px;
  }

  .info_introduction ul {
    padding: 20px 16px;
  }

  .info_introduction ul li a,
  .info_introduction ul li a.small {
    font-size: 16px;
    height: 54px;
  }
}

@media screen and (max-width: 540px) {
  .info_introduction ul {
    grid-template-columns: 1fr;
  }
}

/* !course
---------------------------------------------------------- */
#course {
  background: #fff;
  padding: 120px 0;
}

#course .inner {
  width: 996px;
  margin: 0 auto;
}

#course .inner .top_text {
  color: #394c69;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.72px;
}

#course .note.mt-6 {
  margin-top: 24px;
}

#course .note p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.56px;
  display: flex;
  gap: 4px;
}

#course .box_container {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}

#course .box_container .top {
  padding: 14px 32px;
  background: #003a8f;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

#course .box_container .top img {
  width: 40px;
}

#course .box_container .top h3 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}

#course .box_container .bottom {
  border-right: 4px solid #003a8f;
  border-bottom: 4px solid #003a8f;
  border-left: 4px solid #003a8f;
  background: #f2fafd;
  padding: 32px 48px;
}

#course .box_container .bottom .text {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
}

.benefits_container {
  padding-top: 80px;
}

.benefits_container .star-accordion {
  width: 100%;
}

#course .benefits_container .top_text {
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  width: 790px;
  max-width: 100%;
  margin: 32px auto 0;
}

#course .benefits_container .add_option .top_text {
  width: 800px;
}

#course .service_list li .point_title {
  padding: 18px 16px;
}

#course .service_list li .point_title h4 {
  font-size: 18px;
  line-height: 130%; /* 26px */
}

#course .table {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}

#course .table .flex {
  display: flex;
  gap: 2px;
  align-items: stretch;
  width: 100%;
}

#course .table .flex .left {
  width: 43%;
  min-height: 56px;
  background: #003a8f;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#course .table .flex .right .blue {
  background: #003a8f;
  padding: 16px;
}

#course .table .flex .left img {
  width: 140px;
}

#course .table .right {
  width: 56%;
  display: flex;
  gap: 2px;
}

#course .table .right .blue {
  width: 100%;
  background: #003a8f;
}

#course .table .right .blue p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.32px;
}

#course .table .flex .left.blue {
  padding: 16px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#course .table .right .item {
  width: 100%;
  background: #f5f5f5;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#course .table .right .item .txt {
  display: flex;
  gap: 2px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#course .table .right .item .txt span {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
}

#course .table .right .item p {
  color: #394c69;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}

#course .table .right .item p .tax {
  font-size: 12px;
}

#course .table .right .item img {
  width: 24px;
  height: 24px;
}

.farm_benefits {
  margin-top: 64px;
}

.red_box {
  margin-top: 32px;
  border-radius: 4px;
  border: 2px solid #d82b2b;
  background: rgba(216, 43, 43, 0.05);
  padding: 32px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
}

.red_box .right {
  width: 40%;
}

.red_box .txt {
  color: #d82b2b;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 31.5px */
  letter-spacing: 0.72px;
  word-break: auto-phrase;
  overflow-wrap: break-word;
}

#course .red_box .note {
  margin-top: 16px;
}

#course .red_box .note p {
  font-size: 12px;
}

.red_box .img {
  width: 40%;
}

.farm_slider {
  margin-top: 32px;
}

.farm_slider .farm_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}

.farm_slider .farm_list .swiper-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.farm_slider .farm_list .head {
  border-radius: 4px 4px 0 0;
  background: #003a8f;
  padding: 6px 24px;
}

.farm_slider .farm_list .head p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  padding-top: 2px;
}

.farm_slider .farm_list .head p span {
  font-family: Jost;
  padding-left: 4px;
}

.farm_slider .farm_list .bottom {
  border-radius: 0 0 4px 4px;
  border: 2px solid #003a8f;
  padding: 24px 20px 28px;
  flex: 1;
}

.farm_slider .farm_list .bottom .title {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  word-break: auto-phrase;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}

.farm_slider .farm_list .bottom .text {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.56px;
  margin-bottom: 8px;
}

#course .farm_slider .farm_list .bottom .note {
  margin-top: 0;
}

#course .farm_slider .farm_list .bottom .note p {
  display: flex;
  gap: 4px;
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 21px */
  letter-spacing: 0.48px;
}

.priority_discount {
  margin-top: 80px;
}

#course .priority_discount .top_text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
}

#course .priority_discount .box_container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
}

#course .priority_discount .flex-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 49%;
  flex-shrink: 0;
}

#course .priority_discount .tall_item {
  width: 49%;
  flex-shrink: 0;
  display: flex; /* 追加 */
  flex-direction: column;
}

#course .priority_discount .item {
  display: flex; /* 追加 */
  flex-direction: column; /* 追加 */
}

#course .priority_discount .item .bottom_box {
  border-radius: 0 0 4px 4px;
  border: 2px solid #003a8f;
  padding: 24px 24px 28px;
  flex: 1; /* 追加 - 残りのスペースを埋める */
}

#course .priority_discount .item .head {
  border-radius: 4px 4px 0 0;
  background: #003a8f;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 77px;
}

#course .priority_discount .item .head p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 30px */
}

#course .priority_discount .item .head p span {
  font-size: 16px;
}

#course .priority_discount .item .bottom_box {
  border-radius: 0 0 4px 4px;
  border: 2px solid #003a8f;
  padding: 24px 24px 28px;
}

#course .priority_discount .item.tall_item .bottom_box {
  height: auto;
  flex: 1;
}

#course .priority_discount .item .bottom_box .bold_text {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  margin-bottom: 12px;
}

#course .priority_discount .item .bottom_box .tel {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}

#course .priority_discount .item .bottom_box .tel a {
  color: #003a8f;
  text-decoration: underline;
}

#course .priority_discount .item .bottom_box .note {
  margin-top: 16px;
}

#course .priority_discount .item .bottom_box .note p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 21px */
  letter-spacing: 0.48px;
}

#course .priority_discount .item .bottom_box .detail p {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.56px;
  display: flex;
  gap: 4px;
}

#course .priority_discount .item .bottom_box .note a {
  color: #003a8f;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #course {
    padding: 64px 0 72px;
  }

  #course .inner .top_text {
    font-size: 16px;
    line-height: 175%; /* 28px */
    letter-spacing: 0.64px;
    text-align: left;
    margin-top: 32px;
  }

  #course .box_container .top {
    padding: 12px 24px;
  }

  #course .box_container .top h3 {
    font-size: 20px;
    line-height: 150%; /* 30px */
  }

  #course .box_container .bottom {
    padding: 32px 20px;
  }

  #course .note p {
    font-size: 12px;
    letter-spacing: 0.48px;
  }

  #course .benefits_container .top_text {
    font-size: 14px;
    line-height: 175%; /* 24.5px */
    letter-spacing: 0.56px;
    margin-top: 24px;
  }

  #course .table .flex .left.blue,
  #course .table .flex .right .blue {
    min-height: 56px;
    padding: 12px 6px;
    font-size: 13px;
    line-height: 130%; /* 18.2px */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #course .table .right .blue p {
    font-size: 14px;
    line-height: 130%; /* 18.2px */
  }

  #course .table .flex .left {
    width: 220px;
  }

  #course .table .right {
    width: calc(100% - 140px);
  }

  #course .table .right .item p {
    font-size: 16px;
    line-height: 150%; /* 21px */
    word-break: auto-phrase;
    overflow-wrap: break-word;
  }

  #course .table .right .item p .tax {
    font-size: 10px;
  }

  /* #course .table .right .item {
    width: 49%;
  } */

  .red_box {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }

  .red_box .right {
    width: 100%;
  }

  .red_box .txt {
    font-size: 14px;
    text-align: center;
  }

  .red_box .img {
    width: 100%;
  }

  .farm_slider.swiper,
  .priority_slider_sp.swiper {
    padding-bottom: 8px;
    padding-top: 24px;
  }

  .farm_slider .farm_list {
    gap: 0;
  }

  .farm_slider .farm_list .head {
    padding: 8px 16px;
  }

  .farm_slider .farm_list .bottom {
    padding: 20px 20px 24px;
  }

  .farm_slider .farm_list .bottom .title {
    font-size: 18px;
  }

  .farm-controls,
  .priority-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    margin-top: 32px !important;
  }

  .farm-controls .farm-navigation,
  .priority-controls .priority-navigation {
    display: flex;
    gap: 12px;
  }

  .farm_slider .swiper-button-next,
  .farm_slider .swiper-button-prev,
  .farm_slider-bottom .swiper-button-next,
  .farm_slider-bottom .swiper-button-prev,
  .priority_slider_sp-bottom .swiper-button-next,
  .priority_slider_sp-bottom .swiper-button-prev,
  .priority_slider_sp .swiper-button-next,
  .priority_slider_sp .swiper-button-prev {
    background: #003a8f;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  }

  .farm_slider .swiper-button-next img,
  .farm_slider .swiper-button-prev img,
  .farm_slider-bottom .swiper-button-next img,
  .farm_slider-bottom .swiper-button-prev img,
  .priority_slider_sp-bottom .swiper-button-next img,
  .priority_slider_sp-bottom .swiper-button-prev img,
  .priority_slider_sp .swiper-button-next img,
  .priority_slider_sp .swiper-button-prev img {
    width: 22px;
    height: 22px;
  }

  .farm_slider .swiper-pagination,
  .farm_slider-bottom .swiper-pagination,
  .priority_slider_sp .swiper-pagination,
  .priority_slider_sp-bottom .swiper-pagination {
    color: #949494;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.52px;
    gap: 4px;
    align-items: end;
  }

  .farm_slider .swiper-pagination .current-page,
  .farm_slider-bottom .swiper-pagination .current-page,
  .priority_slider_sp .swiper-pagination .current-page {
    color: #003a8f;
    text-align: center;
    font-feature-settings: "pwid" on;
    font-family: Jost;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 60px */
    letter-spacing: 0.8px;
  }

  #course .priority_discount .priority_slider_sp .item {
    height: auto;
  }

  #course .priority_discount .item .head {
    font-size: 18px;
    padding: 12px 24px;
    height: auto;
  }

  #course .priority_discount .item .head p {
    font-size: 18px;
  }

  #course .priority_discount .item .bottom_box {
    padding: 20px 24px 24px;
  }

  #course .priority_discount .item .bottom_box .bold_text {
    font-size: 18px;
  }

  #course .priority_discount .item .bottom_box .sub {
    color: #003a8f;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    text-align: center;
  }
}

/* !add option
---------------------------------------------------------- */
#course .add_option {
  margin-top: 80px;
}

#course .add_option .top_text {
  color: #394c69;
  text-align: start;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
  word-break: normal;
}

#course .add_option .img {
  border: 1px solid #d6d9dd;
}

#course .add_option .img.top {
  margin: 64px auto;
}

#course .add_option .bold_title {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 0.96px;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  margin-bottom: 32px;
}

.customize_example {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.customize_example .small_text {
  color: #394c69;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
}

#course .add_option .btn_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 64px;
}

#course .add_option .btn_box .top {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #course .add_option .top_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 175%; /* 24.5px */
    letter-spacing: 0.56px;
    margin-top: 24px;
  }

  #course .add_option .img.top {
    margin: 48px auto;
  }

  #course .add_option .bold_title {
    font-size: 20px;
    line-height: 150%; /* 30px */
    margin-bottom: 24px;
    word-break: auto-phrase;
    overflow-wrap: break-word;
  }

  .customize_example .small_text {
    font-size: 14px;
  }

  #course .add_option .btn_box {
    margin-top: 48px;
    gap: 24px;
  }

  #course .add_option .btn_box .top {
  }
}

/* !loyaltyprogram
---------------------------------------------------------- */
#loyaltyprogram {
  background: #003a8f;
  padding: 120px 0;
}

#loyaltyprogram .inner {
  border-radius: 40px;
  background: #fff;
  padding: 100px 30px;
}

#loyaltyprogram .top_text {
  width: 790px;
  max-width: 100%;
  margin: 32px auto 64px;
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.72px;
}

#loyaltyprogram .block_title {
  margin-bottom: 48px;
}

#loyaltyprogram .item.event_02 {
  padding-top: 80px;
}

#loyaltyprogram .content {
  width: 790px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#loyaltyprogram .content img {
  border: 1px solid #d6d9dd;
}

#loyaltyprogram .content .title {
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
  letter-spacing: 0.44px;
}

#loyaltyprogram .note {
  margin-top: 0;
}

#loyaltyprogram .note p {
  display: flex;
  gap: 4px;
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.56px;
}

#loyaltyprogram .note .red {
  color: #d82b2b;
}

#loyaltyprogram .event_02 .top_text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.28px;
  margin: 0 auto 48px;
}

/* 最小限の機能的なCSS */
.star-tab-panel {
  display: none;
}

.star-tab-panel.active {
  display: block;
}

.star-tab-btn.active {
  /* アクティブ状態の視覚的フィードバック用 */
  font-weight: bold;
}

.star-tabs-buttons {
  border-radius: 2px;
  border: 2px solid #003a8f;
  background: #fff;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px;
}

.star-tabs-buttons .star-tab-btn {
  border: none;
  background: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 16px;
  color: #003a8f;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.64px;
  position: relative;
  transition: 0.2s ease;
}

@media (hover: hover) {
  .star-tabs-buttons .star-tab-btn:hover {
    background: #e6f0ff !important;
  }

  .star-tabs-buttons .star-tab-btn.active:hover {
    background: #003a8f !important;
  }
}

.star-tabs-buttons .star-tab-btn::after {
  content: "";
  width: 1px;
  height: 40px;
  background: #003a8f;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
}

.star-tabs-buttons .star-tab-btn span {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.48px;
}

.star-tabs-buttons .star-tab-btn.active {
  background: #003a8f;
  color: #fff;
}

.star-tabs-buttons .star-tab-btn.active::after,
.star-tabs-buttons .star-tab-btn.active + .star-tab-btn::after {
  display: none;
}

.star-tab-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.star-tab-content .item_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.star-tab-content .item_list .card {
  border-radius: 4px;
  background: #e5f5fc;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.star-tab-content .item_list .card h4 {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  word-break: auto-phrase;
  overflow-wrap: break-word;
}

.star-tab-content .item_list .card .text .normal {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.56px;
}

.star-tab-content .item_list .card .text .flex {
  display: flex;
  gap: 4px;
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.56px;
}

.star-tab-content .item_list .card .text .flex span {
  font-weight: 500;
}

.star-tab-content .item_list .card .text p span {
  font-weight: 700;
}

.star-tab-content .item_list .card .text p span.red {
  color: #d82b2b;
}

.star-tab-content .note {
  border: 1px solid #d6d9dd;
  padding: 24px;
}

.star-accordion {
  width: 790px;
  max-width: 100%;
  margin: 64px auto 0;
}

.star-accordion-trigger {
  width: 100%;
  background: #e8e8e8;
  border: none;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.star-accordion-title {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
}

.star-accordion-icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}

.star-accordion-icon .icon-plus,
.star-accordion-icon .icon-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #003a8f;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 初期状態: +を表示、-を非表示 */
.star-accordion-icon .icon-plus {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}

.star-accordion-icon .icon-minus {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}

/* 開いた状態: -を表示、+を非表示 */
.star-accordion.active .star-accordion-icon .icon-plus {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.star-accordion.active .star-accordion-icon .icon-minus {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* コンテンツ部分 */
.star-accordion-content {
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 0;
}

.star-accordion-inner {
  padding-top: 32px;
}

.star-accordion-inner p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.28px;
  display: flex;
  gap: 4px;
}

.star-accordion-inner .red {
  color: #d82b2b;
}

#loyaltyprogram .item.event_03 {
  padding-top: 80px;
}

#loyaltyprogram .item.event_03 .top_text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  margin: 48px auto 0;
}

#loyaltyprogram .item.event_03 .btn_main {
  padding: 24px 20px;
  font-size: 16px;
  margin: 48px auto 0;
  width: 311px;
  height: 69px;
}

#loyaltyprogram .item.event_03 .sub_title {
  margin-bottom: 40px;
  margin-top: 80px;
}

#loyaltyprogram .item.event_03 .img {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

#loyaltyprogram .item.event_03 .img p {
  display: flex;
  gap: 4px;
  color: #d82b2b;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.28px;
}

#loyaltyprogram .item.event_03 .note {
  width: 790px;
  max-width: 100%;
  margin: 64px auto 0;
}

#loyaltyprogram .item.event_03 .note h4 {
  color: #d82b2b;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 31.5px */
  letter-spacing: 0.36px;
  margin-bottom: 4px;
}

#loyaltyprogram .item.event_03 .note p {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.28px;
  display: flex;
  gap: 4px;
}

#loyaltyprogram .item.event_03 .mb-2 {
  margin-bottom: 16px;
}

.lottery_item {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #loyaltyprogram {
    padding: 64px 0;
  }

  #loyaltyprogram .inner {
    padding: 56px 16px;
  }

  #loyaltyprogram .main_title {
    font-size: 28px;
    line-height: 150%; /* 36px */
  }

  #loyaltyprogram .top_text {
    font-size: 16px;
    line-height: 175%; /* 28px */
    letter-spacing: 0.32px;
    margin: 32px auto 64px;
  }

  #loyaltyprogram .block_title {
    padding: 14px 16px 14px 18px;
    margin-bottom: 32px;
  }

  #loyaltyprogram .content .title {
    font-size: 18px;
    text-align: left;
    line-height: 150%; /* 27px */
    letter-spacing: 0.36px;
  }

  #loyaltyprogram .note p {
    font-size: 12px;
    line-height: 175%; /* 21px */
    letter-spacing: 0.48px;
  }

  .star-tabs-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    border: none;
    box-shadow: none;
  }

  .star-tabs-buttons .star-tab-btn {
    border-radius: 4px;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
    height: 60px;
    border: 2px solid #003a8f;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .star-tabs-buttons .star-tab-btn .text {
    text-align: start;
  }

  .star-tabs-buttons .star-tab-btn::after {
    content: "";
    background-image: url(../image/common/icon_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: unset;
    transition: transform 0.3s ease;
    position: unset;
    width: 16px;
    height: 16px;
    border-radius: 2px;
  }

  .star-tabs-buttons .star-tab-btn.active::after,
  .star-tabs-buttons .star-tab-btn.active + .star-tab-btn::after {
    display: block;
  }

  .star-tabs-buttons .star-tab-btn.active::after {
    background-image: url(../image/common/icon_down_wh_bl.svg);
  }

  .star-tabs-buttons .star-tab-btn span {
    font-size: 10px;
  }

  .star-tab-content .item_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .star-tab-content .note {
    padding: 16px;
  }

  .star-accordion-title {
    color: var(--main_blue, #003a8f);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
  }

  .star-accordion-trigger {
    padding: 16px 20px;
  }

  .star-accordion-inner p {
    font-size: 12px;
  }

  #loyaltyprogram .item.event_03 .top_text {
    font-size: 14px;
    line-height: 175%; /* 24.5px */
    letter-spacing: 0.28px;
    margin: 32px auto 0;
  }

  #loyaltyprogram .item.event_03 .btn_main {
    margin-top: 24px auto 0;
  }

  #loyaltyprogram .item.event_03 .member_goods .sub_title {
    font-size: 16px !important;
    padding: 14px 20px;
    margin-bottom: 32px;
  }

  #loyaltyprogram .item.event_03 .img {
    gap: 16px;
  }

  #loyaltyprogram .item.event_03 .img p {
    color: #d82b2b;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%; /* 21px */
    letter-spacing: 0.24px;
  }

  #loyaltyprogram .item.event_03 .note {
    margin: 48px auto 0;
  }

  #loyaltyprogram .item.event_03 .sub_title {
    margin-bottom: 24px;
  }

  #loyaltyprogram .item.event_03 .lottery_item .top_text {
    margin-top: 0;
  }
}

.info_item_01 {
  margin-top: 72px;
}

#loyaltyprogram .info_item_01 .top_text {
  color: #394c69;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  margin-bottom: 0px;
}

#loyaltyprogram .info_item_01 .top_text .red {
  color: #d82b2b;
  margin: 16px 0 0;
  display: flex;
  gap: 2px;
}

#loyaltyprogram .info_item_01 .img {
  width: 790px;
  max-width: 100%;
  margin: 64px auto 0;
}

@media screen and (max-width: 768px) {
  .info_item_01 {
    margin-top: 48px;
  }

  #loyaltyprogram .info_item_01 .top_text {
    font-size: 14px;
    line-height: 175%; /* 24.5px */
    letter-spacing: 0.28px;
    margin-top: 24px;
  }

  #loyaltyprogram .info_item_01 .img {
    margin: 24px auto 0;
  }
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.8);
}
