@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

#wrapper .mv .swiper-slide {
  opacity: 0 !important;
}
#wrapper .mv .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  position: relative;
}

.disable {
  cursor: default;
  pointer-events: none;
}

.external-style, a.external-link:hover:before {
  content: "";
  width: 80px;
  height: 32px;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -32px;
  left: -8px;
  z-index: 1000;
}
@media screen and (max-width: 1023px) {
  .external-style, a.external-link:hover:before {
    content: "";
    width: vw(160);
    height: vw(64);
    display: block;
    background: url(/common/des/01/images/external.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: vw(-64);
    left: vw(0);
    z-index: 1000;
  }
}

a.external-link {
  position: relative;
}
.twitter-area a[target=_blank],
.instagram-area a[target=_blank] {
  display: block;
  position: relative;
}
.twitter-area a[target=_blank]:hover:before,
.instagram-area a[target=_blank]:hover:before {
  top: -22px;
}
@media screen and (max-width: 1023px) {
  .twitter-area a[target=_blank]:hover:before,
  .instagram-area a[target=_blank]:hover:before {
    top: initial;
  }
}

body {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  color: #000000;
  -webkit-text-size-adjust: 100%;
}

img,
iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

#wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
#wrapper:where(body.top *) {
  overflow: hidden;
}

.main-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

p,
h2,
div {
  max-height: 99999rem;
  -webkit-text-size-adjust: 100%;
}

.u-pink {
  color: #f0027f !important;
}

.u-red {
  color: #FF0000 !important;
}

.u-orange {
  color: #FF9900 !important;
}

.u-blue {
  color: #0000FF !important;
}

.u-navy {
  color: #000080 !important;
}

.u-green {
  color: #008000 !important;
}

.u-black {
  color: #000000 !important;
}

.u-silver {
  color: #C0C0C0 !important;
}

.u-gray {
  color: #808080 !important;
}

.u-white {
  color: #ffffff !important;
}

.u-black {
  color: #000000 !important;
}

.u-mark {
  background: #fffc00;
  padding: 0.5rem;
  margin: 0 0.5rem;
}

.u-font-size-s {
  font-size: 80% !important;
  line-height: 80% !important;
}

.u-font-size-m {
  font-size: 100% !important;
  line-height: 100% !important;
}

.u-font-size-l {
  font-size: 150% !important;
  line-height: 160% !important;
}

.u-font-size-ll {
  font-size: 200% !important;
  line-height: 180% !important;
}

.u-tl {
  text-align: left !important;
}

.u-tc {
  text-align: center !important;
}

.u-tr {
  text-align: right !important;
}

.u-db {
  display: block !important;
}

.u-di {
  display: inline-block !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-b {
  font-weight: bold !important;
}

.u-cp {
  cursor: pointer !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vba {
  vertical-align: baseline !important;
}

.u-vbo {
  vertical-align: bottom !important;
}

:root {
  --black: #333;
  --white: #FFF;
  --brown: #603123;
  --main-base-color: #333;
}

body:has(.overlay-menu.is-open) {
  overflow: hidden;
}

button {
  border: none;
  cursor: pointer;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

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

@-webkit-keyframes backToOpac1 {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes backToOpac1 {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.opac {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.opac:hover {
  -webkit-animation: backToOpac1 0.7s linear 0s;
          animation: backToOpac1 0.7s linear 0s;
}

.btn {
  color: var(--brown, #603123);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5909090909;
  letter-spacing: 0.08em;
  text-decoration: none;
  background: url(../img/bg-btn.svg) no-repeat 0 0/contain;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 16px;
  min-width: 364px;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .btn {
    font-size: 4.6153846154vw;
    line-height: 1.6111111111;
    letter-spacing: 0.08em;
    background-image: url(../img/bg-btn-sp.svg);
    padding: 4.6153846154vw 5.1282051282vw;
    min-width: 87.6923076923vw;
  }
}
.btn::after {
  content: "";
  background: url(../img/arrow-btn.svg) no-repeat 0 0/contain;
  display: block;
  width: 32px;
  aspect-ratio: 32/15;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .btn::after {
    width: 6.1538461538vw;
  }
}
.btn:where(body.second.info .btn-box *) {
  color: #fff;
  background: #FF80C6;
  border-radius: 160px;
  padding: 15px 16px;
  min-width: 360px;
}
@media screen and (max-width: 1023px) {
  .btn:where(body.second.info .btn-box *) {
    font-size: 4.1025641026vw;
    line-height: 1.625;
    letter-spacing: 0.08em;
    border-radius: 41.0256410256vw;
    padding: 4.1025641026vw 16px;
  }
}
.btn:where(body.second.info .btn-box *)::after {
  background-image: url(../img/arrow-btn-wh.svg);
  right: 24px;
}
@media screen and (max-width: 1023px) {
  .btn:where(body.second.info .btn-box *)::after {
    right: 6.1538461538vw;
  }
}

.header:where(body.top *) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 1023px) {
  .header:where(body.top *) {
    opacity: 1;
    visibility: visible;
  }
}
.header:where(body.top *).is-visible {
  opacity: 1;
  visibility: visible;
}

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

.header-logo {
  position: fixed;
  top: 40px;
  left: 80px;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .header-logo {
    top: 20px;
    right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .header-logo {
    top: 5.1282051282vw;
    left: 4.1025641026vw;
  }
}
.header-logo:where(body.top *) {
  visibility: hidden;
}
.header-logo a {
  display: block;
  width: 240px;
  aspect-ratio: 240/97;
}
@media screen and (max-width: 1023px) {
  .header-logo a {
    width: 30.2564102564vw;
  }
}

.nav-item a {
  color: #6FBED4;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: url(../img/bg-nav-item-small.png) no-repeat 0 0/contain;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 16px;
  width: 260px;
  aspect-ratio: 260/70;
}
@media screen and (max-width: 1023px) {
  .nav-item a {
    font-size: 5.1282051282vw;
    line-height: 1.8;
    letter-spacing: 0.04em;
    padding: 2.5641025641vw 4.1025641026vw;
    width: 66.6666666667vw;
  }
}
.nav-item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 175px;
}
@media screen and (max-width: 1023px) {
  .nav-item span {
    gap: 2.5641025641vw;
    min-width: 44.8717948718vw;
  }
}
.nav-item span::before {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
}
@media screen and (max-width: 1023px) {
  .nav-item span::before {
    width: 10.2564102564vw;
  }
}
.nav-item span:where(a.info *)::before {
  background-image: url(../img/icon/icon-nav-info02.svg);
  aspect-ratio: 40/36;
}
.nav-item span:where(a.intro *)::before {
  background-image: url(../img/icon/icon-nav-intro02.svg);
  aspect-ratio: 40/33;
}
.nav-item span:where(a.character *)::before {
  background-image: url(../img/icon/icon-nav-character02.svg);
  aspect-ratio: 40/31;
}
.nav-item span:where(a.staff *) {
  letter-spacing: normal;
  gap: 4px;
}
.nav-item span:where(a.staff *)::before {
  background-image: url(../img/icon/icon-nav-staff02.svg);
  background-position: center top;
  aspect-ratio: 40/50;
}
.nav-item span:where(a.onair *)::before {
  background-image: url(../img/icon/icon-nav-onair02.svg);
  aspect-ratio: 40/30;
}

.nav-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin: 0 auto;
  width: 272px;
}
@media screen and (max-width: 1023px) {
  .nav-container {
    grid-template-columns: 1fr;
    width: 69.7435897436vw;
  }
}
.nav-container:where(.overlay-menu *) {
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .nav-container:where(.overlay-menu *) {
    gap: 2.5641025641vw;
  }
}
.nav-container:where(body.top .mv *) {
  gap: 10px;
}

.overlay-menu,
.modal {
  background: url(../img/bg-overlay-menu.svg) repeat-x center bottom/100% auto, -webkit-gradient(linear, left top, left bottom, from(#32C4FF), to(#CDF4FF));
  background: url(../img/bg-overlay-menu.svg) repeat-x center bottom/100% auto, -webkit-linear-gradient(top, #32C4FF 0%, #CDF4FF 100%);
  background: url(../img/bg-overlay-menu.svg) repeat-x center bottom/100% auto, linear-gradient(180deg, #32C4FF 0%, #CDF4FF 100%);
  overflow: auto;
  padding-top: 217px;
  padding-bottom: 290px;
}
@media screen and (max-width: 1023px) {
  .overlay-menu,
  .modal {
    padding-top: 32.8205128205vw;
    padding-bottom: 47.6923076923vw;
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
  }
}

.overlay-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 100;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.overlay-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.overlay-menu-trigger,
.modal__btn {
  background-color: #FF80C6;
  border-radius: 50%;
  width: 80px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1023px) {
  .overlay-menu-trigger,
  .modal__btn {
    width: 12.3076923077vw;
  }
}

.overlay-menu-trigger,
.modal__btn {
  position: fixed;
  top: 48px;
  right: 80px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .overlay-menu-trigger,
  .modal__btn {
    top: 24px;
    right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .overlay-menu-trigger,
  .modal__btn {
    top: 5.1282051282vw;
    right: 4.1025641026vw;
  }
}
.overlay-menu-trigger, .overlay-menu-trigger span,
.modal__btn,
.modal__btn span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.overlay-menu-trigger span,
.modal__btn span {
  background-color: #fff;
  border-radius: 4px;
  width: 30px;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 1023px) {
  .overlay-menu-trigger span,
  .modal__btn span {
    border-radius: 0;
    width: 4.6153846154vw;
    height: 0.5128205128vw;
  }
}
.overlay-menu-trigger span:nth-of-type(1),
.modal__btn span:nth-of-type(1) {
  top: 30px;
}
@media screen and (max-width: 1023px) {
  .overlay-menu-trigger span:nth-of-type(1),
  .modal__btn span:nth-of-type(1) {
    top: 4.358974359vw;
  }
}
.overlay-menu-trigger span:nth-of-type(2),
.modal__btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.overlay-menu-trigger span:nth-of-type(3),
.modal__btn span:nth-of-type(3) {
  bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .overlay-menu-trigger span:nth-of-type(3),
  .modal__btn span:nth-of-type(3) {
    bottom: 4.358974359vw;
  }
}
.overlay-menu-trigger.active span:nth-of-type(1),
.modal__btn.active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, 8px) rotate(-45deg);
          transform: translate(-50%, 8px) rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .overlay-menu-trigger.active span:nth-of-type(1),
  .modal__btn.active span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 1.5384615385vw) rotate(-45deg);
            transform: translate(-50%, 1.5384615385vw) rotate(-45deg);
  }
}
.overlay-menu-trigger.active span:nth-of-type(2),
.modal__btn.active span:nth-of-type(2) {
  opacity: 0;
}
.overlay-menu-trigger.active span:nth-of-type(3),
.modal__btn.active span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -8px) rotate(45deg);
          transform: translate(-50%, -8px) rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .overlay-menu-trigger.active span:nth-of-type(3),
  .modal__btn.active span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -1.5384615385vw) rotate(45deg);
            transform: translate(-50%, -1.5384615385vw) rotate(45deg);
  }
}

.overlay-menu__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  margin: 0 auto;
  max-width: 100%;
  width: 410px;
}
@media screen and (max-width: 1023px) {
  .overlay-menu__container {
    gap: 8.2051282051vw;
    width: 72.8205128205vw;
  }
}

.sns-heading {
  color: #5E3323;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 3px 0;
}
@media screen and (max-width: 1023px) {
  .sns-heading {
    font-size: 5.641025641vw;
    line-height: 1;
    gap: 2.0512820513vw;
    padding: 0.7692307692vw 0;
  }
}
.sns-heading::before, .sns-heading::after {
  content: "";
  background-color: #ccc;
  background: url(../img/obj-title-sns.svg) no-repeat 0 0/contain;
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1023px) {
  .sns-heading::before, .sns-heading::after {
    width: 6.1538461538vw;
  }
}
.sns-heading::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.sns-item a {
  background-color: #0076E4;
  border-radius: 50%;
  display: block;
  width: 48px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1023px) {
  .sns-item a {
    width: 12.3076923077vw;
  }
}

.sns-item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-item__container:where(.overlay-menu *) {
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .sns-item__container:where(.overlay-menu *) {
    gap: 3.0769230769vw;
  }
}
.sns-item__container:where(body.top .mv *) {
  gap: 12px;
}

.sns-container {
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.sns-container:where(.overlay-menu *) {
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .sns-container:where(.overlay-menu *) {
    padding: 20px 28px;
    gap: 4.1025641026vw;
  }
}
.sns-container:where(body.top .mv *) {
  background: url(../img/top/mv-share-bg.png) no-repeat 0 0/contain;
  display: inline-grid;
  gap: 16px;
  margin: -2px auto;
  padding: 22px 30px;
}

.footer {
  position: relative;
}
.footer::before {
  content: "";
  background: url(../img/bg-footer-pc.png) no-repeat center top/cover;
  display: block;
  margin-top: -7.2222222222%;
  width: 100%;
  aspect-ratio: 1440/104;
}
@media screen and (max-width: 1023px) {
  .footer::before {
    background-image: url(../img/bg-footer-sp.png);
    margin-top: -13.0769230769%;
    aspect-ratio: 390/51;
  }
}
.footer .copyright {
  display: block;
  margin: 48px auto 0;
  max-width: 100%;
  width: 350px;
  aspect-ratio: 350/17;
}
@media screen and (max-width: 1023px) {
  .footer .copyright {
    margin-top: 12.3076923077vw;
    width: 76.9230769231vw;
  }
}

.footer-inner {
  background-color: #FAD9A4;
  padding-top: 16px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .footer-inner {
    padding-top: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
  }
}

.share-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .share-button {
    gap: 6.1538461538vw;
  }
}

.social-button-icon {
  border-radius: 50%;
  cursor: pointer;
  width: 56px;
  aspect-ratio: 1/1;
  position: relative;
  -webkit-transition: background-color 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: background-color 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
@media screen and (max-width: 1023px) {
  .social-button-icon {
    width: 12.3076923077vw;
  }
}
.social-button-icon svg {
  fill: #fff;
  display: block;
  margin: auto;
  width: 28px;
  aspect-ratio: 1/1;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1023px) {
  .social-button-icon svg {
    width: 6.1538461538vw;
  }
}
.social-button-icon.social-button-x {
  background-color: #000000;
}
.social-button-icon.social-button-x:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.social-button-icon.social-button-facebook {
  background-color: rgb(24, 119, 242);
}
.social-button-icon.social-button-facebook:hover {
  background-color: rgba(24, 119, 242, 0.6);
}
.social-button-icon.social-button-facebook svg {
  width: 56px;
}
@media screen and (max-width: 1023px) {
  .social-button-icon.social-button-facebook svg {
    width: 12.3076923077vw;
  }
}
.social-button-icon.social-button-line {
  background-color: rgb(0, 195, 0);
}
.social-button-icon.social-button-line:hover {
  background-color: rgba(0, 195, 0, 0.6);
}
.social-button-icon.social-button-line svg {
  width: 37px;
  aspect-ratio: 37/36;
}
@media screen and (max-width: 1023px) {
  .social-button-icon.social-button-line svg {
    width: 8.2051282051vw;
  }
}

.share-heading {
  color: #754726;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 3px 0;
}
@media screen and (max-width: 1023px) {
  .share-heading {
    font-size: 5.1282051282vw;
    gap: 2.0512820513vw;
    padding: 0.8974358974vw 0;
  }
}
.share-heading::before, .share-heading::after {
  content: "";
  background-color: #ccc;
  background: url(../img/obj-title-sns.svg) no-repeat 0 0/contain;
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1023px) {
  .share-heading::before, .share-heading::after {
    width: 5.1282051282vw;
  }
}
.share-heading::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.share__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.pagetop {
  -webkit-filter: drop-shadow(3px 6px 0 rgba(0, 0, 0, 0.1));
          filter: drop-shadow(3px 6px 0 rgba(0, 0, 0, 0.1));
  opacity: 0;
  visibility: hidden;
  width: 164px;
  aspect-ratio: 164/116;
  position: absolute;
  top: -56px;
  right: 24px;
  z-index: 10;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 1023px) {
  .pagetop {
    -webkit-filter: drop-shadow(0.5128205128vw 1.0256410256vw 0 rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0.5128205128vw 1.0256410256vw 0 rgba(0, 0, 0, 0.1));
    width: 23.0769230769vw;
    top: -10.2564102564vw;
    right: 2vw;
  }
}
.pagetop.is-fixed {
  position: fixed;
  top: inherit;
  bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .pagetop.is-fixed {
    bottom: 3.0769230769vw;
  }
}
.pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
.pagetop a {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pagetop a::before {
  content: "";
  background: url(../img/pagetop.svg) no-repeat 0 0/contain;
  display: block;
  width: 164px;
  aspect-ratio: 164/201;
}
@media screen and (max-width: 1023px) {
  .pagetop a::before {
    width: 23.0769230769vw;
  }
}

.dialog {
  border: none;
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 80px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 1023px) {
  .dialog {
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
  }
}
.dialog[open] {
  opacity: 1;
  visibility: visible;
}

.dialog__inner {
  max-width: 100%;
  max-height: 100%;
}

.modal__btn {
  position: absolute;
  top: 48px;
  right: 80px;
}
@media screen and (max-width: 1023px) {
  .modal__btn {
    top: 5.1282051282vw;
    right: 4.1025641026vw;
  }
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1023px) {
  .section-title {
    gap: 1.2820512821vw;
  }
}
.section-title .ja-title {
  margin: -19px -33px;
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title {
    margin: -5.5128205128vw -7.4358974359vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title:where(.section-info *) {
    width: 49.2307692308vw;
  }
}
.section-title .ja-title:where(.section-intro *) {
  margin-left: -26.5px;
  margin-right: -26.5px;
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title:where(.section-intro *) {
    margin-left: -7.3076923077vw;
    margin-right: -7.3076923077vw;
    width: 57.6923076923vw;
  }
}
.section-title .ja-title:where(.section-character *) {
  margin-left: -25.5px;
  margin-right: -25.5px;
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title:where(.section-character *) {
    margin-left: -7.0512820513vw;
    margin-right: -7.0512820513vw;
    width: 65.8974358974vw;
  }
}
.section-title .ja-title:where(.section-staff *) {
  margin-left: -27px;
  margin-right: -27px;
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title:where(.section-staff *) {
    margin-left: -5.7692307692vw;
    margin-right: -5.7692307692vw;
    width: 54.8717948718vw;
  }
}
.section-title .ja-title:where(.section-onair *) {
  margin-left: -27.5px;
  margin-right: -27.5px;
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title:where(.section-onair *) {
    margin-left: -7.3076923077vw;
    margin-right: -7.3076923077vw;
    width: 49.4871794872vw;
  }
}
.section-title .ja-title__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title__container {
    gap: 6.1538461538vw;
  }
}
.section-title .ja-title__container::before, .section-title .ja-title__container::after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 64px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title__container::before, .section-title .ja-title__container::after {
    width: 8.2051282051vw;
  }
}
.section-title .ja-title__container:where(.section-info *)::before, .section-title .ja-title__container:where(.section-info *)::after {
  background-image: url(../img/obj-title-info.svg);
  aspect-ratio: 64/61;
  width: 64px;
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title__container:where(.section-info *)::before, .section-title .ja-title__container:where(.section-info *)::after {
    width: 8.2051282051vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title__container:where(.section-intro *) {
    gap: 4.1025641026vw;
  }
}
.section-title .ja-title__container:where(.section-intro *)::before, .section-title .ja-title__container:where(.section-intro *)::after {
  background-image: url(../img/obj-title-intro.svg);
  aspect-ratio: 64/50;
  width: 64px;
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title__container:where(.section-intro *)::before, .section-title .ja-title__container:where(.section-intro *)::after {
    width: 8.2051282051vw;
  }
}
.section-title .ja-title__container:where(.section-character *)::before, .section-title .ja-title__container:where(.section-character *)::after {
  background-image: url(../img/obj-title-character.svg);
  aspect-ratio: 72/58;
  width: 72px;
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title__container:where(.section-character *)::before, .section-title .ja-title__container:where(.section-character *)::after {
    width: 10.2564102564vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title__container:where(.section-staff *) {
    gap: 4.1025641026vw;
  }
}
.section-title .ja-title__container:where(.section-staff *)::before, .section-title .ja-title__container:where(.section-staff *)::after {
  background-image: url(../img/obj-title-staff.svg);
  aspect-ratio: 64/50;
  width: 64px;
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title__container:where(.section-staff *)::before, .section-title .ja-title__container:where(.section-staff *)::after {
    width: 8.2051282051vw;
  }
}
.section-title .ja-title__container:where(.section-onair *)::before, .section-title .ja-title__container:where(.section-onair *)::after {
  background-image: url(../img/obj-title-onair.svg);
  aspect-ratio: 64/41;
  width: 64px;
}
@media screen and (max-width: 1023px) {
  .section-title .ja-title__container:where(.section-onair *)::before, .section-title .ja-title__container:where(.section-onair *)::after {
    width: 12.3076923077vw;
  }
}
.section-title .en-title {
  color: var(--white, #FFF);
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6071428571;
}
@media screen and (max-width: 1023px) {
  .section-title .en-title {
    font-size: 6.1538461538vw;
    line-height: 1.5833333333;
  }
}

.section-contents {
  margin: 0 auto;
  max-width: 100%;
  width: 1080px;
  position: relative;
  z-index: 1;
}

.section-inner {
  padding: 0 60px;
}
@media screen and (max-width: 1023px) {
  .section-inner {
    padding: 0 6.1538461538vw;
  }
  .section-inner:where(body.top .section-banner *) {
    padding: 0 5.8974358974vw;
  }
}

.obj-bubble__container {
  position: relative;
}
.obj-bubble__container::after {
  content: "";
  background: url(../img/bg_bubble_pc.svg) repeat-y center top 60px/94.4444444444% auto;
  pointer-events: none;
  display: block;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1023px) {
  .obj-bubble__container::after {
    background: url(../img/bg_bubble_sp.png) repeat-y center top 6.1538461538vw;
    background-size: 107.6923076923vw auto;
  }
}

@media screen and (max-width: 1023px) {
  .wave-separator {
    margin-top: -0.5128205128vw;
  }
}

.info-item__category {
  color: var(--white, #FFF);
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 24px;
  min-width: 140px;
}
@media screen and (max-width: 1023px) {
  .info-item__category {
    font-size: 4.1025641026vw;
    line-height: 1.625;
    border-radius: 1.2820512821vw;
    padding: 1.0256410256vw 4.1025641026vw;
    min-width: 31.7948717949vw;
  }
}
.info-item__category:is([class=info-item__category]) {
  display: none;
}
.info-item__category:where(.info-item *) {
  background-color: #FC5E98;
}
.info-item__category.tv {
  background-color: #FC5E98;
}
.info-item__category.present {
  background-color: #51B80E;
}
.info-item__category.event {
  background-color: #C658E2;
}
.info-item__category.goods {
  background-color: #4B85F1;
}
.info-item__category.streaming {
  background-color: #FF3838;
}

.info-item__title {
  color: var(--black, #333);
  font-size: 18px;
  line-height: 1.6111111111;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media screen and (max-width: 1023px) {
  .info-item__title {
    font-size: 4.1025641026vw;
    line-height: 1.625;
  }
}

.info-item__update {
  color: var(--brown, #603123);
  font-size: 14px;
  line-height: 1.5714285714;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .info-item__update {
    font-size: 3.5897435897vw;
    line-height: 1.5714285714;
  }
}

.info-item__inner {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: 240px;
}
@media screen and (max-width: 1023px) {
  .info-item__inner {
    gap: 4.1025641026vw;
    width: 56.4102564103vw;
  }
}

.info-item {
  background-image: url(../img/bg-info-item02.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.info-item a {
  text-decoration: none;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 340/322;
}
.info-item.tv, .info-item.streaming {
  background-image: url(../img/bg-info-item01.png);
}
.info-item.present {
  background-image: url(../img/bg-info-item02.png);
}
.info-item.event {
  background-image: url(../img/bg-info-item03.png);
}
.info-item.goods {
  background-image: url(../img/bg-info-item04.png);
}

.info-container:not(:has(.info-paging__container)),
.info-paging__container {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, 340px);
  gap: 30px;
  margin-top: 96px;
}
@media screen and (max-width: 1023px) {
  .info-container:not(:has(.info-paging__container)),
  .info-paging__container {
    grid-template-columns: repeat(auto-fit, 76.9230769231vw);
    gap: 8.2051282051vw;
    margin-top: 15.3846153846vw;
  }
}

.info-paging__container:not(.current) {
  display: none;
}

.paging-item {
  color: var(--black, #333);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background-color: var(--white, #FFF);
  border-radius: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1023px) {
  .paging-item {
    font-size: 5.1282051282vw;
    border-radius: 6.1538461538vw;
    width: 12.3076923077vw;
  }
}
.paging-item:is(a) {
  text-decoration: none;
}
.paging-item.current {
  background-color: #F8F985;
}

.paging-dotted {
  color: var(--black, #333);
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .paging-dotted {
    font-size: 4.1025641026vw;
  }
}

.paging-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 96px;
}
@media screen and (max-width: 1023px) {
  .paging-container {
    gap: 2.0512820513vw;
    margin-top: 16.4102564103vw;
  }
}

@-webkit-keyframes floating-rakkoinu {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}

@keyframes floating-rakkoinu {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@-webkit-keyframes floating-sirotan {
  0% {
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes floating-sirotan {
  0% {
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@-webkit-keyframes floating-ramune {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes floating-ramune {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
body.top {
  /* 放送情報 */
}
body.top .mv {
  background-color: #0F9BE3;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 207px;
  height: 1000px;
}
@media screen and (max-width: 1023px) {
  body.top .mv {
    padding-bottom: 0;
    height: auto;
  }
}
body.top .mv .section-inner {
  background: url(../img/top/mv-pc.png) no-repeat center top/auto 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  body.top .mv .section-inner {
    background: none;
    padding: 0 0;
    position: initial;
  }
}
body.top .mv .section-inner::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1023px) {
  body.top .mv .section-inner::before {
    background: url(../img/top/mv-sp.png) no-repeat center top/100% auto;
    width: 100vw;
    aspect-ratio: 390/542;
    position: initial;
  }
}
body.top .mv .section-contents {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  body.top .mv .section-contents {
    position: initial;
  }
}
body.top .mv-obj__item {
  position: absolute;
}
body.top .mv-obj__item.chara-rakkoinu {
  width: 196px;
  top: 250px;
  left: calc(50% + 294px);
  animation: floating-rakkoinu 1.6s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1023px) {
  body.top .mv-obj__item.chara-rakkoinu {
    width: 27.1794871795vw;
    top: 35.8974358974vw;
    left: 69.7435897436vw;
  }
}
body.top .mv-obj__item.chara-sirotan {
  width: 532px;
  top: 328px;
  left: calc(50% - 90px);
  animation: floating-sirotan 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1023px) {
  body.top .mv-obj__item.chara-sirotan {
    width: 74.8717948718vw;
    top: 46.6666666667vw;
    left: 15.3846153846vw;
  }
}
body.top .mv-obj__item.chara-ramune {
  width: 212px;
  top: 742px;
  left: calc(50% - 170px);
  animation: floating-ramune 2s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1023px) {
  body.top .mv-obj__item.chara-ramune {
    width: 30.2564102564vw;
    top: 105.1282051282vw;
    left: 4.1025641026vw;
  }
}
body.top .mv-copy {
  margin: 0 -15px -5px;
}
@media screen and (max-width: 1023px) {
  body.top .mv-copy {
    margin: -1.9230769231vw -3.3333333333vw;
    width: 83.3333333333vw;
  }
}
body.top .mv-aside {
  display: grid;
  justify-items: center;
  gap: 40px;
  width: 310px;
  position: absolute;
  top: 18px;
  left: 4px;
}
@media screen and (max-width: 1023px) {
  body.top .mv-aside {
    background: -webkit-gradient(linear, left top, left bottom, from(#089CE7), to(#AEE8FF));
    background: -webkit-linear-gradient(top, #089CE7 0%, #AEE8FF 100%);
    background: linear-gradient(180deg, #089CE7 0%, #AEE8FF 100%);
    gap: 10.2564102564vw;
    padding: 10.2564102564vw 6.1538461538vw 16.4102564103vw;
    width: auto;
    position: initial;
  }
}
body.top .mv-aside__nav {
  width: 272px;
}
body.top .mv-aside__sns {
  text-align: center;
}
body.top .mv-aside__tv {
  width: 310px;
  aspect-ratio: 310/324;
  position: relative;
}
@media screen and (max-width: 1023px) {
  body.top .mv-aside__tv {
    width: 87.6923076923vw;
  }
}
body.top .mv-aside__tv::after {
  content: "";
  background: url(../img/top/mv-tv.png) no-repeat center 0/contain;
  display: block;
  position: absolute;
  inset: 0;
}
body.top .mv-youtube-btn,
body.top .mv-youtube-player,
body.top .mv-youtube-player__container {
  width: 270px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1023px) {
  body.top .mv-youtube-btn,
  body.top .mv-youtube-player,
  body.top .mv-youtube-player__container {
    width: 75.8974358974vw;
  }
}
body.top .mv-youtube-btn {
  background: url(../img/top/mv-modal-trigger.svg) no-repeat center center/64px auto;
  cursor: pointer;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  body.top .mv-youtube-btn {
    background-size: 17.9487179487vw auto;
  }
}
body.top .mv-youtube-player__container {
  background-color: #000;
  border-radius: 21px;
  margin: 0 auto;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  body.top .mv-youtube-player__container {
    border-radius: 5.3846153846vw;
    top: 31.2820512821vw;
  }
}
body.top .modal-movie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.top .modal-movie__movie-container {
  margin: 0 auto;
  max-width: 100%;
  width: 1080px;
  aspect-ratio: 16/9;
}
body.top .modal-movie__movie-container iframe {
  height: 100%;
}
body.top .section {
  padding-top: 183px;
  padding-bottom: 184px;
  position: relative;
}
body.top .section::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  --maskHeight: 22px;
  -webkit-mask-image: url("../img/mask-wave.png"), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
  -webkit-mask-image: url("../img/mask-wave.png"), -webkit-linear-gradient(top, transparent 0%, transparent var(--maskHeight), #000 var(--maskHeight), #000 100%);
          mask-image: url("../img/mask-wave.png"), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
          mask-image: url("../img/mask-wave.png"), linear-gradient(to bottom, transparent 0%, transparent var(--maskHeight), #000 var(--maskHeight), #000 100%);
  -webkit-mask-size: 164px;
          mask-size: 164px;
  -webkit-mask-position: left 110px top;
          mask-position: left 110px top;
  margin-top: calc(-1 * var(--maskHeight));
}
@media screen and (max-width: 1023px) {
  body.top .section::before {
    --maskHeight: calc(11/390*100vw);
    -webkit-mask-size: 21.0256410256vw;
            mask-size: 21.0256410256vw;
    margin-top: calc(-1 * var(--maskHeight));
  }
}
@media screen and (max-width: 1023px) {
  body.top .section {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
body.top .section:nth-of-type(odd)::before {
  background: url(../img/bg_dotted.svg) repeat center top, -webkit-gradient(linear, left top, left bottom, from(#32C4FF), to(#A8ECFF));
  background: url(../img/bg_dotted.svg) repeat center top, -webkit-linear-gradient(top, #32C4FF 0%, #A8ECFF 100%);
  background: url(../img/bg_dotted.svg) repeat center top, linear-gradient(180deg, #32C4FF 0%, #A8ECFF 100%);
  background-size: 64px auto;
}
@media screen and (max-width: 1023px) {
  body.top .section:nth-of-type(odd)::before {
    background: url(../img/bg_dotted.svg) repeat center top, -webkit-gradient(linear, left top, left bottom, from(#32C4FF), to(#A8ECFF));
    background: url(../img/bg_dotted.svg) repeat center top, -webkit-linear-gradient(top, #32C4FF 0%, #A8ECFF 100%);
    background: url(../img/bg_dotted.svg) repeat center top, linear-gradient(180deg, #32C4FF 0%, #A8ECFF 100%);
    background-size: 16.4102564103vw auto;
  }
}
body.top .section:nth-of-type(even)::before {
  background: #1787F0;
}
body.top .section:last-of-type {
  padding-bottom: 240px;
}
@media screen and (max-width: 1023px) {
  body.top .section:last-of-type {
    padding-bottom: 33.8461538462vw;
  }
}
body.top .section-contents:where(.section-intro *)::after {
  content: "";
  background: url(../img/top/obj-chara-sirotan.png) no-repeat 0 0/contain;
  display: block;
  width: 167px;
  aspect-ratio: 167/220;
  position: absolute;
  right: calc(50% - 508px);
  bottom: -104px;
}
@media screen and (max-width: 1023px) {
  body.top .section-contents:where(.section-intro *)::after {
    margin: 12.3076923077vw auto 0;
    width: 26.6666666667vw;
    position: initial;
  }
}
body.top .section-contents:where(.section-staff *)::after {
  content: "";
  background: url(../img/top/obj-chara-ramune.png) no-repeat 0 0/contain;
  display: block;
  width: 162px;
  aspect-ratio: 162/200;
  position: absolute;
  left: calc(50% - 508px);
  bottom: -104px;
}
@media screen and (max-width: 1023px) {
  body.top .section-contents:where(.section-staff *)::after {
    margin: 16.4102564103vw auto 0;
    width: 26.6666666667vw;
    position: initial;
  }
}
body.top .section-contents:where(.section-onair *)::after {
  content: "";
  background: url(../img/top/obj-chara-rakkoinu.png) no-repeat 0 0/contain;
  display: block;
  width: 151px;
  aspect-ratio: 151/219;
  position: absolute;
  right: calc(50% - 508px);
  bottom: -104px;
}
@media screen and (max-width: 1023px) {
  body.top .section-contents:where(.section-onair *)::after {
    margin: 16.4102564103vw auto 0;
    width: 26.6666666667vw;
    position: initial;
  }
}
body.top .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.top .more:where(.section-info *) {
  margin-top: 96px;
}
@media screen and (max-width: 1023px) {
  body.top .more:where(.section-info *) {
    margin-top: 16.4102564103vw;
  }
}
body.top .more:where(.section-character *) {
  margin-top: 96px;
}
@media screen and (max-width: 1023px) {
  body.top .more:where(.section-character *) {
    margin-top: 16.4102564103vw;
  }
}
body.top .intro-content {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8076923077;
  letter-spacing: 0.08em;
  margin-top: 96px;
}
@media screen and (max-width: 1023px) {
  body.top .intro-content {
    font-size: 5.1282051282vw;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 16.4102564103vw;
  }
}
body.top .character-name {
  color: var(--black, #333);
  font-size: 28px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  body.top .character-name {
    font-size: 7.1794871795vw;
    line-height: 2;
  }
}
body.top .character-thumb:where(.character-item:nth-child(1) *) {
  width: 240px;
}
@media screen and (max-width: 1023px) {
  body.top .character-thumb:where(.character-item:nth-child(1) *) {
    width: 49.2307692308vw;
  }
}
body.top .character-thumb:where(.character-item:nth-child(2) *) {
  width: 199px;
}
@media screen and (max-width: 1023px) {
  body.top .character-thumb:where(.character-item:nth-child(2) *) {
    width: 41.0256410256vw;
  }
}
body.top .character-thumb:where(.character-item:nth-child(3) *) {
  width: 79px;
}
@media screen and (max-width: 1023px) {
  body.top .character-thumb:where(.character-item:nth-child(3) *) {
    width: 20.2564102564vw;
  }
}
body.top .character-thumb:where(.character-item:nth-child(4) *) {
  width: 190px;
}
@media screen and (max-width: 1023px) {
  body.top .character-thumb:where(.character-item:nth-child(4) *) {
    width: 38.9743589744vw;
  }
}
body.top .character-item a {
  text-decoration: none;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 1023px) {
  body.top .character-item a {
    gap: 6.1538461538vw;
  }
}
body.top .character-item:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}
@media screen and (max-width: 1023px) {
  body.top .character-item:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
body.top .character-item:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 199px;
      -ms-flex: 0 0 199px;
          flex: 0 0 199px;
}
@media screen and (max-width: 1023px) {
  body.top .character-item:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
body.top .character-item:nth-child(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 84px;
      -ms-flex: 0 0 84px;
          flex: 0 0 84px;
}
@media screen and (max-width: 1023px) {
  body.top .character-item:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
body.top .character-item:nth-child(4) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 190px;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}
@media screen and (max-width: 1023px) {
  body.top .character-item:nth-child(4) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
body.top .character-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 80px;
  margin-top: 96px;
}
@media screen and (max-width: 1023px) {
  body.top .character-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12.3076923077vw;
    margin-top: 16.4102564103vw;
  }
}
body.top .staff-content {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.4166666667;
  letter-spacing: 0.08em;
  margin-top: 96px;
}
@media screen and (max-width: 1023px) {
  body.top .staff-content {
    font-size: 4.6153846154vw;
    line-height: 2.3888888889;
    letter-spacing: 0.08em;
    margin-top: 16.4102564103vw;
  }
}
body.top .staff-content__title {
  color: var(--lemon-yellow, #FF0);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.4166666667;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1023px) {
  body.top .staff-content__title {
    color: var(--lemon-yellow, #FF0);
    font-size: 4.6153846154vw;
    line-height: 2.3888888889;
    letter-spacing: 0.08em;
  }
}
body.top .onair-content {
  color: #FF80C6;
  font-size: 32px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: center;
  background: url(../img/bg_top_onair.svg) no-repeat center top/contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 80px auto 0;
  max-width: 100%;
  width: 756px;
  aspect-ratio: 756/332;
}
@media screen and (max-width: 1023px) {
  body.top .onair-content {
    font-size: 6.6666666667vw;
    line-height: 140%;
    letter-spacing: 0.04em;
    background-image: url(../img/bg-top-onair-sp.png);
    margin-top: 16.4102564103vw;
    width: 87.6923076923vw;
    aspect-ratio: 342/315;
  }
}
body.top .onair-content .txt-middle {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1023px) {
  body.top .onair-content .txt-middle {
    font-size: 1.1538461538em;
    line-height: 140%;
    letter-spacing: 0.04em;
  }
}
body.top .onair-content .txt-large {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1023px) {
  body.top .onair-content .txt-large {
    font-size: 1.3846153846em;
    line-height: 1.3888888889;
    letter-spacing: 0.04em;
  }
}
body.top .bnr-item__container {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, 344px);
  gap: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  body.top .bnr-item__container {
    grid-template-columns: 1fr;
    gap: 6.1538461538vw;
  }
}

body.second {
  background: url(../img/second-bg-pc.png) repeat-x center 0/auto 200px, -webkit-gradient(linear, left top, left bottom, from(#5DE1FF), to(#BFF0FF));
  background: url(../img/second-bg-pc.png) repeat-x center 0/auto 200px, -webkit-linear-gradient(top, #5DE1FF 0%, #BFF0FF 100%);
  background: url(../img/second-bg-pc.png) repeat-x center 0/auto 200px, linear-gradient(180deg, #5DE1FF 0%, #BFF0FF 100%);
  padding-top: 183px;
}
@media screen and (max-width: 1023px) {
  body.second {
    background: url(../img/second-bg-sp.png) repeat-x center top 0.7692307692vw/auto 24.8717948718vw, -webkit-gradient(linear, left top, left bottom, from(#5DE1FF), to(#BFF0FF));
    background: url(../img/second-bg-sp.png) repeat-x center top 0.7692307692vw/auto 24.8717948718vw, -webkit-linear-gradient(top, #5DE1FF 0%, #BFF0FF 100%);
    background: url(../img/second-bg-sp.png) repeat-x center top 0.7692307692vw/auto 24.8717948718vw, linear-gradient(180deg, #5DE1FF 0%, #BFF0FF 100%);
    padding-top: 25.3846153846vw;
  }
}
body.second .main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.second .section {
  padding-top: 150px;
  padding-bottom: 280px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  body.second .section {
    padding-top: 23.0769230769vw;
    padding-bottom: 26.6666666667vw;
  }
}
body.second .section::before {
  content: "";
  background: url(../img/bg_dotted.svg) repeat center top/64px auto, -webkit-gradient(linear, left top, left bottom, from(#32C4FF), to(#A8ECFF));
  background: url(../img/bg_dotted.svg) repeat center top/64px auto, -webkit-linear-gradient(top, #32C4FF 0%, #A8ECFF 100%);
  background: url(../img/bg_dotted.svg) repeat center top/64px auto, linear-gradient(180deg, #32C4FF 0%, #A8ECFF 100%);
  position: absolute;
  inset: 0;
  --maskHeight: 22px;
  -webkit-mask-image: url("../img/mask-wave.png"), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
  -webkit-mask-image: url("../img/mask-wave.png"), -webkit-linear-gradient(top, transparent 0%, transparent var(--maskHeight), #000 var(--maskHeight), #000 100%);
          mask-image: url("../img/mask-wave.png"), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
          mask-image: url("../img/mask-wave.png"), linear-gradient(to bottom, transparent 0%, transparent var(--maskHeight), #000 var(--maskHeight), #000 100%);
  -webkit-mask-size: 164px;
          mask-size: 164px;
  margin-top: calc(-1 * var(--maskHeight));
}
@media screen and (max-width: 1023px) {
  body.second .section::before {
    background: url(../img/bg_dotted.svg) repeat center top, -webkit-gradient(linear, left top, left bottom, from(#32C4FF), to(#A8ECFF));
    background: url(../img/bg_dotted.svg) repeat center top, -webkit-linear-gradient(top, #32C4FF 0%, #A8ECFF 100%);
    background: url(../img/bg_dotted.svg) repeat center top, linear-gradient(180deg, #32C4FF 0%, #A8ECFF 100%);
    background-size: 16.4102564103vw auto;
    --maskHeight: calc(11/390*100vw);
    -webkit-mask-size: 21.0256410256vw;
            mask-size: 21.0256410256vw;
    margin-top: calc(-1 * var(--maskHeight));
  }
}

body.character .character-toggle {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 1023px) {
  body.character .character-toggle {
    width: 18.4615384615vw;
  }
}
body.character .character-toggle::after {
  content: "";
  border: 4px solid #FFC000;
  border-radius: 50%;
  opacity: 0;
  display: block;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1023px) {
  body.character .character-toggle::after {
    border-width: 0.7692307692vw;
  }
}
body.character .character-toggle.active::after {
  opacity: 1;
}
body.character .character-toggle__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 96px;
}
@media screen and (max-width: 1023px) {
  body.character .character-toggle__container {
    gap: 4.1025641026vw;
    margin-top: 16.4102564103vw;
  }
}
body.character .character-image:where(.character-item.sirotan *) {
  width: 300px;
}
@media screen and (max-width: 1023px) {
  body.character .character-image:where(.character-item.sirotan *) {
    width: 51.2820512821vw;
  }
}
body.character .character-image:where(.character-item.rakkoinu *) {
  width: 250px;
}
@media screen and (max-width: 1023px) {
  body.character .character-image:where(.character-item.rakkoinu *) {
    width: 42.5641025641vw;
  }
}
body.character .character-image:where(.character-item.shell *) {
  width: 190px;
}
@media screen and (max-width: 1023px) {
  body.character .character-image:where(.character-item.shell *) {
    width: 32.3076923077vw;
  }
}
body.character .character-image:where(.character-item.ramune *) {
  width: 237px;
}
@media screen and (max-width: 1023px) {
  body.character .character-image:where(.character-item.ramune *) {
    width: 40.5128205128vw;
  }
}
body.character .character-name {
  color: var(--black, #333);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background: url(../img/character/bg-character-name-pc.svg) no-repeat 0 0/contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 16px;
  width: 308px;
}
@media screen and (max-width: 1023px) {
  body.character .character-name {
    color: var(--black, #333);
    font-size: 8.2051282051vw;
    font-weight: 600;
    line-height: 1;
    background-image: url(../img/character/bg-character-name-sp.svg);
    padding: 5.1282051282vw 4.1025641026vw;
    width: 68.7179487179vw;
  }
}
body.character .character-voice {
  color: var(--black, #333);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5909090909;
  margin-top: 16px;
  padding: 4px 20px;
}
@media screen and (max-width: 1023px) {
  body.character .character-voice {
    color: var(--black, #333);
    font-size: 5.1282051282vw;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 4.1025641026vw;
    padding: 1.0256410256vw 5.1282051282vw;
  }
}
body.character .character-description {
  color: var(--black, #333);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  body.character .character-description {
    color: var(--black, #333);
    text-align: center;
    font-size: 4.6153846154vw;
    font-weight: 600;
    line-height: 1.7777777778;
    margin-top: 6.1538461538vw;
  }
}
body.character .character-description .accent {
  -webkit-text-emphasis: "⚫︎";
          text-emphasis: "⚫︎";
}
body.character .character-detail {
  display: grid;
  justify-items: center;
}
body.character .character-item__inner {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 500px;
  gap: 80px;
}
@media screen and (max-width: 1023px) {
  body.character .character-item__inner {
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 10.2564102564vw;
  }
}
body.character .character-item {
  display: none;
}
body.character .character-item.active {
  display: block;
}
body.character .character-item__container {
  margin-top: 96px;
}
@media screen and (max-width: 1023px) {
  body.character .character-item__container {
    margin-top: 16.4102564103vw;
  }
}

body.info .info-detail__container {
  color: var(--main-base-color, #333);
  line-height: 2;
  background-color: #FFF;
  border: 6px solid var(--white, #FFF);
  border-radius: 20px;
  margin-top: 96px;
  padding: 74px 74px;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container {
    border-radius: 5.1282051282vw;
    margin-top: 16.4102564103vw;
    padding: 4.6153846154vw 4.6153846154vw;
  }
}
body.info .info-detail__container a {
  overflow-wrap: break-word;
}
body.info .info-detail__container a:not(.btn) {
  color: var(--main-base-color, #333);
}
body.info .info-detail__container a:link:not(.btn),
body.info .info-detail__container a:visited:not(.btn) {
  text-decoration: underline;
}
body.info .info-detail__container a:hover,
body.info .info-detail__container .a:active {
  text-decoration: none;
}
body.info .info-detail__container .aside-container a {
  text-decoration: none;
}
body.info .info-detail__container .h1-ttl-box {
  font-weight: bold;
  border-bottom: 4px dashed var(--brown, #603123);
  display: grid;
  justify-items: start;
  gap: 16px;
  margin-bottom: 40px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .h1-ttl-box {
    border-block-width: 0.7692307692vw;
    gap: 4.1025641026vw;
    margin-bottom: 6.1538461538vw;
    padding-bottom: 6.1538461538vw;
  }
}
body.info .info-detail__container .h1-ttl-box .date {
  color: var(--brown, #603123);
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .h1-ttl-box .date {
    font-size: 4.1025641026vw;
    line-height: 1.625;
    letter-spacing: 0.1em;
  }
}
body.info .info-detail__container .h1-ttl-box h1 {
  color: var(--brown, #603123);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .h1-ttl-box h1 {
    font-size: 5.1282051282vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
body.info .info-detail__container .h1-ttl-box span {
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .h1-ttl-box span {
    margin-left: 5.1282051282vw;
  }
}
body.info .info-detail__container .h3-ttl-a {
  color: var(--orange, #F90);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7777777778;
  border-bottom: 2px solid var(--orange, #F90);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 14px;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .h3-ttl-a {
    font-size: 4.6153846154vw;
    line-height: 1.7777777778;
    border-block-width: 0.5128205128vw;
    margin-top: 6.1538461538vw;
    margin-bottom: 6.1538461538vw;
    padding-bottom: 3.5897435897vw;
  }
}
body.info .info-detail__container .h3-ttl-b {
  color: var(--white, #FFF);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  background-color: #0076E4;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 12px 20px;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .h3-ttl-b {
    font-size: 4.358974359vw;
    line-height: 1.5882352941;
    border-radius: 1.2820512821vw;
    margin-top: 6.1538461538vw;
    margin-bottom: 6.1538461538vw;
    padding: 2.6923076923vw 4.1025641026vw;
  }
}
body.info .info-detail__container .h3-ttl-c {
  color: var(--main-base-color, #333);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.15);
  margin-top: 40px;
  padding: 12px 20px;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .h3-ttl-c {
    font-size: 4.358974359vw;
    line-height: 1.5882352941;
    margin-top: 6.1538461538vw;
    padding: 2.6923076923vw 4.1025641026vw;
  }
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .btn {
    min-width: 100%;
  }
}
body.info .info-detail__container .btn-box {
  text-align: center;
}
body.info .info-detail__container .img-box,
body.info .info-detail__container .read-box,
body.info .info-detail__container .btn-box,
body.info .info-detail__container .youtube-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .img-box,
  body.info .info-detail__container .read-box,
  body.info .info-detail__container .btn-box,
  body.info .info-detail__container .youtube-wrap {
    margin-top: 6.1538461538vw;
  }
}
body.info .info-detail__container .img-box img,
body.info .info-detail__container .read-box img,
body.info .info-detail__container .btn-box img,
body.info .info-detail__container .youtube-wrap img {
  display: inline;
  width: auto;
}
body.info .info-detail__container .img-box {
  text-align: center;
}
body.info .info-detail__container .youtube-box iframe {
  display: inline;
  width: auto;
  aspect-ratio: 16/9;
}
body.info .info-detail__container .attention-ttl {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .attention-ttl {
    margin-bottom: 3.8461538462vw;
  }
}
body.info .info-detail__container .attention-text {
  font-size: 13px;
  line-height: 1.6923076923;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .attention-text {
    font-size: 3.0769230769vw;
    line-height: 1.5833333333;
    margin-top: 6.1538461538vw;
    padding: 4.8717948718vw;
  }
}
body.info .info-detail__container .h3-ttl-a + .h3-ttl-b {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .h3-ttl-a + .h3-ttl-b {
    margin-top: 6.1538461538vw;
  }
}
body.info .info-detail__container .h3-ttl-a + .read-box {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .h3-ttl-a + .read-box {
    margin-top: 6.1538461538vw;
  }
}
body.info .info-detail__container .h1-ttl-box + .h3-ttl-a {
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .h1-ttl-box + .h3-ttl-a {
    margin-top: 6.1538461538vw;
  }
}
body.info .info-detail__container .news-line {
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  body.info .info-detail__container .news-line {
    margin-top: 6.1538461538vw;
    margin-bottom: 6.1538461538vw;
  }
}