@charset "UTF-8";
/* CSSリセット
--------------------------------------------------------------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

fieldset, img {
  border: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* COMMON */
html {
  font-size: 62.5%;
}
html.is_hidden {
  overflow: hidden;
}

body {
  background: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.71;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-break: strict;
}

main {
  min-height: 100dvh;
}

.en_text {
  font-family: "Teko", "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

svg {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.icon_instagram {
  width: 20px;
  height: 20px;
}

.icon_twitter {
  width: 20px;
  height: 20px;
}

.icon_youtube {
  width: 26px;
  height: 18px;
}

.icon_mail {
  width: 22px;
  height: 16px;
}

.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 -10px 0;
}
.sns_list > li {
  margin: 0 0 10px min(2.65vw, 34px);
}

.inner {
  max-width: 1004px;
  width: 78.44%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: none;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .scale_half_em {
    font-size: 0.5em;
  }
  .scale_two3rd_em {
    font-size: 0.666em;
  }
}
.sr_only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is_block {
  display: block;
}

.is_inline_block {
  display: inline-block;
}

.is_pc_block {
  display: block;
}

.is_pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .is_sp_block {
    display: block;
  }
  .is_pc_block {
    display: inline;
  }
  .is_pc_none {
    display: block;
  }
}
.fw_regular {
  font-weight: 400;
}

.fw_medium {
  font-weight: 500;
}

.fw_bold {
  font-weight: 700;
}

.disc_list {
  line-height: 1.5;
}
.disc_list > li {
  position: relative;
  padding-left: 1em;
}
.disc_list > li:not(:last-child) {
  margin-bottom: 0.9em;
}
.disc_list > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

input,
textarea {
  display: block;
  background: #fff;
  outline: none;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}

select {
  height: 4.2rem;
  background: #fff;
  outline: none;
  padding: 10px;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
  color: #000;
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
}
.wpcf7-acceptance label input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  select {
    height: 4.2rem;
  }
}
/* プレースホルダー */
/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #c1c1c1;
}

/* Firefox 18- */
:-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #c1c1c1;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #c1c1c1;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #c1c1c1;
}

/* IE Edge */
::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #c1c1c1;
}

button,
input[type=submit],
input[type=button] {
  height: auto;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  white-space: normal;
}

button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
  outline: none;
}

.wpcf7-form {
  max-width: 723px;
  margin: 0 auto;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}
.wpcf7-form .wpcf7-submit {
  max-width: 355px;
  margin: 40px auto 0;
  padding: 2px 10px;
  background-color: transparent;
  border: solid 1px;
  border-radius: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #EB6E8C;
  border-color: #EB6E8C;
}

.headline {
  font-family: "Teko", "Noto Sans JP", sans-serif;
  font-size: 8.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 0.93;
}
.headline .en_text {
  display: block;
}
.headline .ja_text {
  display: block;
  font-size: 0.255em;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .headline {
    font-size: 6rem;
  }
}
.color_pink {
  color: #EB6E8C !important;
}

.color_white {
  color: #fff !important;
}

.color_black {
  color: #000 !important;
}

.text_shadow {
  text-shadow: 0 0 8px;
}

.more_btn {
  width: 154px;
  padding: 1px 10px;
  border: solid 1px;
  border-radius: 2em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}

/*menu*/
#menu_button {
  display: none;
}

@media screen and (max-width: 768px) {
  #menu_button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 999;
    cursor: pointer;
  }
  #menu_button.is_active .menu__line.menu__top {
    top: 33px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #menu_button.is_active .menu__line.menu__center {
    display: none;
  }
  #menu_button.is_active .menu__line.menu__bottom {
    top: 33px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #menu_button .menu__line {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #menu_button .menu__line.menu__top {
    top: 20px;
  }
  #menu_button .menu__line.menu__center {
    top: 33px;
  }
  #menu_button .menu__line.menu__bottom {
    bottom: 20px;
  }
}
/* header */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  backdrop-filter: blur(5px) brightness(0.95);
  padding: 10px 10.78%;
  z-index: 99;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EB6E8C;
  mix-blend-mode: multiply;
  opacity: 0.15;
  z-index: -1;
  pointer-events: none;
}

.header_logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 5%;
  max-width: 50px;
  height: 50px;
  margin-right: 20px;
}
.header_logo:hover {
  opacity: 0.8;
}
.header_logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gnav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -2.125em;
  font-size: min(1.82vw, 1.6rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
}
.gnav_list > li {
  margin: 0 0 0 2.125em;
}
.gnav_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gnav_list a:hover {
  color: #EB6E8C;
}

.header_mail_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 39px;
  height: 39px;
  margin-left: 26px;
  border-radius: 50%;
  fill: #fff;
  stroke: #fff;
}
.header_mail_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: -1;
}
.header_mail_btn:hover {
  fill: #303030;
  stroke: #303030;
}
.header_mail_btn:hover::before {
  background: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 1004px) {
  .header {
    padding: 10px 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
    padding: 10px 80px 10px 5%;
    z-index: 97;
  }
  .header_logo {
    width: 100%;
    max-width: 40px;
    height: 40px;
    margin-right: 0;
  }
  #gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100dvh;
    background-color: #EB6E8C;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    z-index: -99;
  }
  #gnav[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    z-index: -1;
  }
  .gnav_wrap {
    display: block;
    height: 100%;
    overflow-y: auto;
    padding: 100px 5% 8rem;
  }
  .gnav_list {
    display: block;
    margin: -16px 0 0;
    font-size: 1.6rem;
  }
  .gnav_list > li {
    margin: 16px 0 0;
  }
  .gnav_list a {
    display: inline-block;
  }
  .gnav_list a:hover {
    color: #fff;
  }
  .header_mail_btn {
    width: 39px;
    height: 39px;
    margin: 40px auto 0;
  }
}
.fixed_bottom_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 8%;
  backdrop-filter: blur(20px) brightness(0.5);
  z-index: 97;
}
.fixed_bottom_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.66);
  mix-blend-mode: multiply;
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
}
.fixed_bottom_wrap .sns_list {
  fill: #fff;
  stroke: #fff;
}
.fixed_bottom_wrap .sns_list a:hover {
  fill: #EB6E8C;
  stroke: #EB6E8C;
}

.fixed_bottom_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed_bottom_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(2.08vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
  opacity: 0.8;
}
.fixed_bottom_nav > li {
  min-width: 16.4vw;
  border-right: solid 1px #fff;
}
.fixed_bottom_nav > li:first-child {
  border-left: solid 1px #fff;
}
.fixed_bottom_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  height: 100%;
  padding: 10px;
}
.fixed_bottom_nav a:hover {
  color: #EB6E8C;
}
.fixed_bottom_nav .main_text {
  display: block;
}
.fixed_bottom_nav .sub_text {
  display: block;
  margin-top: 2px;
  font-size: 0.58em;
  font-weight: 500;
}

.fixed_bottom_sns_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .fixed_bottom_wrap {
    padding: 10px 3%;
  }
  .fixed_bottom_nav {
    font-size: min(2.56vw, 1.4rem);
  }
  .fixed_bottom_nav > li {
    min-width: 16.4vw;
  }
  .fixed_bottom_nav a {
    min-height: 40px;
    padding: 5px;
  }
  .fixed_bottom_sns_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* footer */
.footer {
  position: relative;
  min-height: 100px;
  padding: 40px 10.78% 20px;
  background: #EB6E8C;
  z-index: 98;
}
.footer .sns_list {
  fill: #fff;
  stroke: #fff;
}
.footer .sns_list a:hover {
  opacity: 0.8;
}

.footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_logo {
  max-width: 240px;
  width: 100%;
  margin: 0 0 20px;
}
.footer_logo a {
  display: block;
}
.footer_logo a:hover {
  opacity: 0.8;
}
.footer_logo img {
  display: block;
  width: 100%;
}

.footer_info_block {
  margin-right: 9.86%;
}

.footer_address {
  font-size: 1.2rem;
  font-weight: 400;
}

.footer_nav_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2.18em 0 0 -28px;
}

.footer_nav_item {
  min-width: 106px;
  margin: 2.18em 0 0 28px;
  font-size: 1.1rem;
  line-height: 1.27;
}
.footer_nav_item .title {
  margin-bottom: 0.23em;
  font-size: 1.3rem;
  font-weight: 700;
}

.footer_nav_list > li:not(:last-child) {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .footer {
    min-height: 60px;
    padding: 40px 5% 30px;
  }
  .footer .sns_list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 30px;
  }
  .footer_flex {
    display: block;
  }
  .footer_logo {
    max-width: 200px;
    margin: 0 0 30px;
  }
  .footer_info_block {
    margin: 0;
  }
  .footer_nav_block {
    display: block;
  }
  .footer_nav_block:not(:first-child) {
    margin-top: 40px;
  }
  .footer_nav {
    margin: -30px 0 0 -30px;
  }
  .footer_nav_item {
    min-width: 140px;
    margin: 30px 0 0 30px;
  }
}
/* アニメーション */
.fadeinUp {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
}

.fadeinUp.anistart {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* LAYOUT */
.mv_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 340px;
  padding: 182px 10.78% 30px;
  border-bottom: solid 1px #fff;
}

.mv_headline {
  font-size: 3rem;
  font-weight: 700;
  color: #EB6E8C;
}

@media screen and (max-width: 768px) {
  .mv_outer {
    min-height: 260px;
    padding: 120px 5% 20px;
  }
  .mv_headline {
    font-size: 3rem;
  }
}
.breadcrumbs_nav {
  margin: 30px 0 0;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -1em;
}
.breadcrumbs > li {
  position: relative;
  margin: 0 0 0 1em;
}
.breadcrumbs > li:not(:first-child)::before {
  content: ">";
  position: absolute;
  top: 0;
  left: -0.8em;
}
.breadcrumbs a {
  display: block;
  color: #EB6E8C;
}

@media screen and (max-width: 768px) {
  .breadcrumbs_nav {
    margin: 20px 0 0;
  }
}
.simple_outer {
  padding: 160px 0 200px;
}

@media screen and (max-width: 768px) {
  .simple_outer {
    padding: 80px 0 100px;
  }
}
.post_headline_wrap {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: solid 1px;
}

.date_category_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px 0 20px -16px;
}
.date_category_block > * {
  margin: 10px 0 0 16px;
}
.date_category_block .date {
  font-weight: 700;
}
.date_category_block .category {
  display: inline-block;
  padding: 1px 10px 2px;
  background-color: #EB6E8C;
  border: solid 1px #EB6E8C;
  border-radius: 1em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.post_headline {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .post_headline {
    font-size: 3rem;
  }
}
.post_body *:not(:last-child) {
  margin-bottom: 1.5em;
}
.post_body h1 {
  margin-bottom: 60px !important;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body h1:not(:first-child) {
  margin-top: 60px;
}
.post_body h2 {
  margin-bottom: 30px !important;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body h2:not(:first-child) {
  margin-top: 40px;
}
.post_body h3 {
  margin-bottom: 30px !important;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body h3:not(:first-child) {
  margin-top: 40px;
}
.post_body h4 {
  margin-bottom: 30px !important;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body h5 {
  margin-bottom: 30px !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body h6 {
  margin-bottom: 30px !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body a {
  text-decoration: underline;
  color: #EB6E8C;
}
.post_body ul {
  list-style-type: disc;
  margin-left: 1em;
}
.post_body ul ul {
  margin-top: 1em;
}
.post_body ul ul li:not(:last-child) {
  margin-bottom: 1em;
}
.post_body ol {
  list-style-type: decimal;
  margin-left: 1em;
}
.post_body ol ol {
  margin-top: 1em;
}
.post_body ol ol li:not(:last-child) {
  margin-bottom: 1em;
}
.post_body table th, .post_body table td {
  background: transparent;
  border: solid 1px #fff;
}

.post_body .wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.562;
}
.post_body .wp-block-button__link {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
  text-decoration: none;
}
.post_body .wp-block-button__link:hover {
  background-color: #EB6E8C;
  border-color: #EB6E8C;
}

@media screen and (max-width: 768px) {
  .post_body h1 {
    font-size: 3rem;
  }
  .post_body h2 {
    font-size: 2.8rem;
  }
  .post_body h3 {
    font-size: 2.6rem;
  }
}
.post_list {
  font-size: 1.6rem;
}
.post_list > li {
  border-bottom: solid 1px #fff;
}
.post_list a {
  display: block;
  padding: 20px 16px;
}
.post_list a:hover {
  color: #EB6E8C;
}
.post_list a:hover .date_category_block .category {
  background-color: transparent;
  color: #EB6E8C;
}
.post_list .title {
  font-weight: 700;
}
.post_list .date_category_block {
  margin-bottom: 10px;
}

.navigation {
  margin: 90px 0 0;
  text-align: center;
}
.navigation .nav-links {
  display: inline-block;
  position: relative;
  margin-bottom: -10px;
  padding: 20px 3em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.navigation .nav-links .page-numbers {
  margin: 0 0.625em 10px;
}
.navigation .nav-links .page-numbers.current {
  color: #EB6E8C;
}
.navigation .nav-links .page-numbers:hover {
  color: #EB6E8C;
}
.navigation .nav-links .page-numbers.prev, .navigation .nav-links .page-numbers.next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
}
.navigation .nav-links .page-numbers.prev {
  left: 0;
}
.navigation .nav-links .page-numbers.next {
  right: 0;
}

@media screen and (max-width: 768px) {
  .navigation {
    margin: 60px 0 0;
  }
  .navigation .nav-links {
    padding: 15px 3em;
  }
}
.back_btn {
  display: block;
  max-width: 355px;
  margin: 120px auto 0;
  padding: 1px 10px 2px;
  background-color: transparent;
  border: solid 1px;
  border-radius: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.back_btn:hover {
  background-color: #EB6E8C;
  border-color: #EB6E8C;
}

@media screen and (max-width: 768px) {
  .back_btn {
    margin: 80px auto 0;
  }
}
.top_main {
  position: relative;
  z-index: 1;
}
.top_main:has(.top_fixed_wrap) {
  padding-top: 100dvh;
}

.top_fixed_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 100px 10.78%;
  z-index: -1;
}
.top_fixed_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  backdrop-filter: blur(10px) brightness(0.8);
  mix-blend-mode: multiply;
}
.top_fixed_wrap .top_mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.top_fixed_wrap .top_mv_bg img, .top_fixed_wrap .top_mv_bg iframe, .top_fixed_wrap .top_mv_bg video {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_fixed_logo {
  position: relative;
  width: 53.08%;
  margin: 0 auto;
  z-index: 1;
}
.top_fixed_logo img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top_fixed_wrap {
    padding: 80px 5%;
  }
  .top_fixed_wrap::before {
    background-color: rgba(255, 255, 255, 0);
    mix-blend-mode: normal;
  }
  .top_fixed_logo {
    width: 100%;
    max-width: 316px;
  }
}

.top_news_wrap {
  position: relative;
  padding: 30px 8.46%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 33px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(50px) brightness(1.35);
  overflow: hidden;
  isolation: isolate;
}
.top_news_wrap::before,.top_news_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 58%;
  background: #EB6E8C;
  pointer-events: none;
}
.top_news_wrap::before {
  left: 0;
}
.top_news_wrap::after {
  right: 0;
}
.top_news_wrap .headline {
  margin: 0 0 20px;
}
.top_news_wrap .more_btn {
  display: block;
  width: 100%;
  max-width: 154px;
  margin: 40px auto 0;
}
.top_news_wrap .more_btn:hover {
  background-color: #EB6E8C;
  border-color: #EB6E8C;
}
@media screen and (max-width: 768px) {
  .top_news_wrap {
    min-height: 268px;
    padding: 30px 6%;
  }
  .top_news_wrap::before,.top_news_wrap::after {
    height: 70%;
  }
  .top_news_wrap .more_btn {
    margin: 30px auto 0;
  }
}

.top_page_links_section {
  position: relative;
  padding: 154px 0 64px;
}
.top_page_links_section .headline {
  margin-bottom: 194px;
}

.top_page_link:not(:last-child) {
  margin-bottom: 100px;
}
.top_page_link:nth-child(even) a {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top_page_link:nth-child(even) a .more_btn {
  left: auto;
  right: 0;
}
.top_page_link:nth-child(even) .bg_img img {
  margin: 0 auto 0 0;
}
.top_page_link:nth-child(even) .text_block {
  text-align: right;
}
.top_page_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  min-height: 433px;
  padding: 46px 8.46% 30px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(25px) brightness(0.55);
  border-radius: 33px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  isolation: isolate;
}
.top_page_link a::before, .top_page_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 270px;
  background: #EB6E8C;
  pointer-events: none;
}
.top_page_link a::before {
  left: 0;
}
.top_page_link a::after {
  right: 0;
}
.top_page_link a:hover .bg_img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_page_link a .more_btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top_page_link .bg_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.65;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top_page_link .bg_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(23px) brightness(1.34);
  opacity: 0.67;
}
.top_page_link .bg_img img {
  display: block;
  width: 73.3%;
  height: 100%;
  margin: 0 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_page_link .text_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-width: 340px;
}
.top_page_link .text_block:has(.more_btn) {
  padding-bottom: 4rem;
}
.top_page_link .title {
  margin-bottom: 30px;
  font-size: 8.6rem;
  font-weight: 500;
  line-height: 0.93;
  color: #EB6E8C;
  text-shadow: 0 0 8px #EB6E8C;
  overflow-wrap: normal;
  word-break: normal;
}
.top_page_link .title .en_text {
  display: block;
}
.top_page_link .title .ja_text {
  display: block;
  font-size: 0.255em;
  font-weight: 700;
  line-height: 1.8;
}
.top_page_link .more_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .top_page_links_section {
    padding: 60px 0;
  }
  .top_page_links_section .headline {
    margin-bottom: 60px;
  }
  .top_page_link:not(:last-child) {
    margin-bottom: 60px;
  }
  .top_page_link:nth-child(even) a .more_btn {
    left: 0;
    right: 0;
  }
  .top_page_link:nth-child(even) .bg_img img {
    margin: 0;
    -o-object-position: left;
       object-position: left;
  }
  .top_page_link:nth-child(even) .text_block {
    text-align: left;
  }
  .top_page_link a {
    display: block;
    min-height: 340px;
    padding: 40px 5%;
  }
  .top_page_link a::before, .top_page_link a::after {
    height: 250px;
  }
  .top_page_link a:has(.more_btn) {
    padding-bottom: 30px;
  }
  .top_page_link a .more_btn {
    bottom: 30px;
    right: 0;
    margin: 0 auto;
  }
  .top_page_link .bg_img {
    width: 100%;
  }
  .top_page_link .bg_img img {
    width: 100%;
    -o-object-position: right;
       object-position: right;
  }
  .top_page_link .text_block {
    position: static;
    max-width: none;
  }
  .top_page_link .title {
    font-size: 6rem;
  }
}
.top_logo_wrap {
  position: relative;
  min-height: 100dvh;
  padding: 110px 0 100px;
  backdrop-filter: blur(50px) brightness(1.35);
}
.top_logo_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
}
.top_logo_wrap .headline {
  margin-bottom: 180px;
}

.top_logo {
  width: 40.83%;
  margin: 0 auto;
}
.top_logo img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top_logo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100dvh;
    padding: 60px 0;
  }
  .top_logo_wrap .headline {
    margin-bottom: 20dvh;
  }
  .top_logo {
    max-width: 190px;
    width: 100%;
  }
}
.top_others_section {
  position: relative;
  padding: 84px 0 60px;
  border-top: solid 47px #EB6E8C;
  backdrop-filter: blur(50px) brightness(1.35);
}
.top_others_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
}
.top_others_section .headline:not(:first-child) {
  margin-top: 80px;
}

.top_others_gird {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -30px -1.56%;
}

.top_others_card {
  position: relative;
  width: 31.76%;
  min-width: 170px;
  aspect-ratio: 1/1;
  margin: 0 0 30px 1.56%;
}
.top_others_card a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 34px 20px;
  border-radius: 33px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  isolation: isolate;
}
.top_others_card a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-width: 154px;
  height: 10px;
  background: #EB6E8C;
}
.top_others_card a:has(.more_btn) {
  padding-bottom: 5rem;
}
.top_others_card a:hover .thumbnail {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_others_card a .more_btn {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top_others_card .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top_others_card .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_others_card .title {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.top_others_card .title .en_text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.top_others_card .title .ja_text {
  display: block;
  font-size: 1.4rem;
}
.top_others_card .more_btn {
  display: none;
}

.top_safety_wrap {
  text-align: center;
}
.top_safety_wrap:not(:first-child) {
  margin-top: 60px;
}
.top_safety_wrap a {
  display: block;
  position: relative;
  min-height: 170px;
  padding: 30px;
  background: rgba(235, 110, 140, 0.85);
  border-radius: 33px;
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}
.top_safety_wrap a::before, .top_safety_wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 166px;
  background: #fff;
  pointer-events: none;
}
.top_safety_wrap a::before {
  left: 0;
}
.top_safety_wrap a::after {
  right: 0;
}
.top_safety_wrap a:has(.more_btn) {
  padding-bottom: 6rem;
}
.top_safety_wrap a:hover {
  opacity: 0.8;
}
.top_safety_wrap a .more_btn {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top_safety_wrap .headline {
  margin: 0 0 20px;
}
.top_safety_wrap .more_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .top_others_section {
    padding: 60px 0 60px;
    border-width: 20px;
  }
  .top_others_section .headline:not(:first-child) {
    margin-top: 60px;
  }
  .top_others_gird {
    margin: 0 0 -40px;
  }
  .top_others_card {
    width: 100%;
    margin: 0 0 40px;
  }
  .top_safety_wrap a {
    min-height: 0;
    padding: 30px 6%;
  }
  .top_safety_wrap a .more_btn {
    bottom: 20px;
  }
}
.top_sponsor_section {
  position: relative;
  padding: 70px 0 60px;
  backdrop-filter: blur(19px) brightness(0.8);
  color: #000;
}
.top_sponsor_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .top_sponsor_section {
    padding: 60px 0;
  }
}
.top_end_wrap {
  padding: 280px 0;
}

.top_end_text {
  font-family: "Teko", "Noto Sans JP", sans-serif;
  font-size: 8.6rem;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 8px #fff;
  line-height: 0.93;
}

@media screen and (max-width: 768px) {
  .top_end_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100dvh;
    padding: 60px 0;
  }
  .top_end_text {
    font-size: 6rem;
  }
}