@charset "utf-8";

.contentsWrapper {
  background: url("../images/bg_top_pc.png") repeat-x 0 0;
}
section#cover_wrapper {
  width: 100%;
  height: auto;
  margin-inline: auto;
  position: relative;
}
section#cover_wrapper .cover_inner {
  display: block;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  padding-inline: calc(80 / 1366 * 100%);
  margin-inline: auto;
  overflow: hidden;
}
section#cover_wrapper .cover_contents_wrapper {
  width: 100%;
  height: 100%;
  max-width: 1206px;
  aspect-ratio: 1206 / 636;
  margin-inline: auto;
  position: relative;
}
section#cover_wrapper .cover_contents_wrapper .video_wrap {
  width: calc(704 / 1206 * 100%);
  max-width: 704px;
  aspect-ratio: 704 / 638;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
section#cover_wrapper .cover_contents_wrapper #topvideo {
  width: 100%;
  height: auto;
  aspect-ratio: 704 / 638;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
section#cover_wrapper .cover_contents_wrapper .covercontents_left_wrap {
  width: calc(448 / 1144 * 100%);
  /* height: 100%; */
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: calc(62 / 1206 * 100%);
}

section#cover_wrapper .mark_scansnap {
  width: calc(200 / 448 * 100%);
  aspect-ratio: 200 / 157;
  height: auto;
  margin-top: calc(77 / 636 * 100%);
  margin-bottom: calc(45 / 636 * 100%);
}
section#cover_wrapper .cover_contents_wrapper .covercontents_left_wrap .cover_ttl_pc {
  width: calc(442 / 448 * 100%);
  aspect-ratio: 442 / 75;
  height: 100%;
  margin-bottom: calc(22 / 448 * 100%);
}
section#cover_wrapper p {
  font-size: clamp(0.625rem, -0.2517rem + 1.8265vw, 1.125rem);
  font-weight: var(--font-weight-medium, 500);
  line-height: 1.7;
  margin-bottom: 0.8em;
  width: 100%;
}
.cover_contents_btn_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: calc(10 / 448 * 100%);
  gap: calc(20 / 448 * 100%);
}
.cover_contents_btn_wrap div {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cover_contents_btn_wrap div p.ttl2 {
  width: 100%;
  font-size: clamp(0.625rem, -0.0325rem + 1.3699vw, 1rem) !important;
  font-weight: var(--font-weight-black, 900) !important;
  margin-bottom: 0.1em !important;
  color: var(--primary-color, #09c);
  text-align: center !important;
}
.cover_contents_btn_free,
.cover_contents_btn_movie {
  padding: 16px 20px;
  border-radius: 50px;
  font-weight: var(--font-weight-bold, 700);
  font-size: clamp(0.625rem, -0.0325rem + 1.3699vw, 1rem);
  text-indent: -1.3em;
}
.dummy {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1366px;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .slide-container {
    position: relative;
    width: 100%;
    height: auto;

    margin-inline: auto;
    margin-bottom: calc(40 / 1206 * 100%);
  }
  .slide-contents-inner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding-left: calc(80 / 1206 * 100%);
    padding-right: calc(57 / 1206 * 100%);
    padding-block: calc(30 / 1206 * 100%);
    border-radius: 24px;
    filter: drop-shadow(0 2px 12px rgba(26, 88, 109, 0.16));
    transform: translateZ(0);
    will-change: filter;
    position: relative;
  }
  .slide-container .slides {
    width: calc(900 / 1070 * 100%);
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: calc(20 / 900 * 100%);
    /* overflow-x: auto; */
    scroll-snap-type: x mandatory;
  }
  .slide-container .slides {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .slide-container .slides::-webkit-scrollbar {
    display: none;
  }
  .slide-container .slides a {
    max-width: 100%;
    width: calc(284 / 900 * 100%);
    min-width: calc(284 / 900 * 100%);
    aspect-ratio: 284 / 80;
    scroll-snap-align: start;
  }
}

.slide-container .buttons {
  position: absolute;
  top: 23%;
  right: calc(30 / 900 * 100%);
  display: flex;
  width: calc(115 / 900 * 100%);
  padding: 0 10px;
  gap: 10px;
  .slide_btn_prev {
    transform: rotate(-90deg);
  }
  .slide_btn_next {
    transform: rotate(90deg);
  }
}

.buttons .prev {
  display: block;
  width: 48px;
  aspect-ratio: 1;
  background: url("../images/arrow_big_b.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
  &:hover {
    opacity: 1;
  }
}
.buttons .next {
  display: block;
  width: 48px;
  aspect-ratio: 1;
  background: url("../images/arrow_big_b.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transform: rotate(90deg);
  transition: all 0.3s ease;
  &:hover {
    opacity: 1;
  }
}
.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.slide-container .indicator {
  width: calc(75 / 900 * 100%);
  height: 4px;
  background-color: var(--clr-surface-accent-sub);
  border-radius: 10px;
  position: absolute;
  top: 75%;
  right: calc(60 / 900 * 100%);
}
.slide-container {
  .indicator span {
    width: calc(var(--index) / var(--item) * 100%);
    height: 100%;
    background-color: var(--clr-surface-accent);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.inportant_notice_wrap {
  width: 100%;
  max-width: 1206px;
  margin-inline: auto;

  padding-inline: calc(40 / 1206 * 100%) calc(20 / 1206 * 100%);
  padding-block: calc(20 / 1206 * 100%);
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  filter: drop-shadow(0 2px 12px rgba(26, 88, 109, 0.16));
  transform: translateZ(0);
  will-change: filter;
}
.inportant_notice_wrap dl {
  font-size: clamp(0.625rem, 0.2981rem + 0.7692vw, 0.875rem);
  display: flex;
  align-items: center;
  width: 75%;
  gap: 2em;
}
.inportant_notice_wrap dl dt {
  font-weight: var(--font-weight-bold, 700);
  white-space: nowrap;
}
.inportant_notice_wrap dl dd {
  font-weight: var(--font-weight-normal, 400);
  line-height: 1.5;
}
.inportant_notice_wrap dl dd a {
  text-decoration: underline;
  color: var(--primary-font-color);
  font-size: clamp(0.625rem, 0.2981rem + 0.7692vw, 0.875rem);
  font-weight: var(--font-weight-normal, 400);
}
.inportant_notice_wrap a.btn_important_notice {
  color: var(--primary-font-color);
  font-size: clamp(0.625rem, 0.2981rem + 0.7692vw, 0.875rem);
  font-weight: var(--font-weight-normal, 400);
  border-radius: 50px;
  text-align: right;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.inportant_notice_wrap a.btn_important_notice::after {
  content: url("../images/arrow_right_b.svg");
  display: block;
}

/* セクション */
section:not(:last-child) {
  margin-bottom: var(--section-margin-bottom);
}
section#sns {
  margin-bottom: 0 !important;
}
/* Section#lineup */
section#lineup .contents_inner_wrap {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1206px;
  margin-inline: auto;
  overflow: hidden;
}
section#lineup .contents_inner_wrap .lineup_contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 40px;
}
section#lineup .contents_inner_wrap .lineup_contents .lineup_item {
  width: calc(1 / 3 * 100% - 20px);
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 25px;
}
section#lineup .contents_inner_wrap .lineup_contents .lineup_item .img_wrap {
  width: 100%;
  aspect-ratio: 385 / 240;
  height: auto;
  overflow: hidden;
}
section#lineup .contents_inner_wrap .lineup_contents .lineup_item .img_wrap .item_img {
  object-fit: contain;
  object-position: center center;
  display: block;
  height: 100%;
}
section#lineup .contents_inner_wrap .lineup_contents .lineup_item .item_ttl {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.4em;
}
section#lineup .contents_inner_wrap .lineup_contents .lineup_item .item_ttl p {
  font-size: clamp(0.875rem, 0.4107rem + 0.9524vw, 1.125rem);
  font-weight: var(--font-weight-medium, 500);
  margin-bottom: 0.8em;
}
section#lineup .contents_inner_wrap .lineup_contents a.btn {
  width: calc(289 / 385 * 100%);
  max-width: 289px;
  padding-block: 0.7em;
  font-size: clamp(0.75rem, -0.0776rem + 1.7241vw, 1rem);
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: 0.03em;
}
section#lineup .contents_inner_wrap .btn_group {
  width: calc(844 / 1206 * 100%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
section#lineup .contents_inner_wrap .btn_group ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#lineup .contents_inner_wrap .btn_group ul li {
  width: calc(410 / 844 * 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
section#lineup .contents_inner_wrap .btn_group ul li p.ttl {
  display: block;
  font-size: clamp(0.75rem, 0.2857rem + 0.9524vw, 1rem);
  font-weight: var(--font-weight-black, 900);
  color: var(--primary-font-color);
  margin-bottom: 0.5em;
  position: relative;
}
section#lineup .contents_inner_wrap .btn_group ul li p.ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  background: linear-gradient(transparent 50%, var(--accent-color) 0%);
  bottom: 3px;
  left: 0;
  z-index: -1;
}
section#lineup .contents_inner_wrap .btn_group ul li a.btn {
  width: 100%;
  font-size: clamp(1rem, 0.5357rem + 0.9524vw, 1.25rem);
  font-weight: var(--font-weight-bold, 700);
  padding-block: 0.8em;
  border-radius: 2em;
}

/* Feature */
section#feature .section_inner {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1366px;
  padding-inline: 0;
  margin-inline: auto;
  overflow: hidden;
  background-size: contain;
  padding-bottom: calc(50 / 1366 * 100%);
}
section#feature h2 {
  margin-bottom: 0;
}
section#feature .contents_inner_wrap {
  width: 100%;
  height: auto;
  max-width: 1366px;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
}
section#feature .contents_inner_wrap .movie_wrap {
  width: calc(695 / 1366 * 100%);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40px;
  left: calc(80 / 1366 * 100%);
}

section#feature .contents_inner_wrap .title_wrap {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1366px;
  padding-inline: calc(80 / 1366 * 100%);
  padding-bottom: calc(55 / 1366 * 100%);
}
section#feature .contents_inner_wrap .title_wrap h3 {
  width: calc(480 / 1366 * 100%);
  margin-left: auto;
  font-size: clamp(1.375rem, -0.7143rem + 4.2857vw, 2.5rem);
  font-weight: var(--font-weight-bold, 700);
  line-height: 1.5;
  letter-spacing: 0.03em;
}
section#feature .contents_inner_wrap .content_wrap {
  width: calc(1000 / 1366 * 100%);
  margin-left: auto;

  display: block;
  padding-left: calc(505 / 1366 * 100%);
  padding-right: calc(80 / 1366 * 100%);
  padding-block: calc(55 / 1366 * 100%);
  position: relative;
}
section#feature .contents_inner_wrap .content_wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color) url(../images/bg_dot_w_right.png) repeat-y 120% bottom;
  border-radius: 48px 0 0 48px;
  z-index: -1;
}

section#feature .contents_inner_wrap .content_wrap p {
  font-size: clamp(1rem, 0.7679rem + 0.4762vw, 1.125rem);
  font-weight: var(--font-weight-medium, 500);
  color: #fff;
  line-height: 1.75;
  margin-bottom: 2em;
}
section#feature .contents_inner_wrap .btn_group {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section#feature .contents_inner_wrap .btn_group p.ttl {
  display: block;
  font-size: clamp(0.75rem, 0.2857rem + 0.9524vw, 1rem);
  font-weight: var(--font-weight-black, 900);
  margin-bottom: 0.5em;
  position: relative;
}
section#feature .contents_inner_wrap .btn_group a.btn {
  width: 100%;
  max-width: 410px;
  font-size: clamp(1rem, 0.5357rem + 0.9524vw, 1.25rem);
  font-weight: var(--font-weight-bold, 700);
  padding-block: 0.8em;
  border-radius: 2em;
  background-color: #fff;
  border: solid 2px #fff;
}

/* Scene */
section#scene .section_inner {
  padding-inline: 0;
  padding-bottom: 55px;
}
section#scene h3 {
  font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
  font-weight: var(--font-weight-bold, 700);
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  padding-inline: calc(80 / 1366 * 100%);
}

section#scene h3::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: var(--primary-color);
  margin-right: 10px;
}
section#scene .section_inner {
  position: relative;
  z-index: 0;
}
section#scene .section_inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 88%;
  background: var(--section-bg-color01) url("../images/bg_dot_w_right.png") repeat-y right bottom;
  border-radius: 48px 0 0 48px;
  z-index: -1;
}
section#scene .contents_inner_wrap {
  display: block;
  position: relative;
}

section#scene .scene_contents_wrap {
  width: 100%;
  padding-inline: calc(80 / 1366 * 100%);
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(25 / 1206 * 100%);
  margin-bottom: 65px;
}
section#scene .scene_contents_wrap.scene2 {
  margin-bottom: 35px;
}
section#scene .scene_contents_wrap .scene_item {
  width: calc(1 / 4 * 100% - 20px);
  margin-bottom: 35px;
}
section#scene .scene_contents_wrap .scene_item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

section#scene .scene_contents_wrap .scene_item .bt_cap {
  width: 100%;
  font-size: clamp(0.875rem, 0.4306rem + 0.9259vw, 1.125rem);
  font-weight: var(--font-weight-medium, 500);
  color: var(--primary-font-color);
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-top: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1050px) {
  section#scene .scene_contents_wrap .scene_item .bt_cap br {
    display: none;
  }
}
section#scene .scene_contents_wrap .scene_item a .bt_cap::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: url("../images/arrow_right_b.svg") no-repeat center center;
  background-size: contain;
  margin-top: 0.5em;
}
section#scene .scene_contents_wrap .scene_item a:hover .bt_cap::after {
  opacity: 1;
  background: url("../images/arrow_right_b.svg") no-repeat center center;
  background-size: contain;
}
section#scene .section_inner a.btn {
  min-width: 413px;
}

/* service */
#service .section_bg_wrap {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  background: url("../images/service/bg_service_pc.png") no-repeat left top;
  background-size: cover;
  border-radius: 0 40px 40px 0;
}

#service .section_inner {
  width: 100%;
  height: auto;
  max-width: 1366px;
  margin-inline: auto;
  padding-bottom: 55px;
  position: relative;
  z-index: 0;
  padding-inline: calc(80 / 1366 * 100%);
  padding-top: calc(55 / 1366 * 100%);
  padding-bottom: calc(55 / 1366 * 100%);
}
#service .section_inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-bg) url("../images/bg_dot_w_left.png") repeat-y left top;
  border-radius: 0 32px 32px 0;
  z-index: -1;
}
#service .contents_inner_wrap .content_wrap {
  display: grid;
  grid-template-columns: calc(413 / 1206 * 100%) calc(615 / 1206 * 100%);
  grid-template-rows: auto auto;
  column-gap: calc(176 / 1206 * 100%);
}
#service .contents_inner_wrap .content_wrap .title_wrap {
  width: 100%;
  grid-area: 1 / 1 / 2 / 2;
}

#service .contents_inner_wrap .content_wrap .title_wrap h3 {
  font-size: clamp(1.375rem, -0.7143rem + 4.2857vw, 2.5rem);
  font-weight: var(--font-weight-bold, 700);
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 1em;
}
#service .contents_inner_wrap .content_wrap .btn_group {
  grid-area: 2 / 1 / 3 / 2;
  padding-bottom: 0;
  margin-bottom: 0;
}
#service .contents_inner_wrap .content_wrap .btn_group a.btn {
  width: 100%;
  max-width: 411px;
}
#service .contents_inner_wrap .content_wrap .partner_wrap {
  width: 100%;
  grid-area: 1 / 2 / 3 / 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#service .contents_inner_wrap .content_wrap .partner_wrap a {
  height: 22px;
  width: auto;
  display: block;
}
#service .contents_inner_wrap .content_wrap .partner_wrap a img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
  object-position: center center;
}

/* Case */
section#case .section_inner {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  padding-bottom: calc(25 / 1366 * 100%);
  padding-inline: inherit;
  position: relative;
  z-index: 0;
}
section#case .section_inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72%;
  height: 85%;
  background: var(--section-bg-color01) url("../images/bg_dot_w_right.png") repeat-y right bottom;
  border-radius: 32px 0 0 32px;
  z-index: -1;
}

section#case .contents_inner_wrap .case_persons_wrap {
  width: 100%;
  height: auto;
  display: flex;
  gap: 20px;
  /* overflow-x: auto; */
  overflow: hidden;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section#case .contents_inner_wrap .case_persons_wrap::-webkit-scrollbar {
  display: none;
}
section#case .contents_inner_wrap .case_persons_wrap .case_person {
  width: 283px;
  min-width: 283px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  scroll-snap-align: start;
}
section#case .contents_inner_wrap .case_persons_wrap .case_person .img {
  width: 100%;
  aspect-ratio: 283 / 159;
  height: auto;
  object-fit: cover;
}
section#case .contents_inner_wrap .case_persons_wrap .case_person .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section#case .contents_inner_wrap .case_persons_wrap .case_person .comment_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 25px;
}
section#case .contents_inner_wrap .case_persons_wrap .case_person .comment_wrap p.person_name {
  display: block;
  font-size: 18px;
  font-weight: var(--font-weight-medium, 500);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
}
section#case .contents_inner_wrap .case_persons_wrap .case_person .comment_wrap p.person_name span {
  font-size: 15px;
  display: block;
  color: #a7a7a7;
}
section#case .contents_inner_wrap .case_persons_wrap .case_person .comment_wrap p.comment {
  font-size: 16px;
  font-weight: var(--font-weight-normal, 400);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--primary-font-color);
}
section#case .contents_inner_wrap .case_persons_wrap .case_person .comment_wrap p.point {
  font-size: 16px;
  font-weight: var(--font-weight-normal, 400);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--primary-font-color);
}
section#case .contents_inner_wrap .case_persons_wrap .case_person .comment_wrap p.point {
  font-size: 12px;
  font-weight: var(--font-weight-semibold, 600);
  background-color: #0099cc4d;
  border-radius: 5px;
  padding: 5px 10px;
  color: var(--primary-font-color);
}

section#case .contents_inner_wrap .contents_btn_wrap {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  padding-inline: calc(80 / 1366 * 100%);
  padding-block: 30px;
  display: flex;
  justify-content: space-between;
}
section#case .contents_inner_wrap .buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* width: calc(120 / 1206 * 100%); */
  padding: 0 10px;
  gap: 20px;
  margin-left: 50px;
}
.slide_btn_prev {
  transform: rotate(-90deg);
}
.slide_btn_next {
  transform: rotate(90deg);
}
section#case .contents_inner_wrap .btn_group {
  width: calc(804 / 1206 * 100%);
}
section#case .contents_inner_wrap .btn_group a.btn {
  margin-left: 0 !important;
  width: 413px;
}

/* Ambassador */
section#ambassador .section_inner {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  margin-top: 55px;
  padding-bottom: 55px;
  padding-inline: inherit;
}

.carousel {
  width: 100%;
  display: flex;
  overflow-x: auto;
}
.carousel {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.carousel::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
section#ambassador .section_inner .carousel ul.group {
  gap: 1em;
  display: flex;
  animation: spin 30s linear infinite;
  margin-left: 1em;
  gap: 24px;
}

section#ambassador .section_inner .carousel ul.group li {
  width: 100px;
  height: auto;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#ambassador .section_inner .carousel ul.group li .img {
  width: 90%;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-bottom: 10px;
  overflow: hidden;
}
section#ambassador .section_inner .carousel ul.group li .img img {
  display: block;
  scale: 1.1;
}
section#ambassador .section_inner .carousel ul.group li p {
  text-align: center;
}
section#ambassador .section_inner .carousel ul.group li p.p-ambassador_degree {
  font-size: 10px;
  font-weight: var(--font-weight-medium, 500);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
section#ambassador .section_inner .carousel ul.group li p.p-ambassador_name {
  font-size: 12px;
  font-weight: var(--font-weight-semibold, 600);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 0.2em;
}
@keyframes spin {
  from {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}

/* Spectial */

section#special .section_inner {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  margin-top: 55px;
  padding-bottom: 55px;
  padding-inline: inherit;
  position: relative;
  z-index: 0;
}
section#special .section_inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72%;
  height: 85%;
  background: var(--section-bg-color01) url("../images/bg_dot_w_right.png") repeat-y right bottom;
  border-radius: 32px 0 0 32px;
  z-index: -1;
}
section#special .contents_inner_wrap {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1366px;
  padding-inline: calc(80 / 1366 * 100%);
  margin-inline: auto;
}
section#special .contents_inner_wrap .content_wrap {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(25 / 1206 * 100%);
  row-gap: calc(45 / 1206 * 100%);
}
section#special .contents_inner_wrap .content_wrap a {
  width: 100%;
  height: auto;
  margin-bottom: calc(45 / 1206 * 100%);
}
section#special .contents_inner_wrap .content_wrap a p {
  margin-top: 0.2em;
  font-size: clamp(0.875rem, 0.3951rem + 0.9732vw, 1.125rem);
  line-height: 1.5;
  display: flex;
}
section#special .contents_inner_wrap .content_wrap a p::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/arrow_right_b.svg) no-repeat center center;
  background-size: contain;
  margin-top: 0.2em;
  margin-left: auto;
}

/* News */
.news_contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  margin-top: 64px;
  margin-bottom: 40px;
}
section#news .contents_inner_wrap .news_contents .date-box {
  display: flex;
  width: 100%;
  max-width: 1206px;
  margin-inline: auto;
  padding-inline: calc(40 / 1206 * 100%) calc(20 / 1206 * 100%);
  padding-block: calc(20 / 1206 * 100%);
  gap: 24px;
  background-color: #fff;
  padding: 0.8em 1.2em;
  border-radius: 24px;
}
.date-box .date {
  font-size: 13px;
  font-weight: var(--font-weight-bold, 700);
  min-width: 144px;
  text-align: right;
}
.date-box ul {
  display: flex;
  gap: 8px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.date-box .category.-red {
  border: 1px solid #cf122e;
  color: #cf122e;
}

.date-box .category {
  font-size: 12px;
  font-weight: var(--font-weight-normal, 400);
  line-height: 1.5;
  border: 1px solid #09c;
  border-radius: 20px;
  background-color: #fff;
  color: #09c;
  height: auto;
  width: 120px;
  min-width: 120px;
  text-align: center;
}
.date-box a {
  font-size: 14px;
  font-weight: var(--font-weight-normal, 400);
  color: #000;
}
section#news .section_inner a.btn {
  min-width: 413px;
}
/* Support */
section#support .section_inner {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  margin-top: 55px;
  padding-bottom: 55px;
  padding-inline: inherit;
}

section#support .contents_inner_wrap {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1366px;
  padding-inline: calc(80 / 1366 * 100%);
  margin-inline: auto;
}

section#support .contents_inner_wrap .contents_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
section#support .contents_inner_wrap .contents_wrap a {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section#support .contents_inner_wrap .contents_wrap a .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}
section#support .contents_inner_wrap .contents_wrap a .img img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  object-position: center center;
  display: block;
}
section#support .contents_inner_wrap .contents_wrap a span {
  display: block;
  font-size: 14px;
  font-weight: var(--font-weight-medium, 500);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 0.5em;
}

section#sns .section_inner {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  margin-top: 55px;
  padding-bottom: 55px;
  padding-inline: inherit;
}

section#sns .contents_inner_wrap {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1366px;
  padding-inline: calc(80 / 1366 * 100%);
  margin-inline: auto;
}
section#sns .contents_inner_wrap .p-sns-account_lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 320px;
  height: 60px;
  margin-inline: auto;
}
section#sns .contents_inner_wrap .p-sns-account_lists a {
  display: flex;
  align-items: center;
}
section#sns .contents_inner_wrap .p-sns-account_lists a:nth-child(1) {
  width: 43px;
  height: 44px;
}
section#sns .contents_inner_wrap .p-sns-account_lists a:nth-child(2) {
  width: 50px;
  height: 50px;
}
section#sns .contents_inner_wrap .p-sns-account_lists a:nth-child(3) {
  width: 57px;
  height: 40px;
}
section#sns .contents_inner_wrap .p-sns-account_lists a:nth-child(4) {
  width: 50px;
  height: 50px;
}
section#sns .contents_inner_wrap .p-sns-account_lists a img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .contentsWrapper {
    background: none;
  }
  section#cover_wrapper {
    width: 100%;
    height: auto;
    margin-inline: auto;
    position: relative;
    background-color: red;
    padding-bottom: 100px;
    background: url("../images/top/cover_bg_sp.png") repeat-x 0 bottom;
    margin-bottom: 0;
  }
  section#cover_wrapper .cover_contents_wrapper {
    width: 100%;
    height: auto;
    max-width: initial;
    aspect-ratio: initial;
    margin-inline: auto;
    position: relative;
  }
  section#cover_wrapper .cover_inner {
    display: block;
    width: 100%;
    max-width: initial;
    height: auto;
    padding-inline: 15px;
    margin-inline: auto;
    overflow: hidden;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(245, 245, 245, 0) 100%);
  }
  .video_wrap {
    display: none;
  }
  section#cover_wrapper .cover_contents_wrapper .covercontents_left_wrap {
    width: 100%;
    height: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  section#cover_wrapper .mark_scansnap {
    display: block;
    width: calc(105 / 345 * 100%);
    aspect-ratio: 105 / 83;
    height: auto;
    margin-top: calc(53 / 345 * 100%);
    margin-right: auto;
    margin-left: calc(19.5 / 345 * 100%);
    margin-bottom: calc(15 / 345 * 100%);
  }
  section#cover_wrapper .cover_contents_wrapper .covercontents_left_wrap picture {
    width: 100%;
    height: auto;
  }
  section#cover_wrapper .cover_contents_wrapper .covercontents_left_wrap .cover_ttl_pc {
    width: calc(144 / 345 * 100%);
    aspect-ratio: 144 / 60;
    height: 100%;
    margin-bottom: calc(22 / 448 * 100%);
  }
  section#cover_wrapper p {
    font-size: 14px;
    font-weight: var(--font-weight-medium, 500);
    line-height: 1.7;
    margin-bottom: 0.8em;
    width: 100%;
  }
  .cover_img_sp {
    display: block;
    transform: translate(20%, -5%);
    z-index: 0;
  }
  .cover_contents_btn_wrap {
    width: calc(311 / 345 * 100%);
    max-width: 311px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: calc(20 / 345 * 100%);
    margin-bottom: calc(40 / 345 * 100%);
  }
  .cover_contents_btn_wrap div:nth-child(1) {
    margin-bottom: calc(20 / 345 * 100%);
  }
  .cover_contents_btn_wrap div p.ttl2 {
    width: 100%;
    font-size: 16px !important;
    font-weight: var(--font-weight-black, 900) !important;
    margin-bottom: 0.1em !important;
    color: var(--primary-color, #09c);
    text-align: center !important;
  }
  .cover_contents_btn_free,
  .cover_contents_btn_movie {
    padding: 16px 20px;
    border-radius: 50px;
    font-weight: var(--font-weight-bold, 700);
    font-size: 16px;
    text-indent: -1.3em;
  }

  .slide-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-inline: auto;
    margin-bottom: calc(40 / 1206 * 100%);
  }
  .slide-contents-inner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding-left: calc(25 / 345 * 100%);
    padding-right: calc(25 / 345 * 100%);
    padding-block: calc(20 / 345 * 100%);
    border-radius: 14px;
    filter: drop-shadow(0 2px 12px rgba(26, 88, 109, 0.16));
    transform: translateZ(0);
    will-change: filter;
    position: relative;
  }
  .slide-container .slides {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: calc(20 / 900 * 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .slide-container .slides a {
    max-width: 100%;
    width: 283px;
    min-width: 263px;
    aspect-ratio: 284 / 80;
    scroll-snap-align: start;
  }
  .slide-container .slides {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .slide-container .slides::-webkit-scrollbar {
    display: none;
  }
  .slide-container .buttons {
    position: relative;
    display: flex;
    width: calc(104 / 345 * 100%);
    padding: 0 10px;
    gap: 10px;
    margin-top: 10px;
  }
  .slide-container .indicator {
    width: calc(80 / 345 * 100%);
    height: 4px;
    background-color: var(--clr-surface-accent-sub);
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
    top: initial;
    right: inherit;
  }
  .indicator span {
    width: calc(var(--index) / var(--item) * 100%);
    height: 100%;
    background-color: var(--clr-surface-accent);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .inportant_notice_wrap {
    width: 100%;
    max-width: initial;
    margin-inline: auto;
    padding-inline: calc(10 / 345 * 100%);
    padding-block: calc(10 / 345 * 100%);
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 2px 12px rgba(26, 88, 109, 0.16));
    transform: translateZ(0);
    will-change: filter;
  }
  .inportant_notice_wrap dl {
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 1em;
    margin-bottom: 1em;
  }
  .inportant_notice_wrap dl dt {
    font-size: 14px;
    font-weight: var(--font-weight-bold, 700);
    white-space: nowrap;
    text-align: center;
  }
  .inportant_notice_wrap dl dd {
    font-size: 14px;
    font-weight: var(--font-weight-normal, 400);
    line-height: 1.5;
  }
  .inportant_notice_wrap dl dd a {
    text-decoration: underline;
    color: var(--primary-font-color);
    font-size: 14px;
    font-weight: var(--font-weight-normal, 400);
  }
  .inportant_notice_wrap a.btn_important_notice {
    color: var(--primary-font-color);
    font-size: 14px;
    font-weight: var(--font-weight-normal, 400);
    border-radius: 50px;
    text-align: right;
    margin-left: initial;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
  }

  section h2.section_ttl {
    font-size: 48px;
    font-weight: var(--font-weight-bold, 700);
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: initial;
  }
  section h2.section_ttl::before {
    content: "";
    display: block;
    width: calc(24 / 345 * 100%);
    aspect-ratio: 1;
    background-color: var(--accent-color);
    position: absolute;
    border-radius: 50%;
    top: 5%;
    left: 0;
    transform: translateX(-40%);
    z-index: -1;
  }
  section h2.section_ttl span {
    font-size: 18px;
    font-weight: var(--font-weight-bold, 700);
    color: var(--primary-font-color);
    line-height: 1.5;
    display: inline-block;
    padding-bottom: 0.2em;
  }

  /* Lineup */
  section .section_inner {
    width: 100%;
    max-width: initial;
    margin-inline: auto;
    padding-inline: 15px;
  }
  section#lineup .contents_inner_wrap {
    max-width: initial;
  }
  section#lineup .contents_inner_wrap .lineup_contents {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
  }
  section#lineup .contents_inner_wrap .lineup_contents .lineup_item {
    width: 100% !important;
    background-color: #fff;
    border-radius: 16px;
    padding: 10px;
    display: grid !important;
    grid-template-columns: calc(148 / 345 * 100%) 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  section#lineup .contents_inner_wrap .lineup_contents .lineup_item .img_wrap {
    grid-row: span 2 / span 2;
    width: 100%;
    aspect-ratio: initial;
    height: auto;
    object-fit: cover;
  }
  section#lineup .contents_inner_wrap .lineup_contents .lineup_item .item_ttl {
    grid-column-start: 2;
    gap: 0 !important;
    margin-top: 1em;
  }
  section#lineup .contents_inner_wrap .lineup_contents .lineup_item .btn {
    grid-column-start: 2;
    margin-inline: auto;
  }
  section#lineup .contents_inner_wrap .lineup_contents a.btn {
    width: 90%;
    padding-block: 0.8em;
    font-size: 14px;
    font-weight: var(--font-weight-bold, 700);
    letter-spacing: 0.03em;
  }

  section#lineup .contents_inner_wrap .btn_group {
    width: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;

    gap: 20px;
  }
  section#lineup .contents_inner_wrap .btn_group ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  section#lineup .contents_inner_wrap .btn_group ul li {
    width: calc(311 / 345 * 100%);
    max-width: 311px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
  }
  section#lineup .contents_inner_wrap .btn_group ul li a.btn {
    width: 100%;
    padding: 16px 20px;
    border-radius: 50px;
    font-weight: var(--font-weight-bold, 700);
    font-size: 16px;
    text-indent: -1.3em;
  }
  section#lineup .contents_inner_wrap .btn_group ul li p.ttl {
    width: 100%;
    font-size: 16px !important;
    font-weight: var(--font-weight-black, 900) !important;
    margin-bottom: 0.1em !important;

    text-align: center !important;
    margin-bottom: 0.5em !important;
  }
  section#lineup .contents_inner_wrap .btn_group ul li p.ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    border-radius: 6px;
    position: absolute;
    background: var(--accent-color);
    bottom: 3px;
    left: 0;
  }
  section#lineup .contents_inner_wrap .btn_group ul li a.btn {
    padding: 16px 20px;
    border-radius: 50px;
    font-weight: var(--font-weight-bold, 700);
    font-size: 16px;
    text-indent: -1.3em;
  }
  section#lineup .contents_inner_wrap .btn_group ul li:first-child {
    margin-bottom: 1.5em !important;
  }

  /* Feature */
  section#feature .contents_inner_wrap {
    display: flex;
    flex-direction: column;
  }
  section#feature .contents_inner_wrap .title_wrap {
    display: block;
    width: 100%;
    height: auto;
    max-width: initial;
    padding-inline: 15px;
    padding-bottom: calc(15 / 345 * 100%);
    order: 0;
  }
  section#feature .contents_inner_wrap .title_wrap h3 {
    width: 100%;
    margin-left: 0;
    font-size: clamp(1.375rem, -0.7143rem + 4.2857vw, 2.5rem);
    font-weight: var(--font-weight-bold, 700);
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  section#feature .contents_inner_wrap .movie_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: initial;
    left: initial;
    padding-inline: 15px;
    order: 1;
  }
  section#feature .contents_inner_wrap .content_wrap {
    width: 100%;
    margin-left: initial;
    display: block;
    margin-left: 0;
    margin-top: 0;
    padding-right: 0;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: calc(55 / 1366 * 100%);
    order: 2;
  }
  section#feature .contents_inner_wrap .content_wrap::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: var(--primary-color) url(../images/bg_dot_sp.png) repeat-y right bottom;
    border-radius: 32px 0 0 32px;
    z-index: -1;
  }
  section#feature .contents_inner_wrap .content_wrap .btn_group {
    width: calc(341 / 360 * 100%);
    max-width: 341px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 30px;
  }

  /* .scene */
  section#scene h3 {
    font-size: 20px;
    font-weight: var(--font-weight-bold, 700);
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    padding-inline: 15px;
  }
  section#scene h3::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--primary-color);
    margin-right: 10px;
  }
  section#scene .section_inner {
    border-radius: 0;
    padding-bottom: calc(25 / 375 * 100%);
  }
  section#scene .section_inner::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 92%;
    background: var(--section-bg-color01) url("../images/bg_dot_w_right.png") repeat-y right bottom;
    border-radius: 0;
    z-index: -1;
  }
  section#scene .contents_inner_wrap {
    display: block;
    position: relative;
  }
  section#scene .scene_contents_wrap {
    width: 100%;
    padding-inline: 15px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 55px;
  }
  section#scene .scene_contents_wrap .scene_item {
    width: calc(1 / 2 * 100% - calc(7 / 345 * 100%));
    margin-bottom: 35px;
  }
  section#scene .btn_group {
    width: 100%;
    max-width: 375px !important;
    padding-inline: 15px;
    margin-inline: auto;
  }
  section#scene .btn_group .btn {
    width: calc(311 / 345 * 100%) !important;
    max-width: 311px !important;
    min-width: 311px !important;
    margin-inline: auto;
  }

  /* Service */
  #service .contents_inner_wrap .content_wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, fit-content);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  #service .contents_inner_wrap .content_wrap .title_wrap {
    width: 100%;
  }
  #service .contents_inner_wrap .content_wrap .title_wrap {
    width: 100%;
    grid-area: 1 / 1 / 2 / 2;
    margin-bottom: calc(25 / 375 * 100%);
  }
  #service .contents_inner_wrap .content_wrap .partner_wrap {
    width: 100%;
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: calc(25 / 375 * 100%);
  }
  #service .contents_inner_wrap .content_wrap .partner_wrap a {
    margin-bottom: 1em;
  }
  #service .contents_inner_wrap .content_wrap .btn_group {
    grid-area: 3 / 1 / 4 / 2;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    margin-inline: auto !important;
    max-width: 375px !important;
  }
  #service .contents_inner_wrap .content_wrap .btn_group a.btn {
    width: calc(311 / 345 * 100%) !important;
    max-width: 311px !important;
    min-width: 311px !important;
    margin-inline: auto;
  }
  #service .section_inner {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    max-width: initial;
    margin-inline: auto;
    padding-bottom: 55px;
    position: relative;
    z-index: 0;
    padding-top: 0;
  }
  #service .section_inner::before {
    --margin-top: calc(65 / 375 * 100%);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - var(--margin-top));
    transform: translateY(var(--margin-top));
    background: #fff;
    border-radius: 0 32px 32px 0;
    z-index: -1;
  }

  /* case */
  section#case .section_inner::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 85%;
    background: var(--section-bg-color01) url("../images/bg_dot_sp.png") repeat-y right bottom;
    border-radius: 0;
    z-index: -1;
  }
  section#case .contents_inner_wrap {
    padding-left: 15px;
  }
  section#case .contents_inner_wrap .case_persons_wrap {
    width: 100%;
    height: auto;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section#case .contents_inner_wrap .case_persons_wrap .case_person {
    width: 283px;
    min-width: 283px;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    background-color: #fff;
    scroll-snap-align: start;
  }
  section#case .contents_inner_wrap .contents_btn_wrap {
    width: 100%;
    max-width: initial;
    margin-inline: auto;
    padding-inline: 0;
    padding-block: 15px 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  section#case .contents_inner_wrap .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(120 / 375 * 100%);
    padding: 5px 10px 30px;
    margin-inline: auto;
    gap: 14px;
  }
  section#case .contents_inner_wrap .btn_group {
    width: 100%;
    margin-inline: auto !important;
    max-width: 375px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#case .contents_inner_wrap .btn_group a.btn {
    width: calc(311 / 345 * 100%) !important;
    max-width: 311px !important;
    min-width: 311px !important;
    margin-inline: auto !important;
  }

  /* Ambassador */
  section#ambassador .section_inner {
    width: 100%;
    max-width: 1366px;
    margin-inline: auto;
    margin-top: calc(25 / 375 * 100%);
    padding-bottom: 0;
    padding-inline: inherit;
  }
  /* Special */
  section#special .section_inner {
    width: 100%;
    height: auto !important;
    max-width: initial;
    margin-inline: auto;
    margin-top: calc(25 / 375 * 100%);
    padding-bottom: 0;
    padding-inline: inherit;
    position: relative;
    z-index: 0;
  }
  section#special .section_inner::before {
    --margin-top: calc(35 / 375 * 100%);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - var(--margin-top));
    transform: translateY(var(--margin-top));
    background: var(--section-bg-color01) url("../images/bg_dot_sp.png") repeat-y right bottom;
    border-radius: 0;
    z-index: -1;
  }
  section#special .contents_inner_wrap {
    display: block;
    width: 100%;
    height: auto !important;
    max-width: inherit;
    padding-inline: 15px;
    margin-inline: auto;
  }
  section#special .contents_inner_wrap .content_wrap {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: calc(25 / 345 * 100%);
    row-gap: calc(15 / 345 * 100%);
  }

  /* News */
  .news_contents {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px;
    margin-top: calc(25 / 345 * 100%);
    margin-bottom: calc(25 / 345 * 100%);
  }
  section#news .contents_inner_wrap .news_contents .date-box {
    display: flex;
    width: 100%;
    max-width: 1206px;
    margin-inline: auto;
    padding-inline: 15px;
    padding-block: calc(20 / 1206 * 100%);
    gap: 1em;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 0.8em 1.2em;
    border-radius: 8px;
  }
  .date-box .date {
    font-size: 13px;
    font-weight: var(--font-weight-bold, 700);
    min-width: 144px;
    text-align: left;
  }
  .date-box a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: var(--font-weight-normal, 400);
    color: #000;
    line-height: 1.6;
  }
  #news .btn_group {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    margin-inline: auto !important;
    max-width: 375px !important;
  }
  #news .btn_group a.btn {
    width: calc(311 / 345 * 100%) !important;
    max-width: 311px !important;
    min-width: 311px !important;
    margin-inline: auto;
  }

  /* support */
  section#support .section_inner {
    width: 100%;
    max-width: initial;
    margin-inline: auto;
    margin-top: calc(25 / 375 * 100%);
    padding-bottom: calc(25 / 375 * 100%);
    padding-inline: inherit;
  }
  section#support .contents_inner_wrap {
    display: block;
    width: 100%;
    height: auto;
    max-width: initial;
    padding-inline: 15px;
    margin-inline: auto;
  }
  section#support .contents_inner_wrap .contents_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
  }
  section#support .contents_inner_wrap .contents_wrap a {
    width: 100%;
    max-width: 106px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
  }

  /* SNS */
  section#sns .contents_inner_wrap {
    display: block;
    width: 100%;
    height: auto;
    max-width: initial;
    padding-inline: 15px;
    margin-inline: auto;
  }
  section#sns .contents_inner_wrap .p-sns-account_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 256px;
    height: 60px;
    margin-inline: auto;
  }
}

/* Youtube player */
#youtube_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#youtube_wrapper .youtube_contents_wrap {
  width: 85%;
  max-width: 900px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 32px;
  padding: 0;
  z-index: 100;
  position: relative;
}
#youtube_wrapper.active {
  opacity: 1;
  visibility: visible;
}
#youtube_wrapper .modal_contents_wrap {
  display: none;
}
#youtube_wrapper.active .modal_contents_wrap {
  display: block;
}

#youtube_wrapper .youtube_contents_wrap .close {
  position: absolute;
  top: -40px;
  right: -20px;
  display: block;
  width: 48px;
  aspect-ratio: 1;
  font-size: 45px;
  background-size: contain;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  &:hover {
    color: #000;
  }
}

#player {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
}
