@charset "UTF-8";
/* Theme Name: hadakabou Themplate */
/* =================== html body ============================= */
html {
  box-sizing: border-box;
  color: #003384;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  line-height: 1.75;
  height: -webkit-fill-available;
}
@media screen and (max-width: 1024px) {
  html {
    line-height: 1.8;
  }
}

body {
  position: relative;
  font-size: 1.6rem;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
  height: -webkit-fill-available;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.025em;
  }
}

main {
  position: relative;
}

/* =========================================================== */
/* =================== All element =========================== */
* {
  margin: 0;
  padding: 0;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/* =========================================================== */
/* =================== h ===================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.875;
}

/* =========================================================== */
/* =================== a ===================================== */
a {
  will-change: transform opacity;
  text-decoration: none;
  color: inherit;
  transition: all 300ms;
  text-underline-offset: 0.15em;
}
a:hover {
  transition: all 300ms;
}

/* =========================================================== */
/* =================== list ================================== */
ul, ol {
  list-style-type: none;
}

/* =========================================================== */
/* =================== media ================================= */
img, picture {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
  line-height: 1;
}

/* =========================================================== */
/* =================== table ================================= */
table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0px;
  width: 100%;
}

/* =========================================================== */
/* =================== form label ============================ */
form label {
  cursor: pointer;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4375em;
}

input, select, textarea {
  display: block;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month],
[type=number], [type=password], [type=search], [type=tel], [type=text], [type=time],
[type=url], [type=week], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  margin-bottom: 0.875em;
  padding: 0.5833333333em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus,
[type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus,
[type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #003384;
  outline: none;
}

textarea {
  resize: vertical;
}

[type=checkbox], [type=radio] {
  display: inline;
  margin-right: 0.4375em;
}

[type=file] {
  margin-bottom: 0.875em;
  width: 100%;
}

select {
  webkit-appearance: none;
  border: 1px solid #8E8E8E;
  border-radius: 5px;
  color: #111111;
  padding: 0;
  margin-bottom: 0.875em;
  width: 100%;
}

/* =========================================================== */
/* ==================== button =============================== */
button, [type=submit], [type=reset], [type=button] {
  font-family: "Noto Sans JP", sans-serif;
  appearance: none;
  background-color: #003384;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 0.875em 1.75em;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  transition: background-color 150ms ease;
}

/* =========================================================== */
.mb-0 {
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .mb-0 {
    margin-bottom: 0px;
  }
}

.mb-5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .mb-5 {
    margin-bottom: 3.3333333333px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .mb-10 {
    margin-bottom: 6.6666666667px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .mb-15 {
    margin-bottom: 10px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .mb-20 {
    margin-bottom: 13.3333333333px;
  }
}

.mb-25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .mb-25 {
    margin-bottom: 16.6666666667px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .mb-35 {
    margin-bottom: 23.3333333333px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .mb-40 {
    margin-bottom: 26.6666666667px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .mb-45 {
    margin-bottom: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .mb-50 {
    margin-bottom: 33.3333333333px;
  }
}

.mb-55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .mb-55 {
    margin-bottom: 36.6666666667px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-65 {
  margin-bottom: 65px;
}
@media screen and (max-width: 1024px) {
  .mb-65 {
    margin-bottom: 43.3333333333px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .mb-70 {
    margin-bottom: 46.6666666667px;
  }
}

.mb-75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  .mb-75 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .mb-80 {
    margin-bottom: 53.3333333333px;
  }
}

.mb-85 {
  margin-bottom: 85px;
}
@media screen and (max-width: 1024px) {
  .mb-85 {
    margin-bottom: 56.6666666667px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .mb-90 {
    margin-bottom: 60px;
  }
}

.mb-95 {
  margin-bottom: 95px;
}
@media screen and (max-width: 1024px) {
  .mb-95 {
    margin-bottom: 63.3333333333px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .mb-100 {
    margin-bottom: 66.6666666667px;
  }
}

.mb-105 {
  margin-bottom: 105px;
}
@media screen and (max-width: 1024px) {
  .mb-105 {
    margin-bottom: 70px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .mb-110 {
    margin-bottom: 73.3333333333px;
  }
}

.mb-115 {
  margin-bottom: 115px;
}
@media screen and (max-width: 1024px) {
  .mb-115 {
    margin-bottom: 76.6666666667px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

/* ローディング中のスタイル */
.wf-loading .wrapper {
  opacity: 0;
}

/* フォント読み込み完了後のスタイル */
.wf-active .wrapper {
  opacity: 1;
  transition: opacity 0.8s ease;
}

/* フォント読み込み失敗時のスタイル */
.wf-inactive .wrapper {
  opacity: 1;
}

body.modaal-noscroll .footer_sp-fixed-btns {
  display: none;
}
body.modaal-noscroll .header_hamburger {
  display: none;
}

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

.wrap-line {
  position: fixed;
  z-index: 1112;
  background-color: #003384;
}
.wrap-line--01 {
  top: 0;
}
.wrap-line--02 {
  top: 0;
  right: 0;
}
.wrap-line--03 {
  bottom: 0;
}
.wrap-line--04 {
  left: 0;
  top: 0;
}
.wrap-line--01, .wrap-line--03 {
  width: 100vw;
  height: clamp(1rem, -0.3953410982rem + 2.3294509151vw, 2.4rem);
}
.wrap-line--02, .wrap-line--04 {
  width: clamp(1rem, -0.3953410982rem + 2.3294509151vw, 2.4rem);
  height: 100dvh;
}

.wrapper {
  padding: clamp(1rem, -0.3953410982rem + 2.3294509151vw, 2.4rem);
}

@media screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tablet-none {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}

.heading-ptn-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 0.0049916805rem + 2.4958402662vw, 3rem) 0;
  margin-bottom: 4.6875vw;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .heading-ptn-01 {
    gap: 0;
  }
}
@media screen and (max-width: 599px) {
  .heading-ptn-01 {
    margin-bottom: 8vw;
  }
}
.heading-ptn-01_txt-01 {
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(3.8rem, -0.3860232945rem + 6.9883527454vw, 8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .heading-ptn-01_txt-01 {
    line-height: 1.6;
  }
}
.heading-ptn-01_txt-02 {
  font-size: clamp(1.4rem, -0.1946755408rem + 2.6622296173vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .heading-ptn-01_txt-02 {
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.heading-ptn-01_txt-03 {
  font-size: clamp(1.4rem, -0.1946755408rem + 2.6622296173vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .heading-ptn-01_txt-03 {
    line-height: 1.6;
  }
}
.heading-ptn-01_line {
  display: block;
  width: clamp(5.6rem, -0.9780366057rem + 10.9816971714vw, 12.2rem);
  height: clamp(0.2rem, 0.1003327787rem + 0.1663893511vw, 0.3rem);
  background: linear-gradient(90deg, rgb(0, 51, 132) 0%, rgb(0, 51, 132) 50%, rgb(34, 112, 53) 50%, rgb(34, 112, 53) 100%);
}
@media screen and (max-width: 1024px) {
  .heading-ptn-01_line {
    margin-bottom: 10px;
  }
}

.movie-list {
  display: flex;
  flex-wrap: wrap;
}
.movie-list--col-02 {
  gap: 5.859375vw 1.5625vw;
}
@media screen and (max-width: 599px) {
  .movie-list--col-02 {
    gap: 10.6666666667vw 0;
  }
}
.movie-list--col-02 .movie-list_item {
  width: calc(50% - 0.78125vw);
}
@media screen and (max-width: 599px) {
  .movie-list--col-02 .movie-list_item {
    width: 100%;
  }
}
.movie-list--col-02 .movie-list_item_thumb:after {
  width: clamp(5.6rem, -0.5793677205rem + 10.3161397671vw, 11.8rem);
  height: clamp(5.6rem, -0.5793677205rem + 10.3161397671vw, 11.8rem);
}
.movie-list--col-03 {
  gap: 4.6875vw 0.9375vw;
  justify-content: center;
}
.movie-list--col-03 .movie-list_item {
  width: calc(33.33% - 0.625vw);
}
.movie-list--col-03 .movie-list_item_thumb:after {
  width: clamp(5.6rem, -0.5793677205rem + 10.3161397671vw, 11.8rem);
  height: clamp(5.6rem, -0.5793677205rem + 10.3161397671vw, 11.8rem);
}
.movie-list_item_thumb {
  position: relative;
  margin-bottom: clamp(1rem, 0.5016638935rem + 0.8319467554vw, 1.5rem);
  overflow: hidden;
}
.movie-list_item_thumb:hover img {
  transform: scale(1.05);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.movie-list_item_thumb:after {
  content: "";
  display: inline-block;
  background: url(./img/icon_play_white.webp) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.movie-list_item_thumb img {
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.movie-list_item_txt {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.4rem, 0.6026622296rem + 1.3311148087vw, 2.2rem);
}

.modaal-inner-wrapper {
  position: relative;
}

.modaal-container {
  position: static;
}

@media screen and (max-width: 599px) {
  .modaal-video-wrap {
    margin: 0 !important;
  }
}

.modaal-content-container {
  padding: 0;
  box-shadow: none;
  line-height: 1;
  font-size: 0;
}

.modaal-video-container {
  background-color: #fff !important;
}
.modaal-video-container iframe {
  aspect-ratio: 16/9;
}

.modaal-close {
  content: "";
  display: inline-block;
  width: 97.5px;
  height: 73px;
  background: url(./img/icon_modal_close.webp) no-repeat center center/cover !important;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .modaal-close {
    width: 38px;
    height: 27px;
  }
}
.modaal-close:before, .modaal-close:after {
  display: none;
}

.chara {
  position: absolute;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chara .chara_svg {
  height: auto;
}
.chara--01 {
  gap: 1.5625vw 0;
}
@media screen and (max-width: 1024px) {
  .chara--01 {
    gap: 2.6666666667vw 0;
  }
}
.chara--01 .chara_svg {
  width: 4.609375vw;
  transform: translateX(-1.5625vw);
}
@media screen and (max-width: 1024px) {
  .chara--01 .chara_svg {
    width: 7.2vw;
    transform: translate(-2.6666666667vw, 1.3333333333vw);
  }
}
@media screen and (max-width: 599px) {
  .chara--01 .chara_svg {
    transform: translate(-3.2vw, 0vw);
  }
}
.chara--01 .chara_image {
  width: 12.34375vw;
}
@media screen and (max-width: 1024px) {
  .chara--01 .chara_image {
    width: 16.5333333333vw;
  }
}
.chara--02 {
  gap: 0 0;
  align-items: flex-start;
}
.chara--02 .chara_svg {
  width: 5vw;
  transform: translateX(0.78125vw);
}
@media screen and (max-width: 599px) {
  .chara--02 .chara_svg {
    transform: translateY(4vw);
  }
}
.chara--02 .chara_image {
  width: 18.203125vw;
  transform: translateY(-2.34375vw);
}
@media screen and (max-width: 599px) {
  .chara--02 .chara_image {
    width: 26.6666666667vw;
  }
}
.chara--03 {
  gap: 0 0;
}
.chara--03 .chara_svg {
  width: 4.53125vw;
  transform: translate(-3.125vw, 4.6875vw);
}
@media screen and (max-width: 599px) {
  .chara--03 .chara_svg {
    transform: translate(-6.6666666667vw, 17.3333333333vw);
    width: 5.8666666667vw;
  }
}
.chara--03 .chara_image {
  width: 16.5625vw;
}
@media screen and (max-width: 599px) {
  .chara--03 .chara_image {
    width: 24vw;
  }
}
.chara_group--sway {
  animation: chara-sway 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes chara-sway {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.header {
  position: absolute;
  left: clamp(1rem, -0.3953410982rem + 2.3294509151vw, 2.4rem);
  top: clamp(1rem, -0.3953410982rem + 2.3294509151vw, 2.4rem);
  z-index: 2222;
}
@media screen and (max-width: 1024px) {
  .header {
    width: 100%;
  }
}
.header.DownMove {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header.inVisual {
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header.UpMove {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header_hamburger {
  transition: all 300ms;
  display: none;
  top: 45px;
  right: 45px;
  z-index: 2222;
}
@media screen and (max-width: 1024px) {
  .header_hamburger {
    display: block;
    position: fixed;
  }
}
@media screen and (max-width: 599px) {
  .header_hamburger {
    top: 24px;
    right: 20px;
  }
}
.header_container {
  position: relative;
  width: 100%;
  padding: 2.34375vw;
}
@media screen and (max-width: 1024px) {
  .header_container {
    padding: 15px 0;
  }
}
@media screen and (max-width: 599px) {
  .header_container {
    padding: 10px 0;
  }
}
.header_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(4rem, 0.0133111481rem + 6.6555740433vw, 8rem) 0;
  width: clamp(6.5rem, 1.815640599rem + 7.8202995008vw, 11.2rem);
}
@media screen and (max-width: 1024px) {
  .header_left {
    width: 100%;
    flex-direction: row;
    gap: 0 20px;
  }
}
.header_logo {
  width: clamp(6.5rem, 1.815640599rem + 7.8202995008vw, 11.2rem);
}
@media screen and (max-width: 1024px) {
  .header_logo {
    position: absolute;
    left: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .header_logo {
    width: 66px;
    left: 10px;
    top: 11px;
  }
}
.header_logo img {
  width: 100%;
}
.header_catch {
  color: #1A1A1A;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(1.2rem, 1.0006655574rem + 0.3327787022vw, 1.4rem);
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .header_catch {
    width: 100%;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-10px);
  }
}
@media screen and (max-width: 599px) {
  .header_catch {
    line-height: 1.4;
    transform: translateX(-5px);
  }
}
@media screen and (max-width: 1024px) {
  .header_catch_txt-01 {
    font-weight: 700;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .header_catch_txt-02 {
    font-size: 1.2rem;
    font-weight: 700;
  }
}
.header_btns {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(1rem, -0.3953410982rem + 2.3294509151vw, 2.4rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.5016638935rem + 0.8319467554vw, 1.5rem) 0;
  z-index: 111;
  font-size: clamp(1.4rem, 1.2006655574rem + 0.3327787022vw, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .header_btns {
    display: none;
  }
}
.header_btns_item {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  min-height: clamp(22rem, 22rem + 0vw, 22rem);
  border-radius: clamp(1rem, 0.5016638935rem + 0.8319467554vw, 1.5rem) 0 0 clamp(1rem, 0.5016638935rem + 0.8319467554vw, 1.5rem);
  letter-spacing: 0.1em;
}
.header_btns_item--blue {
  background-color: #003384;
}
.header_btns_item--green {
  background-color: #227035;
}
.header_btns_item a {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0rem, 0rem + 0vw, 0rem) 10px clamp(1.5rem, 0.0049916805rem + 2.4958402662vw, 3rem);
}
.header_btns_item a:after {
  content: "";
  display: inline-block;
  width: clamp(2.4rem, 2.4rem + 0vw, 2.4rem);
  height: clamp(2.4rem, 2.4rem + 0vw, 2.4rem);
  background: url(./img/icon_arrow_right_white.webp) no-repeat center center/cover;
  position: absolute;
  right: 0;
  bottom: clamp(1rem, 0.6013311148rem + 0.6655574043vw, 1.4rem);
  left: 0;
  margin: auto;
}

.hamburger-menu {
  background: #F4F4F4;
  background: linear-gradient(135deg, rgb(244, 244, 244) 0%, rgb(198, 198, 198) 100%);
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 111;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .hamburger-menu {
    width: 100%;
  }
}
.hamburger-menu_container {
  overflow: scroll;
  width: 100%;
  height: 100dvh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(5%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.8s;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu_container {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .hamburger-menu_container {
    padding: 30px 0 0;
    margin-bottom: 15px;
  }
}
.hamburger-menu_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hamburger-menu_logo {
  width: clamp(6.5rem, 1.815640599rem + 7.8202995008vw, 11.2rem);
}
@media screen and (max-width: 1024px) {
  .hamburger-menu_logo {
    position: absolute;
    left: 30px;
    top: 45px;
  }
}
@media screen and (max-width: 599px) {
  .hamburger-menu_logo {
    width: 66px;
    left: 20px;
    top: 30px;
  }
}
.hamburger-menu_logo img {
  width: 100%;
}
.hamburger-menu_catch {
  color: #1A1A1A;
  font-size: clamp(1.2rem, 1.0006655574rem + 0.3327787022vw, 1.4rem);
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu_catch {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .hamburger-menu_catch {
    top: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  .hamburger-menu_catch_txt-01 {
    font-weight: 700;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .hamburger-menu_catch_txt-02 {
    font-size: 1.2rem;
    font-weight: 700;
  }
}
.hamburger-menu_nav {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .hamburger-menu_nav {
    margin-bottom: 45px;
  }
}
.hamburger-menu_nav_list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: clamp(1.6rem, 0.0053244592rem + 2.6622296173vw, 3.2rem) 0;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.hamburger-menu_nav_list_item:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 3px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgb(0, 51, 132) 0%, rgb(0, 51, 132) 50%, rgb(34, 112, 53) 50%, rgb(34, 112, 53) 100%);
}
.hamburger-menu_nav_list_item a {
  display: block;
}
.hamburger-menu_btns {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
}
.hamburger-menu_btns_item {
  border-radius: clamp(3rem, 2.003327787rem + 1.6638935108vw, 4rem);
}
.hamburger-menu_btns_item--blue {
  background-color: #003384;
}
.hamburger-menu_btns_item--green {
  background-color: #227035;
}
.hamburger-menu_btns_item a {
  width: 285px;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}
.hamburger-menu_btns_item a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(./img/icon_arrow_right_white.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.hamburger-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px 0;
  padding: 0;
  border-radius: 0;
  z-index: 111;
  line-height: 1;
  background-color: transparent;
  transition: all 300ms;
  /*
  &:hover{
    transition: all 300ms;
    .hamburger-btn-lines_item{
      background-color: var.$color-red;
      transition: all 300ms;
    }
    .hamburger-btn-txt{
      color: var.$color-red;
      transition: all 300ms;
    }
  }
  */
}
@media screen and (max-width: 599px) {
  .hamburger-btn {
    gap: 0 0;
  }
}
.hamburger-btn-lines {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  height: 24px;
  transition: all 300ms;
}
@media screen and (max-width: 599px) {
  .hamburger-btn-lines {
    gap: 7px 0;
    height: 18px;
  }
}
.hamburger-btn-lines_item {
  display: block;
  width: 42px;
  height: 1px;
  background-color: #1A1A1A;
  transition: all 300ms;
}
@media screen and (max-width: 599px) {
  .hamburger-btn-lines_item {
    width: 29px;
    height: 1px;
  }
}

.is-hamburger-active {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .is-hamburger-active .hamburger-btn {
    transform: translateY(10px) translateX(0);
  }
}
.is-hamburger-active .hamburger-btn-lines {
  position: relative;
  gap: 0;
  height: 30px;
  transition: all 300ms;
}
.is-hamburger-active .hamburger-btn-lines_item {
  position: relative;
  transition: all 300ms;
}
.is-hamburger-active .hamburger-btn-lines_item:nth-child(1) {
  transform: translateY(3px) rotate(35deg);
}
.is-hamburger-active .hamburger-btn-lines_item:nth-child(3) {
  transform: translateY(0px) rotate(-35deg);
}
.is-hamburger-active .hamburger-btn-lines_item:nth-child(2) {
  opacity: 0;
}
.is-hamburger-active .hamburger-btn-icon::before {
  height: 4px;
  transition: all 300ms;
}
.is-hamburger-active .hamburger-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.is-hamburger-active .hamburger-menu_container {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0.8s, visibility 0.3s 0.8s, transform 0.5s 0.8s;
}
.is-hamburger-active .overlay {
  display: block;
  opacity: 1;
  visibility: visible;
}

.footer {
  margin-top: 6.25vw;
  padding-bottom: 5.46875vw;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    margin-top: 8vw;
    padding-bottom: 24vw;
  }
}
.footer_container {
  max-width: 74.21875vw;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .footer_container {
    max-width: 950px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer_sp-fixed-btns {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  z-index: 1113;
  justify-content: center;
  padding: 0 30px;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .footer_sp-fixed-btns {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .footer_sp-fixed-btns {
    padding: 0 20px;
    font-size: 1.2rem;
  }
}
.footer_sp-fixed-btns_item {
  width: 50%;
}
.footer_sp-fixed-btns_item--blue {
  background-color: #003384;
}
.footer_sp-fixed-btns_item--green {
  background-color: #227035;
}
.footer_sp-fixed-btns_item a {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
}
@media screen and (max-width: 599px) {
  .footer_sp-fixed-btns_item a {
    padding: 8px 10px;
  }
}
.footer_sp-fixed-btns_item a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(./img/icon_arrow_right_white.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .footer_sp-fixed-btns_item a:after {
    right: 5px;
    width: 18px;
    height: 18px;
  }
}
.footer_btns {
  display: flex;
  justify-content: center;
  gap: 0 clamp(1.5rem, -0.2940099834rem + 2.9950083195vw, 3.3rem);
  font-size: clamp(1.4rem, 0.8019966722rem + 0.9983361065vw, 2rem);
  margin-bottom: clamp(6rem, 0.5183028286rem + 9.1514143095vw, 11.5rem);
}
@media screen and (max-width: 599px) {
  .footer_btns {
    flex-direction: column;
    gap: 14px 0;
    padding: 0 23px;
  }
}
.footer_btns_item {
  border-radius: clamp(3rem, 2.003327787rem + 1.6638935108vw, 4rem);
}
.footer_btns_item--blue {
  background-color: #003384;
}
.footer_btns_item--green {
  background-color: #227035;
}
.footer_btns_item a {
  width: clamp(29rem, 19.5316139767rem + 15.8069883527vw, 38.5rem);
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  padding: clamp(1.2rem, 0.6019966722rem + 0.9983361065vw, 1.8rem) clamp(3rem, 2.003327787rem + 1.6638935108vw, 4rem) clamp(1.2rem, 0.6019966722rem + 0.9983361065vw, 1.8rem) clamp(3rem, 1.5049916805rem + 2.4958402662vw, 4.5rem);
}
@media screen and (max-width: 599px) {
  .footer_btns_item a {
    max-width: 285px;
    padding: 10px 15px;
    justify-content: center;
  }
}
.footer_btns_item a:after {
  content: "";
  display: inline-block;
  width: clamp(2.4rem, 1.403327787rem + 1.6638935108vw, 3.4rem);
  height: clamp(2.4rem, 1.403327787rem + 1.6638935108vw, 3.4rem);
  background: url(./img/icon_arrow_right_white.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: clamp(1.5rem, 1.0016638935rem + 0.8319467554vw, 2rem);
  bottom: 0;
  margin: auto;
  transition: right 0.3s ease;
}
@media screen and (max-width: 599px) {
  .footer_btns_item a:after {
    width: 25px;
    height: 25px;
    right: 11px;
  }
}
.footer_btns_item a:hover:after {
  right: clamp(1rem, 0.5016638935rem + 0.8319467554vw, 1.5rem);
  transition: right 0.3s ease;
}
@media screen and (max-width: 599px) {
  .footer_btns_item a:hover:after {
    right: 5px;
  }
}
.footer_logo {
  text-align: center;
  margin-bottom: clamp(2rem, 0.5049916805rem + 2.4958402662vw, 3.5rem);
}
.footer_logo a {
  display: block;
}
@media screen and (max-width: 599px) {
  .footer_logo a img {
    width: 102px;
  }
}
.footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 clamp(1.5rem, 0.503327787rem + 1.6638935108vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .footer_sns {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .footer_sns_item--instagram img {
    width: 23px;
  }
}
@media screen and (max-width: 599px) {
  .footer_sns_item--youtube img {
    width: 32px;
  }
}
@media screen and (max-width: 599px) {
  .footer_sns_item--facebook img {
    width: 23px;
  }
}
.footer_copy {
  display: block;
  width: 100%;
  font-size: clamp(0.9rem, 0.6009983361rem + 0.4991680532vw, 1.2rem);
  font-family: "helvetica-lt-pro", sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding-bottom: clamp(0rem, -0.4983361065rem + 0.8319467554vw, 0.5rem);
  z-index: 1112;
}
@media screen and (max-width: 1024px) {
  .footer_copy {
    position: static;
    color: #1A1A1A;
    font-size: 0.8rem;
  }
}

.top_mv {
  position: relative;
  background: #227035;
  background: linear-gradient(310deg, rgba(34, 112, 53, 0.45) 0%, rgba(0, 51, 132, 0.45) 100%);
  padding-top: 4.375vw;
  padding-bottom: 11.328125vw;
  border-bottom: clamp(1rem, -0.3953410982rem + 2.3294509151vw, 2.4rem) solid #003384;
}
@media screen and (max-width: 1024px) {
  .top_mv {
    padding-top: 0;
    padding-bottom: 13.3333333333vw;
  }
}
.top_mv_container {
  position: relative;
  max-width: 74.21875vw;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .top_mv_container {
    max-width: 950px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top_mv_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.top_mv_philosophy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .top_mv_philosophy {
    left: 52%;
    top: 34.1333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .top_mv_philosophy {
    left: 50%;
    top: 12.2666666667vw;
  }
}
.top_mv_philosophy svg {
  opacity: 0;
  width: 16.171875vw;
}
@media screen and (max-width: 1024px) {
  .top_mv_philosophy svg {
    width: 31.4666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .top_mv_philosophy svg {
    width: 32vw;
  }
}
.top_mv_abs {
  position: absolute;
  opacity: 0;
}
.top_mv_abs--01 {
  width: 41.640625vw;
  left: 50%;
  top: 18.28125vw;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top_mv_abs--01 {
    width: 83.7333333333vw;
    top: 68.8vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
}
.top_mv_abs--02 {
  width: 23.046875vw;
  left: 3.90625vw;
  top: 6.25vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top_mv_abs--02 {
    z-index: 2;
    width: 45.6vw;
    top: 33.3333333333vw;
  }
}
.top_mv_abs--03 {
  width: 28.046875vw;
  right: -3.125vw;
  top: 13.828125vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top_mv_abs--03 {
    right: 0;
    width: 55.2vw;
    top: 15.2vw;
  }
}
.top_mv_inner {
  padding-top: 45.546875vw;
}
@media screen and (max-width: 1024px) {
  .top_mv_inner {
    padding-top: 140.2666666667vw;
  }
}
.top_mv_catch {
  position: relative;
  text-align: center;
  z-index: 3;
  margin-bottom: 7.8125vw;
}
@media screen and (max-width: 1024px) {
  .top_mv_catch {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .top_mv_catch {
    padding: 0 25px;
  }
}
.top_mv_catch img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.top_mv_txt {
  text-align: center;
  font-size: clamp(1.4rem, 0.8019966722rem + 0.9983361065vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 2.2;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top_mv_txt {
    line-height: 1.8571428571;
  }
}
.top_mv_chara {
  position: absolute;
  left: 7.03125vw;
  bottom: -9.375vw;
}
@media screen and (max-width: 1024px) {
  .top_mv_chara {
    left: 0vw;
    bottom: -32vw;
  }
}
@media screen and (max-width: 599px) {
  .top_mv_chara {
    bottom: -34.6666666667vw;
  }
}
.top_mv_chara svg {
  width: 12.34375vw;
}
.top_movie {
  position: relative;
  padding: 7.03125vw 0 9.375vw;
  background: #F4F4F4;
  background: linear-gradient(135deg, rgb(244, 244, 244) 0%, rgb(198, 198, 198) 100%);
  border-bottom: clamp(1rem, -0.3953410982rem + 2.3294509151vw, 2.4rem) solid #003384;
}
@media screen and (max-width: 599px) {
  .top_movie {
    padding: 12vw 0 52vw;
  }
}
.top_movie_chara {
  position: absolute;
  right: 13.046875vw;
  bottom: -10.3125vw;
}
@media screen and (max-width: 599px) {
  .top_movie_chara {
    bottom: -14.9333333333vw;
    right: 50%;
    transform: translateX(50%);
  }
}
.top_tvcm {
  padding: 8.59375vw 0 14.0625vw;
  border-bottom: clamp(1rem, -0.3953410982rem + 2.3294509151vw, 2.4rem) solid #003384;
}
@media screen and (max-width: 599px) {
  .top_tvcm {
    padding: 12vw 0 12vw;
  }
}
@media screen and (max-width: 599px) {
  .top_tvcm .movie-list--col-03 .slick-track {
    display: flex;
    align-items: center;
  }
  .top_tvcm .movie-list--col-03 .slick-track .slick-slide {
    transform: scale(0.85) !important;
    transition: transform 0.3s ease;
  }
  .top_tvcm .movie-list--col-03 .slick-track .slick-slide.slick-active, .top_tvcm .movie-list--col-03 .slick-track .slick-slide.slick-center {
    transform: scale(1) !important;
  }
  .top_tvcm .movie-list--col-03 .movie-list_item_txt {
    font-size: 1.2rem;
  }
  .top_tvcm .movie-list--col-03 .slick-arrow {
    position: absolute;
    width: 14.9333333333vw;
    height: 14.9333333333vw;
    top: 10.1333333333vw;
    z-index: 1;
    padding: 0;
    margin: 0;
    font-size: 0;
  }
  .top_tvcm .movie-list--col-03 .slick-arrow.slick-prev {
    left: 4.2666666667vw;
    content: "";
    background: url(./img/icon_slider_left.webp) no-repeat center center/cover;
  }
  .top_tvcm .movie-list--col-03 .slick-arrow.slick-next {
    right: 4.2666666667vw;
    content: "";
    background: url(./img/icon_slider_right.webp) no-repeat center center/cover;
  }
}
.top_cast {
  padding: 9.375vw 0 0;
  background: #BEC5D1;
  background: linear-gradient(135deg, rgb(190, 197, 209) 0%, rgb(244, 244, 244) 100%);
}
@media screen and (max-width: 599px) {
  .top_cast {
    padding: 12vw 0 0;
  }
}
.top_cast .heading-ptn-01 {
  margin-bottom: 9.375vw;
}
.top_cast_container {
  max-width: 74.21875vw;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .top_cast_container {
    max-width: 950px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top_cast_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top_cast_container {
    padding: 0 30px;
  }
}
.top_cast_list {
  display: flex;
  flex-direction: column;
  gap: 5.859375vw;
  margin-bottom: 10.15625vw;
}
@media screen and (max-width: 599px) {
  .top_cast_list {
    gap: 16vw 0;
    margin-bottom: calc(26.6666666667vw - 20px);
  }
}
.top_cast_list_item {
  display: flex;
  align-items: flex-start;
  gap: 0 7.8125vw;
}
@media screen and (max-width: 599px) {
  .top_cast_list_item {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 599px) {
  .top_cast_list_item:nth-child(odd) .top_cast_list_item_thumb {
    transform: translateX(-15px);
  }
}
@media screen and (max-width: 599px) {
  .top_cast_list_item:nth-child(odd) .top_cast_list_item_thumb_bg {
    transform: translateX(0);
  }
}
.top_cast_list_item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .top_cast_list_item:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .top_cast_list_item:nth-child(even) .top_cast_list_item_thumb {
    transform: translateX(15px);
  }
}
.top_cast_list_item_thumb {
  position: relative;
  flex: 1;
  margin-bottom: 0;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .top_cast_list_item_thumb {
    width: 44.5333333333vw;
    margin: 0 auto 15px;
  }
}
.top_cast_list_item_thumb_bg {
  width: 100%;
  height: 100%;
  background-color: #003384;
  position: absolute;
  top: 0;
  z-index: 0;
}
.top_cast_list_item_thumb img {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.top_cast_list_item_contents {
  width: 44.375vw;
}
@media screen and (max-width: 599px) {
  .top_cast_list_item_contents {
    width: 100%;
  }
}
.top_cast_list_item_role-name {
  font-size: clamp(1.4rem, 1.2006655574rem + 0.3327787022vw, 1.6rem);
  border-bottom: clamp(0.2rem, 0.1003327787rem + 0.1663893511vw, 0.3rem) solid #003384;
  padding-bottom: clamp(1rem, 1rem + 0vw, 1rem);
  margin-bottom: clamp(1rem, 0.5016638935rem + 0.8319467554vw, 1.5rem);
}
@media screen and (max-width: 599px) {
  .top_cast_list_item_role-name {
    text-align: center;
    margin-bottom: 15px;
  }
}
.top_cast_list_item_name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1rem, 1rem + 0vw, 1rem) clamp(1rem, -0.4950083195rem + 2.4958402662vw, 2.5rem);
  line-height: 1;
  margin-bottom: clamp(2rem, -0.4916805324rem + 4.159733777vw, 4.5rem);
}
@media screen and (max-width: 599px) {
  .top_cast_list_item_name {
    flex-direction: column;
    align-items: center;
  }
}
.top_cast_list_item_name_ja {
  font-size: clamp(3rem, 1.006655574rem + 3.3277870216vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.025em;
}
.top_cast_list_item_name_en {
  font-size: clamp(1.4rem, 0.6026622296rem + 1.3311148087vw, 2.2rem);
  font-weight: 500;
  position: relative;
  top: 3px;
}
.top_cast_list_item_accordion {
  display: none;
}
@media screen and (max-width: 599px) {
  .top_cast_list_item_accordion {
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
    background-color: #C1C7D3;
    color: #1A1A1A;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px;
    margin: 20px 0 15px;
  }
  .top_cast_list_item_accordion.active:after {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  .top_cast_list_item_accordion:after {
    transition: transform 0.3s ease;
    content: "";
    display: inline-block;
    width: 14px;
    height: 8.5px;
    background: url(./img/icon_arrow_down_black.webp) no-repeat center center/cover;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
  }
}
.top_cast_list_item_profile {
  line-height: 1.875;
}
@media screen and (max-width: 599px) {
  .top_cast_list_item_profile {
    display: none;
    color: #1A1A1A;
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.top_cast_slider-container {
  display: flex;
  flex-direction: column;
  gap: 1.328125vw 0;
}
@media screen and (max-width: 599px) {
  .top_cast_slider-container {
    gap: 2.1333333333vw 0;
  }
}
.top_cast_slider .slick-slide {
  margin: 0 0.546875vw;
}
@media screen and (max-width: 599px) {
  .top_cast_slider .slick-slide {
    margin: 0 1.0666666667vw;
  }
}
.top_member {
  padding: 8.59375vw 0 9.375vw;
}
@media screen and (max-width: 599px) {
  .top_member {
    padding: 26.6666666667vw 0 26.6666666667vw;
  }
}
.top_member_container {
  max-width: 74.21875vw;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .top_member_container {
    max-width: 950px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top_member_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.top_member_item-01 {
  margin-bottom: 2.34375vw;
}
@media screen and (max-width: 599px) {
  .top_member_item-01 {
    margin-bottom: 4vw;
  }
}
.top_member_item-01_txt {
  font-size: clamp(1.4rem, 0.6026622296rem + 1.3311148087vw, 2.2rem);
  font-weight: 700;
  text-align: center;
}
.top_member_item-02 {
  margin-bottom: 2.34375vw;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .top_member_item-02 {
    margin-bottom: 4vw;
  }
}
.top_member_item-02_txt {
  font-size: clamp(1.1rem, 0.6016638935rem + 0.8319467554vw, 1.6rem);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top_member_item-02_txt_small {
    font-size: 0.9rem;
  }
}
.top_member_item-02_txt span {
  display: inline-block;
  margin: 0 5px;
}
.top_member_item-03 {
  margin-bottom: 2.34375vw;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .top_member_item-03 {
    margin-bottom: 4vw;
  }
}
.top_member_item-03_txt {
  font-size: clamp(1.1rem, 0.8009983361rem + 0.4991680532vw, 1.4rem);
  text-align: center;
}
.top_member_item-04 {
  margin-bottom: 2.34375vw;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .top_member_item-04 {
    margin-bottom: 4vw;
  }
}
.top_member_item-04_txt {
  font-size: clamp(0.9rem, 0.4016638935rem + 0.8319467554vw, 1.4rem);
  text-align: center;
}
.top_member_item-05 {
  letter-spacing: 0;
}
.top_member_item-05_txt {
  font-size: clamp(0.7rem, 0.2016638935rem + 0.8319467554vw, 1.2rem);
  text-align: center;
}
.top_group_slider {
  margin-bottom: 13.671875vw;
}
@media screen and (max-width: 599px) {
  .top_group_slider {
    margin-bottom: 16vw;
  }
}
.top_group_slider_item {
  width: 70.9375vw;
  margin: 0 3.515625vw;
}
@media screen and (max-width: 599px) {
  .top_group_slider_item {
    width: 142.9333333333vw;
    margin: 0 5.3333333333vw;
  }
}
.top_group_container {
  max-width: 74.21875vw;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .top_group_container {
    max-width: 950px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top_group_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.top_group_chara {
  position: absolute;
  right: 1.5625vw;
  bottom: -0.78125vw;
}
@media screen and (max-width: 599px) {
  .top_group_chara {
    top: 11.7333333333vw;
    right: 2.6666666667vw;
    bottom: inherit;
  }
}
.top_group_contents {
  position: relative;
  border-radius: clamp(1rem, 0.5016638935rem + 0.8319467554vw, 1.5rem);
  background-color: #C8CED8;
}
.top_group_contents_thumb {
  border-radius: clamp(1rem, 0.5016638935rem + 0.8319467554vw, 1.5rem);
  overflow: hidden;
}
.top_group_contents_thumb img {
  width: 100%;
}
.top_group_contents_inner {
  padding: 3.125vw 20.3125vw 3.125vw 3.125vw;
}
@media screen and (max-width: 599px) {
  .top_group_contents_inner {
    padding: 30px 20px;
  }
}
.top_group_contents_heading {
  font-size: clamp(2.1rem, -0.2920133111rem + 3.993344426vw, 4.5rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.025em;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 599px) {
  .top_group_contents_heading {
    margin-bottom: 15px;
  }
}
.top_group_contents_txt {
  font-size: clamp(1.2rem, 0.8013311148rem + 0.6655574043vw, 1.6rem);
}
@media screen and (max-width: 599px) {
  .top_group_contents_txt {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */
