@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  background-color: white;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1936px) {
  html {
    font-size: calc(100vw / 1936 * 100);
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  font-weight: 500;
  color: white;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::-moz-selection {
  background: #1827FB;
  color: white;
}

::selection {
  background: #1827FB;
  color: white;
}

::-moz-selection {
  background: #1827FB;
  color: white;
}

/* PARTS */
#sns .c-heading--slash {
  align-items: center;
  margin-bottom: 0.47rem;
}
@media screen and (min-width: 768px) {
  #sns .c-heading--slash {
    margin-bottom: 0.65rem;
  }
}
#sns .c-heading--slash span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.26rem;
  line-height: 0.3rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #sns .c-heading--slash span {
    font-size: 0.32rem;
    line-height: 0.37rem;
    letter-spacing: 0.1em;
  }
}
#sns .c-heading--slash::before {
  content: "";
}
@media screen and (min-width: 768px) {
  #sns .c-heading--slash::before {
    width: 0.3rem;
    height: 0.71rem;
    background-position: center;
  }
}
#sns .c-heading--slash::after {
  content: "";
}
@media screen and (min-width: 768px) {
  #sns .c-heading--slash::after {
    width: 0.3rem;
    height: 0.71rem;
    background-position: center;
  }
}
#sns .l-large {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #sns .l-large {
    margin-bottom: 0.6rem;
  }
}
#sns .l-large .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: center;
}
#sns .l-large .l-wrapper .l-logo {
  display: block;
}
#sns .l-large .l-wrapper .l-image {
  display: block;
  width: 3.15rem;
  height: 2.1rem;
  background-color: #707070;
}
@media screen and (min-width: 768px) {
  #sns .l-large .l-wrapper .l-image {
    width: 4.4rem;
    height: 2.48rem;
  }
}
#sns .l-large .l-wrapper .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#sns .l-large .l-wrapper .l-inline {
  width: 315px;
}
@media screen and (min-width: 768px) {
  #sns .l-large .l-wrapper .l-inline {
    width: 440px;
  }
}
#sns .l-large .l-wrapper .l-inline > * {
  width: 100%;
  min-height: 5rem;
}
#sns .l-large .l-wrapper .l-inline * {
  margin-top: unset !important;
  margin-bottom: unset !important;
}
#sns .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
@media screen and (min-width: 768px) {
  #sns .l-container {
    flex-direction: row;
    gap: 1.16rem;
    align-items: flex-start;
    justify-content: center;
  }
}
#sns .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: center;
}
#sns .l-wrapper .l-logo {
  display: block;
}
#sns .l-wrapper .l-image {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #707070;
}
#sns .l-wrapper .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#sns .l-wrapper .l-inline {
  width: 330px;
  flex: none;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #sns .l-wrapper .l-inline {
    width: 315px;
  }
}
#sns .l-wrapper .l-inline > * {
  width: 100%;
  min-height: 5rem;
}
#sns .l-wrapper .l-inline * {
  margin-top: unset !important;
  margin-bottom: unset !important;
}
#sns #logo-youtube {
  width: 0.38rem;
  height: 0.27rem;
}
#sns #logo-x {
  width: 0.29rem;
  height: 0.3rem;
}
#sns #logo-instagram {
  width: 0.3rem;
  height: 0.3rem;
}
#sns #logo-tiktok {
  width: 0.26rem;
  height: 0.3rem;
}
@media screen and (min-width: 768px) {
  #sns .p-footer__sns {
    gap: 1.13rem;
  }
}
#sns .p-footer__sns #icon-youtube {
  width: 0.52rem;
  height: 0.37rem;
}
#sns .p-footer__sns #icon-instagram {
  width: 0.41rem;
  height: 0.41rem;
}
#sns .p-footer__sns #icon-x {
  width: 0.4rem;
  height: 0.41rem;
}
#sns .p-footer__sns #icon-tiktok {
  width: 0.35rem;
  height: 0.41rem;
}

#top-sns {
  position: relative;
  z-index: 5;
  padding-bottom: 0.43rem;
}
@media screen and (min-width: 768px) {
  #top-sns {
    padding-bottom: 1.19rem;
  }
}

#campaign-banner {
  display: none;
}
@media screen and (min-width: 768px) {
  #campaign-banner {
    display: block;
    width: 2.41rem;
    height: 2.28rem;
    position: fixed;
    z-index: 10;
    left: calc(50% + 4.19rem);
    bottom: 0.42rem;
    background-image: url("../img/common/banner_campaign.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/* TOP PAGE */
[data-template="index.php"] .p-body {
  background: linear-gradient(to top, #280CBA 0%, #461FD4 100%);
}

#top-side {
  position: fixed;
  z-index: 100;
  width: 3.15rem;
  height: 1.21rem;
  display: block;
  right: 0.3rem;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #top-side {
    right: 0.6rem;
    bottom: 0.44rem;
    width: 2.41rem;
    height: 2.28rem;
  }
}
#top-side img {
  display: block;
  width: 100%;
  height: 100%;
}

#top-fv-parent {
  width: 100%;
  overflow: hidden;
}

#top-fv {
  height: 7.95rem;
  background-image: url("../img/top/fv_sp.webp");
  background-size: 3.75rem 11.17rem;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-fv {
    width: 14.4rem;
    height: 11.62rem;
    background-size: 14.4rem 12.32rem;
    margin: auto;
    background-image: url("../img/top/fv_pc.webp");
  }
}
#top-fv #top-fv-news {
  content: "";
  position: absolute;
  top: 3.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.12rem;
  height: 0.7rem;
}
@media screen and (min-width: 768px) {
  #top-fv #top-fv-news {
    width: 3.93rem;
    height: 1.3rem;
    top: 4.95rem;
  }
}
#top-fv #top-fv-news div {
  width: 100%;
  height: 100%;
  background-image: url("../img/top/fv_news.webp");
  background-size: contain;
  background-repeat: no-repeat;
  animation: popup 0.5s 1s forwards;
  opacity: 0;
}
@keyframes popup {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: translateY(20px) scale(2);
  }
  100% {
    transform: scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
#top-fv::after {
  content: "";
  width: 3.75rem;
  height: 1.95rem;
  position: absolute;
  bottom: -1.09rem;
  left: 0;
  background-image: url("../img/top/cloud.svg"), linear-gradient(to bottom, transparent 0%, transparent 30%, #461FD4 30%, #461FD4 100%);
  background-position: center top;
  background-size: 4.3rem 2.29rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-fv::after {
    background-image: url("../img/top/cloud_pc.svg"), linear-gradient(to bottom, transparent 0%, transparent 80%, #461FD4 80%, #461FD4 100%);
    width: 19.88rem;
    height: 4.68rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0rem;
    background-size: 19.88rem 4.68rem;
  }
}

#top-bg {
  position: relative;
  top: -0.01rem;
  z-index: 2;
  background-image: url("../img/top/bg.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-bg {
    background-image: url("../img/top/bg_pc.svg");
  }
}

#top-intro {
  position: relative;
  min-height: 100vh;
  background-image: url("../img/top/bg_intro.png");
  background-size: 4.48rem 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  #top-intro {
    background-image: url("../img/top/bg_intro_pc.png");
    background-size: 104.305vw 100%;
  }
}
#top-intro .l-info {
  position: absolute;
  z-index: 2;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.35rem;
  height: 0.73rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-info {
    width: 7.26rem;
    height: 1.59rem;
    top: -1.7rem;
  }
}
#top-intro .l-info::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1.8rem;
  height: 1.69rem;
  background-image: url("../img/top/planet.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: -0.59rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-info::before {
    top: -1.59rem;
    width: 5.09rem;
    height: 4.77rem;
  }
}
#top-intro .l-info::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-image: url("../img/top/info.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#top-intro .l-info__container {
  position: relative;
  z-index: 3;
  padding-top: 0.28rem;
  margin-left: 0.18rem;
  margin-right: 0.17rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top-intro .l-info__container {
    padding-top: 0.66rem;
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }
}
#top-intro .l-info__wrapper {
  display: flex;
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  max-width: unset;
  white-space: nowrap;
  gap: 1em;
}
#top-intro .l-info__wrapper a {
  display: flex;
  align-items: center;
  font-family: "Rubik", sans-serif, "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
  gap: 0.02rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-info__wrapper a {
    font-size: 0.26rem;
    line-height: 0.35rem;
    gap: 0.04rem;
  }
}
#top-intro .l-info__wrapper a::before {
  content: "";
  width: 0.32rem;
  height: 0.12rem;
  background-image: url("../img/common/new.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-intro .l-info__wrapper a::before {
    width: 0.64rem;
    height: 0.24rem;
  }
}
#top-intro .l-info #info-marquee {
  animation: marquee 30s linear infinite;
}
@keyframes marquee {
  0% {
    translate: 3.35rem;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  @keyframes marquee {
    0% {
      translate: 7.26rem;
    }
    100% {
      translate: calc(-100% - 1rem);
    }
  }
}
#top-intro .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 0.32rem;
    align-items: flex-end;
    padding-top: unset;
    padding-bottom: 2rem;
  }
}
#top-intro .l-aliens {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#top-intro .l-aliens img {
  display: block;
  width: 1.73rem;
  height: 2.27rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -0.4rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #top-intro .l-aliens img {
    width: 2.35rem;
    height: 3.07rem;
    bottom: -0.62rem;
  }
}
#top-intro .l-aliens p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.12rem;
  height: 1.12rem;
  background-image: url("../img/top/needles.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.12rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  bottom: 0.41rem;
  left: 0;
  transform: rotate(-15deg);
}
#top-intro .l-mission {
  width: 3.35rem;
  height: 3.53rem;
  background-image: url("../img/top/mission.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-intro .l-mission {
    padding-top: 0.67rem;
    width: 4.54rem;
    height: 4.72rem;
  }
}
#top-intro .l-mission span {
  display: block;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 700;
  padding-bottom: 0.06rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-mission span {
    font-size: 0.26rem;
    line-height: 0.36rem;
    margin-bottom: 0.09rem;
  }
}
#top-intro .l-mission strong {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.26rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-intro .l-mission strong {
    font-size: 0.35rem;
    line-height: 0.54rem;
  }
}
#top-intro .l-adachi {
  position: relative;
  z-index: 3;
  width: 2.26rem;
  height: 2.09rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-intro .l-adachi {
    width: 3.88rem;
    height: 3.57rem;
    margin: unset;
  }
}
#top-intro .l-adachi--photo {
  width: 100%;
  height: 100%;
  display: block;
}
#top-intro .l-adachi--name {
  width: 1.54rem;
  height: 0.43rem;
  position: absolute;
  left: -0.98rem;
  bottom: 0.61rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-adachi--name {
    width: 2.63rem;
    height: 0.74rem;
    bottom: -0.37rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top-intro #aliens {
  transition: 0.3s;
  transition-timing-function: linear;
}
#top-intro #adachi {
  transition: 0.3s;
  transition-timing-function: linear;
}
#top-intro .l-desc {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 0.23rem;
  margin-bottom: 2.41rem;
  transition: 0.3s;
  transition-timing-function: linear;
  font-feature-settings: "palt" 1;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-desc {
    margin-top: 0.53rem;
    font-size: 0.19rem;
    line-height: 0.48rem;
    margin-bottom: 1rem;
    padding-bottom: unset;
  }
}
#top-intro .l-desc strong {
  color: #D0FF00;
  font-size: 0.2rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-desc strong {
    font-size: 0.24rem;
  }
}
#top-intro .c-btn--green {
  margin: auto;
}
#top-intro .l-deco {
  position: absolute;
  z-index: 4;
  background-size: contain;
  background-repeat: no-repeat;
}
#top-intro #intro-meteor {
  background-image: url("../img/top/deco_meteor.svg");
  width: 1.06rem;
  height: 1.41rem;
  bottom: -0.43rem;
  right: 0.2rem;
  transition: 0.3s;
  transition-timing-function: linear;
}
@media screen and (min-width: 768px) {
  #top-intro #intro-meteor {
    width: 1.27rem;
    height: 1.69rem;
    bottom: 1rem;
    right: unset;
    left: calc(50% + 2rem);
    transition: 1s;
  }
}
#top-intro #intro-debri {
  background-image: url("../img/top/deco_debri.svg");
  width: 0.53rem;
  height: 0.55rem;
  bottom: 1.96rem;
  left: 0.5rem;
  transition: 0.3s;
  transition-timing-function: linear;
  animation: 5s float infinite;
}
@media screen and (min-width: 768px) {
  #top-intro #intro-debri {
    width: 0.64rem;
    height: 0.67rem;
    right: calc(50% + 2.63rem);
    bottom: 2.51rem;
    left: unset;
  }
}
#top-intro #intro-nakkai {
  display: none;
}
@media screen and (min-width: 768px) {
  #top-intro #intro-nakkai {
    width: 3.88rem;
    height: 3.98rem;
    display: block;
    bottom: 4.36rem;
    right: calc(50% + 2.73rem);
    transition: 0.3s;
    transition-timing-function: linear;
  }
  #top-intro #intro-nakkai img {
    display: block;
    width: 100%;
    height: 100%;
  }
  #top-intro #intro-nakkai figcaption {
    width: 2.4rem;
    height: 0.67rem;
    position: absolute;
    z-index: 2;
    left: 0.88rem;
    bottom: 0.28rem;
    background-image: url("../img/top/name_nakkai.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#top-intro #intro-town {
  display: none;
}
@media screen and (min-width: 768px) {
  #top-intro #intro-town {
    width: 3.27rem;
    height: 2.92rem;
    display: block;
    transition: 0.3s;
    transition-timing-function: linear;
    background-image: url("../img/top/deco_town.png");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 4.76rem;
    left: calc(50% + 3.15rem);
  }
}
@keyframes float {
  0% {
    transform: translateY(0.1rem);
  }
  50% {
    transform: translateY(-0.1rem);
  }
  100% {
    transform: translateY(0.1rem);
  }
}
#top-intro .l-sns {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  align-items: center;
  margin-top: 2.68rem;
  margin-bottom: 0.23rem;
  position: relative;
  top: 1rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-sns {
    align-self: flex-start;
    gap: 1.13rem;
    margin-top: 4.62rem;
    margin-bottom: 3.07rem;
    position: relative;
    top: 1.5rem;
    padding-right: 0.3rem;
  }
}
#top-intro .l-sns a {
  display: block;
}
#top-intro .l-sns a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-intro .l-sns #sns-icon-youtube {
  width: 0.3rem;
  height: 0.21rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-sns #sns-icon-youtube {
    width: 0.52rem;
    height: 0.37rem;
  }
}
#top-intro .l-sns #sns-icon-x {
  width: 0.23rem;
  height: 0.23rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-sns #sns-icon-x {
    width: 0.41rem;
    height: 0.41rem;
  }
}
#top-intro .l-sns #sns-icon-instagram {
  width: 0.23rem;
  height: 0.23rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-sns #sns-icon-instagram {
    width: 0.4rem;
    height: 0.41rem;
  }
}
#top-intro .l-sns #sns-icon-tiktok {
  width: 0.2rem;
  height: 0.23rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-sns #sns-icon-tiktok {
    width: 0.35rem;
    height: 0.41rem;
  }
}

#top-archive {
  position: relative;
  z-index: 2;
  margin-top: 1.3rem;
  margin-bottom: 0.3rem;
}
#top-archive .l-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #top-archive .l-heading {
    flex-direction: row;
    gap: 0;
    justify-content: center;
    margin-bottom: 0.94rem;
    position: relative;
    left: -0.5rem;
  }
}
#top-archive .l-heading--number {
  width: 1.86rem;
  height: 1.86rem;
  display: block;
  margin-bottom: -0.2rem;
}
@media screen and (min-width: 768px) {
  #top-archive .l-heading--number {
    width: 1.84rem;
    height: 1.84rem;
  }
}
@media screen and (min-width: 768px) {
  #top-archive .l-heading--number {
    margin-bottom: unset;
  }
}
#top-archive .l-heading--logo {
  width: 3.35rem;
  height: 0.64rem;
}
@media screen and (min-width: 768px) {
  #top-archive .l-heading--logo {
    width: 6.37rem;
    height: 1.21rem;
  }
}
#top-archive .l-heading #archive-trip-logo {
  width: 3.35rem;
  height: 0.64rem;
}
@media screen and (min-width: 768px) {
  #top-archive .l-heading #archive-trip-logo {
    width: 6.37rem;
    height: 1.21rem;
  }
}
#top-archive .l-heading #archive-news {
  width: 3.35rem;
  height: 0.56rem;
}
@media screen and (min-width: 768px) {
  #top-archive .l-heading #archive-news {
    width: 6.87rem;
    height: 1.21rem;
  }
}
#top-archive .l-heading img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-archive .l-heading--middle {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  #top-archive .l-heading--middle {
    margin-bottom: 0.36rem;
  }
}
#top-archive .l-heading--middle strong {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.26rem;
  line-height: 0.38rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-archive .l-heading--middle strong {
    font-size: 0.34rem;
    line-height: 0.51rem;
  }
}
#top-archive .l-heading--middle span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-archive .l-heading--middle span {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
#top-archive .c-heading--planet1 {
  margin-bottom: 0.28rem;
}
@media screen and (min-width: 768px) {
  #top-archive .c-heading--planet1 {
    margin-bottom: 0.19rem;
  }
}
#top-archive .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.31rem;
  align-items: center;
  margin-top: 0.27rem;
  margin-bottom: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-archive .l-container {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0.56rem;
    align-items: flex-start;
    padding-right: 0.8rem;
  }
}
#top-archive .l-container .l-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-archive .l-container .l-text {
    padding-top: 0.1rem;
  }
}
#top-archive .l-container .l-text h3 {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.24rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.26rem;
}
#top-archive .l-container .l-text p {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 500;
}
#top-archive .l-container .l-text p small {
  font-size: 0.13rem;
}
#top-archive .l-container .l-video {
  width: 2.4rem;
  max-width: 2.4rem;
  height: 4rem;
  max-height: 4rem;
  margin: auto;
  border-radius: 0.2rem;
  border: 0.13rem solid #1D5FFB;
  box-sizing: border-box;
  flex: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top-archive .l-container .l-video {
    margin: 0;
  }
}
#top-archive .l-container .l-video iframe {
  display: block;
  width: 100% !important;
  min-width: unset !important;
  height: 100% !important;
  max-width: 100% !important;
}
#top-archive .l-container .l-video iframe:not(.instagram-media-rendered) {
  display: none !important;
}
#top-archive .l-container .l-video blockquote {
  display: none;
}
#top-archive .l-container .c-btn--simple {
  margin-top: 0.2rem;
}
#top-archive .l-info {
  text-align: center;
  margin-top: -0.5rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-archive .l-info {
    margin-top: unset;
    margin-bottom: 0.4rem;
  }
}
#top-archive .l-info .l-episode {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-archive .l-info .l-episode {
    font-size: 0.24rem;
    line-height: 0.34rem;
  }
}
#top-archive .l-info .l-title {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.21rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 0.05rem;
  margin-bottom: 0.15rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #top-archive .l-info .l-title {
    font-size: 0.29rem;
    line-height: 0.4rem;
    margin-top: 0.04rem;
    margin-bottom: 0.2rem;
  }
}
#top-archive .l-info .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-archive .l-info .l-desc {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
#top-archive .l-deco {
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#top-archive #archive-man {
  background-image: url("../img/top/deco_man.png");
  width: 1.12rem;
  height: 1.73rem;
  bottom: -1.8rem;
  left: -0.1rem;
}
@media screen and (min-width: 768px) {
  #top-archive #archive-man {
    width: 1.18rem;
    height: 1.82rem;
    top: 2.17rem;
    left: unset;
    right: calc(50% - 3rem);
    transform: translateX(100%);
  }
}
#top-archive #archive-trip {
  background-image: url("../img/top/deco_trip.png");
  width: 0.67rem;
  height: 0.59rem;
  bottom: 2.02rem;
  right: 0.08rem;
}
@media screen and (min-width: 768px) {
  #top-archive #archive-trip {
    width: 0.8rem;
    height: 0.71rem;
    top: 1.95rem;
    bottom: unset;
    right: calc(50% - 4rem);
    transform: translateX(100%);
  }
}
#top-archive #top-archive-slider {
  height: 5rem;
  width: 12rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  transition: 0.3s;
  transition-delay: 1s;
  opacity: 0;
}
#top-archive #top-archive-slider-parent {
  position: relative;
  max-width: unset;
  width: 100%;
  max-width: 100vw;
  height: 5rem;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  overflow: hidden;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-archive #top-archive-slider-prev {
    top: 45%;
  }
}
@media screen and (min-width: 768px) {
  #top-archive #top-archive-slider-next {
    top: 45%;
  }
}
#top-archive #top-archive-slider .cloud9-item {
  width: 2.2rem;
  height: 4.07rem;
  border-radius: 0.15rem;
  overflow: hidden;
  transition: opacity 0.3s;
  transition-timing-function: linear;
  will-change: opacity;
  border: 0.1rem solid transparent;
}
#top-archive #top-archive-slider .cloud9-item:hover span {
  opacity: 0;
}
#top-archive #top-archive-slider .cloud9-item span {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(112, 112, 112, 0.3);
  transition: 0.3s;
}
#top-archive #top-archive-slider .cloud9-item > * {
  width: 100%;
  height: 100%;
  display: block;
}
#top-archive #top-archive-slider .cloud9-item-active {
  opacity: 1 !important;
  border-color: #1D5FFB;
}
@media screen and (min-width: 768px) {
  #top-archive #archive-space {
    height: 0.72rem;
  }
}
#top-archive #news-intro {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.3rem auto 0.5rem;
}
@media screen and (min-width: 768px) {
  #top-archive #news-intro {
    margin-bottom: 2rem;
  }
}
#top-archive #news-intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 3.5rem;
  height: 5.15rem;
  background-image: url("../img/top/deco_adachi2_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 2.26rem;
  left: calc(50% + 0.1rem);
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #top-archive #news-intro::before {
    width: 1.29rem;
    height: 1.43rem;
    top: unset;
    left: unset;
    bottom: -1.1rem;
    right: -0.43rem;
    transform: translateX(100%);
    background-image: url("../img/top/deco_adachi2.svg");
  }
}
#top-archive #news-intro h3 {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.14rem;
}
@media screen and (min-width: 768px) {
  #top-archive #news-intro h3 {
    padding-top: 0.24rem;
  }
}
#top-archive #news-intro p {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.33rem;
}
#top-archive #news-intro-video {
  display: block;
  width: 2.4rem;
  max-width: 2.4rem;
  height: 4rem;
  max-height: 4rem;
  margin: auto;
  border-radius: 0.2rem;
  border: 0.13rem solid #1D5FFB;
  box-sizing: border-box;
  flex: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top-archive #news-intro-video {
    margin: 0;
    position: absolute;
    left: -0.35rem;
    transform: translateX(-100%);
  }
}
#top-archive #news-intro-video iframe {
  display: block;
  width: 100% !important;
  min-width: unset !important;
  height: 100% !important;
  max-width: 100% !important;
}
#top-archive #news-intro-video iframe:not(.instagram-media-rendered) {
  display: none !important;
}
#top-archive #news-intro-video blockquote {
  display: none;
}
#top-archive #top-news-slider {
  height: 5rem;
  width: 12rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  transition: 0.3s;
  transition-delay: 1s;
  opacity: 0;
}
#top-archive #top-news-slider-parent {
  position: relative;
  max-width: unset;
  width: 100%;
  max-width: 100vw;
  height: 5rem;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  overflow: hidden;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-archive #top-news-slider-prev {
    top: 45%;
  }
}
@media screen and (min-width: 768px) {
  #top-archive #top-news-slider-next {
    top: 45%;
  }
}
#top-archive #top-news-slider .cloud9-item {
  width: 2.2rem;
  height: 4.07rem;
  border-radius: 0.15rem;
  overflow: hidden;
  transition: opacity 0.3s;
  transition-timing-function: linear;
  will-change: opacity;
  border: 0.1rem solid transparent;
}
#top-archive #top-news-slider .cloud9-item:hover span {
  opacity: 0;
}
#top-archive #top-news-slider .cloud9-item span {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(112, 112, 112, 0.3);
  transition: 0.3s;
}
#top-archive #top-news-slider .cloud9-item > * {
  width: 100%;
  height: 100%;
  display: block;
}
#top-archive #top-news-slider .cloud9-item-active {
  opacity: 1 !important;
  border-color: #1D5FFB;
}
#top-archive #news-link {
  margin-top: 0.3rem;
}

#top-report {
  z-index: 1;
  padding-top: 1.46rem;
  position: relative;
  margin-top: -0.35rem;
}
@media screen and (min-width: 768px) {
  #top-report {
    margin-top: -10.97vw;
    padding-top: 16.736vw;
  }
}
#top-report::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 12.62rem;
  top: 0;
  left: 0;
  background-image: url("../img/top/bg_report.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-report::before {
    background-image: url("../img/top/bg_report_pc.png");
    width: 100%;
    height: 107.08vw;
  }
}
#top-report .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-report .l-desc {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}
#top-report .c-btn--more {
  margin-top: -0.6rem;
}
@media screen and (min-width: 768px) {
  #top-report .c-btn--more {
    margin-top: 0.4rem;
  }
}
#top-report .l-container {
  display: inline-flex !important;
  flex-direction: column;
}
#top-report .l-container > *:last-child {
  flex-grow: 1;
}
#top-report #report-desc1 {
  margin-top: 0.2rem;
  margin-bottom: 0.22rem;
}
@media screen and (min-width: 768px) {
  #top-report #report-desc1 {
    margin-top: 0.37rem;
    margin-bottom: 0.39rem;
  }
}
#top-report #report-desc2 {
  margin-top: 0.36rem;
}
@media screen and (min-width: 768px) {
  #top-report #report-desc2 {
    margin-top: 0.63rem;
  }
}
#top-report .l-deco {
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#top-report #report-man {
  background-image: url("../img/top/deco_man2.png");
  width: 1.2rem;
  height: 1.9rem;
  top: 4.13rem;
  left: 0.24rem;
}
@media screen and (min-width: 768px) {
  #top-report #report-man {
    width: 1.67rem;
    height: 2.66rem;
    top: 5.59rem;
    left: unset;
    right: calc(50% + 1.66rem);
  }
}
#top-report #report-nakkai {
  top: 4.69rem;
  right: 0.47rem;
  width: 0.63rem;
  height: 0.63rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #top-report #report-nakkai {
    width: 0.91rem;
    height: 0.9rem;
    top: 6.68rem;
    left: calc(50% + 1.78rem);
  }
}
#top-report #report-nakkai img {
  display: block;
  width: 100%;
  height: 100%;
}
#top-report #report-nakkai figcaption {
  position: absolute;
  display: block;
  width: 0.72rem;
  height: 0.88rem;
  color: white;
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.1rem;
  line-height: 0.14rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-top: 0.17rem;
  left: 0.2rem;
  top: -0.83rem;
  background-image: url("../img/top/balloon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  white-space: nowrap;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  #top-report #report-nakkai figcaption {
    width: 1.39rem;
    height: 1.62rem;
    left: 0.52rem;
    top: -1.48rem;
    padding-top: 0.38rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#top-report #report-nakkai figcaption span {
  transform: rotate(10deg);
  display: block;
}
@media screen and (min-width: 768px) {
  #top-report #report-nakkai {
    bottom: 1.84rem;
    right: unset;
    left: calc(50% + 2.56rem);
  }
}
#top-report #top-report-slider {
  height: 5rem;
  width: 10.8rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  transition: 0.3s;
  transition-delay: 1s;
  opacity: 0;
  --main: #F25A7B;
  --tag: "高崎体験報告書";
  --text: white;
  --stamp: url("../img/common/stamp_trans.png");
}
@media screen and (min-width: 768px) {
  #top-report #top-report-slider {
    height: 5rem;
    width: 12rem;
  }
}
#top-report #top-report-slider-parent {
  position: relative;
  max-width: unset;
  width: 100%;
  max-width: 100vw;
  height: 5rem;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  overflow: hidden;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-report #top-report-slider-parent {
    height: 5rem;
  }
}
#top-report #top-report-slider-prev {
  top: 35%;
}
@media screen and (min-width: 768px) {
  #top-report #top-report-slider-prev {
    top: 45%;
  }
}
#top-report #top-report-slider-next {
  top: 35%;
}
@media screen and (min-width: 768px) {
  #top-report #top-report-slider-next {
    top: 45%;
  }
}
#top-report #top-report-slider .cloud9-item {
  width: 2.4rem;
  min-height: 3.84rem;
  overflow: hidden;
  transition: opacity 0.3s;
  transition-timing-function: linear;
  will-change: opacity;
  background: #D0D0D0;
}
#top-report #top-report-slider .cloud9-item-active {
  opacity: 1 !important;
}
#top-report #top-report-slider .cloud9-item-left {
  background: linear-gradient(to right, #E5E5E5 0%, #737373 100%) !important;
}
#top-report #top-report-slider .cloud9-item-right {
  background: linear-gradient(to left, #E5E5E5 0%, #737373 100%) !important;
}
#top-report #top-report-slider .l-article {
  position: relative;
}
#top-report #top-report-slider .l-article::before {
  content: var(--tag);
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background-color: #F25A7B;
  width: 1.32rem;
  height: 0.39rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom-right-radius: 0.1rem;
}
#top-report #top-report-slider .l-article--coming {
  position: relative;
}
#top-report #top-report-slider .l-article--coming::after {
  content: "COMING\aSOON...";
  color: white;
  position: absolute;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 0.2rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top-report #top-report-slider .p-archive__wrapper {
  border-radius: unset;
  border: unset;
}
#top-report #top-report-slider .p-archive__wrapper::before {
  content: "a";
}
#top-report #top-report-slider .p-archive__wrapper::after {
  width: 1.06rem;
  height: 1.05rem;
  top: unset;
  bottom: -0.05rem;
  right: -0.05rem;
}
#top-report #top-report-slider .p-archive__thumb {
  width: 100%;
  height: 2.4rem;
}
#top-report #top-report-slider .p-archive__info {
  margin-bottom: 0.09rem;
}
#top-report #top-report-slider .p-archive__info--date {
  font-size: 0.13rem;
  line-height: 0.15rem;
}
#top-report #top-report-slider .p-archive__tag {
  margin-bottom: 0.09rem;
}
#top-report #top-report-slider .p-archive__tag span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0.01rem 0.05rem 0.02rem;
  min-width: 0.57rem;
  background-color: #1D5FFB;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-report #top-report-slider .p-archive__title {
  align-items: center;
  gap: 0.03rem;
  text-align: center;
}
#top-report #top-report-slider .p-archive__title strong {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.22rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 800;
}
#top-report #top-report-slider .p-archive__text {
  padding: 0.1rem 0.1rem 0.1rem;
}

#top-campaign {
  padding-top: 0.08rem;
  position: relative;
  z-index: 4;
  padding-bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  #top-campaign {
    padding-bottom: 1.12rem;
  }
}
#top-campaign::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.35rem;
  height: 9.65rem;
  background: linear-gradient(to bottom, rgba(29, 95, 251, 0) 0%, rgba(29, 95, 251, 0.5) 20%, rgba(29, 95, 251, 0.5) 80%, rgba(29, 95, 251, 0) 100%);
  filter: brightness(1.5);
}
@media screen and (min-width: 768px) {
  #top-campaign::before {
    width: 12.8rem;
    height: 16.38rem;
  }
}
#top-campaign .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-container {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
#top-campaign .l-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 3.35rem;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-container .l-left {
    width: 4.76rem;
    flex: none;
  }
}
#top-campaign .l-container .l-left .c-heading--planet3 {
  position: relative;
  z-index: 2;
  margin-bottom: -0.96rem;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-container .l-left .c-heading--planet3 {
    margin-bottom: -1.15rem;
  }
}
#top-campaign .l-container .l-left .c-heading--planet3::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 1.57rem;
  height: 2.04rem;
  background-image: url("../img/top/deco_man3.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -1.44rem;
  left: 50%;
  transform: translateX(-0.7rem);
}
#top-campaign .l-container .l-left .c-heading--planet3 div {
  width: 1.41rem;
  height: 0.34rem;
  background-color: #D0FF00;
  color: #12008E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  position: absolute;
  bottom: -0.23rem;
  left: 50%;
  transform: translateX(-50%);
}
#top-campaign .l-container .l-left .c-heading--planet3 div::after {
  content: "";
  display: block;
  width: 0.23rem;
  height: 0.2rem;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  position: absolute;
  bottom: -0.16rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D0FF00;
}
#top-campaign .l-container .l-left .l-logo {
  width: 100%;
  height: 3.69rem;
  position: relative;
  margin-bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-container .l-left .l-logo {
    margin-bottom: 0.65rem;
  }
}
#top-campaign .l-container .l-left .l-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
#top-campaign .l-container .l-left .l-logo p {
  position: absolute;
  bottom: -0.11rem;
  left: 50%;
  transform: translateX(-50%);
  color: #D0FF00;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-container .l-left .l-logo p {
    margin-bottom: -0.43rem;
  }
}
#top-campaign .l-container .l-left .l-logo p span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-container .l-left .l-logo p span {
    font-size: 0.2rem;
    line-height: 0.34rem;
    margin-bottom: 0.07rem;
  }
}
#top-campaign .l-container .l-left .l-logo p strong {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.25rem;
  line-height: 0.35rem;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-container .l-left .l-logo p strong {
    font-size: 0.31rem;
    line-height: 0.43rem;
  }
}
#top-campaign .l-container .l-left .l-link {
  width: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-container .l-left .l-link {
    width: 3.2rem;
  }
}
#top-campaign .l-container .l-left .l-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.4rem;
  border: 0.02rem solid #D0FF00;
  border-radius: 0.05rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 700;
  color: white;
  background: linear-gradient(to right, #461FD4 0%, #1827BD 25%, #1827BD 75%, #461FD4 100%);
}
#top-campaign .l-container .l-right {
  width: 3.02rem;
  height: 2.87rem;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-container .l-right {
    width: 5.6rem;
    height: 5.34rem;
    flex: none;
  }
}
#top-campaign .l-container .l-right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-campaign .l-info {
  text-align: center;
  margin-top: 0.29rem;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-info {
    margin-top: 0.7rem;
  }
}
#top-campaign .l-info .l-emph {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #FF788E;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-info .l-emph {
    font-size: 0.2rem;
    line-height: 0.34rem;
  }
}
#top-campaign .l-info .l-catch {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  margin-top: 0.16rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-info .l-catch {
    font-size: 0.24rem;
    line-height: 0.34rem;
    margin-top: 0.12rem;
    margin-bottom: 0.48rem;
  }
}
#top-campaign .l-info .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 0.3rem;
  margin-bottom: 0.57rem;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-info .l-desc {
    margin-top: 1.2rem;
    margin-bottom: 0.64rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}
#top-campaign .l-info .l-desc strong {
  color: #D0FF00;
}
@media screen and (min-width: 768px) {
  #top-campaign .l-info .l-desc strong {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
}
#top-campaign .l-info .c-btn--green {
  margin: auto;
}
#top-campaign .l-deco {
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#top-campaign #deco-campaign1 {
  background-image: url("../img/top/deco_lightning1.png");
  width: 1.54rem;
  height: 1rem;
  left: -0.14rem;
  bottom: 1.1rem;
}
@media screen and (min-width: 768px) {
  #top-campaign #deco-campaign1 {
    background-image: url("../img/top/deco_lightning1_pc.png");
    width: 2.13rem;
    height: 1.2rem;
    bottom: 1.52rem;
    left: unset;
    right: calc(50% + 1.93rem);
  }
}
#top-campaign #deco-campaign2 {
  background-image: url("../img/top/deco_lightning2.png");
  width: 1.54rem;
  height: 1rem;
  right: -0.1rem;
  bottom: 1.61rem;
}
@media screen and (min-width: 768px) {
  #top-campaign #deco-campaign2 {
    background-image: url("../img/top/deco_lightning2_pc.png");
    width: 1.62rem;
    height: 1.68rem;
    bottom: 2.19rem;
    right: unset;
    left: calc(50% + 1.93rem);
  }
}
#top-campaign #campaign-left {
  transition: 0.3s;
  transition-timing-function: linear;
}
#top-campaign #campaign-right {
  transition: 0.3s;
  transition-timing-function: linear;
}

#top-access {
  padding-bottom: 0.37rem;
  position: relative;
  overflow: hidden;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  #top-access {
    width: 11.2rem;
  }
}
#top-access .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.42rem;
}
@media screen and (min-width: 768px) {
  #top-access .l-desc {
    font-size: 0.2rem;
    line-height: 0.4rem;
    margin-bottom: 0.8rem;
  }
}
#top-access .l-desc strong {
  color: #D0FF00;
  font-size: 0.19rem;
  line-height: 0.29rem;
}
@media screen and (min-width: 768px) {
  #top-access .l-desc strong {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
}
#top-access .l-map {
  width: 100%;
  height: 5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #top-access .l-map {
    width: 4.76rem;
    height: 5.45rem;
    margin: auto;
  }
}
#top-access .l-map img {
  display: block;
  width: 100%;
  height: 100%;
}
#top-access .l-deco {
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#top-access #deco-access1 {
  background-image: url("../img/top/deco_nakkai3.png");
  width: 1.42rem;
  height: 2.02rem;
  top: 0.41rem;
  right: -0.41rem;
}
@media screen and (min-width: 768px) {
  #top-access #deco-access1 {
    width: 1.71rem;
    height: 2.42rem;
    top: 2.98rem;
    right: unset;
    left: calc(50% + 2.94rem);
  }
}
#top-access #deco-access2 {
  background-image: url("../img/top/deco_man4.png");
  width: 0.88rem;
  height: 2.27rem;
  left: 0.2rem;
  top: 0.86rem;
}
@media screen and (min-width: 768px) {
  #top-access #deco-access2 {
    width: 1.05rem;
    height: 2.72rem;
    top: 2.26rem;
    left: unset;
    right: calc(50% + 3.09rem);
  }
}

#top-bottom {
  padding-bottom: 2.04rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  #top-bottom {
    padding-bottom: 4rem;
  }
}
#top-bottom .l-desc {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #top-bottom .l-desc {
    font-size: 0.2rem;
    line-height: 0.4rem;
    margin-bottom: 0.36rem;
  }
}
#top-bottom .l-desc strong {
  color: #D0FF00;
}
@media screen and (min-width: 768px) {
  #top-bottom .l-desc strong {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
}
#top-bottom .l-map {
  width: 2.24rem;
  height: 2.36rem;
  position: relative;
  left: 0.09rem;
  margin: auto;
  margin-bottom: 0.57rem;
}
@media screen and (min-width: 768px) {
  #top-bottom .l-map {
    width: 3.14rem;
    height: 3.31rem;
    left: 0.12rem;
    margin-top: 1.1rem;
    margin-bottom: 1.3rem;
  }
}
#top-bottom .l-map img {
  display: block;
  width: 100%;
  height: 100%;
}
#top-bottom .l-button {
  width: 2.6rem;
  height: 0.7rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-bottom .l-button {
    width: 3.05rem;
  }
}
#top-bottom .l-button img {
  display: block;
  width: 1.82rem;
  height: 0.42rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-bottom .l-deco {
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
#top-bottom #deco-bottom1 {
  background-image: url("../img/top/deco_bottom1.png");
  width: 0.88rem;
  height: 0.93rem;
  top: 0.8rem;
  left: -0.22rem;
}
@media screen and (min-width: 768px) {
  #top-bottom #deco-bottom1 {
    width: 1.24rem;
    height: 1.31rem;
    left: unset;
    top: 3.12rem;
    right: calc(50% + 1.64rem);
  }
}
#top-bottom #deco-bottom2 {
  background-image: url("../img/top/deco_bottom2.png");
  width: 1.35rem;
  height: 2.07rem;
  top: 0.81rem;
  left: 0.66rem;
}
@media screen and (min-width: 768px) {
  #top-bottom #deco-bottom2 {
    width: 1.89rem;
    height: 2.89rem;
    top: 2.79rem;
    left: unset;
    right: calc(50% - 0.25rem);
  }
}
#top-bottom #deco-bottom3 {
  background-image: url("../img/top/deco_bottom3.png");
  width: 0.88rem;
  height: 0.93rem;
  top: 0.43rem;
  right: -0.23rem;
}
@media screen and (min-width: 768px) {
  #top-bottom #deco-bottom3 {
    width: 1.95rem;
    height: 1.95rem;
    top: 2.65rem;
    right: unset;
    left: calc(50% + 1.99rem);
  }
}
#top-bottom #deco-bottom4 {
  background-image: url("../img/top/deco_bottom4.png");
  width: 1.17rem;
  height: 0.91rem;
  top: 2.44rem;
  left: 0.24rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #top-bottom #deco-bottom4 {
    width: 1.64rem;
    height: 1.28rem;
    top: 5.27rem;
    left: unset;
    right: calc(50% + 2.04rem);
  }
}
#top-bottom #deco-bottom5 {
  background-image: url("../img/top/deco_bottom5.png");
  width: 1.66rem;
  height: 1.66rem;
  top: 1.6rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  #top-bottom #deco-bottom5 {
    width: 2.32rem;
    height: 2.32rem;
    top: 3.77rem;
    right: unset;
    left: calc(50% + 0rem);
  }
}
#top-bottom #deco-bottom6 {
  background-image: url("../img/top/deco_bottom6.png");
  width: 1.4rem;
  height: 1.13rem;
  top: 3.18rem;
  left: 1.1rem;
}
@media screen and (min-width: 768px) {
  #top-bottom #deco-bottom6 {
    width: 2.28rem;
    height: 2.03rem;
    top: unset;
    bottom: 3.5rem;
    left: calc(50% - 1.23rem);
  }
}
#top-bottom #deco-bottom7 {
  background-image: url("../img/top/deco_bottom7.png");
  width: 0.77rem;
  height: 0.95rem;
  bottom: 0.7rem;
  right: 0.83rem;
}
@media screen and (min-width: 768px) {
  #top-bottom #deco-bottom7 {
    width: 1.07rem;
    height: 1.34rem;
    right: unset;
    bottom: 3.84rem;
    left: calc(50% + 2.34rem);
  }
}
#top-bottom #deco-bottom8 {
  background-image: url("../img/top/deco_bottom8.png");
  width: 0.7rem;
  height: 0.88rem;
  bottom: -0.11rem;
  left: 0.91rem;
}
@media screen and (min-width: 768px) {
  #top-bottom #deco-bottom8 {
    width: 0.9rem;
    height: 1.24rem;
    left: unset;
    bottom: 2.34rem;
    right: calc(50% + 1.89rem);
  }
}

/* STORY PAGE */
#story-intro {
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #story-intro {
    padding-top: 0.59rem;
    padding-bottom: 0.68rem;
  }
}
#story-intro .l-container {
  display: flex;
  flex-direction: 0.4rem;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #story-intro .l-container {
    flex-direction: row;
    align-items: flex-start;
    gap: unset;
    margin-bottom: 0.68rem;
  }
}
#story-intro .l-image {
  width: 2.36rem;
  height: 3.17rem;
}
@media screen and (min-width: 768px) {
  #story-intro .l-image {
    width: 5.54rem;
    height: 7.54rem;
  }
}
#story-intro .l-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#story-intro .l-catch {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  #story-intro .l-catch {
    text-align: left;
    display: block;
    flex-grow: 1;
    font-size: 0.2rem;
    line-height: 0.54rem;
    margin-top: 1.66rem;
  }
  #story-intro .l-catch::after {
    content: "";
    position: absolute;
    bottom: -1.73rem;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 3.47rem;
    height: 4.85rem;
    background-image: url("../img/story/aliens.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#story-intro .l-desc {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #story-intro .l-desc {
    text-align: left;
    font-size: 0.2rem;
    line-height: 0.54rem;
    padding-left: 0.9rem;
  }
}
#story-intro .l-desc strong {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #D0FF00;
}
@media screen and (min-width: 768px) {
  #story-intro .l-desc strong {
    font-size: 0.26rem;
    line-height: 0.54rem;
  }
}

#story-character {
  padding-bottom: 0.41rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #story-character {
    padding-bottom: 1.11rem;
    overflow: initial;
  }
}
#story-character .l-character p {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #story-character .l-character p {
    font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
    font-size: 0.16rem;
    line-height: 0.32rem;
    letter-spacing: 0;
    font-weight: 500;
  }
}
#story-character .l-name {
  width: 1.54rem;
  height: 0.43rem;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #story-character .l-name {
    width: 2.15rem;
    height: 0.6rem;
    margin-bottom: 0.23rem;
  }
}
#story-character .l-name img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#story-character .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
@media screen and (min-width: 768px) {
  #story-character .l-container {
    flex-direction: row-reverse;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  #story-character .l-container .l-left {
    flex: none;
    width: 50%;
    padding-left: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  #story-character .l-container .l-right {
    flex: none;
    width: 50%;
    position: relative;
    top: -1.63rem;
  }
}
#story-character #adachi {
  width: 1.53rem;
  margin-left: auto;
  position: relative;
  margin-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  #story-character #adachi {
    margin-left: 2.13rem;
    width: 100%;
    margin-bottom: 0.6rem;
  }
  #story-character #adachi .l-name {
    margin-bottom: 0.23rem;
    position: relative;
    z-index: 2;
  }
  #story-character #adachi p {
    padding-left: 0.54rem;
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
#story-character #adachi::before {
  content: "";
  width: 2.26rem;
  height: 2.09rem;
  background-image: url("../img/story/adachi.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: -0.1rem;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  #story-character #adachi::before {
    width: 3.18rem;
    height: 2.92rem;
    left: -2.4rem;
    top: -1.71rem;
    transform: unset;
  }
}
#story-character #adachi-data {
  display: flex;
  justify-content: center;
  gap: 0.38rem;
}
@media screen and (min-width: 768px) {
  #story-character #adachi-data {
    justify-content: flex-end;
    padding-right: 0.6rem;
    gap: 0.45rem;
  }
}
#story-character #adachi-data img {
  width: 1.26rem;
  height: 3.24rem;
  display: block;
  flex: none;
}
@media screen and (min-width: 768px) {
  #story-character #adachi-data img {
    width: 1.51rem;
    height: 3.89rem;
  }
}
#story-character #adachi-data div {
  width: 1.52rem;
}
@media screen and (min-width: 768px) {
  #story-character #adachi-data div {
    width: 1.82rem;
    padding-top: 0.08rem;
  }
}
#story-character #adachi-data div h2 {
  font-family: "Rubik", sans-serif;
  font-size: 0.12rem;
  line-height: 0.14rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #D0FF00;
  display: block;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #story-character #adachi-data div h2 {
    font-size: 0.14rem;
    line-height: 0.16rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.36rem;
  }
}
#story-character #adachi-data div h3 {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #story-character #adachi-data div h3 {
    font-size: 0.17rem;
    line-height: 0.23rem;
    padding-bottom: 0.12rem;
    margin-bottom: 0.09rem;
  }
}
#story-character #adachi-data div h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.1rem;
  width: var(--w);
  height: var(--h);
  max-width: unset;
  background-color: #D0FF00;
  -webkit-clip-path: polygon(0 0, calc(var(--first) + 0.005rem) 0, calc(var(--first) + var(--second) + 0.005rem) calc(100% - 0.01rem), 100% calc(100% - 0.01rem), 100% 100%, calc(var(--first) + var(--second)) 100%, var(--first) 0.01rem, 0 0.01rem, 0 0);
          clip-path: polygon(0 0, calc(var(--first) + 0.005rem) 0, calc(var(--first) + var(--second) + 0.005rem) calc(100% - 0.01rem), 100% calc(100% - 0.01rem), 100% 100%, calc(var(--first) + var(--second)) 100%, var(--first) 0.01rem, 0 0.01rem, 0 0);
}
#story-character #adachi-data div h3:nth-of-type(1)::after {
  --h: 0.7rem;
  --w: 2.14rem;
  --first: 0.37rem;
  --second: 0.32rem;
}
@media screen and (min-width: 768px) {
  #story-character #adachi-data div h3:nth-of-type(1)::after {
    --h: 0.84rem;
    --w: 2.57rem;
    --first: 0.44rem;
    --second: 0.39rem;
  }
}
#story-character #adachi-data div h3:nth-of-type(2) {
  margin-top: 0.19rem;
  --h: 0.52rem;
  --w: 1.85rem;
  --first: 0.24rem;
  --second: 0.14rem;
}
@media screen and (min-width: 768px) {
  #story-character #adachi-data div h3:nth-of-type(2) {
    --h: 0.5rem;
    --w: 2.23rem;
    --first: 0.33rem;
    --second: 0.18rem;
  }
}
#story-character #adachi-data div p {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.12rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #story-character #adachi-data div p {
    font-size: 0.144rem;
    line-height: 0.228rem;
  }
}
#story-character #nakkai {
  width: 1.83rem;
  position: relative;
  margin-bottom: 0.36rem;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.71rem;
  }
  #story-character #nakkai .l-name {
    margin-bottom: 0.3rem;
    position: relative;
    z-index: 2;
  }
  #story-character #nakkai p {
    width: 100%;
    position: relative;
    z-index: 2;
    width: 3rem;
  }
}
#story-character #nakkai::before {
  content: "";
  width: 1.67rem;
  height: 2.69rem;
  background-image: url("../img/story/nakkai.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  right: -0.11rem;
  top: -0.66rem;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  #story-character #nakkai::before {
    width: 2rem;
    height: 3.23rem;
    left: unset;
    right: 0.1rem;
    top: -0.44rem;
  }
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-info {
    width: 3.82rem;
    flex: none;
    margin-left: auto;
    margin-top: 0.71rem;
  }
}
#story-character #nakkai-data1 {
  display: flex;
  justify-content: center;
  gap: 0.24rem;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data1 {
    justify-content: flex-end;
    gap: 0.29rem;
  }
}
#story-character #nakkai-data1 img {
  width: 1.13rem;
  height: 1.56rem;
  display: block;
  flex: none;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data1 img {
    width: 1.36rem;
    height: 1.87rem;
  }
}
#story-character #nakkai-data1 div {
  width: 1.82rem;
  padding-top: 0.07rem;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data1 div {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0.08rem;
  }
}
#story-character #nakkai-data1 div h2 {
  font-family: "Rubik", sans-serif;
  font-size: 0.12rem;
  line-height: 0.14rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #D0FF00;
  display: block;
  margin-bottom: 0.09rem;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data1 div h2 {
    font-size: 0.14rem;
    line-height: 0.16rem;
    letter-spacing: 0.12em;
  }
}
#story-character #nakkai-data1 div h3 {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.1rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data1 div h3 {
    font-size: 0.17rem;
    line-height: 0.23rem;
    padding-bottom: 0.12rem;
    margin-bottom: 0.09rem;
  }
}
#story-character #nakkai-data1 div h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0rem;
  width: var(--w);
  height: var(--h);
  max-width: unset;
  background-color: #D0FF00;
  -webkit-clip-path: polygon(0 0, calc(var(--first) + 0.005rem) 0, calc(var(--first) + var(--second) + 0.005rem) calc(100% - 0.01rem), 100% calc(100% - 0.01rem), 100% 100%, calc(var(--first) + var(--second)) 100%, var(--first) 0.01rem, 0 0.01rem, 0 0);
          clip-path: polygon(0 0, calc(var(--first) + 0.005rem) 0, calc(var(--first) + var(--second) + 0.005rem) calc(100% - 0.01rem), 100% calc(100% - 0.01rem), 100% 100%, calc(var(--first) + var(--second)) 100%, var(--first) 0.01rem, 0 0.01rem, 0 0);
}
#story-character #nakkai-data1 div h3:nth-of-type(1)::after {
  --h: 0.14rem;
  --w: 2.19rem;
  --first: 0.3rem;
  --second: 0.17rem;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data1 div h3:nth-of-type(1)::after {
    --h: 0.17rem;
    --w: 2.63rem;
    --first: 0.26rem;
    --second: 0.13rem;
  }
}
#story-character #nakkai-data1 div p {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data1 div p {
    font-size: 0.17rem;
    line-height: 0.29rem;
    width: 2.18rem;
  }
}
#story-character #nakkai-data2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -0.39rem;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data2 {
    justify-content: space-between;
    margin-top: -0.47rem;
  }
}
#story-character #nakkai-data2 img {
  width: 1.07rem;
  height: 1.48rem;
  display: block;
  flex: none;
  padding-right: 0.1rem;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data2 img {
    width: 1.28rem;
    height: 1.78rem;
  }
}
#story-character #nakkai-data2 div {
  flex-grow: 1;
  padding-bottom: 0.07rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data2 div {
    width: 1.82rem;
    padding-top: 0.08rem;
  }
}
#story-character #nakkai-data2 div h2 {
  font-family: "Rubik", sans-serif;
  font-size: 0.12rem;
  line-height: 0.14rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #D0FF00;
  display: block;
  margin-bottom: 0.09rem;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data2 div h2 {
    font-size: 0.14rem;
    line-height: 0.16rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.36rem;
  }
}
#story-character #nakkai-data2 div h3 {
  position: absolute;
  bottom: 0.21rem;
  left: 1.1rem;
  width: unset;
  height: unset;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data2 div h3 {
    font-size: 0.17rem;
    line-height: 0.23rem;
    left: 1rem;
  }
}
#story-character #nakkai-data2 div h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0rem;
  width: var(--w);
  height: var(--h);
  max-width: unset;
  background-color: #D0FF00;
  transform: scaleX(-1);
  -webkit-clip-path: polygon(0 0, calc(var(--first) + 0.005rem) 0, calc(var(--first) + var(--second) + 0.005rem) calc(100% - 0.01rem), 100% calc(100% - 0.01rem), 100% 100%, calc(var(--first) + var(--second)) 100%, var(--first) 0.01rem, 0 0.01rem, 0 0);
          clip-path: polygon(0 0, calc(var(--first) + 0.005rem) 0, calc(var(--first) + var(--second) + 0.005rem) calc(100% - 0.01rem), 100% calc(100% - 0.01rem), 100% 100%, calc(var(--first) + var(--second)) 100%, var(--first) 0.01rem, 0 0.01rem, 0 0);
}
#story-character #nakkai-data2 div h3:nth-of-type(1)::after {
  --h: 0.76rem;
  --w: 1.5rem;
  --first: 0.52rem;
  --second: 0.13rem;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data2 div h3:nth-of-type(1)::after {
    --h: 0.91rem;
    --w: 1.8rem;
    --first: 0.65rem;
    --second: 0.4rem;
  }
}
#story-character #nakkai-data2 div p {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
  padding-left: 0.23rem;
}
@media screen and (min-width: 768px) {
  #story-character #nakkai-data2 div p {
    font-size: 0.17rem;
    line-height: 0.29rem;
    padding-left: unset;
  }
}

#story-bottom {
  padding-bottom: 1.63rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #story-bottom {
    padding-bottom: 1.84rem;
  }
}
#story-bottom .l-heading {
  width: 1.37rem;
  height: 1.37rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #280CBA;
  margin: auto;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  background-image: url("../img/common/earth.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 8.42rem;
}
@media screen and (min-width: 768px) {
  #story-bottom .l-heading {
    margin-bottom: 3.45rem;
  }
}
#story-bottom .l-link {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.91rem;
  height: 1.42rem;
  background-image: url("../img/common/heading_planet1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  flex-direction: column;
  position: relative;
  padding-left: 0.08rem;
}
#story-bottom .l-link strong {
  color: #D0FF00;
  font-family: "Rubik", sans-serif;
  font-size: 0.27rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 700;
}
#story-bottom .l-link span {
  color: white;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 500;
}
#story-bottom .l-link::after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-image: url("../img/common/icon_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
#story-bottom .l-person {
  position: absolute;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 0.08rem;
}
#story-bottom .l-person img {
  display: block;
  width: 1rem;
  flex: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
#story-bottom .l-person figcaption {
  white-space: nowrap;
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
}
#story-bottom .l-deco {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
#story-bottom #person1 {
  top: 1.36rem;
  left: 0.19rem;
}
@media screen and (min-width: 768px) {
  #story-bottom #person1 {
    top: 0.89rem;
    left: 0.78rem;
  }
}
#story-bottom #person1 img {
  height: 1.22rem;
}
#story-bottom #person2 {
  top: 1.97rem;
  left: 2.43rem;
}
@media screen and (min-width: 768px) {
  #story-bottom #person2 {
    top: 2.11rem;
    left: 2.62rem;
  }
}
#story-bottom #person2 img {
  height: 1.15rem;
}
#story-bottom #person3 {
  top: 3.03rem;
  left: 1.2rem;
}
@media screen and (min-width: 768px) {
  #story-bottom #person3 {
    top: -0.05rem;
    left: 3.05rem;
  }
}
#story-bottom #person3 img {
  height: 1.15rem;
}
#story-bottom #person4 {
  top: 4.12rem;
  left: 0.26rem;
}
@media screen and (min-width: 768px) {
  #story-bottom #person4 {
    top: -0.11rem;
    left: unset;
    right: 2.11rem;
  }
}
#story-bottom #person4 img {
  height: 1.34rem;
}
#story-bottom #person5 {
  top: 3.94rem;
  left: 2.37rem;
}
@media screen and (min-width: 768px) {
  #story-bottom #person5 {
    top: 1.85rem;
    left: unset;
    right: 3.02rem;
  }
}
#story-bottom #person5 img {
  height: 1.23rem;
}
#story-bottom #person6 {
  top: 5.51rem;
  left: 1.41rem;
}
@media screen and (min-width: 768px) {
  #story-bottom #person6 {
    top: 2.11rem;
    left: unset;
    right: 1.21rem;
  }
}
#story-bottom #person6 img {
  height: 1.14rem;
}
#story-bottom #person7 {
  top: 6.47rem;
  left: 2.57rem;
}
@media screen and (min-width: 768px) {
  #story-bottom #person7 {
    top: 0.96rem;
    left: unset;
    right: 0.23rem;
  }
}
#story-bottom #person7 img {
  height: 1.14rem;
}
@media screen and (min-width: 768px) {
  #story-bottom #person7 img {
    transform: rotate(-12deg);
  }
}
#story-bottom #deco-story1 {
  background-image: url("../img/common/deco_shooting_star.svg");
  width: 0.79rem;
  height: 0.52rem;
  top: 0.48rem;
  left: 2.66rem;
}
@media screen and (min-width: 768px) {
  #story-bottom #deco-story1 {
    top: 0.5rem;
    left: unset;
    right: 4.05rem;
  }
}
#story-bottom #deco-story2 {
  background-image: url("../img/story/takasaki.png");
  width: 2.32rem;
  height: 1.9rem;
  top: 7.15rem;
  left: 0.25rem;
}
@media screen and (min-width: 768px) {
  #story-bottom #deco-story2 {
    top: 1.74rem;
    left: 4.53rem;
  }
}

/* ARCHIVE PAGE */
#archive-intro {
  padding-top: 0.44rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #archive-intro {
    padding-bottom: 0.62rem;
  }
}
#archive-intro .l-desc {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 700;
  display: block;
  width: 50%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #archive-intro .l-desc {
    width: 100%;
    margin: auto;
    font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
    font-size: 0.2rem;
    line-height: 0.4rem;
    letter-spacing: 0;
    font-weight: 500;
  }
}
#archive-intro #archive-deco1 {
  position: absolute;
  width: 1.18rem;
  height: 3.04rem;
  background-image: url("../img/archive/deco_man.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0.4rem;
  top: 0.05rem;
}
@media screen and (min-width: 768px) {
  #archive-intro #archive-deco1 {
    width: 1.18rem;
    height: 3.04rem;
    top: 0.16rem;
    left: 1.89rem;
  }
}
#archive-intro #archive-deco2 {
  position: absolute;
  width: 1.16rem;
  height: 2.09rem;
  background-image: url("../img/archive/deco_nakkai.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0.47rem;
  bottom: -2.38rem;
}
@media screen and (min-width: 768px) {
  #archive-intro #archive-deco2 {
    width: 1.16rem;
    height: 2.09rem;
    top: 0.88rem;
    right: 1.91rem;
    bottom: unset;
  }
}

#archive-main {
  padding-top: 1.9rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #archive-main {
    padding-top: unset;
    padding-bottom: 2rem;
    overflow: initial;
  }
}
#archive-main .l-deco {
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-main #deco1 {
  background-image: url("../img/archive/deco1.png");
  width: 1.28rem;
  height: 1.35rem;
  top: 5.21rem;
  left: -0.33rem;
}
@media screen and (min-width: 768px) {
  #archive-main #deco1 {
    width: 1.28rem;
    height: 1.35rem;
    top: 3.81rem;
    left: 0.37rem;
  }
}
#archive-main #deco2 {
  background-image: url("../img/archive/deco2.png");
  width: 1.49rem;
  height: 1.49rem;
  top: 7.43rem;
  right: -0.15rem;
}
@media screen and (min-width: 768px) {
  #archive-main #deco2 {
    top: 4.56rem;
    right: 0.76rem;
  }
}
#archive-main #deco3 {
  background-image: url("../img/archive/deco3.png");
  width: 0.78rem;
  height: 0.99rem;
  top: 10.58rem;
  left: 0.31rem;
}
@media screen and (min-width: 768px) {
  #archive-main #deco3 {
    width: 0.94rem;
    height: 1.18rem;
    top: 4.93rem;
    left: 2.2rem;
  }
}
#archive-main #deco4 {
  background-image: url("../img/archive/deco4.png");
  width: 1.03rem;
  height: 1.28rem;
  top: 13.86rem;
  right: 0.3rem;
}
@media screen and (min-width: 768px) {
  #archive-main #deco4 {
    width: 1.03rem;
    height: 1.28rem;
    top: 6.06rem;
    right: 3.55rem;
  }
}
#archive-main #deco5 {
  background-image: url("../img/archive/deco5.png");
  width: 1.69rem;
  height: 1.36rem;
  top: 16.45rem;
  left: 0.03rem;
}
@media screen and (min-width: 768px) {
  #archive-main #deco5 {
    width: 2.13rem;
    height: 1.72rem;
    top: 8.78rem;
    left: 2.91rem;
  }
}
#archive-main #deco6 {
  background-image: url("../img/archive/deco6.png");
  width: 1.32rem;
  height: 0.87rem;
  top: 18.63rem;
  right: 0.06rem;
}
@media screen and (min-width: 768px) {
  #archive-main #deco6 {
    top: 8.96rem;
    right: -0.32rem;
  }
}
#archive-main #deco7 {
  background-image: url("../img/archive/deco7.png");
  width: 0.94rem;
  height: 1.06rem;
  top: 21.67rem;
  left: 0.51rem;
}
@media screen and (min-width: 768px) {
  #archive-main #deco7 {
    width: 1.12rem;
    height: 1.27rem;
    top: 10.67rem;
    left: 4.96rem;
  }
}
#archive-main #deco8 {
  background-image: url("../img/archive/deco8.png");
  width: 0.76rem;
  height: 0.78rem;
  top: 22.97rem;
  right: 0.64rem;
}
@media screen and (min-width: 768px) {
  #archive-main #deco8 {
    width: 0.76rem;
    height: 0.78rem;
    top: 12.42rem;
    right: 2.38rem;
  }
}
#archive-main #deco9 {
  background-image: url("../img/archive/deco9.png");
  width: 1.06rem;
  height: 0.83rem;
  top: 26.73rem;
  left: 0.71rem;
}
@media screen and (min-width: 768px) {
  #archive-main #deco9 {
    width: 1.28rem;
    height: 0.99rem;
    top: 13.29rem;
    left: -0.07rem;
  }
}
#archive-main #deco10 {
  background-image: url("../img/archive/deco10.png");
  width: 0.69rem;
  height: 0.69rem;
  top: 36.93rem;
  right: 0.44rem;
}
@media screen and (min-width: 768px) {
  #archive-main #deco10 {
    width: 0.69rem;
    height: 0.69rem;
    top: 21.09rem;
    right: 3.68rem;
  }
}
#archive-main #deco10 {
  background-image: url("../img/archive/deco11.png");
  width: 1.41rem;
  height: 0.79rem;
  top: 29.47rem;
  right: -0.73rem;
}
@media screen and (min-width: 768px) {
  #archive-main #deco10 {
    width: 1.38rem;
    height: 0.77rem;
    top: 14.33rem;
    right: 1.71rem;
  }
}
#archive-main .l-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #archive-main .l-container {
    height: 21.13rem;
    width: 100%;
  }
}
#archive-main .l-container .l-wrapper {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #archive-main .l-container .l-wrapper {
    position: absolute;
  }
}
#archive-main .l-container .l-wrapper[href=""] {
  opacity: 0.4;
  pointer-events: none;
}
#archive-main .l-container .l-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
#archive-main .l-container .l-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 100%;
  filter: brightness(0.5);
}
#archive-main .l-container .l-wrapper img[src*="noimg.png"] {
  filter: none;
}
#archive-main .l-container .l-wrapper .l-title {
  color: white;
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  align-items: center;
  justify-content: center;
}
#archive-main .l-container .l-wrapper .l-title span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
#archive-main .l-container .l-wrapper .l-title h2 {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
#archive-main .l-container .l-wrapper:nth-of-type(2n+1) {
  left: -0.85rem;
}
@media screen and (min-width: 768px) {
  #archive-main .l-container .l-wrapper:nth-of-type(2n+1) {
    left: unset;
  }
}
#archive-main .l-container .l-wrapper:nth-of-type(2n) {
  right: -0.85rem;
}
@media screen and (min-width: 768px) {
  #archive-main .l-container .l-wrapper:nth-of-type(2n) {
    right: unset;
  }
}
#archive-main .l-container .l-wrapper:nth-of-type(n+8) {
  width: 2.2rem;
  height: 2.2rem;
}
#archive-main #ep01 {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep01 {
    margin-bottom: unset;
    width: 2.77rem;
    height: 2.77rem;
    top: 0;
    left: 4.22rem;
  }
}
#archive-main #ep01::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/archive/bg_ep01.webp");
}
@media screen and (min-width: 768px) {
  #archive-main #ep01::before {
    width: 3.12rem;
    height: 3.12rem;
  }
}
#archive-main #ep02 {
  margin-bottom: 0.29rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep02 {
    margin-bottom: unset;
    top: 3.25rem;
    right: 2.11rem;
  }
}
#archive-main #ep02::before {
  top: calc(50% + 0.08rem);
  left: calc(50% + 0.02rem);
  transform: translate(-50%, -50%);
  width: 3.1rem;
  height: 3.1rem;
  background-image: url("../img/archive/bg_ep02.webp");
}
#archive-main #ep03 {
  margin-bottom: 0.66rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep03 {
    margin-bottom: unset;
    top: 2.37rem;
    left: 1.25rem;
  }
}
#archive-main #ep03::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/archive/bg_ep03.webp");
}
#archive-main #ep04 {
  margin-bottom: 0.26rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep04 {
    margin-bottom: unset;
    top: 4.37rem;
    left: 3.8rem;
  }
}
#archive-main #ep04::before {
  top: calc(50% + 0rem);
  left: calc(50% - 0rem);
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/archive/bg_ep04.webp");
}
#archive-main #ep05 {
  margin-bottom: 0.76rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep05 {
    margin-bottom: unset;
    top: 6.71rem;
    left: 1.07rem;
  }
}
#archive-main #ep05::before {
  top: calc(50% + 0.06rem);
  left: calc(50% - 0.09rem);
  transform: translate(-50%, -50%);
  width: 2.86rem;
  height: 2.65rem;
  background-image: url("../img/archive/bg_ep05.webp");
}
#archive-main #ep06 {
  margin-bottom: 0.43rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep06 {
    margin-bottom: unset;
    top: 7.61rem;
    right: 4.29rem;
  }
}
#archive-main #ep06::before {
  top: calc(50% + 0.02rem);
  left: calc(50% - 0.04rem);
  transform: translate(-50%, -50%);
  width: 2.86rem;
  height: 2.65rem;
  background-image: url("../img/archive/bg_ep06.webp");
}
#archive-main #ep07 {
  margin-bottom: 0.23rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep07 {
    margin-bottom: unset;
    top: 7.07rem;
    right: 1.18rem;
  }
}
#archive-main #ep07::before {
  top: calc(50% + 0rem);
  left: calc(50% - 0rem);
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/archive/bg_ep07.webp");
}
#archive-main #ep08 {
  margin-bottom: 0.39rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep08 {
    margin-bottom: unset;
    top: 10.33rem;
    right: 1.65rem;
  }
}
#archive-main #ep08::before {
  top: calc(50% + 0rem);
  left: calc(50% - 0rem);
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/archive/bg_ep08.webp");
}
#archive-main #ep09 {
  margin-bottom: 0.19rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep09 {
    margin-bottom: unset;
    top: 12.15rem;
    left: 4.43rem;
  }
}
#archive-main #ep09::before {
  top: calc(50% + 0rem);
  left: calc(50% - 0rem);
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/archive/bg_ep09.webp");
}
#archive-main #ep10 {
  margin-bottom: 0.42rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep10 {
    margin-bottom: unset;
    top: 12.46rem;
    left: 1rem;
  }
}
#archive-main #ep10::before {
  top: calc(50% + 0rem);
  left: calc(50% - 0rem);
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/archive/bg_ep10.webp");
}
#archive-main #ep11 {
  margin-bottom: 1.09rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep11 {
    margin-bottom: unset;
    top: 15.6rem;
    left: 1.97rem;
  }
}
#archive-main #ep11::before {
  top: calc(50% + 0rem);
  left: calc(50% - 0rem);
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/archive/bg_ep11.webp");
}
#archive-main #ep12 {
  margin-bottom: 0.93rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep12 {
    margin-bottom: unset;
    top: 16.39rem;
    right: 2.17rem;
  }
}
#archive-main #ep12::before {
  top: calc(50% - 0.1rem);
  left: calc(50% - 0rem);
  transform: translate(-50%, -50%);
  width: 2.79rem;
  height: 2.8rem;
  background-image: url("../img/archive/bg_ep12.webp");
}
#archive-main #ep13 {
  margin-bottom: 0.19rem;
}
@media screen and (min-width: 768px) {
  #archive-main #ep13 {
    margin-bottom: unset;
    top: 18.93rem;
    left: 4.11rem;
  }
}
#archive-main #ep13::before {
  top: calc(50% + 0rem);
  left: calc(50% - 0rem);
  transform: translate(-50%, -50%);
  width: 2.7rem;
  height: 2.7rem;
  background-image: url("../img/archive/bg_ep13.webp");
}
#archive-main .c-btn--man {
  position: relative;
  z-index: 3;
  margin-top: 1.54rem;
  width: 2.9rem;
  height: 1.03rem;
}
@media screen and (min-width: 768px) {
  #archive-main .c-btn--man {
    margin-top: 0rem;
    width: 4.61rem;
    height: 1.63rem;
  }
}
#archive-main .c-btn--man::before {
  content: "";
  z-index: 1;
  top: -0.02rem;
  width: 0.99rem;
  height: 1.09rem;
}
@media screen and (min-width: 768px) {
  #archive-main .c-btn--man::before {
    width: 1.58rem;
    height: 1.73rem;
  }
}
#archive-main .c-btn--man::after {
  content: "";
  position: absolute;
  width: 1.18rem;
  height: 1.18rem;
  top: 0.12rem;
  right: -0.13rem;
  background-image: url("../img/common/season2_right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  #archive-main .c-btn--man::after {
    background-image: url("../img/common/season2.webp");
    right: unset;
    left: -0.16rem;
    top: 0.14rem;
    width: 1.84rem;
    height: 1.81rem;
  }
}
#archive-main .c-btn--man--logo--news {
  display: block;
  margin-bottom: 0.05rem;
}
@media screen and (min-width: 768px) {
  #archive-main .c-btn--man--logo--news {
    width: 2.92rem;
    height: 0.74rem;
    position: relative;
    margin-bottom: 0.1rem;
  }
}
#archive-main .c-btn--man span {
  font-size: 0.14rem;
  line-height: 0.19rem;
}
@media screen and (min-width: 768px) {
  #archive-main .c-btn--man span {
    margin-top: 0.08rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
#archive-main .c-btn--man picture {
  display: block;
}
#archive-main .c-btn--man picture img {
  display: block;
  width: 100%;
  height: 100%;
}

#archive-content {
  position: relative;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #archive-content {
    padding-bottom: 1.53rem;
  }
}
#archive-content .l-2column {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  #archive-content .l-2column {
    flex-direction: row;
    align-items: center;
    gap: unset;
  }
}
#archive-content .l-2column small {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  #archive-content .l-2column .l-left {
    width: 50%;
    flex: none;
  }
}
@media screen and (min-width: 768px) {
  #archive-content .l-2column .l-right {
    width: 50%;
    flex: none;
  }
}
#archive-content .l-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 0.05rem;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #archive-content .l-title {
    gap: 0.06rem;
    margin-bottom: 0.4rem;
  }
}
#archive-content .l-title span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #archive-content .l-title span {
    font-size: 0.28rem;
    line-height: 0.39rem;
  }
}
#archive-content .l-title strong {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.22rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #archive-content .l-title strong {
    font-size: 0.31rem;
    line-height: 0.43rem;
  }
}
#archive-content .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  #archive-content .l-desc {
    font-size: 0.18rem;
    line-height: 0.31rem;
  }
}
#archive-content .l-spacing {
  width: 0.78rem;
  height: 0.55rem;
  display: block;
  margin: auto;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #archive-content .l-spacing {
    width: 0.97rem;
    height: 0.69rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
#archive-content .l-deco {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-content .c-btn--planet {
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  #archive-content .c-btn--planet {
    margin-top: 1rem;
  }
}

#archive-ep01-a {
  position: relative;
  margin-top: 0.3rem;
  padding-bottom: 1.32rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-a {
    padding-bottom: 2.07rem;
  }
}
#archive-ep01-a #adachi1 {
  border-radius: 100%;
  top: 4.55rem;
  left: -0.64rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/ep01/deco1.png");
}
@media screen and (min-width: 768px) {
  #archive-ep01-a #adachi1 {
    width: 2.07rem;
    height: 2.07rem;
    top: 6.78rem;
    left: 0rem;
  }
}
#archive-ep01-a #adachi2 {
  top: 6.8rem;
  right: -0.68rem;
  width: 1.21rem;
  height: 1.35rem;
  background-image: url("../img/ep01/deco2.png");
}
@media screen and (min-width: 768px) {
  #archive-ep01-a #adachi2 {
    width: 2rem;
    height: 2.24rem;
    top: -1.06rem;
    right: -0.3rem;
  }
}
#archive-ep01-a #content1 {
  padding-top: 0.29rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-a #content1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#archive-ep01-a #content1 img {
  width: 2.82rem;
  height: auto;
  margin: auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #archive-ep01-a #content1 img {
    width: 4.27rem;
    margin: unset;
  }
}
#archive-ep01-a #content1 a {
  display: block;
  position: relative;
  margin-bottom: 0.34rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-a #content1 a {
    margin-bottom: 0.49rem;
  }
}
#archive-ep01-a #content1 a::before {
  content: "";
  z-index: 1;
  display: block;
  width: 3.38rem;
  height: 3.38rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/ep01/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #archive-ep01-a #content1 a::before {
    width: 4.83rem;
    height: 4.83rem;
  }
}
#archive-ep01-a #content1 a::after {
  content: "";
  width: 0.68rem;
  height: 0.49rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  background-image: url("../img/common/logo_youtube.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  #archive-ep01-a #content1 a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#archive-ep01-a #content1 strong {
  width: 3.15rem;
  height: 1.04rem;
  display: block;
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #D0FF00;
  padding-top: 0.35rem;
  background-image: url("../img/ep01/frame_adachi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #archive-ep01-a #content1 strong {
    background-image: url("../img/ep01/frame_adachi_pc.png");
    padding-top: 0.32rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    width: 5.21rem;
    height: 1.17rem;
  }
}
#archive-ep01-a #content2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #archive-ep01-a #content2 {
    padding-right: 0.74rem;
    padding-bottom: 0.39rem;
    align-self: flex-end;
  }
}

#archive-ep01-b {
  position: relative;
  padding-bottom: 0.87rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-b {
    padding-bottom: 0.96rem;
  }
}
#archive-ep01-b #adachi3 {
  top: 5.11rem;
  left: -0.42rem;
  width: 0.95rem;
  height: 0.95rem;
  background-image: url("../img/ep01/deco3.png");
}
@media screen and (min-width: 768px) {
  #archive-ep01-b #adachi3 {
    width: 2.64rem;
    height: 2.64rem;
    top: -4.47rem;
    right: -1.04rem;
    left: unset;
  }
}
#archive-ep01-b #adachi4 {
  top: 6.94rem;
  left: -1.02rem;
  width: 2.31rem;
  height: 2.76rem;
  background-image: url("../img/ep01/deco4.png");
}
@media screen and (min-width: 768px) {
  #archive-ep01-b #adachi4 {
    width: 6.85rem;
    height: 8.16rem;
    top: 2.67rem;
    left: unset;
    right: calc(50% + 1.8rem);
    left: unset;
  }
}
#archive-ep01-b #adachi5 {
  top: 6.3rem;
  right: -0.3rem;
  width: 0.68rem;
  height: 1.75rem;
  background-image: url("../img/ep01/deco5.png");
}
@media screen and (min-width: 768px) {
  #archive-ep01-b #adachi5 {
    width: 1.92rem;
    height: 4.94rem;
    top: 7.64rem;
    right: unset;
    left: calc(100% + (100vw - 100%) / 2);
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  #archive-ep01-b .l-2column {
    flex-direction: row-reverse;
  }
}
#archive-ep01-b #content1 {
  padding-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-b #content1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#archive-ep01-b #content1 img {
  width: 2.99rem;
  height: auto;
  margin: auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #archive-ep01-b #content1 img {
    width: 4.27rem;
    margin: unset;
  }
}
#archive-ep01-b #content1 a {
  display: block;
  position: relative;
  margin-bottom: 0.44rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-b #content1 a {
    margin-bottom: 0.61rem;
  }
}
#archive-ep01-b #content1 a::before {
  content: "";
  z-index: 1;
  display: block;
  width: 3.38rem;
  height: 3.38rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/ep01/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #archive-ep01-b #content1 a::before {
    width: 4.83rem;
    height: 4.83rem;
  }
}
#archive-ep01-b #content1 a::after {
  content: "";
  width: 0.68rem;
  height: 0.49rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  background-image: url("../img/common/logo_youtube.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  #archive-ep01-b #content1 a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#archive-ep01-b #content1 strong {
  width: 3.15rem;
  height: 1.04rem;
  display: block;
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #D0FF00;
  padding-top: 0.35rem;
  background-image: url("../img/ep01/frame_adachi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #archive-ep01-b #content1 strong {
    background-image: url("../img/ep01/frame_adachi_pc.png");
    padding-top: 0.48rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    width: 5.21rem;
    height: 1.17rem;
  }
}
#archive-ep01-b #content2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #archive-ep01-b #content2 {
    padding-left: 0.74rem;
    padding-bottom: 1.8rem;
    align-self: flex-end;
  }
}
#archive-ep01-b #content2 p.l-desc {
  position: relative;
  left: 1em;
}
@media screen and (min-width: 768px) {
  #archive-ep01-b #content2 p.l-desc {
    left: unset;
  }
}
#archive-ep01-b #content2 .l-spacing {
  width: 0.78rem;
  height: 0.55rem;
  margin-top: 0.26rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-b #content2 .l-spacing {
    width: 0.97rem;
    height: 0.69rem;
    margin-top: 0.17rem;
    margin-bottom: 0.53rem;
  }
}

#archive-ep01-location {
  padding-bottom: 0.91rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-location {
    padding-bottom: 0.97rem;
  }
}
#archive-ep01-location .c-heading--slash {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-location .c-heading--slash {
    margin-bottom: 0.64rem;
  }
}
#archive-ep01-location .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-location .l-container {
    flex-direction: row;
    gap: 0.93rem;
    align-items: flex-start;
    justify-content: center;
  }
}
#archive-ep01-location .l-image {
  width: 1.57rem;
  height: 1.09rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-location .l-image {
    width: 2.93rem;
    height: 2.04rem;
  }
}
#archive-ep01-location .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #archive-ep01-location .l-text {
    min-width: 3.08rem;
  }
}
#archive-ep01-location .l-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-location .l-name {
    margin: auto;
    gap: 0.2rem;
  }
}
#archive-ep01-location .l-name img {
  display: block;
  width: 2.15rem;
  height: 0.34rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#archive-ep01-location .l-name span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.13rem;
  line-height: 0.16rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  #archive-ep01-location .l-name span {
    font-size: 0.14rem;
    line-height: 0.19rem;
    gap: 0.06rem;
    padding-left: 0.1rem;
  }
}
#archive-ep01-location .l-name span::after {
  content: "";
  width: 0.08rem;
  height: 0.11rem;
  background-image: url("../img/common/icon_pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #archive-ep01-location .l-name span::after {
    width: 0.1rem;
    height: 0.13rem;
  }
}
#archive-ep01-location .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.12rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #archive-ep01-location .l-desc {
    width: 100%;
    font-size: 0.14rem;
    line-height: 0.28rem;
  }
}

#archive-article-intro {
  position: relative;
  margin-top: 0.54rem;
  padding-bottom: 1.83rem;
}
@media screen and (min-width: 768px) {
  #archive-article-intro {
    padding-bottom: 2.85rem;
  }
}
#archive-article-intro #adachi1 {
  display: none;
}
@media screen and (min-width: 768px) {
  #archive-article-intro #adachi1 {
    display: block;
    top: 0.39rem;
    left: -1.04rem;
    width: 1.83rem;
    height: 3.37rem;
    background-image: url("../img/archive/article_deco1.png");
  }
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 0.29rem;
  }
}
#archive-article-intro #content1 img {
  width: 2.66rem;
  height: auto;
  margin: auto;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 img {
    width: 4.27rem;
    margin: unset;
  }
}
#archive-article-intro #content1 .l-image {
  display: block;
  position: relative;
  margin-bottom: 0.34rem;
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image {
    margin-bottom: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#archive-article-intro #content1 .l-image::before {
  content: "";
  z-index: 1;
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: var(--image);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image::before {
    width: 4.83rem;
    height: 4.83rem;
  }
}
#archive-article-intro #content1 .l-image::after {
  content: "";
  width: 0.68rem;
  height: 0.49rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  background-image: url("../img/common/logo_youtube.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}
#archive-article-intro #content1 .l-image[data-slug=ep02]::before {
  width: 3.75rem;
  height: 3.76rem;
  background-image: url("../img/archive/bg_ep02.webp");
  top: calc(50% + 0.1rem);
  left: calc(50% + 0.04rem);
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image[data-slug=ep02]::before {
    width: 5.9rem;
    height: 5.91rem;
    top: calc(50% + 0.15rem);
    left: calc(50% + 0.04rem);
  }
}
#archive-article-intro #content1 .l-image[data-slug=ep03]::before {
  width: 3.37rem;
  height: 3.37rem;
  background-image: url("../img/archive/bg_ep03.webp");
  top: calc(50% + 0rem);
  left: calc(50% + 0rem);
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image[data-slug=ep03]::before {
    width: 4.95rem;
    height: 4.95rem;
    top: calc(50% + 0rem);
    left: calc(50% + 0rem);
  }
}
#archive-article-intro #content1 .l-image[data-slug=ep04]::before {
  width: 3.37rem;
  height: 3.37rem;
  background-image: url("../img/archive/bg_ep04.webp");
  top: calc(50% + 0rem);
  left: calc(50% + 0rem);
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image[data-slug=ep04]::before {
    width: 4.95rem;
    height: 4.95rem;
    top: calc(50% + 0rem);
    left: calc(50% + 0rem);
  }
}
#archive-article-intro #content1 .l-image[data-slug=ep05]::before {
  width: 3.81rem;
  height: 3.52rem;
  background-image: url("../img/archive/bg_ep05.webp");
  top: calc(50% + 0.08rem);
  left: calc(50% - 0.12rem);
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image[data-slug=ep05]::before {
    width: 5.6rem;
    height: 5.17rem;
    top: calc(50% + 0.11rem);
    left: calc(50% - 0.17rem);
  }
}
#archive-article-intro #content1 .l-image[data-slug=ep06]::before {
  width: 3.7rem;
  height: 3.42rem;
  background-image: url("../img/archive/bg_ep06.webp");
  top: calc(50% + 0.03rem);
  left: calc(50% - 0.06rem);
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image[data-slug=ep06]::before {
    width: 5.44rem;
    height: 5.03rem;
    top: calc(50% + 0.05rem);
    left: calc(50% - 0.09rem);
  }
}
#archive-article-intro #content1 .l-image[data-slug=ep07]::before {
  width: 3.37rem;
  height: 3.37rem;
  background-image: url("../img/archive/bg_ep07.webp");
  top: calc(50% + 0rem);
  left: calc(50% + 0rem);
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image[data-slug=ep07]::before {
    width: 4.95rem;
    height: 4.95rem;
    top: calc(50% + 0rem);
    left: calc(50% + 0rem);
  }
}
#archive-article-intro #content1 .l-image[data-slug=ep08]::before {
  width: 3.37rem;
  height: 3.37rem;
  background-image: url("../img/archive/bg_ep08.webp");
  top: calc(50% + 0.02rem);
  left: calc(50% + 0rem);
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image[data-slug=ep08]::before {
    width: 4.95rem;
    height: 4.95rem;
    top: calc(50% + 0.03rem);
    left: calc(50% + 0rem);
  }
}
#archive-article-intro #content1 .l-image[data-slug=ep09]::before {
  width: 3.37rem;
  height: 3.37rem;
  background-image: url("../img/archive/bg_ep09.webp");
  top: calc(50% + 0rem);
  left: calc(50% + 0rem);
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image[data-slug=ep09]::before {
    width: 4.95rem;
    height: 4.95rem;
    top: calc(50% + 0rem);
    left: calc(50% + 0rem);
  }
}
#archive-article-intro #content1 .l-image[data-slug=ep10]::before {
  width: 3.37rem;
  height: 3.37rem;
  background-image: url("../img/archive/bg_ep10.webp");
  top: calc(50% + 0rem);
  left: calc(50% + 0rem);
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image[data-slug=ep10]::before {
    width: 4.95rem;
    height: 4.95rem;
    top: calc(50% + 0rem);
    left: calc(50% + 0rem);
  }
}
#archive-article-intro #content1 .l-image[data-slug=ep11]::before {
  width: 3.37rem;
  height: 3.37rem;
  background-image: url("../img/archive/bg_ep11.webp");
  top: calc(50% + 0rem);
  left: calc(50% + 0rem);
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image[data-slug=ep11]::before {
    width: 4.95rem;
    height: 4.95rem;
    top: calc(50% + 0rem);
    left: calc(50% + 0rem);
  }
}
#archive-article-intro #content1 .l-image[data-slug=ep12]::before {
  width: 3.49rem;
  height: 3.5rem;
  background-image: url("../img/archive/bg_ep12.webp");
  top: calc(50% - 0.02rem);
  left: calc(50% + 0rem);
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image[data-slug=ep12]::before {
    width: 5.08rem;
    height: 5.14rem;
    top: calc(50% - 0.03rem);
    left: calc(50% + 0rem);
  }
}
#archive-article-intro #content1 .l-image[data-slug=ep13]::before {
  width: 3.63rem;
  height: 3.63rem;
  background-image: url("../img/archive/bg_ep13.webp");
  top: calc(50% + 0rem);
  left: calc(50% + 0rem);
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 .l-image[data-slug=ep13]::before {
    width: 5.34rem;
    height: 5.34rem;
    top: calc(50% + 0rem);
    left: calc(50% + 0rem);
  }
}
#archive-article-intro #content1 strong {
  width: 3.15rem;
  height: 1.04rem;
  display: block;
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #D0FF00;
  padding-top: 0.35rem;
  background-image: url("../img/ep01/frame_adachi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content1 strong {
    background-image: url("../img/ep01/frame_adachi_pc.png");
    padding-top: 0.32rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    width: 5.21rem;
    height: 1.17rem;
  }
}
#archive-article-intro #content2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content2 {
    padding-right: 0.59rem;
  }
}
#archive-article-intro #content2 .c-heading--slash {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.34rem;
  line-height: 0.31rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  gap: 0.36rem;
  align-items: center;
  margin-bottom: 0.16rem;
}
#archive-article-intro #content2 .c-heading--slash::before {
  width: 0.23rem;
  height: 0.45rem;
  background-size: 100% 100%;
  flex: none;
  background-position: bottom right;
}
#archive-article-intro #content2 .c-heading--slash::after {
  width: 0.23rem;
  height: 0.45rem;
  background-size: 100% 100%;
  flex: none;
  background-position: bottom left;
}
#archive-article-intro #content2 .l-title {
  display: block;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content2 .l-title {
    font-size: 0.3rem;
    line-height: 0.42rem;
    margin-bottom: 0.3rem;
  }
}
#archive-article-intro #content2 .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content2 .l-desc {
    font-size: 0.22rem;
    line-height: 0.44rem;
  }
}
#archive-article-intro #content2 .l-next {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #archive-article-intro #content2 .l-next br {
    display: none;
  }
}
#archive-article-report {
  padding-bottom: 2.24rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #archive-article-report {
    padding-bottom: 14.375vw;
  }
}
#archive-article-report .l-container {
  position: relative;
  z-index: 2;
  text-align: center;
}
#archive-article-report .l-container .l-heading {
  color: #D0FF00;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.29rem;
  line-height: 0.43rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.39rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #archive-article-report .l-container .l-heading {
    font-size: 0.36rem;
    line-height: 0.43rem;
    margin-bottom: 0.57rem;
  }
}
#archive-article-report .l-container .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #archive-article-report .l-container .l-desc {
    font-size: 0.22rem;
    line-height: 0.44rem;
  }
}
#archive-article-report .l-bg {
  position: absolute;
  z-index: 1;
  bottom: -2.18rem;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-position: bottom center;
     object-position: bottom center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #archive-article-report .l-bg {
    bottom: 0.14rem;
  }
}

#archive-discovery {
  position: relative;
  padding-bottom: 5.39rem;
}
@media screen and (min-width: 768px) {
  #archive-discovery {
    padding-bottom: 1.5rem;
  }
}
#archive-discovery .l-container {
  position: relative;
  z-index: 5;
  left: 0.3rem;
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 768px) {
  #archive-discovery .l-container {
    left: 0.59rem;
  }
}
#archive-discovery .l-container .c-heading--slash {
  margin-bottom: 0.14rem;
}
@media screen and (min-width: 768px) {
  #archive-discovery .l-container .c-heading--slash {
    align-items: center;
    margin-bottom: 0.18rem;
  }
}
#archive-discovery .l-container .c-heading--slash span {
  font-size: 0.24rem;
}
@media screen and (min-width: 768px) {
  #archive-discovery .l-container .c-heading--slash span {
    padding-bottom: 0.1em;
  }
}
#archive-discovery .l-container .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #D0FF00;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #archive-discovery .l-container .l-desc {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
}
#archive-discovery .l-image {
  display: block;
  width: 3.06rem;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #archive-discovery .l-image {
    width: 3.82rem;
  }
}
#archive-discovery .l-image--wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 0.08rem;
  border: 0.024rem solid white;
}
#archive-discovery .l-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1.04rem;
  height: 2.69rem;
  background-image: url("../img/archive/article_deco5.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -1.37rem;
  left: -0.27rem;
}
@media screen and (min-width: 768px) {
  #archive-discovery .l-image::before {
    width: 1.3rem;
    height: 3.36rem;
    top: -1.59rem;
    left: -0.2rem;
  }
}
#archive-discovery .l-image img {
  display: block;
  width: 100%;
  height: auto;
}
#archive-discovery .l-deco {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: unset;
}
#archive-discovery #adachi2 {
  width: 1rem;
  height: 1.24rem;
  background-image: url("../img/archive/article_deco2.png");
  bottom: 3.75rem;
  right: -0.35rem;
}
@media screen and (min-width: 768px) {
  #archive-discovery #adachi2 {
    width: 1.42rem;
    height: 1.78rem;
    bottom: 7.69rem;
    right: 0.25rem;
  }
}
#archive-discovery #adachi3 {
  width: 0.92rem;
  height: 1.16rem;
  background-image: url("../img/archive/article_deco3.png");
  bottom: 0.71rem;
  left: -0.3rem;
}
@media screen and (min-width: 768px) {
  #archive-discovery #adachi3 {
    width: 1.3rem;
    height: 1.65rem;
    bottom: 2.78rem;
    left: 0.16rem;
  }
}
#archive-discovery #adachi4 {
  width: 3.49rem;
  height: 3.99rem;
  background-image: url("../img/archive/article_deco4.png");
  bottom: 1rem;
  right: -0.17rem;
}
@media screen and (min-width: 768px) {
  #archive-discovery #adachi4 {
    width: 4.36rem;
    height: 4.99rem;
    bottom: 1.21rem;
    right: -0.76rem;
  }
}

#archive-keyword {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #archive-keyword {
    padding-bottom: 1.5rem;
  }
}
#archive-keyword .c-heading--slash {
  margin-bottom: 0.5rem;
  font-family: "Rubik", sans-serif;
  font-size: 0.33rem;
  line-height: 0.39rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #archive-keyword .c-heading--slash {
    font-size: 0.41rem;
    line-height: 0.48rem;
    letter-spacing: 0.1em;
  }
}
#archive-keyword .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #archive-keyword .l-container {
    flex-direction: row;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: wrap;
  }
}
#archive-keyword .l-container .l-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  #archive-keyword .l-container .l-wrapper {
    width: 3.2rem;
    justify-content: space-between;
  }
}
#archive-keyword .l-container .l-image {
  width: 100%;
  margin-bottom: 0.19rem;
}
@media screen and (min-width: 768px) {
  #archive-keyword .l-container .l-image {
    margin-bottom: 0.3rem;
  }
}
#archive-keyword .l-container .l-image img {
  display: block;
  width: 100%;
  height: auto;
}
#archive-keyword .l-container .l-name {
  width: 100%;
  display: block;
  padding-bottom: 0.03rem;
  position: relative;
  text-align: center;
  color: #D0FF00;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #archive-keyword .l-container .l-name {
    padding-bottom: 0.04rem;
    margin-bottom: 0.3rem;
  }
}
#archive-keyword .l-container .l-name::before {
  content: "";
  width: 1.3rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D0FF00;
}
#archive-keyword .l-container .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #archive-keyword .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
    position: relative;
    width: 3.5rem;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#archive-keyword .l-container .l-link {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.05rem 0.29rem 0.05rem 0.29rem;
  background-color: #FF788E;
  border-radius: 0.05rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #archive-keyword .l-container .l-link {
    padding: 0.09rem 0.42rem 0.09rem 0.42rem;
    font-size: 0.16rem;
    line-height: 0.21rem;
  }
}
#archive-keyword .l-container .l-link i {
  font-style: normal;
  display: inline-flex;
  gap: 0.3em;
  align-items: center;
}
#archive-keyword .l-container .l-link i::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
}
#archive-keyword .l-container .l-link i::after {
  content: "";
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.12rem;
  height: 0.12rem;
}

#archive-location {
  padding-bottom: 3.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #archive-location {
    padding-bottom: 1.63rem;
  }
}
#archive-location .c-heading--slash {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #archive-location .c-heading--slash {
    margin-bottom: 0.64rem;
  }
}
#archive-location .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #archive-location .l-container {
    flex-direction: row;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: wrap;
  }
}
#archive-location .l-container .l-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #archive-location .l-container .l-wrapper {
    width: 3.2rem;
    justify-content: space-between;
  }
}
#archive-location .l-container .l-image {
  width: 100%;
  margin-bottom: 0.19rem;
}
@media screen and (min-width: 768px) {
  #archive-location .l-container .l-image {
    margin-bottom: 0.3rem;
  }
}
#archive-location .l-container .l-image img {
  display: block;
  width: 100%;
  height: auto;
}
#archive-location .l-container .l-name {
  width: 100%;
  display: block;
  padding-bottom: 0.03rem;
  position: relative;
  text-align: center;
  color: #D0FF00;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #archive-location .l-container .l-name {
    padding-bottom: 0.04rem;
    margin-bottom: 0.3rem;
  }
}
#archive-location .l-container .l-name::before {
  content: "";
  width: 1.3rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D0FF00;
}
#archive-location .l-container .l-info {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
#archive-location .l-container .l-address {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: underline;
}
#archive-location .l-container .l-address::after {
  content: "";
  display: inline-block;
  text-decoration: underline;
  margin-left: 0.03rem;
  width: 0.1rem;
  height: 0.13rem;
  background-image: url("../img/common/icon_pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-location .l-container .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #archive-location .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
    position: relative;
    width: 3.5rem;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#archive-location .l-container .l-spacing {
  width: 0.38rem;
  height: 0.27rem;
  margin: 0.2rem auto 0.14rem;
  background-image: url("../img/archive/lightning.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-location .l-container .l-link {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.05rem 0.29rem 0.05rem 0.29rem;
  background-color: #FF788E;
  border-radius: 0.05rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #archive-location .l-container .l-link {
    padding: 0.09rem 0.42rem 0.09rem 0.42rem;
    font-size: 0.16rem;
    line-height: 0.21rem;
  }
}
#archive-location .l-container .l-link i {
  font-style: normal;
  display: inline-flex;
  gap: 0.3em;
  align-items: center;
}
#archive-location .l-container .l-link i::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
}
#archive-location .l-container .l-link i::after {
  content: "";
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.12rem;
  height: 0.12rem;
}
#archive-location .l-deco {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: unset;
}
#archive-location #adachi6 {
  width: 2.32rem;
  height: 2.19rem;
  background-image: url("../img/archive/article_deco6.png");
  bottom: 0.06rem;
  left: 0.32rem;
}
@media screen and (min-width: 768px) {
  #archive-location #adachi6 {
    width: 2.9rem;
    height: 2.74rem;
    bottom: -1.64rem;
    left: unset;
    right: 1.6rem;
  }
}

/* NEWS */
#news-archive {
  position: relative;
  padding-top: 2.67rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #news-archive {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
#news-archive::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 4.41rem;
  height: 30.55rem;
  background-image: url("../img/news/news_bg_sp.png");
  background-size: 4.41rem 30.54rem;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 100%;
  top: 1.69rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #news-archive::before {
    z-index: 2;
    background-image: url("../img/news/news_bg_pc.png");
    top: 2.66rem;
    background-size: 11.85rem 15.28rem;
    width: 11.85rem;
  }
}
#news-archive .c-page-header {
  position: relative;
  padding-top: unset;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #news-archive .c-page-header {
    margin-bottom: 0.65rem;
  }
}
#news-archive .c-page-header::before {
  content: "";
  background-image: url("../img/common/logo_news_main.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 1.47rem;
  position: absolute;
  top: -0.25rem;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (min-width: 768px) {
  #news-archive .c-page-header::before {
    width: 4.05rem;
    height: 2.47rem;
    top: -0.28rem;
  }
}
#news-archive .p-news-archive {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #news-archive .p-news-archive {
    z-index: 1;
  }
}
#news-archive .c-btn--man {
  position: relative;
  z-index: 3;
  margin-top: 1.41rem;
  width: 2.9rem;
  height: 1.03rem;
}
@media screen and (min-width: 768px) {
  #news-archive .c-btn--man {
    margin-top: 3.07rem;
    width: 4.61rem;
    height: 1.63rem;
  }
}
#news-archive .c-btn--man::before {
  content: "";
  z-index: 1;
  top: -0.02rem;
  width: 0.99rem;
  height: 1.09rem;
}
@media screen and (min-width: 768px) {
  #news-archive .c-btn--man::before {
    width: 1.58rem;
    height: 1.73rem;
  }
}
#news-archive .c-btn--man::after {
  content: "";
  position: absolute;
  width: 1.18rem;
  height: 1.18rem;
  top: 0.12rem;
  right: -0.13rem;
  background-image: url("../img/common/season1_right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  #news-archive .c-btn--man::after {
    right: unset;
    background-image: url("../img/common/season1.webp");
    left: -0.16rem;
    top: 0.14rem;
    width: 1.84rem;
    height: 1.81rem;
  }
}
#news-archive .c-btn--man--logo--trip {
  width: 2.24rem;
  height: 0.4rem;
  display: block;
  margin-bottom: 0.05rem;
}
@media screen and (min-width: 768px) {
  #news-archive .c-btn--man--logo--trip {
    width: 3.66rem;
    height: 0.64rem;
    position: relative;
    left: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
#news-archive .c-btn--man span {
  font-size: 0.14rem;
  line-height: 0.19rem;
}
@media screen and (min-width: 768px) {
  #news-archive .c-btn--man span {
    margin-top: 0.08rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}

#news-content {
  position: relative;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #news-content {
    padding-bottom: 1.53rem;
  }
}
#news-content #news-article-intro {
  margin-top: 0.23rem;
}
@media screen and (min-width: 768px) {
  #news-content #news-article-intro {
    margin-top: 0.61rem;
  }
}
#news-content .l-2column {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  #news-content .l-2column {
    flex-direction: row;
    align-items: center;
    gap: unset;
  }
}
#news-content .l-2column small {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  #news-content .l-2column .l-left {
    width: 50%;
    flex: none;
  }
}
@media screen and (min-width: 768px) {
  #news-content .l-2column .l-right {
    width: 50%;
    flex: none;
  }
}
#news-content .l-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 0.05rem;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #news-content .l-title {
    gap: 0.06rem;
    margin-bottom: 0.4rem;
  }
}
#news-content .l-title span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #news-content .l-title span {
    font-size: 0.28rem;
    line-height: 0.39rem;
  }
}
#news-content .l-title strong {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.22rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #news-content .l-title strong {
    font-size: 0.31rem;
    line-height: 0.43rem;
  }
}
#news-content .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  #news-content .l-desc {
    font-size: 0.18rem;
    line-height: 0.31rem;
  }
}
#news-content .l-spacing {
  width: 0.78rem;
  height: 0.55rem;
  display: block;
  margin: auto;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #news-content .l-spacing {
    width: 0.97rem;
    height: 0.69rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
#news-content .l-deco {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#news-content .c-btn--planet {
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  #news-content .c-btn--planet {
    margin-top: 1rem;
  }
}

#news-article-intro {
  position: relative;
  margin-top: 0.54rem;
  padding-bottom: 1.83rem;
}
@media screen and (min-width: 768px) {
  #news-article-intro {
    padding-bottom: 2.85rem;
  }
}
#news-article-intro #adachi1 {
  display: none;
}
@media screen and (min-width: 768px) {
  #news-article-intro #adachi1 {
    display: block;
    top: 0.39rem;
    left: -1.04rem;
    width: 1.83rem;
    height: 3.37rem;
    background-image: url("../img/archive/article_deco1.png");
  }
}
@media screen and (min-width: 768px) {
  #news-article-intro #content1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 0.29rem;
  }
}
#news-article-intro #content1 img {
  width: 2.4rem;
  height: auto;
  margin: auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #news-article-intro #content1 img {
    width: 3.06rem;
    margin: unset;
  }
}
#news-article-intro #content1 .l-image {
  display: block;
  position: relative;
  margin-bottom: 0.34rem;
}
@media screen and (min-width: 768px) {
  #news-article-intro #content1 .l-image {
    margin-bottom: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#news-article-intro #content1 .l-image::before {
  content: "";
  z-index: 1;
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: var(--image);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #news-article-intro #content1 .l-image::before {
    width: 4.83rem;
    height: 4.83rem;
  }
}
#news-article-intro #content1 strong {
  width: 3.15rem;
  height: 1.04rem;
  display: block;
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #D0FF00;
  padding-top: 0.35rem;
  background-image: url("../img/ep01/frame_adachi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #news-article-intro #content1 strong {
    background-image: url("../img/ep01/frame_adachi_pc.png");
    padding-top: 0.32rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    width: 5.21rem;
    height: 1.17rem;
  }
}
#news-article-intro #content2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #news-article-intro #content2 {
    padding-right: 0.59rem;
    width: 3.3rem;
    padding-right: unset;
  }
}
#news-article-intro #content2 .c-heading--slash {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.34rem;
  line-height: 0.31rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  gap: 0.36rem;
  align-items: center;
  margin-bottom: 0.16rem;
}
#news-article-intro #content2 .c-heading--slash::before {
  width: 0.23rem;
  height: 0.45rem;
  background-size: 100% 100%;
  flex: none;
  background-position: bottom right;
}
#news-article-intro #content2 .c-heading--slash::after {
  width: 0.23rem;
  height: 0.45rem;
  background-size: 100% 100%;
  flex: none;
  background-position: bottom left;
}
#news-article-intro #content2 .l-title {
  display: block;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #news-article-intro #content2 .l-title {
    font-size: 0.3rem;
    line-height: 0.42rem;
    margin-bottom: 0.3rem;
  }
}
#news-article-intro #content2 .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #news-article-intro #content2 .l-desc {
    font-size: 0.22rem;
    line-height: 0.44rem;
  }
}
#news-article-intro #content2 .l-next {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #news-article-intro #content2 .l-next br {
    display: none;
  }
}
#news-article-intro .c-heading--slash {
  gap: 0.1rem !important;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
#news-article-intro .c-heading--slash span {
  display: flex;
  align-items: baseline;
  font-family: "Rubik", sans-serif;
  font-size: 0.33rem;
  line-height: 0.39rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #news-article-intro .c-heading--slash span {
    font-size: 0.42rem;
    line-height: 0.5rem;
  }
}
#news-article-intro .c-heading--slash small {
  font-size: 0.27rem;
  margin-top: unset;
}
@media screen and (min-width: 768px) {
  #news-article-intro .c-heading--slash small {
    font-size: 0.32rem;
  }
}

#news-article-report {
  padding-bottom: 2.24rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #news-article-report {
    padding-bottom: 14.375vw;
  }
}
#news-article-report .l-container {
  position: relative;
  z-index: 2;
  text-align: center;
}
#news-article-report .l-container .l-heading {
  color: #D0FF00;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.29rem;
  line-height: 0.43rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.39rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #news-article-report .l-container .l-heading {
    font-size: 0.36rem;
    line-height: 0.43rem;
    margin-bottom: 0.57rem;
  }
}
#news-article-report .l-container .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #news-article-report .l-container .l-desc {
    font-size: 0.22rem;
    line-height: 0.44rem;
  }
}
#news-article-report .l-bg {
  position: absolute;
  z-index: 1;
  bottom: -2.24rem;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-position: bottom center;
     object-position: bottom center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #news-article-report .l-bg {
    bottom: 0.14rem;
  }
}

#news-discovery {
  position: relative;
  padding-bottom: 5.39rem;
}
@media screen and (min-width: 768px) {
  #news-discovery {
    padding-bottom: 1.5rem;
  }
}
#news-discovery .l-container {
  position: relative;
  z-index: 5;
  left: 0.3rem;
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 768px) {
  #news-discovery .l-container {
    left: 0.59rem;
  }
}
#news-discovery .l-container .c-heading--slash {
  margin-bottom: 0.14rem;
}
@media screen and (min-width: 768px) {
  #news-discovery .l-container .c-heading--slash {
    align-items: center;
    margin-bottom: 0.18rem;
  }
}
#news-discovery .l-container .c-heading--slash span {
  font-size: 0.24rem;
}
@media screen and (min-width: 768px) {
  #news-discovery .l-container .c-heading--slash span {
    padding-bottom: 0.1em;
  }
}
#news-discovery .l-container .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #D0FF00;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #news-discovery .l-container .l-desc {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
}
#news-discovery .l-image {
  display: block;
  width: 3.06rem;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #news-discovery .l-image {
    width: 3.82rem;
  }
}
#news-discovery .l-image--wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 0.08rem;
  border: 0.024rem solid white;
}
#news-discovery .l-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1.04rem;
  height: 2.69rem;
  background-image: url("../img/archive/article_deco5.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -1.37rem;
  left: -0.27rem;
}
@media screen and (min-width: 768px) {
  #news-discovery .l-image::before {
    width: 1.3rem;
    height: 3.36rem;
    top: -1.59rem;
    left: -0.2rem;
  }
}
#news-discovery .l-image img {
  display: block;
  width: 100%;
  height: auto;
}
#news-discovery .l-deco {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: unset;
}
#news-discovery #adachi2 {
  width: 1rem;
  height: 1.24rem;
  background-image: url("../img/archive/article_deco2.png");
  bottom: 3.75rem;
  right: -0.35rem;
}
@media screen and (min-width: 768px) {
  #news-discovery #adachi2 {
    width: 1.42rem;
    height: 1.78rem;
    bottom: 7.69rem;
    right: 0.25rem;
  }
}
#news-discovery #adachi3 {
  width: 0.92rem;
  height: 1.16rem;
  background-image: url("../img/archive/article_deco3.png");
  bottom: 0.71rem;
  left: -0.3rem;
}
@media screen and (min-width: 768px) {
  #news-discovery #adachi3 {
    width: 1.3rem;
    height: 1.65rem;
    bottom: 2.78rem;
    left: 0.16rem;
  }
}
#news-discovery #adachi4 {
  width: 3.49rem;
  height: 3.99rem;
  background-image: url("../img/archive/article_deco4.png");
  bottom: 1rem;
  right: -0.17rem;
}
@media screen and (min-width: 768px) {
  #news-discovery #adachi4 {
    width: 4.36rem;
    height: 4.99rem;
    bottom: 1.21rem;
    right: -0.76rem;
  }
}

#news-keyword {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #news-keyword {
    padding-bottom: 1.5rem;
  }
}
#news-keyword .c-heading--slash {
  margin-bottom: 0.5rem;
  font-family: "Rubik", sans-serif;
  font-size: 0.33rem;
  line-height: 0.39rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #news-keyword .c-heading--slash {
    font-size: 0.41rem;
    line-height: 0.48rem;
    letter-spacing: 0.1em;
  }
}
#news-keyword .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news-keyword .l-container {
    flex-direction: row;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: wrap;
  }
}
#news-keyword .l-container .l-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  #news-keyword .l-container .l-wrapper {
    width: 3.2rem;
    justify-content: space-between;
  }
}
#news-keyword .l-container .l-image {
  width: 100%;
  margin-bottom: 0.19rem;
}
@media screen and (min-width: 768px) {
  #news-keyword .l-container .l-image {
    margin-bottom: 0.3rem;
  }
}
#news-keyword .l-container .l-image img {
  display: block;
  width: 100%;
  height: auto;
}
#news-keyword .l-container .l-name {
  width: 100%;
  display: block;
  padding-bottom: 0.03rem;
  position: relative;
  text-align: center;
  color: #D0FF00;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #news-keyword .l-container .l-name {
    padding-bottom: 0.04rem;
    margin-bottom: 0.3rem;
  }
}
#news-keyword .l-container .l-name::before {
  content: "";
  width: 1.3rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D0FF00;
}
#news-keyword .l-container .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #news-keyword .l-container .l-desc {
    font-size: 0.18rem;
    line-height: 0.32rem;
    position: relative;
    width: 3.5rem;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#news-keyword .l-container .l-link {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.05rem 0.29rem 0.05rem 0.29rem;
  background-color: #FF788E;
  border-radius: 0.05rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #news-keyword .l-container .l-link {
    padding: 0.09rem 0.42rem 0.09rem 0.42rem;
    font-size: 0.16rem;
    line-height: 0.21rem;
  }
}
#news-keyword .l-container .l-link i {
  font-style: normal;
  display: inline-flex;
  gap: 0.3em;
  align-items: center;
}
#news-keyword .l-container .l-link i::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
}
#news-keyword .l-container .l-link i::after {
  content: "";
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.12rem;
  height: 0.12rem;
}

#news-location {
  padding-bottom: 3.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #news-location {
    padding-bottom: 1.63rem;
  }
}
#news-location .c-heading--slash {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #news-location .c-heading--slash {
    margin-bottom: 0.64rem;
  }
}
#news-location .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news-location .l-container {
    flex-direction: row;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: wrap;
  }
}
#news-location .l-container .l-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #news-location .l-container .l-wrapper {
    width: 3.2rem;
    justify-content: space-between;
  }
}
#news-location .l-container .l-image {
  width: 100%;
  margin-bottom: 0.19rem;
}
@media screen and (min-width: 768px) {
  #news-location .l-container .l-image {
    margin-bottom: 0.3rem;
  }
}
#news-location .l-container .l-image img {
  display: block;
  width: 100%;
  height: auto;
}
#news-location .l-container .l-name {
  width: 100%;
  display: block;
  padding-bottom: 0.03rem;
  position: relative;
  text-align: center;
  color: #D0FF00;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #news-location .l-container .l-name {
    padding-bottom: 0.04rem;
    margin-bottom: 0.3rem;
  }
}
#news-location .l-container .l-name::before {
  content: "";
  width: 1.3rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D0FF00;
}
#news-location .l-container .l-info {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
#news-location .l-container .l-address {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: underline;
}
#news-location .l-container .l-address::after {
  content: "";
  display: inline-block;
  text-decoration: underline;
  margin-left: 0.03rem;
  width: 0.1rem;
  height: 0.13rem;
  background-image: url("../img/common/icon_pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#news-location .l-container .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #news-location .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
    position: relative;
    width: 3.5rem;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#news-location .l-container .l-spacing {
  width: 0.38rem;
  height: 0.27rem;
  margin: 0.2rem auto 0.14rem;
  background-image: url("../img/archive/lightning.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#news-location .l-container .l-link {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.05rem 0.29rem 0.05rem 0.29rem;
  background-color: #FF788E;
  border-radius: 0.05rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #news-location .l-container .l-link {
    padding: 0.09rem 0.42rem 0.09rem 0.42rem;
    font-size: 0.16rem;
    line-height: 0.21rem;
  }
}
#news-location .l-container .l-link i {
  font-style: normal;
  display: inline-flex;
  gap: 0.3em;
  align-items: center;
}
#news-location .l-container .l-link i::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
}
#news-location .l-container .l-link i::after {
  content: "";
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.12rem;
  height: 0.12rem;
}
#news-location .l-deco {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: unset;
}
#news-location #adachi6 {
  width: 2.32rem;
  height: 2.19rem;
  background-image: url("../img/archive/article_deco6.png");
  bottom: 0.06rem;
  left: 0.32rem;
}
@media screen and (min-width: 768px) {
  #news-location #adachi6 {
    width: 2.9rem;
    height: 2.74rem;
    bottom: -1.64rem;
    left: unset;
    right: 1.6rem;
  }
}

/* CONTACT FORM */
#contact-form {
  padding-bottom: 1.5rem;
}
#contact-form .l-desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.42rem;
}
#contact-confirm {
  padding-bottom: 1.5rem;
}
#contact-confirm .l-desc {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.47rem;
}
@media screen and (min-width: 768px) {
  #contact-confirm .l-desc {
    font-size: 0.2rem;
    line-height: 0.4rem;
    margin-bottom: 1.05rem;
  }
}

#form-complete {
  padding-bottom: 1.5rem;
}
#form-complete .l-frame {
  width: 3.35rem;
  height: 1.87rem;
  position: relative;
  background-image: url("../img/form/frame.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  margin: auto;
  margin-bottom: 0.24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#form-complete .l-frame em {
  position: absolute;
  font-style: normal;
  font-family: "Rubik", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #F25A7B;
  top: 0.09rem;
  left: 50%;
  transform: translateX(-50%);
}
#form-complete .l-frame strong {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.26rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  font-weight: 700;
  padding-top: 0.65rem;
  padding-left: 0.06rem;
  width: 100%;
  margin-bottom: 0.1rem;
}
#form-complete .l-frame span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 0.13rem;
}
#form-complete .l-desc {
  text-align: center;
  display: block;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.17rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 0.24rem;
  margin-bottom: 0.15rem;
}
#form-complete .l-desc small {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.12rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.37rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #form-complete .l-desc small {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
}
#form-complete .l-small {
  display: block;
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.12rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 0.25rem;
  margin-bottom: 0.27rem;
}
#form-complete #deco1 {
  width: 3.08rem;
  height: 3.67rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
  margin-top: -0.42rem;
  position: relative;
  z-index: 2;
}
#form-complete #deco2 {
  width: 1.9rem;
  height: 2.46rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
}
#form-complete #frame-entry strong {
  padding-top: 0.5rem;
}

/* REPORT PAGE */
#report-page {
  --main: #F25A7B;
  --bg: white;
  --tag: "調査隊";
  --stamp: url("../img/common/stamp_trans.png");
  --text: white;
  --article-text: #12008E;
}

#report-top, #voice-top {
  padding-top: 0.3rem;
  padding-bottom: 0.39rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #report-top, #voice-top {
    padding-top: 0.54rem;
    padding-bottom: 0.98rem;
  }
}
#report-top .l-desc, #voice-top .l-desc {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #report-top .l-desc, #voice-top .l-desc {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}
#report-top .l-deco, #voice-top .l-deco {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
#report-top #deco1, #voice-top #deco1 {
  width: 1.15rem;
  height: 2.13rem;
  background-image: url("../img/report/adachi.png");
  bottom: -0.72rem;
  left: 0.13rem;
}
@media screen and (min-width: 768px) {
  #report-top #deco1, #voice-top #deco1 {
    width: 2.29rem;
    height: 4.27rem;
    left: unset;
    bottom: -1.9rem;
    right: calc(50% + 2.05rem);
  }
}
#report-top #deco2, #voice-top #deco2 {
  width: 0.74rem;
  height: 1.32rem;
  background-image: url("../img/report/nakkai.png");
  right: 0.42rem;
  bottom: -0.31rem;
}
@media screen and (min-width: 768px) {
  #report-top #deco2, #voice-top #deco2 {
    width: 1.03rem;
    height: 1.86rem;
    bottom: 0.18rem;
    right: unset;
    left: calc(50% + 3.16rem);
  }
}

#report-archive, #voice-archive {
  padding-bottom: 1.51rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #report-archive, #voice-archive {
    padding-bottom: 1.45rem;
  }
}
#report-archive .p-archive, #voice-archive .p-archive {
  margin-bottom: 0.66rem;
}
@media screen and (min-width: 768px) {
  #report-archive .p-archive, #voice-archive .p-archive {
    margin-bottom: 0.93rem;
  }
}
#report-archive .p-pagination, #voice-archive .p-pagination {
  margin-bottom: 0.71rem;
}
#report-archive #campaign, #voice-archive #campaign {
  display: block;
  width: 2.68rem;
  height: 1.95rem;
  margin: 0 auto 0.51rem;
  position: relative;
  left: 0.1rem;
}
@media screen and (min-width: 768px) {
  #report-archive #campaign, #voice-archive #campaign {
    margin-bottom: 0.66rem;
  }
}

#report-article, #voice-article {
  padding-top: 0.2rem;
  padding-bottom: 3.43rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #report-article, #voice-article {
    padding-top: 0.63rem;
    padding-bottom: 3.42rem;
  }
}
#report-article .p-article, #voice-article .p-article {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #report-article .p-article, #voice-article .p-article {
    margin-bottom: 0.38rem;
  }
}
#report-article .c-btn--man--frame, #voice-article .c-btn--man--frame {
  width: 3rem;
  height: 0.81rem;
  border-radius: 0.2rem;
}
#report-article .c-btn--man--frame span, #voice-article .c-btn--man--frame span {
  color: white;
  display: inline;
  line-height: 0.18rem;
  line-height: 0.27rem;
}
#report-article .c-btn--man--frame span::after, #voice-article .c-btn--man--frame span::after {
  display: inline-block;
  margin-left: 0.5em;
  margin-top: 0.2em;
}
#report-article .l-deco, #voice-article .l-deco {
  position: absolute;
  width: 0.95rem;
  height: 1.66rem;
  background-image: url("../img/report/nakkai3.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

#voice-article .c-btn--man--pink {
  margin-top: 1.8rem;
}

/* REPORT PAGE */
#voice-page {
  --main: #D0FF00;
  --bg: transparent;
  --tag: "移住者";
  --stamp: unset;
  --text: #12008E;
  --article-text: white;
}

#voice-article {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #voice-article .p-article__header--info {
    flex-direction: column;
    gap: 0.07rem;
    margin-bottom: 0.07rem;
  }
}
@media screen and (min-width: 768px) {
  #voice-article .p-article__top {
    margin-bottom: 0.58rem;
  }
}

/* CAMPAIGN PAGE */
#campaign-side {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #campaign-side {
    left: unset;
    bottom: 1.5rem;
    right: 0;
    transform: unset;
  }
}
#campaign-side .l-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.14rem;
  height: 0.6rem;
  border: 0.02rem solid #D0FF00;
  background-color: rgba(0, 0, 128, 0.8);
  color: #D0FF00;
  border-radius: 0.1rem 0.1rem 0 0;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #campaign-side .l-link {
    writing-mode: vertical-rl;
    width: 0.75rem;
    height: 3.77rem;
    font-size: 0.2rem;
    line-height: 0.22rem;
    letter-spacing: 0.05em;
    border-radius: 0.12rem 0 0 0.12rem;
    border-width: 0.024rem;
  }
}
#campaign-side .l-link span {
  display: flex;
  align-items: center;
  gap: 0.11rem;
}
@media screen and (min-width: 768px) {
  #campaign-side .l-link span {
    gap: 0.05rem;
  }
}
#campaign-side .l-link span::after {
  content: "";
  width: 0.12rem;
  height: 0.14rem;
  background-color: #D0FF00;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media screen and (min-width: 768px) {
  #campaign-side .l-link span::after {
    width: 0.15rem;
    height: 0.17rem;
    margin-left: 0.02rem;
  }
}

#campaign-top {
  padding-top: 3.27rem;
  padding-bottom: 0.3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #campaign-top {
    padding-top: 1.67rem;
    padding-bottom: 0.34rem;
  }
}
#campaign-top .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #campaign-top .l-container {
    flex-direction: row;
    gap: 0rem;
  }
}
#campaign-top .l-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  #campaign-top .l-wrapper {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #campaign-top #left {
    padding-top: 4.18rem;
  }
}
#campaign-top .l-catch {
  display: block;
  width: 4.77rem;
  height: 3.69rem;
  position: absolute;
  top: -2.94rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  #campaign-top .l-catch {
    width: 6.67rem;
    height: 5.26rem;
    top: -0.88rem;
  }
}
#campaign-top .l-catch img {
  display: block;
  width: 100%;
  height: 100%;
}
#campaign-top .l-desc {
  position: relative;
  z-index: 3;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #campaign-top .l-desc {
    font-size: 0.25rem;
    line-height: 0.36rem;
    margin-bottom: 0.29rem;
  }
}
#campaign-top .l-emphasis {
  display: block;
  text-align: center;
  color: #D0FF00;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #campaign-top .l-emphasis {
    font-size: 0.22rem;
    line-height: 0.31rem;
  }
}
#campaign-top .l-emphasis strong {
  display: block;
  margin-top: 0.05rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #campaign-top .l-emphasis strong {
    font-size: 0.32rem;
    line-height: 0.44rem;
  }
}
#campaign-top .l-link {
  display: flex;
  flex-direction: column;
  gap: 0.19rem;
}
@media screen and (min-width: 768px) {
  #campaign-top .l-link {
    gap: 0.3rem;
    padding-left: 0.49rem;
  }
}
#campaign-top .l-link--wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #campaign-top .l-link--wrapper {
    width: 3.89rem;
    gap: 0.14rem;
  }
}
#campaign-top .l-link--wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.4rem;
  border: 0.02rem solid #D0FF00;
  border-radius: 0.05rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 700;
  color: white;
  background: linear-gradient(to right, #461FD4 0%, #1827BD 25%, #1827BD 75%, #461FD4 100%);
}
@media screen and (min-width: 768px) {
  #campaign-top .l-link--wrapper a {
    height: 0.57rem;
    font-size: 0.22rem;
    line-height: 0.31rem;
  }
}
#campaign-top .l-link--wrapper a span::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../img/common/icon_external_bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0.1rem;
  position: relative;
  top: 0.02rem;
}
@media screen and (min-width: 768px) {
  #campaign-top .l-link--wrapper a span::after {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.18rem;
  }
}
#campaign-top .l-link--wrapper--full {
  position: relative;
}
#campaign-top .l-link--wrapper--full::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/campaign/full2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0.27rem;
  width: 1.96rem;
  height: 1.2rem;
}
@media screen and (min-width: 768px) {
  #campaign-top .l-link--wrapper--full::after {
    bottom: 0.26rem;
    width: 2.72rem;
    height: 1.66rem;
  }
}
@media screen and (min-width: 768px) {
  #campaign-top .l-link #hotel {
    margin-left: auto;
  }
}
#campaign-top .l-link #hotel::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0.78rem;
  height: 2.06rem;
  background-image: url("../img/campaign/adachi.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.51rem;
  left: -0.18rem;
}
@media screen and (min-width: 768px) {
  #campaign-top .l-link #hotel::before {
    width: 0.99rem;
    height: 2.61rem;
    left: -0.98rem;
    top: 0.3rem;
  }
}
#campaign-top .l-link #kusairo::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0.73rem;
  height: 1.17rem;
  background-image: url("../img/campaign/nakkai.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0rem;
  right: -0.3rem;
}
@media screen and (min-width: 768px) {
  #campaign-top .l-link #kusairo::before {
    width: 0.97rem;
    height: 1.56rem;
    right: -1.2rem;
  }
}

#campaign-summary .l-container {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
#campaign-summary .l-heading {
  width: 100%;
  height: 0.6rem;
  background-color: #D0FF00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  gap: 0.3em;
  color: #12008E;
}
#campaign-summary .l-heading::before {
  content: "▼";
  color: #F25A7B;
}
#campaign-summary .l-heading::after {
  content: "▼";
  color: #F25A7B;
}
#campaign-summary .l-content {
  background-color: white;
  padding: 0.15rem;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-content {
    padding: 0.4rem;
  }
}
#campaign-summary .l-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #1827BD;
}
#campaign-summary .l-table dl {
  border: 0.01rem solid #1D5FFB;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#campaign-summary .l-table dl:not(:first-child) {
  border-top: unset;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table dl {
    flex-direction: row;
  }
}
#campaign-summary .l-table dl dt {
  border-bottom: 0.01rem solid #1D5FFB;
  background-color: rgba(0, 228, 255, 0.1);
  padding: 0.09rem 0.15rem;
  width: 100%;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table dl dt {
    flex: none;
    width: 1.2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    border-bottom: unset;
  }
}
#campaign-summary .l-table dl dd {
  width: 100%;
  padding: 0.1rem 0.15rem 0.14rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table dl dd {
    padding: 0.2rem 0.21rem 0.21rem;
    flex-grow: 1;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}
#campaign-summary .l-table dl dd strong {
  color: #F25A7B;
}
#campaign-summary .l-table dl dd p {
  display: block;
}
#campaign-summary .l-table dl dd a {
  color: #F25A7B;
  text-decoration: underline;
  display: inline-block;
  padding-left: 0.3em;
  padding-right: 0.3em;
}
#campaign-summary .l-table dl dd .l-list li {
  display: flex;
}
#campaign-summary .l-table dl dd .l-list li span {
  flex: none;
}
#campaign-summary .l-table dl dd .l-list li div {
  display: block;
  flex-grow: 1;
  min-width: 80%;
}
#campaign-summary .l-table dl dd .l-list--wrap li {
  flex-wrap: wrap;
}
#campaign-summary .l-table dl dd .l-list--wrap li div {
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table dl dd .l-list--wrap li div {
    padding-left: unset;
  }
}
#campaign-summary .l-table dl dd .l-caution li {
  display: flex;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  gap: 0.06rem;
}
#campaign-summary .l-table dl dd .l-caution li::before {
  content: "※";
  flex: none;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table dl dd .l-padding {
    padding-left: 0.17rem;
  }
}
#campaign-summary .l-table #table-duration p {
  margin-bottom: 0.08rem;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table #table-duration p {
    margin-bottom: 0.13rem;
  }
}
#campaign-summary .l-table #table-content p {
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table #table-content p {
    margin-bottom: 0.25rem;
  }
}
#campaign-summary .l-table #table-content > .l-list .l-list {
  margin-top: 0.13rem;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table #table-content > .l-list .l-list {
    margin-top: unset;
  }
}
#campaign-summary .l-table #table-content > .l-list > li:nth-of-type(1) {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table #table-content > .l-list > li:nth-of-type(1) {
    margin-bottom: 0.25rem;
  }
}
#campaign-summary .l-table #table-content > .l-list > li:nth-of-type(2) {
  margin-bottom: 0.2rem;
}
#campaign-summary .l-table #table-qualification .l-list {
  margin-bottom: 0.13rem;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table #table-qualification .l-list {
    margin-bottom: 0.09rem;
  }
}
#campaign-summary .l-table #table-condition > .l-list > li:nth-of-type(1) {
  margin-bottom: 0.23rem;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table #table-condition > .l-list > li:nth-of-type(1) {
    margin-bottom: 0.2rem;
  }
}
#campaign-summary .l-table #table-condition > .l-list > li:nth-of-type(1) .l-list {
  margin-top: 0.11rem;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table #table-condition > .l-list > li:nth-of-type(1) .l-list {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table #table-condition > .l-list > li:nth-of-type(1) {
    margin-bottom: 0.25rem;
  }
}
#campaign-summary .l-table #table-condition > .l-list > li:nth-of-type(2) {
  margin-bottom: 0.34rem;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-table #table-condition > .l-list > li:nth-of-type(2) {
    margin-bottom: 0.2rem;
  }
}
#campaign-summary .l-full {
  position: relative;
}
#campaign-summary .l-full * {
  color: #A7A7A7 !important;
}
#campaign-summary .l-full::before {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/campaign/full.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.08rem;
  height: 0.9rem;
}
@media screen and (min-width: 768px) {
  #campaign-summary .l-full::before {
    width: 3.89rem;
    height: 1.13rem;
  }
}

[data-template="page-campaign.php"] #top-report {
  margin-top: -1.3rem;
  padding-bottom: 1.69rem;
}
@media screen and (min-width: 768px) {
  [data-template="page-campaign.php"] #top-report {
    padding-bottom: 20.8888vw;
    margin-bottom: max((100vw - 1440px) * 0.5, 0px);
  }
}
[data-template="page-campaign.php"] #top-report #report-desc2 {
  display: none;
}
[data-template="page-campaign.php"] #top-report::before {
  content: "";
  background-image: url("../img/campaign/bg_report.svg");
  width: 100%;
  height: 13.19rem;
}
@media screen and (min-width: 768px) {
  [data-template="page-campaign.php"] #top-report::before {
    background-image: url("../img/top/bg_report_pc.png");
    width: 100%;
    height: 107.08vw;
  }
}
@media screen and (min-width: 768px) {
  [data-template="page-campaign.php"] #top-report .c-btn--more {
    margin-top: 5vw;
  }
}

#campaign-flow {
  position: relative;
  z-index: 9;
  padding-bottom: 1.49rem;
  overflow-x: hidden;
  margin-top: 1.82rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow {
    overflow-x: initial;
    padding-bottom: 1.51rem;
    margin-top: 2rem;
  }
}
#campaign-flow .c-heading--orbit {
  margin-bottom: 0.36rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow .c-heading--orbit {
    margin-bottom: 0.35rem;
  }
}
#campaign-flow .l-container {
  width: 100%;
  margin-bottom: 1.43rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow .l-container {
    width: 8.2rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 0.53rem 0;
    position: relative;
    padding-top: 0.43rem;
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  #campaign-flow .l-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.015rem;
    background-color: #D0FF00;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  #campaign-flow .l-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.015rem;
    background-color: #D0FF00;
    top: 2.36rem;
    left: 0;
  }
}
#campaign-flow .l-container .l-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #campaign-flow .l-container .l-wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#campaign-flow .l-container .l-wrapper img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#campaign-flow .l-container .l-wrapper figcaption {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.22rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
#campaign-flow .l-container .l-wrapper figcaption small {
  display: block;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
#campaign-flow .l-container .l-number {
  position: absolute;
  left: 0;
  width: 0.46rem;
  height: 0.46rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #D0FF00;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #12008E;
}
@media screen and (min-width: 768px) {
  #campaign-flow .l-container .l-number {
    transform: translateX(-100%);
  }
}
#campaign-flow .l-container .l-number::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0.015rem;
  background-color: #D0FF00;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #campaign-flow .l-container .l-number::before {
    content: unset;
  }
}
#campaign-flow #flow1 {
  margin-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow1 {
    margin-bottom: unset;
    margin-right: 1.07rem;
  }
}
#campaign-flow #flow1 img {
  width: 1.42rem;
  height: 0.7rem;
  margin-bottom: 0.18rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow1 img {
    margin-bottom: 0.26rem;
  }
}
#campaign-flow #flow1 .l-number {
  top: 0.16rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow1 .l-number {
    top: unset;
    left: -0.4rem;
    bottom: 0.94rem;
  }
}
#campaign-flow #flow2 {
  margin-bottom: 0.49rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow2 {
    margin-bottom: unset;
    margin-right: 1.08rem;
  }
}
#campaign-flow #flow2 img {
  width: 0.86rem;
  height: 0.91rem;
  margin-bottom: 0.03rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow2 img {
    margin-bottom: 0.22rem;
  }
}
#campaign-flow #flow2 .l-number {
  top: 0.5rem;
}
#campaign-flow #flow2 .l-number::before {
  height: 1.6rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow2 .l-number {
    top: unset;
    left: 0.22rem;
    bottom: 0.94rem;
  }
}
#campaign-flow #flow3 {
  margin-bottom: 0.45rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow3 {
    margin-bottom: unset;
  }
}
#campaign-flow #flow3 img {
  width: 0.98rem;
  height: 0.68rem;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow3 img {
    margin-bottom: 0.23rem;
  }
}
#campaign-flow #flow3 .l-number {
  top: 0.28rem;
}
#campaign-flow #flow3 .l-number::before {
  height: 1.4rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow3 .l-number {
    top: unset;
    left: -0.4rem;
    bottom: 0.94rem;
  }
}
#campaign-flow #flow4 {
  margin-bottom: 0.33rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow4 {
    margin-bottom: unset;
    margin-right: 0.76rem;
  }
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow4 figcaption {
    padding-bottom: 0.1rem;
  }
}
#campaign-flow #flow4 img {
  width: 1.15rem;
  height: 0.72rem;
  margin-bottom: 0.08rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow4 img {
    margin-bottom: 0.31rem;
  }
}
#campaign-flow #flow4 .l-number {
  top: 0.3rem;
}
#campaign-flow #flow4 .l-number::before {
  height: 1.48rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow4 .l-number {
    top: unset;
    left: 0.23rem;
    bottom: 0.83rem;
  }
}
#campaign-flow #flow5 img {
  width: 1.8rem;
  height: 0.87rem;
  margin-bottom: 0.08rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow5 img {
    margin-bottom: 0.2rem;
  }
}
#campaign-flow #flow5 .l-number {
  top: 0.44rem;
}
#campaign-flow #flow5 .l-number::before {
  height: 1.54rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #flow5 .l-number {
    top: unset;
    left: 0.17rem;
    bottom: 0.83rem;
  }
}
#campaign-flow .l-deco {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
}
#campaign-flow #adachi {
  width: 1.74rem;
  height: 2.79rem;
  background-image: url("../img/campaign/adachi2.png");
  bottom: 11.85rem;
  right: -0.47rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #adachi {
    width: 2.12rem;
    height: 3.81rem;
    bottom: 8.44rem;
    right: calc(50% + 3.89rem);
    background-image: url("../img/campaign/adachi2_pc.png");
  }
}
#campaign-flow #nakkai {
  width: 1.56rem;
  height: 2.19rem;
  background-image: url("../img/campaign/nakkai2.png");
  bottom: 7.14rem;
  right: -0.38rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow #nakkai {
    width: 1.99rem;
    height: 3.11rem;
    bottom: 7.5rem;
    right: unset;
    left: calc(50% + 3.34rem);
    background-image: url("../img/campaign/nakkai2_pc.png");
  }
}
#campaign-flow .c-btn--man--pink span::after {
  background-color: #D0FF00;
  width: 0.13rem;
  height: 0.19rem;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
#campaign-flow .c-btn--man--pink small {
  font-size: 0.14rem;
}
#campaign-flow .l-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
  width: 100%;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #campaign-flow .l-bottom {
    margin: auto;
    margin-top: 1rem;
    width: 4.1rem;
    gap: 0.2rem;
  }
}
#campaign-flow .l-bottom figcaption {
  width: 100%;
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-top: 0.27rem;
  padding-bottom: 0.5rem;
  background-image: url("../img/campaign/frame.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #campaign-flow .l-bottom figcaption {
    font-size: 0.2rem;
    line-height: 0.4rem;
    padding-top: 0.29rem;
    padding-bottom: 0.58rem;
  }
}
#campaign-flow .l-bottom img {
  width: 3.17rem;
  height: 2.49rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-body {
  background: url("../img/top/bg.svg"), linear-gradient(to bottom, #280CBA 0%, #461FD4 100%);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  background-size: auto;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .p-body {
    background: url("../img/top/bg_pc.svg"), linear-gradient(to bottom, #280CBA 0%, #461FD4 100%);
    background-size: auto;
    background-repeat: no-repeat;
  }
}
.p-body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  pointer-events: none;
  /*
  background-image: url('../img/top/bg.svg');
  background-size: auto;
  background-repeat: repeat-y;
  @include m.mq(pc){
      background-image: url('../img/top/bg_pc.svg');
      background-size: auto;
      background-repeat: no-repeat;
  }*/
}

.p-header {
  position: relative;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    top: 0;
    right: unset;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background-color: unset;
  }
}
.p-header--active {
  background-color: rgba(24, 39, 251, 0.6);
}
@media screen and (min-width: 768px) {
  .p-header--active {
    background-color: transparent;
  }
}
.p-header--active .p-header__logo {
  opacity: 1;
}
.p-header__logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  width: 2.64rem;
  height: 0.35rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 0.81rem;
    transform: translateY(-50%);
    width: 4.52rem;
    height: 0.6rem;
  }
}
.p-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header__nav {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 95, 251, 0.95);
  transform: translateY(-100%);
  transition: 0.3s;
  padding: 0.14rem 0.3rem 1rem;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    z-index: 999;
    flex-direction: row;
    gap: unset;
    justify-content: center;
    align-items: flex-start;
    padding: 0.77rem 0 0.65rem;
  }
  .p-header__nav::-webkit-scrollbar {
    width: 0;
  }
}
.p-header__nav--image {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-header__nav--image {
    width: 5.53rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-header__nav--deco {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav--deco {
    display: flex;
  }
  .p-header__nav--deco img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.p-header__nav--deco#header-deco1 {
  width: 3.27rem;
  height: 3.07rem;
}
.p-header__nav--deco#header-deco2 {
  width: 2.78rem;
  height: 2.13rem;
  position: relative;
  right: 0.15rem;
}
.p-header__nav--logo {
  width: 2.64rem;
  height: 0.35rem;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-header__nav--logo {
    width: 4.9rem;
    height: 0.65rem;
    margin-top: 0.28rem;
    margin-bottom: 0.98rem;
    position: relative;
    left: 0.18rem;
  }
}
.p-header__nav--logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header__nav--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-height: unset;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__nav--container {
    width: 5.53rem;
    padding-left: 0.94rem;
    align-self: center;
  }
}
.p-header__nav--list {
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
  gap: 0.22rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list {
    gap: 0.3rem;
  }
}
.p-header__nav--list li {
  width: 100%;
}
.p-header__nav--list li a, .p-header__nav--list li div {
  display: flex;
  flex-direction: column;
  gap: 0.02rem;
}
.p-header__nav--list li strong {
  font-family: "Rubik", sans-serif;
  font-size: 0.26rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #D0FF00;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list li strong {
    font-size: 0.31rem;
    line-height: 0.37rem;
  }
}
.p-header__nav--list li span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list li span {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
.p-header__nav--list--coming {
  position: relative;
}
.p-header__nav--list--coming > a, .p-header__nav--list--coming div {
  pointer-events: none;
  opacity: 0.5;
}
.p-header__nav--list--coming ul li::before {
  opacity: 0.5;
}
.p-header__nav--list--coming::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  left: 50%;
  top: -0.1rem;
  background-image: url("../img/common/header_coming.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list--coming::after {
    width: 1.28rem;
    height: 1.28rem;
    left: 1.43rem;
    top: -0.4rem;
  }
}
.p-header__nav--list--sub {
  margin-top: 0.12rem;
  padding-left: 0.17rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list--sub {
    margin-top: 0.44rem;
    padding-left: 0.22rem;
    gap: 0.28rem;
  }
}
.p-header__nav--list--sub li {
  width: 100%;
  display: flex;
  gap: 0.3em;
}
.p-header__nav--list--sub li::before {
  content: "-";
  font-family: "Rubik", sans-serif;
  font-size: 0.26rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #D0FF00;
}
.p-header__nav--list--sub li a, .p-header__nav--list--sub li div {
  display: flex;
  flex-direction: column;
  gap: 0.02rem;
}
.p-header__nav--list--sub li strong {
  font-family: "Rubik", sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #D0FF00;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list--sub li strong {
    font-size: 0.31rem;
    line-height: 0.37rem;
  }
}
.p-header__nav--list--sub li span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list--sub li span {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
.p-header__nav--box {
  position: fixed;
  z-index: 10000;
  top: 0.14rem;
  right: 0.14rem;
  width: 0.34rem;
  height: 0.34rem;
  background-color: #D0FF00;
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    position: absolute;
    z-index: 0.99rem;
    width: 0.7rem;
    height: 0.7rem;
    top: 50%;
    left: unset;
    right: 0.45rem;
    transform: translateY(-50%);
  }
  .p-header__nav--box::before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.03rem;
    height: 0.52rem;
    background-image: url("../img/common/header_satellite.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header__nav {
  transform: translateY(0);
}
.p-header__nav--box--check:checked ~ .p-header .p-header__logo {
  opacity: 0;
  pointer-events: none;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__nav--box--lines .p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(-50%) rotate(30deg);
}
.p-header__nav--box--check:checked ~ .p-header .p-header__nav--box--lines .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__nav--box--lines .p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(-50%) rotate(-30deg);
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(-50%) rotate(30deg);
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(-50%) rotate(-30deg);
}
.p-header__nav--box--lines {
  width: 0.2rem;
  height: 0.16rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--lines {
    width: 0.38rem;
    height: 0.26rem;
  }
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  height: 0.02rem;
  background-color: #1827FB;
  border-radius: 0.1rem;
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(calc(-0.06rem - 50%));
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line:nth-of-type(1) {
    transform: translateY(calc(-0.12rem - 50%));
  }
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translateY(-50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(calc(0.06rem - 50%));
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line:nth-of-type(3) {
    transform: translateY(calc(0.12rem - 50%));
  }
}

.p-footer {
  position: relative;
  z-index: 500;
  background-color: #12008E;
  background-image: url("../img/common/bg_footer.svg");
  background-size: 4.3rem 4rem;
  background-position: 50% 115%;
  background-repeat: no-repeat;
  border-top: 0.05rem solid #D0FF00;
  width: 100%;
  padding: 0.3rem 0.3rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 0.48rem;
    padding-bottom: 0.61rem;
    padding-left: unset;
    padding-right: unset;
    background-image: url("../img/common/bg_footer_pc.svg");
    background-size: 115vw 31.18vw;
    background-position: 50% 105%;
  }
}
.p-footer__container {
  display: flex;
  flex-direction: column;
  gap: 1.53rem;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 12.8rem;
    margin: auto;
    gap: 17.5vw;
  }
}
.p-footer__top {
  display: flex;
  flex-direction: column;
  gap: 0.39rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.p-footer__logo {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 2.5rem;
  }
}
.p-footer__logo h2 {
  display: block;
}
.p-footer__logo img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 1.64rem;
}
.p-footer__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    width: 5.66rem;
    justify-content: flex-start;
    gap: 0.95rem;
    position: relative;
    top: 0.18rem;
  }
}
.p-footer__nav ul {
  display: flex;
  flex-direction: column;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav ul {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
}
.p-footer__nav ul li ul {
  margin-top: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav ul li ul {
    margin-top: 0.1rem;
  }
}
.p-footer__nav ul li ul li {
  display: flex;
}
.p-footer__nav ul li ul li::before {
  content: "-";
}
.p-footer__nav ul div[href] {
  opacity: 0.5;
}
.p-footer__nav--list--sub {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
.p-footer__sns {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    align-self: flex-start;
    padding-top: 0.18rem;
  }
}
.p-footer__sns a {
  display: block;
}
.p-footer__sns a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__sns #footer-icon-youtube {
  width: 0.38rem;
  height: 0.27rem;
}
.p-footer__sns #footer-icon-x {
  width: 0.29rem;
  height: 0.3rem;
}
.p-footer__sns #footer-icon-instagram {
  width: 0.3rem;
  height: 0.3rem;
}
.p-footer__sns #footer-icon-tiktok {
  width: 0.26rem;
  height: 0.3rem;
}
.p-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    flex-direction: row-reverse;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.p-footer__button {
  width: 2.6rem;
  height: 0.7rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__button {
    margin: unset;
  }
}
.p-footer__button img {
  display: block;
  width: 1.82rem;
  height: 0.42rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    width: 5.16rem;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-footer__info--link {
  display: flex;
  gap: 0.06rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.16rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-footer__info--link {
    order: 4;
  }
}
.p-footer__info--link::after {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-footer__info--department {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.15rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-footer__info--department {
    order: 1;
  }
}
.p-footer__info--address {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.1rem;
  font-style: normal;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-footer__info--address {
    order: 2;
  }
}
.p-footer__info--tel {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-footer__info--tel {
    order: 3;
  }
}
.p-footer__info--copyright {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.1rem;
  line-height: 0.12rem;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-footer__info--copyright {
    order: 5;
  }
}

.p-form-phase {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.29rem;
}
@media screen and (min-width: 768px) {
  .p-form-phase {
    margin-top: 0.75rem;
    margin-bottom: 0.39rem;
  }
}
.p-form-phase::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0.02rem;
  top: 50%;
  left: 0;
  background-color: #D0FF00;
  transform: translateY(-50%);
}
.p-form-phase span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.015rem solid #D0FF00;
  border-radius: 100%;
  color: #F25A7B;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  background-color: white;
}
.p-form-phase[data-phase=input] span[data-phase=input] {
  background-color: #D0FF00;
}
.p-form-phase[data-phase=confirm] span[data-phase=confirm] {
  background-color: #D0FF00;
}
.p-form-phase[data-phase=complete] span[data-phase=complete] {
  background-color: #D0FF00;
}

.p-form {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.36rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  /*
  &__policy{
      padding-left: f.px(10);
      padding-right: f.px(10);
      margin-top: f.px(51);
      margin-bottom: f.px(50);
      @include m.mq(pc){
          margin-top: f.px(100);
      }
      &--title{
          padding-left: f.px(13);
          margin-bottom: f.px(10);
          @include m.font(jp, 14, 20, 500, 0);
          @include m.mq(pc){
              font-size: f.px(18);
              line-height: f.px(26);
              padding-left: f.px(n);
              margin-bottom: f.px(10);
          }
      }
      &--container{
          @include m.size(M, 289);
          overflow: hidden;
          border: f.px(1) solid #3E5389;
          border-radius: f.px(10);
          @include m.mq(pc){
              height: f.px(290);
              font-size: f.px(14);
              line-height: f.px(28);
          }
      }
      &--wrapper{
          overflow-y: scroll;
          height: fit-content;
          max-height: unset;
          @include m.font(jp, 13, 25, 400, 0.08em);
          height: 100%;
          @include m.mq(pc){
              font-size: f.px(14);
              line-height: f.px(28);
          }
          &::-webkit-scrollbar {
              background: #F4F0F0;
              width: f.px(21);
              border: f.px(8) solid white;
          }
          &::-webkit-scrollbar-thumb {
              background-color: #D5CFCF;
              border-radius: f.px(10);
              border: f.px(8) solid transparent;
              background-clip: content-box;
          }
          p{
              padding-top: f.px(17);
              padding-left: f.px(36);
              padding-right: f.px(14);
              @include m.mq(pc){
                  padding-top: f.px(27);
                  padding-left: f.px(36);
                  padding-right: f.px(31);
                  padding-bottom: f.px(27);
              }
          }
      }
  }
  */
}
.p-form__switch {
  display: none;
  margin: auto;
  margin-top: 2rem;
}
.p-form__switch#form-switch-first:checked ~ .p-form__first {
  display: block !important;
}
.p-form__switch#form-switch-second:checked ~ .p-form__second {
  display: block !important;
}
.p-form__first {
  display: none;
}
.p-form__second {
  display: none;
}
.p-form__main--container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-left: 0.175rem;
  padding-right: 0.175rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--container {
    gap: 0.35rem;
    padding-left: 0.53rem;
    padding-right: 0.53rem;
  }
}
.p-form__main--heading, .p-form__confirm--heading {
  max-width: unset;
  width: 100vw;
  height: 0.5rem;
  background-color: #D0FF00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: #12008E;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--heading, .p-form__confirm--heading {
    width: 8rem;
    margin-top: 0.95rem;
  }
}
.p-form__main--desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #D0FF00;
  text-align: center;
}
.p-form__main--box {
  background-color: white;
  color: #1827BD;
  border-radius: 0.1rem;
  box-shadow: inset 0 0 0.2rem rgba(139, 139, 139, 0.6);
  max-width: unset;
  width: 3.35rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.38rem 0.15rem 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--box {
    width: 8rem;
    padding-top: unset;
    padding-left: unset;
    padding-right: unset;
    margin-top: 1rem;
    overflow: hidden;
  }
}
.p-form__main--box--content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--box--content {
    padding-left: 0.53rem;
    padding-right: 0.53rem;
  }
}
.p-form__main--box--content dl {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__main--box--content dl dt {
    display: flex;
  }
}
.p-form__main--box--content dl dt::before {
  content: "・";
  color: #F25A7B;
}
@media screen and (min-width: 768px) {
  .p-form__main--box--content dl dt::before {
    display: block;
  }
}
.p-form__main--box--content dl dd {
  padding-left: 1em;
}
.p-form__main--box--content dl dd input[type=checkbox] {
  display: none;
}
.p-form__main--box--content dl dd label:has(input[type=checkbox])::before {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  border: 0.02rem solid #12008E !important;
  margin-top: 0.04rem !important;
  border-radius: unset !important;
  box-shadow: inset -0.02rem -0.02rem 0.03rem rgba(0, 0, 0, 0.5);
}
.p-form__main--box--content dl dd label:has(input[type=checkbox]:checked)::before {
  box-shadow: unset;
}
.p-form__main--box--content dl dd .wpcf7-not-valid-tip {
  right: unset;
  left: 0;
}
.p-form__main--box h2 {
  width: 100%;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.22rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #12008E;
  background-color: #D0FF00;
  margin-bottom: 0.3rem;
}
.p-form__main--box p {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #F25A7B;
  margin-bottom: 0.26rem;
  display: block;
  text-align: center;
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    gap: 0.04rem;
  }
}
.p-form__item dt {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  position: relative;
  max-width: unset;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__item dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
    letter-spacing: 0.1em;
    flex-wrap: 1;
    justify-content: flex-start;
    gap: 0.05rem;
  }
}
.p-form__item dt * {
  flex: none;
  white-space: nowrap;
}
.p-form__item dt div {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item dt div {
    flex-direction: row;
    align-items: baseline;
  }
}
.p-form__item dt small {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-form__item dd {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item dd {
    width: 100%;
    flex: none;
  }
}
.p-form__item dd small {
  display: block;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item dd small {
    font-size: 0.15rem;
    line-height: 0.21rem;
    margin-top: 0.16rem;
  }
}
.p-form__item dd.p-form__item--half {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-form__item dd.p-form__item--half {
    justify-content: flex-start;
    gap: 0.21rem;
  }
  .p-form__item dd.p-form__item--half > *:has(input) {
    width: 50%;
  }
}
.p-form__item--required dt {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-form__item--required dt {
    display: inline;
  }
}
.p-form__item--required dt span::after {
  content: "";
  display: inline;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.16rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  height: 0.2rem;
  color: #D0FF00;
}
.p-form__item--required dt::after {
  content: "＊必須";
  color: #c04040;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  flex: none;
  margin-left: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--required dt::after {
    position: absolute;
    right: 0.1rem;
    top: 0.02rem;
  }
}
.p-form__item--optional dt {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-form__item--optional dt {
    display: inline;
  }
}
.p-form__item--optional dt span::after {
  content: "";
  display: inline;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.16rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  height: 0.2rem;
  color: #D0FF00;
}
.p-form__item--optional dt::after {
  content: "＊任意";
  color: #c04040;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  flex: none;
  margin-left: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--optional dt::after {
    position: absolute;
    right: 0.1rem;
    top: 0.02rem;
  }
}
.p-form__item--date {
  position: relative;
}
.p-form__item--date::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0.2rem;
  height: 0.22rem;
  right: 0.1rem;
  top: 0.07rem;
  pointer-events: none;
  background-image: url("../img/common/icon_calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.12rem;
  background-color: white;
}
.p-form__item--date input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
.p-form__item--date span {
  display: block;
}
.p-form__item--radio--vertical {
  display: flex;
  flex-direction: column;
}
.p-form__file--container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__file--container {
    gap: 0.25rem;
    margin-top: 0.4rem;
    padding-left: 0.4rem;
  }
}
.p-form__file--name {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.22rem;
}
.p-form__file--name:has(p:empty) {
  display: none;
}
.p-form__file--name p {
  display: flex;
  gap: 0.1rem;
  align-items: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 500;
  word-break: break-all;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-form__file--name p {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-form__file--name p:not(:empty)::before {
  content: "";
  width: 0.075rem;
  height: 0.15rem;
  background-image: url("../img/common/icon_attachment.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-form__file--name p:not(:empty)::before {
    width: 0.15rem;
    height: 0.3rem;
  }
}
.p-form__file--name p:not(:empty) ~ i {
  display: block;
  flex: none;
}
.p-form__file--name p ~ i {
  display: none;
}
.p-form__file--name input[type=file] {
  display: none;
}
.p-form__file--name .wpcf7-form-control-wrap {
  position: initial;
}
.p-form__file--name .wpcf7-not-valid-tip {
  position: absolute;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.1rem;
  line-height: 0.12rem;
  letter-spacing: 0;
  font-weight: 500;
  right: unset;
  left: 0.17rem;
  bottom: -0.02rem;
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  .p-form__file--name .wpcf7-not-valid-tip {
    left: 0.3rem;
    font-size: 0.14rem;
    line-height: 0.19rem;
  }
}
.p-form__file--caution {
  position: absolute;
  color: #F25A7B;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
}
.p-form__file--caution--active {
  opacity: 1;
}
.p-form__policy {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0.15rem 0.1rem 0.15rem 0.15rem;
}
.p-form__policy--inner {
  width: 100%;
  height: 2.97rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.p-form__policy--inner::-webkit-scrollbar {
  background: #F4F0F0;
  width: 10px;
  border: 2px solid white;
  border-radius: 10px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
}
.p-form__policy--inner::-webkit-scrollbar-thumb {
  background-color: #D0FF00;
  border-radius: 10px;
  width: 6px;
  border: 2px solid white;
  background-clip: content-box;
}
.p-form__policy--content {
  width: 100%;
  padding-right: 0.05rem;
}
.p-form__name-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.p-form__name-list div {
  display: none;
  flex-direction: column;
  gap: 0.05rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__name-list div {
    flex-direction: row;
    gap: 0.1rem;
    align-items: center;
  }
  .p-form__name-list div span:has(input[type=text]) {
    width: 50%;
  }
}
.p-form__name-list div label {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.p-form__name-list div label::before {
  margin-top: unset !important;
}
.p-form__name-list--active {
  display: flex !important;
}
.p-form__name-list--target:not(:has(.p-form__name-list--active)) {
  display: none;
}
.p-form__name-list--target:has(.p-form__name-list--active) {
  display: flex;
}
.p-form__name-list--target2:not(:has(.p-form__name-list--active)) {
  display: none;
}
.p-form__name-list--target2:has(.p-form__name-list--active) {
  display: flex;
}
.p-form__button {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    margin-top: 0.7rem;
  }
}
.p-form__button--desc {
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-bottom: 0.5rem;
}
.p-form__button--man {
  margin-top: 1.95rem;
}
@media screen and (min-width: 768px) {
  .p-form__button--man {
    margin-top: 2.4rem;
  }
}
.p-form__button--man::before {
  content: "";
  position: absolute;
  top: -1.74rem;
  left: 0.56rem;
  width: 1.66rem;
  height: 1.95rem;
  background-image: url("../img/common/deco_saluto.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-form__button--man::before {
    top: -1.95rem;
    left: 0.49rem;
  }
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=date],
.p-form select {
  width: 100%;
  height: 0.38rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 0.05rem;
  outline: unset;
  border: 0.01rem solid #D0FF00;
  background-color: white;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  color: black;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form input[type=date],
  .p-form select {
    height: 0.45rem;
  }
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form input[type=date]::-moz-placeholder, .p-form select::-moz-placeholder {
  color: #868E96;
  font-weight: 400;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form input[type=date]::placeholder,
.p-form select::placeholder {
  color: #868E96;
  font-weight: 400;
}
.p-form input[type=text]:focus,
.p-form input[type=email]:focus,
.p-form input[type=tel]:focus,
.p-form input[type=date]:focus,
.p-form select:focus {
  border-color: #D0FF00;
  border-width: 0.015rem;
}
.p-form input[type=radio] {
  width: 0.17rem;
  height: 0.17rem;
  margin-right: 0.1rem;
  margin-left: unset;
  filter: hue-rotate(-97deg) brightness(1);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-form input[type=radio] {
    width: 0.18rem;
    height: 0.18rem;
  }
}
.p-form input[type=submit] {
  display: none;
}
.p-form textarea {
  width: 100%;
  min-height: 2.34rem;
  border-radius: 0.05rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  border: 0.01rem solid rgba(190, 201, 222, 0.5);
  background-color: white;
  font-size: 0.14rem;
  line-height: 0.2rem;
  outline: unset;
  padding: 0.1rem 0.19rem;
  transition: 0.3s;
  color: black;
}
.p-form textarea:focus {
  border-color: #D0FF00;
  border-width: 0.015rem;
}
.p-form .wpcf7-spinner {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-form-control-wrap {
    justify-content: flex-start;
    align-items: unset;
    flex-direction: column;
  }
}
.p-form .wpcf7-list-item {
  margin: 0;
  margin-right: 0.5em;
}
.p-form .wpcf7-list-item input {
  margin: 0;
}
.p-form .wpcf7-list-item label small {
  font-size: 0.12rem;
  line-height: 0.18rem;
  margin: unset;
  letter-spacing: 0em;
}
.p-form .wpcf7-list-item label:has(input[type=checkbox]) {
  display: flex;
  gap: 0.3em;
}
.p-form .wpcf7-list-item label:has(input[type=checkbox]) input {
  display: none;
}
.p-form .wpcf7-list-item label:has(input[type=checkbox])::before {
  content: "";
  margin-top: 0.1rem;
  width: 0.14rem;
  height: 0.14rem;
  background-color: white;
  border-radius: 0.03rem;
  border: 0.01rem solid #D0FF00;
  display: block;
  flex: none;
}
.p-form .wpcf7-list-item label:has(input[type=checkbox]:checked)::before {
  background-image: url("../img/common/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #D0FF00;
}
.p-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  align-items: flex-start;
  margin-top: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-radio {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.p-form .wpcf7-radio input[type=radio] {
  display: none;
}
.p-form .wpcf7-radio input[type=radio]:checked ~ .wpcf7-list-item-label::before {
  background-color: #1827FB;
  border-width: 0.05rem;
}
.p-form .wpcf7-radio input[type=radio] ~ .wpcf7-list-item-label {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.p-form .wpcf7-radio input[type=radio] ~ .wpcf7-list-item-label::before {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 100%;
  border: 0.01rem solid #D0FF00;
  background-color: white;
  transition: 0.3s;
  display: block;
  flex: none;
  box-sizing: border-box;
}
.p-form .wpcf7-not-valid-tip {
  margin-left: auto;
  font-size: 0.12rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    right: 0.1rem;
  }
}
.p-form .wpcf7-not-valid-tip {
  color: #F25A7B;
  white-space: nowrap;
  max-width: unset;
}
.p-form #came-from .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form #came-from .wpcf7-checkbox {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-form #came-from .wpcf7-checkbox .wpcf7-list-item:nth-of-type(2n+1) {
    width: 2.5rem;
  }
  .p-form #came-from .wpcf7-checkbox .wpcf7-list-item:nth-of-type(2n) {
    flex-grow: 1;
    width: 4rem;
  }
}
.p-form #charm .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form #charm .wpcf7-checkbox {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-form #charm .wpcf7-checkbox .wpcf7-list-item:nth-of-type(2n+1) {
    width: 2.5rem;
  }
  .p-form #charm .wpcf7-checkbox .wpcf7-list-item:nth-of-type(2n) {
    flex-grow: 1;
    width: 4rem;
  }
}
.p-form #policy .p-form__main--box {
  padding: 0rem;
}
@media screen and (min-width: 768px) {
  .p-form #policy .p-form__main--box {
    padding-bottom: 0.26rem;
  }
  .p-form #policy .p-form__main--box h2 {
    margin-bottom: 0.21rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form #policy .p-form__main--box--content {
    padding-right: 0.2rem;
  }
}
.p-form #entry-bottom {
  margin-top: 0.2rem;
}
.p-form #entry-bottom .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
  transform: translate(-50%, -0.13rem);
  bottom: 0.1rem;
}

.p-form__confirm {
  width: 100%;
}
.p-form__confirm--container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.21rem;
}
@media screen and (min-width: 768px) {
  .p-form__confirm--container {
    padding-left: 0.53rem;
  }
}
.p-form__confirm--heading {
  justify-content: flex-start;
  padding-left: 0.53rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__confirm--heading {
    width: 7.45rem;
    padding-left: 0.53rem;
  }
}
.p-form__confirm--item {
  width: 100%;
  padding-left: 0.13rem;
  padding-right: 0.12rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-form__confirm--item {
    padding-left: 0.53rem;
  }
}
.p-form__confirm--item dt {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  opacity: 0.7;
}
.p-form__confirm--item dd {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 0.13rem;
  padding-right: 0.12rem;
}
.p-form__confirm--item dd span i {
  display: inline-block;
  padding-left: 0.5em;
  font-style: normal;
}
.p-form__confirm--files {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
.p-form__confirm--files span {
  display: flex;
  gap: 0.1rem;
  align-items: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 500;
  word-break: break-all;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-form__confirm--files span {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-form__confirm--files span:empty {
  display: none;
}
.p-form__confirm--files span:not(:empty)::before {
  content: "";
  width: 0.075rem;
  height: 0.15rem;
  background-image: url("../img/common/icon_attachment.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-form__confirm--files span:not(:empty)::before {
    width: 0.15rem;
    height: 0.3rem;
  }
}
.p-form__confirm--files span:not(:empty) ~ i {
  display: block;
  flex: none;
}
.p-form__confirm--files span ~ i {
  display: none;
}
.p-form__confirm--sub {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-form__confirm--sub {
    gap: 0.11rem;
  }
}
.p-form__confirm--sub dl {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  color: white;
}
.p-form__confirm--sub dl dt {
  color: white;
  opacity: unset;
}
.p-form__confirm--sub dl dd {
  padding-left: unset;
}
.p-form__confirm--message {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.17rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  color: white;
  margin-top: 0.84rem;
}
@media screen and (min-width: 768px) {
  .p-form__confirm--message {
    margin-top: 1.69rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}
.p-form__confirm--message--green {
  color: #D0FF00;
}
.p-slider__next {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  left: calc(50% + 1.04rem);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.49rem;
  background-image: url("../img/common/slider_next.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-slider__next {
    width: 0.7rem;
    height: 0.68rem;
  }
}
.p-slider__prev {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  right: calc(50% + 1.04rem);
  transform: translateY(-50%) scaleX(-1);
  width: 0.5rem;
  height: 0.49rem;
  background-image: url("../img/common/slider_next.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-slider__prev {
    width: 0.7rem;
    height: 0.68rem;
  }
}

.p-archive-slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-archive-slider {
    width: 9.65rem;
    margin: auto;
  }
}
.p-archive-slider__wrapper {
  align-items: center;
}
.p-archive-slider__slide.swiper-slide {
  width: 2.4rem;
  height: 4.27rem;
  border-radius: 0.2rem;
  background-color: white;
  overflow: hidden;
  opacity: 0.7;
  transition: 0.3s;
}
.p-archive-slider__slide.swiper-slide.swiper-slide-active {
  border: 0.1rem solid #1D5FFB;
  opacity: 1;
}
.p-archive-slider__slide.swiper-slide.swiper-slide-prev {
  opacity: 1;
}
.p-archive-slider__slide.swiper-slide.swiper-slide-next {
  opacity: 1;
}
.p-archive-slider__slide.swiper-slide > * {
  width: 100%;
  height: 100%;
  display: block;
}

.p-archive {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive {
    flex-direction: row;
    gap: 0.45rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.p-archive__wrapper {
  border-radius: 0.1rem;
  overflow: hidden;
  width: 100%;
  border: 0.02rem solid var(--main);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-archive__wrapper {
    width: 3.15rem;
  }
}
.p-archive__wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.67rem;
  width: 1.37rem;
  height: 1.36rem;
  opacity: 0.14;
  pointer-events: none;
  background-image: var(--stamp);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-archive__thumb {
  width: 100%;
  height: 2.1rem;
  position: relative;
}
.p-archive__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-archive__thumb::before {
  content: var(--tag);
  position: absolute;
  top: -0.02rem;
  left: -0.02rem;
  padding: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  background-color: var(--main);
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.17rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom-right-radius: 0.1rem;
}
.p-archive__text {
  padding: 0.06rem 0.15rem 0.34rem;
  background-color: white;
  color: #12008E;
}
.p-archive__info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.12rem;
}
.p-archive__info--date {
  font-family: "Rubik", sans-serif;
  font-size: 0.16rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 400;
}
.p-archive__info--name {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-archive__tag {
  display: flex;
  gap: 0.05rem;
  flex-wrap: wrap;
  margin-bottom: 0.14rem;
}
.p-archive__tag span {
  padding: 0.03rem 0.1rem;
  border-radius: 0.05rem;
  color: var(--text);
  background-color: var(--main);
}
.p-archive__title {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
  margin-bottom: 0.1rem;
}
.p-archive__title span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-archive__title strong {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.28rem;
  line-height: 0.42rem;
  letter-spacing: 0;
  font-weight: 800;
  color: var(--main);
}
.p-archive__desc {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-pagination .nav-links > .page-numbers {
  display: flex;
  align-items: center;
  gap: 0.27rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 400;
  color: white;
  justify-content: center;
}
.p-pagination .nav-links > .page-numbers .current {
  color: #12008E;
  position: relative;
  z-index: 2;
}
.p-pagination .nav-links > .page-numbers .current::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url("../img/common/spark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.5rem;
  height: 0.49rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-article {
  border-radius: 0 0 0.1rem 0.1rem;
  padding-bottom: 0.3rem;
  background-color: var(--bg);
  color: var(--article-text);
}
@media screen and (min-width: 768px) {
  .p-article {
    border-top-right-radius: 0.1rem;
  }
}
.p-article__top {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-article__top {
    flex-direction: row;
    gap: 0.3rem;
  }
}
.p-article__thumb {
  width: 100%;
  height: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article__thumb {
    width: 6rem;
    height: 4rem;
    flex: none;
  }
}
.p-article__thumb::after {
  content: var(--tag);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: var(--main);
  color: #12008E;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-article__thumb::after {
    font-size: 0.3rem;
    line-height: 0.42rem;
    padding: 0.18rem 0.2rem;
  }
}
.p-article__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-article__thumb img {
    border-radius: 0.1rem;
  }
}
.p-article__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-article__header--catch {
  width: 3.35rem;
  height: 1.87rem;
  background-image: url("../img/report/window.png");
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  padding-top: 0.38rem;
  padding-bottom: 0.15rem;
  padding-left: 0.03rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.1rem;
}
.p-article__header--catch::before {
  content: "";
  position: absolute;
  top: -0.09rem;
  right: -0.15rem;
  width: 0.91rem;
  height: 0.9rem;
  background-image: url("../img/common/stamp.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-article__header--catch::after {
  content: "";
  position: absolute;
  bottom: -0.13rem;
  right: -0.6rem;
  width: 1.03rem;
  height: 1.28rem;
  background-image: url("../img/report/nakkai2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-article__header--catch small {
  position: absolute;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 500;
  top: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-article__header--catch strong {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 700;
}
.p-article__header--info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.12rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 100%;
  margin-bottom: 0.07rem;
}
.p-article__header--date {
  font-family: "Rubik", sans-serif;
  font-size: 0.16rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 400;
}
.p-article__header--name {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-article__header--tags {
  display: flex;
  gap: 0.05rem;
  flex-wrap: wrap;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 100%;
}
.p-article__header--tags span {
  padding: 0.03rem 0.1rem;
  border-radius: 0.05rem;
  color: var(--text);
  background-color: var(--main);
}
.p-article__content {
  padding-top: 0.2rem;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-article__content {
    padding-left: 1.02rem;
    padding-right: 1.02rem;
  }
}
.p-article__content h2 {
  color: var(--main);
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-article__content h2 {
    margin-bottom: 0.13rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
}
.p-article__content p {
  margin-bottom: 0.2rem;
}
.p-article__content > *:nth-last-child(1) {
  margin-bottom: unset;
}
.p-article__content .wp-block-group {
  width: 3.15rem;
  max-width: unset;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-article__content .wp-block-group {
    width: 4.92rem;
  }
}
.p-article__content .wp-block-column {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-article__content .wp-block-column {
    gap: 0.2rem;
  }
}
.p-article__content .wp-block-column img {
  display: block;
  width: 100%;
}

.p-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
}
@media screen and (min-width: 768px) {
  .p-navigation {
    gap: 0.44rem;
  }
}
.p-navigation a[href=""] {
  opacity: 0.3;
  pointer-events: none;
}
.p-navigation--archive {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-navigation--archive {
    font-size: 0.23rem;
    line-height: 0.34rem;
  }
}
.p-navigation--prev {
  width: 0.5rem;
  height: 0.49rem;
  background-image: url("../img/common/spark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-navigation--prev {
    width: 0.77rem;
    height: 0.75rem;
  }
}
.p-navigation--prev span {
  content: "";
  font-family: "Rubik", sans-serif;
  font-size: 0.1rem;
  line-height: 0.12rem;
  letter-spacing: 0;
  font-weight: 400;
  color: white;
  position: absolute;
  left: 50%;
  bottom: -0.06rem;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  .p-navigation--prev span {
    font-size: 0.15rem;
    line-height: 0.18rem;
    bottom: -0.09rem;
  }
}
.p-navigation--prev::after {
  content: "";
  width: 0.16rem;
  height: 0.15rem;
  background-image: url("../img/common/arrow_navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 0.16rem;
  left: 50%;
  transform: translateX(-50%) scaleX(-1);
}
@media screen and (min-width: 768px) {
  .p-navigation--prev::after {
    width: 0.24rem;
    height: 0.24rem;
    top: 0.24rem;
  }
}
.p-navigation--next {
  width: 0.5rem;
  height: 0.49rem;
  background-image: url("../img/common/spark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-navigation--next {
    width: 0.77rem;
    height: 0.75rem;
  }
}
.p-navigation--next span {
  content: "";
  font-family: "Rubik", sans-serif;
  font-size: 0.1rem;
  line-height: 0.12rem;
  letter-spacing: 0;
  font-weight: 400;
  color: white;
  position: absolute;
  left: 50%;
  bottom: -0.06rem;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  .p-navigation--next span {
    font-size: 0.15rem;
    line-height: 0.18rem;
    bottom: -0.09rem;
  }
}
.p-navigation--next::after {
  content: "";
  width: 0.16rem;
  height: 0.15rem;
  background-image: url("../img/common/arrow_navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 0.16rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-navigation--next::after {
    width: 0.24rem;
    height: 0.24rem;
    top: 0.24rem;
  }
}

.p-news-archive {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news-archive {
    gap: 0.45rem 0.64rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 7.5rem;
    margin: auto;
  }
}
.p-news-archive__wrapper {
  display: block;
  width: 2.05rem;
  height: -moz-fit-content;
  height: fit-content;
  flex: none;
}
.p-news-archive__wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.c-lax {
  transition: 0.3s;
}

.c-font--green {
  color: #D0FF00;
}

.c-btn, .c-btn--confirm, .c-btn--submit, .c-btn--back, .c-btn--man, .c-btn--man--frame, .c-btn--man--pink, .c-btn--planet, .c-btn--more, .c-btn--green, .c-btn--simple {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.c-btn--simple {
  justify-content: center;
  width: 3.05rem;
  height: 0.6rem;
  border-radius: 1rem;
  background-color: #D0FF00;
  color: #461FD4;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.22rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 600;
}
.c-btn--green {
  flex-direction: column;
  text-align: center;
  width: 3.05rem;
  height: 0.7rem;
  border-radius: 0.05rem;
  background-color: #D0FF00;
  color: #12008E;
  justify-content: center;
  gap: 0.02rem;
}
.c-btn--green strong {
  font-family: "Rubik", sans-serif;
  font-size: 0.2rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
}
.c-btn--green span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 500;
}
.c-btn--green::after {
  content: "";
  width: 0.12rem;
  height: 0.14rem;
  background-color: #12008E;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
}
.c-btn--more {
  width: 2.09rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: #D0FF00;
  color: #12008E;
  font-family: "Rubik", sans-serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 600;
  margin: auto;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-btn--more {
    width: 3.05rem;
    height: 0.6rem;
    font-size: 0.21rem;
    line-height: 0.25rem;
  }
}
.c-btn--more[href=""] {
  pointer-events: none;
}
.c-btn--planet {
  justify-content: center;
  width: 1.91rem;
  height: 1.42rem;
  background-image: url("../img/common/heading_planet1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  flex-direction: column;
  position: relative;
  padding-left: 0.08rem;
}
.c-btn--planet strong {
  color: #D0FF00;
  font-family: "Rubik", sans-serif;
  font-size: 0.27rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 700;
}
.c-btn--planet span {
  color: white;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 500;
}
.c-btn--planet::after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-image: url("../img/common/icon_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.c-btn--man, .c-btn--man--frame, .c-btn--man--pink {
  width: 2.52rem;
  height: 0.9rem;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.2rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.02rem solid #D0FF00;
}
@media screen and (min-width: 768px) {
  .c-btn--man, .c-btn--man--frame, .c-btn--man--pink {
    width: 3.6rem;
    height: 0.97rem;
    border-radius: 0.24rem;
  }
}
.c-btn--man::before, .c-btn--man--frame::before, .c-btn--man--pink::before {
  content: "";
  width: 1.03rem;
  height: 1.12rem;
  background-image: url("../img/common/deco_man.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (min-width: 768px) {
  .c-btn--man::before, .c-btn--man--frame::before, .c-btn--man--pink::before {
    width: 1.03rem;
    height: 1.12rem;
  }
}
.c-btn--man--logo--news {
  width: 1.6rem;
  height: 0.41rem;
  display: block;
  margin: auto;
  margin-bottom: 0.05rem;
}
.c-btn--man span, .c-btn--man--frame span, .c-btn--man--pink span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.12rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-btn--man span, .c-btn--man--frame span, .c-btn--man--pink span {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
.c-btn--man span strong, .c-btn--man--frame span strong, .c-btn--man--pink span strong {
  color: #D0FF00;
}
.c-btn--man--frame, .c-btn--man--pink {
  width: 3.14rem;
  height: 0.6rem;
  border: 0.02rem solid #D0FF00;
  background-color: #12008E;
  color: #D0FF00;
  border-radius: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-btn--man--frame, .c-btn--man--pink {
    width: 3.77rem;
    height: 0.72rem;
    border-radius: 0.12rem;
  }
}
.c-btn--man--frame::before, .c-btn--man--pink::before {
  content: "";
  top: -0.02rem;
}
@media screen and (min-width: 768px) {
  .c-btn--man--frame::before, .c-btn--man--pink::before {
    width: 1.24rem;
    height: 1.34rem;
    top: -0.02rem;
  }
}
.c-btn--man--frame span, .c-btn--man--pink span {
  display: flex;
  gap: 0.14rem;
  align-items: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-btn--man--frame span, .c-btn--man--pink span {
    font-size: 0.18rem;
    line-height: 0.27rem;
    gap: 0.16rem;
  }
}
.c-btn--man--frame span::after, .c-btn--man--pink span::after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.14rem;
  background-color: #D0FF00;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
@media screen and (min-width: 768px) {
  .c-btn--man--frame span::after, .c-btn--man--pink span::after {
    width: 0.15rem;
    height: 0.17rem;
  }
}
.c-btn--man--pink {
  background-color: #F25A7B;
  color: white;
  border-radius: 0.2rem;
  width: 3rem;
  height: 0.81rem;
  border: unset;
}
.c-btn--man--pink::before {
  width: 1.03rem;
  height: 1.12rem;
}
.c-btn--man--pink span {
  display: inline;
}
.c-btn--man--pink span::after {
  content: "";
  display: inline-block;
  width: 0.17rem;
  height: 0.17rem;
  -webkit-clip-path: unset;
          clip-path: unset;
  background-color: unset;
  background-image: url("../img/common/icon_external_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5em;
  position: relative;
  top: 0.1em;
}
.c-btn--confirm, .c-btn--submit, .c-btn--back {
  width: 3.05rem;
  height: 0.7rem;
  --bg: #D0FF00;
  --color: #12008E;
  background-color: var(--bg);
  color: var(--color);
  border-radius: 0.05rem;
  justify-content: center;
  gap: 0.13rem;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.c-btn--confirm:hover, .c-btn--submit:hover, .c-btn--back:hover {
  opacity: 0.7;
}
.c-btn--confirm::before, .c-btn--submit::before, .c-btn--back::before {
  content: "";
  width: 0.1248rem;
  height: 0.144rem;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
          clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
  background-color: var(--color);
  display: none;
}
.c-btn--confirm::after, .c-btn--submit::after, .c-btn--back::after {
  content: "";
  width: 0.1248rem;
  height: 0.144rem;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  background-color: var(--color);
  opacity: 1;
}
.c-btn--back::before {
  display: block;
}
.c-btn--back::after {
  display: none;
}
.c-btn--submit {
  --bg: #F25A7B;
  --color: white;
}
.c-btn--submit::before {
  display: none;
}
.c-btn--submit::after {
  display: block;
}

.c-heading--planet, .c-heading--planet3, .c-heading--planet2, .c-heading--planet1 {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .c-heading--planet, .c-heading--planet3, .c-heading--planet2, .c-heading--planet1 {
    gap: 0.21rem;
  }
}
.c-heading--planet strong, .c-heading--planet3 strong, .c-heading--planet2 strong, .c-heading--planet1 strong {
  height: 1.4rem;
  width: 100%;
  background-image: url("../img/common/heading_planet1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 0.5rem;
  color: #D0FF00;
  font-family: "Rubik", sans-serif;
  font-size: 0.27rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-heading--planet strong, .c-heading--planet3 strong, .c-heading--planet2 strong, .c-heading--planet1 strong {
    height: 1.67rem;
    font-size: 0.32rem;
    line-height: 0.38rem;
    padding-top: 0.6rem;
  }
}
.c-heading--planet span, .c-heading--planet3 span, .c-heading--planet2 span, .c-heading--planet1 span {
  text-align: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.26rem;
  line-height: 0.38rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-heading--planet span, .c-heading--planet3 span, .c-heading--planet2 span, .c-heading--planet1 span {
    font-size: 0.34rem;
    line-height: 0.51rem;
  }
}
.c-heading--planet span small, .c-heading--planet3 span small, .c-heading--planet2 span small, .c-heading--planet1 span small {
  font-size: 0.2rem;
  line-height: 0.3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-heading--planet span small, .c-heading--planet3 span small, .c-heading--planet2 span small, .c-heading--planet1 span small {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
.c-heading--planet1 strong {
  background-image: url("../img/common/heading_planet1.svg");
}
.c-heading--planet2 {
  gap: 0.14rem;
}
@media screen and (min-width: 768px) {
  .c-heading--planet2 {
    gap: 0.2rem;
  }
}
.c-heading--planet2 strong {
  background-image: url("../img/common/heading_planet2.svg");
  height: 1.76rem;
  padding-top: 0.72rem;
}
@media screen and (min-width: 768px) {
  .c-heading--planet2 strong {
    padding-top: 0.93rem;
    height: 2.28rem;
  }
}
.c-heading--planet3 strong {
  background-image: url("../img/common/heading_planet3.svg");
  height: 1.39rem;
  padding-top: 0.52rem;
  -webkit-text-stroke: 0.015rem;
  -webkit-text-stroke-color: #1827FB;
}
.c-heading--slash {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.2rem;
  line-height: 0.27rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #D0FF00;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .c-heading--slash {
    font-size: 0.28rem;
    line-height: 0.37rem;
    gap: 0.19rem;
  }
}
.c-heading--slash span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding-bottom: 0.01rem;
}
.c-heading--slash::before {
  content: "";
  width: 0.18rem;
  height: 0.3rem;
  background-image: url("../img/common/slash_bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .c-heading--slash::before {
    background-image: url("../img/common/slash.svg");
    width: 0.23rem;
    height: 0.45rem;
  }
}
.c-heading--slash::after {
  content: "";
  width: 0.18rem;
  height: 0.3rem;
  background-image: url("../img/common/slash_bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
@media screen and (min-width: 768px) {
  .c-heading--slash::after {
    background-image: url("../img/common/slash.svg");
    width: 0.23rem;
    height: 0.45rem;
  }
}
.c-heading--orbit {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.c-heading--orbit::before {
  content: "";
  width: 1.93rem;
  height: 1.05rem;
  background-image: url("../img/common/orbit_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.05rem;
  left: 50%;
  transform: translateX(-50%);
}
.c-heading--orbit strong {
  font-family: "Rubik", sans-serif;
  font-size: 0.28rem;
  line-height: 0.33rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #D0FF00;
}
.c-heading--orbit span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 500;
}

.c-page-header {
  padding-top: 0.96rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 100%;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-page-header {
    padding-top: 1.5rem;
    gap: 0.13rem;
    padding-top: 1.5rem;
  }
}
.c-page-header strong {
  font-family: "Rubik", sans-serif;
  font-size: 0.36rem;
  line-height: 0.44rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #D0FF00;
}
@media screen and (min-width: 768px) {
  .c-page-header strong {
    font-size: 0.43rem;
    line-height: 0.51rem;
  }
}
.c-page-header span {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.22rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-page-header span {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}

.c-animation--float {
  animation: 10s float infinite;
}
.c-animation--float:nth-of-type(6n+1) {
  animation-delay: -5s;
}
.c-animation--float:nth-of-type(6n+2) {
  animation-delay: -7s;
}
.c-animation--float:nth-of-type(6n+3) {
  animation-delay: -2s;
}
.c-animation--float:nth-of-type(6n+4) {
  animation-delay: -1s;
}
.c-animation--float:nth-of-type(6n+5) {
  animation-delay: -9s;
}
.c-animation--float:nth-of-type(6n) {
  animation-delay: -6s;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.15rem);
  }
  100% {
    transform: translateY(0);
  }
}
.u-width, .u-width--345-880, .u-width--315-800, .u-width--375-1024, .u-width--375-1120, .u-width--335-1120, .u-width--315-1120 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--345-880, .u-width--315-800, .u-width--375-1024, .u-width--375-1120, .u-width--335-1120, .u-width--315-1120 {
    padding: 0;
    width: 11.2rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
.u-width--315-1120 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
@media screen and (min-width: 768px) {
  .u-width--315-1120 {
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--375-1120 {
  padding-left: unset;
  padding-right: unset;
}
.u-width--375-1024 {
  padding-left: unset;
  padding-right: unset;
}
@media screen and (min-width: 768px) {
  .u-width--375-1024 {
    width: 10.24rem;
  }
}
.u-width--315-800 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
@media screen and (min-width: 768px) {
  .u-width--315-800 {
    padding-left: unset;
    padding-right: unset;
    width: 8rem;
  }
}
.u-width--345-880 {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
@media screen and (min-width: 768px) {
  .u-width--345-880 {
    padding-left: unset;
    padding-right: unset;
    width: 8.8rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.js-zip-code {
  width: 1.1rem;
  height: 0.38rem;
  border-radius: 0.05rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.16rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 400;
  background-color: #B0B1B2;
  cursor: pointer;
  transition: opacity 0.3s;
  flex: none;
}
@media screen and (min-width: 768px) {
  .js-zip-code {
    width: 1.1rem;
    height: 0.45rem;
  }
}
.js-zip-code:hover {
  opacity: 0.7;
}

.js-add-file {
  width: 2.69rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #9F92FF;
  border-radius: 0.05rem;
  border: 0.01rem solid #D0FF00;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", serif;
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
  transition: opacity 0.3s;
  flex: none;
}
.js-add-file:hover {
  opacity: 0.7;
}

.js-remove-file {
  width: 0.07rem;
  height: 0.07rem;
  display: block;
  background-image: url("../img/common/icon_remove.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.3s;
  flex: none;
}
@media screen and (min-width: 768px) {
  .js-remove-file {
    width: 0.14rem;
    height: 0.14rem;
  }
}
.js-remove-file:hover {
  opacity: 0.7;
}

.js-form-next-hidden--target {
  display: none;
}
.js-form-next-hidden--active {
  display: flex !important;
}

.js-form-next-hidden2--target {
  display: none;
}
.js-form-next-hidden2--active {
  display: flex !important;
}/*# sourceMappingURL=style.css.map */