@charset "UTF-8";
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;
  box-sizing: border-box;
}

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;
}

strong, p, h1, h2, h3 {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html, body {
  height: 100%;
}

body {
  color: #434343;
  font-size: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  background: #fff;
}

img {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.sp {
  display: none;
}

.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: url(/_assets/images/_common/bg/bg_wrap.jpg) left top repeat;
  background-size: 552px auto;
  opacity: 0.2;
  z-index: -1;
  animation: wrapBgAnime 12s infinite linear;
}

.font-qs {
  font-family: "Quicksand", sans-serif;
}

@-webkit-keyframes wrapBgAnime {
  from {
    background-position: left 0 top 0;
  }
  to {
    background-position: left -552px top -494px;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: url(../images/logo.png) center center no-repeat, #fff;
  background-size: 300px auto;
  z-index: 10000;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.menu-button {
  display: block;
  position: fixed;
  top: 40px;
  right: 40px;
  width: 70px;
  height: 50px;
  z-index: 9000;
}
.menu-button .menu-button-line-container {
  position: relative;
  width: 100%;
  height: 20px;
}
.menu-button .menu-button-line-container .menu-button-line {
  position: absolute;
  left: 0;
  width: 100%;
  background: #e7306d;
  transition: background 0.3s, top 0.3s 0.3s ease, bottom 0.3s 0.3s ease, transform 0.3s ease;
}
.menu-button .menu-button-line-container .menu-button-line:first-child {
  top: 0;
  height: 4px;
}
.menu-button .menu-button-line-container .menu-button-line:last-child {
  bottom: 0;
  height: 2px;
}
.menu-button .menu-button-text {
  margin: 7px 0 0 0.5em;
  font-size: 12px;
  color: #e7306d;
  letter-spacing: 0.5em;
  text-align: center;
  transition: color 0.3s, opacity 0.3s;
}
.menu-button:hover .menu-button-line-container .menu-button-line {
  background: #f6ab01;
}
.menu-button:hover .menu-button-text {
  color: #f6ab01;
}
.menu-button.open {
  pointer-events: none;
}
.menu-button.open .menu-button-line-container .menu-button-line {
  height: 2px;
  transition: background 0.3s, top 0.3s ease, bottom 0.3s ease, transform 0.3s 0.3s ease;
}
.menu-button.open .menu-button-line-container .menu-button-line:first-child {
  top: 9px;
  transform: rotate(30deg);
}
.menu-button.open .menu-button-line-container .menu-button-line:last-child {
  bottom: 9px;
  transform: rotate(-30deg);
}
.menu-button.open .menu-button-text {
  opacity: 0;
}

.menu-container {
  display: flex;
}
.menu-container .left-container {
  width: 50%;
}
.menu-container .left-container .onair-text {
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
  color: #f6ab01;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
}
.menu-container .left-container .onair-text strong {
  color: #e7306d;
  font-size: 50px;
}
.menu-container .left-container .onair-text span strong {
  font-size: 30px;
}
.menu-container .left-container .onair-text::before, .menu-container .left-container .onair-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/dots-gray.svg) repeat-x;
  background-size: auto 100%;
}
.menu-container .left-container .onair-text::after {
  top: initial;
  bottom: 0;
}
.menu-container .right-container {
  width: 50%;
}
.menu-container .right-container .menu-list-container {
  position: relative;
}
.menu-container .right-container .title {
  position: absolute;
  top: 0;
  left: 14%;
  transform: rotate(90deg);
  transform-origin: 0 0;
  font-size: 10px;
  letter-spacing: 0.5em;
  color: #e7306d;
}
.menu-container .right-container .menu-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-left: auto;
  width: 80%;
  font-size: 18px;
}
.menu-container .right-container .menu-list .menu-item {
  width: 50%;
  transition: color 0.3s;
}
.menu-container .right-container .menu-list .menu-item a::before {
  content: "・";
}
.menu-container .right-container .menu-list .menu-item:hover {
  color: #f6ab01;
}
.menu-container .right-container .sns-container {
  position: relative;
  margin-top: 60px;
}
.menu-container .right-container .sns-container .title {
  top: 10px;
}
.menu-container .right-container .sns-list {
  margin-left: auto;
  width: 80%;
}
.menu-container .right-container .sns-list .sns-item {
  transition: opacity 0.3s;
}
.menu-container .right-container .sns-list .sns-item a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.menu-container .right-container .sns-list .sns-item p {
  font-size: 16px;
  color: #47b0f4;
  font-weight: 700;
}
.menu-container .right-container .sns-list .sns-item svg {
  fill: #47b0f4;
}
.menu-container .right-container .sns-list .sns-item .sub {
  font-size: 10px;
  color: #434343;
  opacity: 0.7;
}
.menu-container .right-container .sns-list .sns-item:hover {
  opacity: 0.5;
}

header.page {
  padding: 20px 0 0 30px;
  width: 100%;
  height: 200px;
  border-top: solid 3px #e7306d;
  background: url(../images/bg_stripe.jpg) left top repeat;
  background-size: 50px auto;
  animation: bgStripe 4s infinite linear;
}
header.page h1 {
  width: 384px;
  transition: opacity 0.3s;
}
header.page h1:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .menu-button {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 20px;
    z-index: 10000;
  }
  .menu-button .menu-button-line-container {
    height: 20px;
  }
  .menu-button .menu-button-line-container .menu-button-line {
    height: 8px;
  }
  .menu-button .menu-button-line-container .menu-button-line:last-child {
    height: 4px;
  }
  .menu-button .menu-button-text {
    display: none;
  }
  .menu-container {
    flex-direction: column;
  }
  .menu-container .left-container {
    width: 100%;
  }
  .menu-container .left-container .onair-text {
    font-size: 16px;
  }
  .menu-container .left-container .onair-text strong {
    font-size: 30px;
  }
  .menu-container .left-container .onair-text span strong {
    font-size: 22px;
  }
  .menu-container .right-container {
    width: 100%;
  }
  .menu-container .right-container .title {
    left: 5%;
  }
  .menu-container .right-container .menu-list {
    width: 95%;
  }
  .menu-container .right-container .sns-list {
    width: 95%;
  }
  header.page {
    padding: 10px 0 0 15px;
    height: 150px;
  }
  header.page h1 {
    width: 180px;
  }
}
.firstview {
  display: flex;
  padding-left: 80px;
}
.firstview .mainvisual {
  width: 63.5%;
}
.firstview .mainvisual img {
  box-shadow: 5px 5px 0 #f8bffc;
}
.firstview .mainvisual-thumb-container {
  position: absolute;
  top: 30px;
  left: 46px;
}
.firstview .mainvisual-thumb-container .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.firstview .mainvisual-thumb-container .mainvisual-thumb {
  width: 64px;
  border: solid 1px #fff;
  filter: brightness(0.5);
  cursor: pointer;
  transition: filter 0.3s;
}
.firstview .mainvisual-thumb-container .mainvisual-thumb:hover {
  filter: brightness(1);
}
.firstview .mainvisual-thumb-container .mainvisual-thumb.swiper-slide-thumb-active {
  filter: brightness(1);
}
.firstview .firstview-text {
  padding: 100px 3.125% 0;
  width: 36.5%;
}
.firstview .firstview-text .onair-text {
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
  color: #f6ab01;
  font-weight: 700;
  font-size: min(36px,1.875vw);
  line-height: 1.2em;
  text-align: center;
}
.firstview .firstview-text .onair-text strong {
  color: #e7306d;
  font-size: min(60px,3.125vw);
}
.firstview .firstview-text .onair-text span strong {
  font-size: min(40px,2.08vw);
}
.firstview .firstview-text .onair-text::before, .firstview .firstview-text .onair-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/dots-gray.svg) repeat-x;
  background-size: auto 100%;
}
.firstview .firstview-text .onair-text::after {
  top: initial;
  bottom: 0;
}
.firstview .firstview-text .pv-container .pv-modal {
  position: relative;
  transition: opacity 0.3s;
}
.firstview .firstview-text .pv-container .pv-modal img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 80px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.35));
}
.firstview .firstview-text .pv-container .pv-modal:hover {
  opacity: 0.5;
}
.firstview .firstview-text .firstview-banner-container img {
  margin-top: 30px;
  transition: opacity 0.3s;
}
.firstview .firstview-text .firstview-banner-container img:hover {
  opacity: 0.5;
}

.modaal-content-container {
  padding: 0;
}

.modaal-overlay {
  opacity: 1 !important;
  background: url(../images/bg_nav_pc.jpg) !important;
  background-size: cover !important;
}

.modaal-close {
  top: 30px;
  right: 40px;
  width: 70px;
  height: 50px;
  opacity: 0;
  background: #ffa0a9 !important;
}
.modaal-close::before, .modaal-close::after {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(30deg);
  width: 100%;
  height: 1px;
  background: #e7306d;
}
.modaal-close::after {
  transform: translate3d(-50%, -50%, 0) rotate(-30deg);
}

.modaal-container {
  box-shadow: none;
  background: transparent;
}

.pv-modal-container {
  width: 100%;
  aspect-ratio: 16/9;
}
.pv-modal-container iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .firstview {
    flex-direction: column;
    padding: 0;
  }
  .firstview .mainvisual {
    width: 100%;
  }
  .firstview .mainvisual-thumb-container {
    position: static;
    top: initial;
    left: initial;
    margin: 10px auto 0;
    width: 90%;
  }
  .firstview .mainvisual-thumb-container .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
  }
  .firstview .mainvisual-thumb-container .mainvisual-thumb {
    width: calc(25% - 4px);
  }
  .firstview .firstview-text {
    padding: 0;
    margin: 0 auto;
    width: 90%;
  }
  .firstview .firstview-text .onair-text {
    font-size: 16px;
  }
  .firstview .firstview-text .onair-text strong {
    font-size: 30px;
  }
  .firstview .firstview-text .onair-text span strong {
    font-size: 22px;
  }
  .firstview .firstview-text .onair-text::before {
    display: none;
  }
}
.section-news {
  margin-bottom: 150px;
  padding-bottom: 10px;
  overflow: hidden;
}
.section-news .inner {
  margin: 80px auto 0;
  max-width: 1100px;
  width: 100%;
}
.section-news .section-title {
  position: relative;
  z-index: 2;
}
.section-news .section-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 230px;
  left: -30px;
  width: 140px;
  height: 144px;
  background: url(../images/deco_001.svg);
  background-size: 100% 100%;
}
.section-news h2 {
  position: relative;
  font-size: 160px;
  color: #e7306d;
  font-weight: 700;
  line-height: 1em;
}
.section-news h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 50px;
  background: url(../images/bg_stripe.jpg) left top repeat;
  background-size: 50px auto;
  z-index: -1;
  animation: bgStripe 4s infinite linear;
}
.section-news .section-title-ja {
  font-size: 32px;
  font-weight: 700;
}
.section-news .twitter-link {
  position: absolute;
  top: 70px;
  right: 0;
}
.section-news .twitter-link a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.section-news .twitter-link p {
  font-size: 16px;
  color: #47b0f4;
  font-weight: 700;
  transition: color 0.3s;
}
.section-news .twitter-link svg {
  fill: #47b0f4;
  transition: fill 0.3s;
}
.section-news .twitter-link:hover p {
  color: #434343;
}
.section-news .twitter-link:hover svg {
  fill: #434343;
}
.section-news .section-contents {
  position: relative;
  margin: -70px 0 0 140px;
  padding: 40px 0 0 60px;
  z-index: 1;
}
.section-news .section-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 25vw);
  width: 100vw;
  height: 100%;
  background: #fcfcfc;
  box-shadow: 10px 5px 0 #e2e2e2;
  z-index: -1;
}
.section-news .section-contents .news-item a {
  display: flex;
  padding: 20px 0 10px;
  width: 100%;
  height: 100%;
  border-bottom: solid 2px #fff;
}
.section-news .section-contents .news-item:hover .news-title {
  color: #e7306d;
}
.section-news .section-contents .news-title-text {
  width: calc(100% - 100px);
}
.section-news .section-contents .news-date {
  font-size: 16px;
  color: #e7306d;
}
.section-news .section-contents .news-title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2em;
  transition: color 0.3s;
}
.section-news .section-contents .news-more {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .section-news {
    margin-bottom: 80px;
  }
  .section-news .inner {
    width: 90%;
  }
  .section-news .section-title::before {
    top: -20px;
    left: initial;
    right: 0;
    width: 100px;
    height: 100px;
  }
  .section-news h2 {
    font-size: 50px;
  }
  .section-news .section-title-ja {
    font-size: 14px;
  }
  .section-news .twitter-link {
    display: none;
  }
  .section-news .section-contents {
    margin: -20px 0 0;
    padding: 20px 0 0 20px;
    z-index: 1;
  }
  .section-news .section-contents::before {
    margin: 0;
  }
  .section-news .section-contents .news-item a {
    position: relative;
  }
  .section-news .section-contents .news-title-text {
    width: 100%;
  }
  .section-news .section-contents .news-date {
    font-size: 12px;
  }
  .section-news .section-contents .news-title {
    margin-top: 0;
    font-size: 14px;
  }
  .section-news .section-contents .news-more {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 12px;
  }
  .modaal-close {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 30px;
  }
}
@keyframes bgStripe {
  from {
    background-position: left 0 top 0;
  }
  to {
    background-position: left 50px top 0;
  }
}
footer .banner-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
footer .banner-container a {
  display: block;
  width: 350px;
}
footer .banner-container a img {
  transition: opacity 0.3s;
}
footer .banner-container a img:hover {
  opacity: 0.5;
}
footer .footer-contents {
  position: relative;
  padding: 80px 0;
  background: #f6ab01;
  z-index: 1;
}
footer .footer-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_stripe.jpg) left top repeat;
  background-size: 50px auto;
  mix-blend-mode: color-burn;
  animation: bgStripe 4s infinite linear;
  z-index: -1;
}
footer .footer-contents .inner {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}
footer .footer-contents .inner .wedget-container {
  width: 50%;
}
footer .footer-contents .inner .right-column {
  width: 50%;
}
footer .footer-contents .inner .right-column .footer-banner {
  margin: 0 auto;
  max-width: 342px;
}
footer .footer-contents .inner .right-column .footer-banner .footer-banner-box {
  margin-bottom: 20px;
}
footer .footer-contents .inner .right-column .footer-banner .footer-banner-box img {
  transition: opacity 0.3s;
}
footer .footer-contents .inner .right-column .footer-banner .footer-banner-box img:hover {
  opacity: 0.5;
}
footer .footer-contents .inner .right-column .footer-banner .footer-banner-text {
  font-size: 11px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
footer .footer-contents .inner .right-column .share-container .share-text {
  font-size: 11px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
footer .footer-contents .inner .right-column .share-container .share-inner {
  display: flex;
  justify-content: center;
  gap: 20px;
}
footer .footer-contents .inner .right-column .share-container .share-box {
  width: 44px;
}
footer .footer-contents .inner .right-column .share-container .share-box a {
  display: block;
  width: 100%;
}
footer .footer-contents .inner .right-column .share-container .share-box a img {
  transition: opacity 0.3s;
}
footer .footer-contents .inner .right-column .share-container .share-box a img:hover {
  opacity: 0.5;
}
footer .footer-contents .inner .right-column .credit {
  margin-top: 20px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer .banner-container {
    gap: 20px;
    margin: 0 auto 50px;
    width: 90%;
  }
  footer .banner-container a {
    width: 100%;
  }
  footer .footer-contents {
    padding: 50px 0;
  }
  footer .footer-contents .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  footer .footer-contents .inner .wedget-container {
    margin: 0 auto;
    width: 90%;
  }
  footer .footer-contents .inner .right-column {
    margin: 0 auto;
    width: 90%;
  }
}
section {
  position: relative;
  margin-bottom: 150px;
  padding-bottom: 10px;
}
section .inner {
  margin: -40px auto 0;
  max-width: 1100px;
  width: 100%;
}
section .section-title {
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
}
section h2 {
  position: relative;
  font-size: 72px;
  color: #e7306d;
  font-weight: 700;
  line-height: 1em;
}
section .section-title-ja {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  section {
    margin-bottom: 80px;
  }
  section .inner {
    width: 90%;
  }
  section .section-title {
    margin-bottom: 30px;
  }
  section h2 {
    font-size: 35px;
    text-align: center;
  }
  section .section-title-ja {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
  }
}
.page-news .section-news {
  position: relative;
  overflow: initial;
}
.page-news .section-news .inner {
  margin-top: -40px;
}
.page-news .section-news .section-title::before {
  display: none;
}
.page-news .section-news h2 {
  font-size: 72px;
}
.page-news .section-news h2::before {
  display: none;
}
.page-news .section-news .section-title-ja {
  margin-top: 10px;
  font-size: 20px;
}
.page-news .section-news .section-contents {
  position: relative;
  margin: 50px auto 0;
  padding: 20px 40px;
  width: calc(100% - 120px);
  background: #fcfcfc;
}
.page-news .section-news .section-contents::before {
  display: none;
}
.page-news .section-news.section-article .news-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.page-news .section-news.section-article .news-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/dots-gray.svg) repeat-x;
  background-size: auto 100%;
}
.page-news .section-news.section-article .news-title-text {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}
.page-news .section-news .news-text p {
  margin-bottom: 30px;
}
.page-news .section-news .news-text p a {
  font-weight: 700;
  color: #f6ab01;
  transition: opacity 0.3s;
}
.page-news .section-news .news-text p a:hover {
  opacity: 0.5;
}
.page-news .section-news .news-text .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-news .section-news .news-text .youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.page-news .section-news .news-text h1 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #e7306d;
  font-weight: 700;
  line-height: 1.2em;
}
.page-news .section-news .news-text img {
  max-width: 100%;
  width: auto;
}
.page-news .back-button {
  margin: 60px auto 0;
  width: 260px;
  height: 60px;
}
.page-news .back-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 1px #f6ab01;
  border-radius: 4px;
  transition: background 0.3s;
}
.page-news .back-button a p {
  color: #f6ab01;
  transition: color 0.3s;
}
.page-news .back-button a svg {
  fill: #f6ab01;
}
.page-news .back-button a .tri {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate3d(0, -50%, 0);
  font-size: 12px;
}
.page-news .back-button:hover a {
  background: #f6ab01;
}
.page-news .back-button:hover a p {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .page-news .section-news h2 {
    font-size: 35px;
    text-align: center;
  }
  .page-news .section-news .section-title-ja {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
  }
  .page-news .section-news .section-contents {
    padding: 0;
    width: 100%;
  }
  .page-news .section-news .section-contents .news-item a {
    padding: 20px 20px 10px;
  }
  .page-news .section-news .section-contents .news-title {
    font-size: 13px;
  }
  .page-news .section-news .section-contents .news-more {
    right: 20px;
  }
  .page-news .section-news.section-article .news-title-text {
    font-size: 20px;
  }
  .page-news .section-news.section-article .section-contents {
    padding: 20px;
  }
  .page-news .section-news .news-text p {
    font-size: 14px;
  }
  .page-news .section-news .news-text h1 {
    font-size: 20px;
  }
}
.section-books .book-link {
  position: absolute;
  top: 70px;
  right: 0;
  transition: opacity 0.3s;
}
.section-books .book-link a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.section-books .book-link p {
  font-size: 16px;
  color: #e7306d;
  font-weight: 700;
}
.section-books .book-link svg {
  fill: #e7306d;
}
.section-books .book-link:hover {
  opacity: 0.5;
}
.section-books .section-contents {
  padding-left: 5%;
}
.section-books .section-contents .books-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.section-books .section-contents .books-title::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 3px;
  background: url(../images/dots-gray.svg);
  background-size: auto 100%;
}
.section-books .section-contents .books-title .inner {
  position: relative;
  margin: 0;
  padding-right: 20px;
  max-width: 100%;
  width: auto;
}
.section-books .section-contents .books-title .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -25px;
  width: 60px;
  height: 62px;
  background: url(../images/deco_001.svg);
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}
.section-books .section-contents .books-title .main {
  font-size: 20px;
  font-weight: 700;
  color: #e7306d;
}
.section-books .section-contents .books-title .sub {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
}
.section-books .section-contents .books-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(15px,1.36vw);
}
.section-books .section-contents .books-list .books-item {
  position: relative;
  width: min(135px,12.27vw);
}
.section-books .section-contents .books-list .books-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.3s;
  background: linear-gradient(45deg, #ebae3c 0, #d5436f 100%);
  cursor: pointer;
  pointer-events: none;
}
.section-books .section-contents .books-list .books-item:hover::before {
  opacity: 1;
}
.section-books .section-contents .other-container {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.section-books .section-contents .other-container .books-container {
  width: 45%;
}

@media only screen and (max-width: 768px) {
  .section-books .book-link {
    display: none;
  }
  .section-books .section-contents {
    padding-left: 0;
  }
  .section-books .section-contents .books-title .inner {
    padding: 0 10px;
  }
  .section-books .section-contents .books-title .inner::before {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .section-books .section-contents .books-title::before {
    content: "";
    display: block;
    flex-grow: 1;
    height: 3px;
    background: url(../images/dots-gray.svg);
    background-size: auto 100%;
  }
  .section-books .section-contents .books-title .main {
    font-size: 16px;
    text-align: center;
  }
  .section-books .section-contents .books-title .sub {
    margin-top: 0;
    font-size: 10px;
    text-align: center;
  }
  .section-books .section-contents .books-list {
    column-gap: 5%;
    row-gap: 20px;
  }
  .section-books .section-contents .books-list .books-item {
    width: 30%;
  }
  .section-books .section-contents .other-container {
    flex-direction: column;
  }
  .section-books .section-contents .other-container .books-container {
    width: 100%;
  }
  .section-books .section-contents .other-container .books-container:first-child {
    margin-bottom: 60px;
  }
  .section-books .section-contents .other-container .books-container .books-list {
    justify-content: center;
  }
  .section-books .section-contents .book-button {
    margin: 60px auto 0;
    width: 260px;
    height: 60px;
  }
  .section-books .section-contents .book-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 1px #e7306d;
    border-radius: 4px;
  }
  .section-books .section-contents .book-button a p {
    color: #e7306d;
  }
  .section-books .section-contents .book-button a svg {
    fill: #e7306d;
  }
  .section-books .section-contents .book-button a .tri {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate3d(0, -50%, 0);
    font-size: 12px;
  }
}
.page .twitter-link {
  position: absolute;
  top: 70px;
  right: 0;
}
.page .twitter-link a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.page .twitter-link p {
  font-size: 16px;
  color: #47b0f4;
  font-weight: 700;
  transition: color 0.3s;
}
.page .twitter-link svg {
  fill: #47b0f4;
  transition: fill 0.3s;
}
.page .twitter-link:hover p {
  color: #434343;
}
.page .twitter-link:hover svg {
  fill: #434343;
}

.section-intro .inner {
  max-width: 100%;
}
.section-intro .section-title {
  margin: 0 auto 60px;
  max-width: 1100px;
}
.section-intro .section-contents {
  position: relative;
  border-top: solid 2px #ffa0a9;
  border-left: solid 2px #9fecff;
  border-right: solid 2px #fddf8f;
  border-bottom: solid 2px #f8bffc;
  z-index: 1;
}
.section-intro .section-contents::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  background: url(/_assets/images/_common/bg/dotted_white.png) left top repeat;
  background-size: 16px auto;
  z-index: 1;
}
.section-intro .section-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.section-intro .section-contents .intro-inner {
  position: relative;
  margin: 0 auto;
  padding: 130px 0 190px;
  max-width: 1100px;
  z-index: 10;
}
.section-intro .section-contents .intro-inner .intro-top-text {
  display: inline;
  font-size: 31px;
  font-weight: 800;
  color: #e7306d;
  line-height: 1.5em;
  background: linear-gradient(transparent 75%, #fff 75%);
}
.section-intro .section-contents .intro-inner .intro-text {
  margin-top: 45px;
  font-size: 18px;
  line-height: 2em;
}
.section-intro .section-contents .intro-inner .intro-text .intro-line {
  font-size: 22px;
  font-weight: 900;
}
.section-intro .section-contents .intro-inner .intro-text .intro-line.line-orange {
  background: linear-gradient(transparent 70%, #f6ab00 70%);
}
.section-intro .section-contents .intro-inner .intro-text .intro-line.line-transparent {
  background: linear-gradient(transparent 70%, #fddf8f 70%);
}
.section-intro .section-contents .intro-inner .intro-text .intro-line.line-pink {
  background: linear-gradient(transparent 70%, #ffa0a9 70%);
}
.section-intro .section-contents .intro-inner .intro-text .intro-line.line-blue {
  background: linear-gradient(transparent 70%, #9fecff 70%);
}
.section-intro .section-contents .intro-inner .intro-text .intro-line.line-purple {
  background: linear-gradient(transparent 70%, #f8bffc 70%);
}
.section-intro .section-contents .intro-inner .intro-text .intro-line.line-white {
  background: linear-gradient(transparent 70%, #fff 70%);
}
.section-intro .section-contents .intro-inner .intro-text .intro-line.line-blue2 {
  background: linear-gradient(transparent 70%, #90aded 70%);
}
.section-intro .section-contents .intro-inner .intro-bottom-text {
  margin-top: 45px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5em;
  color: #e7306d;
}
.section-intro .intro-bg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-intro .intro-bg-container .intro-bg {
  position: relative;
}
.section-intro .intro-bg-container .intro-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.2);
  opacity: 0;
  transition: opacity 3s, transform 4s ease;
}
.section-intro .intro-bg-container .intro-bg.first {
  background: url(../images/intro-bg-pc.jpg) center center;
  background-size: cover;
}
.section-intro .intro-bg-container .intro-bg.active img {
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .page .twitter-link {
    display: none;
  }
  .section-intro .intro-bg-container .intro-bg.first {
    background: url(../images/intro-bg-sp.jpg) center center;
    background-size: cover;
  }
  .section-intro .inner {
    width: 100%;
  }
  .section-intro .section-title {
    margin: 0 auto 30px;
  }
  .section-intro .section-contents .intro-inner {
    padding: 50px 0;
    width: 90%;
  }
  .section-intro .section-contents .intro-inner .intro-container {
    text-align: center;
  }
  .section-intro .section-contents .intro-inner .intro-top-text {
    font-size: 16px;
  }
  .section-intro .section-contents .intro-inner .intro-text {
    margin-top: 20px;
    font-size: 11px;
  }
  .section-intro .section-contents .intro-inner .intro-text .intro-line {
    font-size: 14px;
  }
  .section-intro .section-contents .intro-inner .intro-bottom-text {
    margin-top: 20px;
    font-size: 16px;
  }
}
.section-chara .chara-icon-container {
  margin-bottom: 30px;
}
.section-chara .chara-icon-container .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.section-chara .chara-icon {
  position: relative;
  width: 112px;
  border-radius: 4px;
  border: solid 1px #f6ab01;
  background: url(../images/bg_thumb.jpg);
  background-size: 100% 100%;
  cursor: pointer;
}
.section-chara .chara-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  border-radius: 4px;
  transition-duration: 0.3s;
  background: #f6ab00;
}
.section-chara .chara-icon:nth-of-type(2)::after {
  background: #ffa0a9;
}
.section-chara .chara-icon:nth-of-type(3)::after {
  background: #fddf8f;
}
.section-chara .chara-icon:nth-of-type(4)::after {
  background: #9fecff;
}
.section-chara .chara-icon:nth-of-type(5)::after {
  background: #f8bffc;
}
.section-chara .chara-icon:nth-of-type(6)::after {
  background: #90aded;
}
.section-chara .chara-icon:hover::after {
  opacity: 0.8;
}
.section-chara .chara-icon.swiper-slide-thumb-active::after {
  opacity: 0.8;
}
.section-chara .chara-container {
  overflow: initial;
}
.section-chara .chara-box {
  display: grid;
  grid-template-rows: 100px max-content max-content max-content 1fr;
  grid-template-columns: 45% 1fr auto;
  grid-template-areas: "stand blank1 blank2" "stand profile name" "stand cv name" "stand pic name" "stand blank name";
  padding-right: 95px;
}
.section-chara .chara-stand {
  grid-area: stand;
  max-width: 494px;
}
.section-chara .chara-profile {
  grid-area: profile;
  padding-right: 20px;
}
.section-chara .chara-profile .chara-profile-title {
  margin-bottom: 10px;
  font-size: 10px;
  color: #e7306d;
}
.section-chara .chara-profile .chara-profile-text {
  font-size: 13px;
  line-height: 1.92em;
}
.section-chara .chara-cv {
  grid-area: cv;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  padding: 40px 20px 40px 0;
}
.section-chara .chara-cv::before {
  content: "";
  display: block;
  flex-grow: 1;
  background: url(/_assets/images/_common/deco/dots_gray.svg) left top repeat-x;
  background-size: 8px auto;
  height: 3px;
}
.section-chara .chara-cv .chara-cv-title {
  font-size: 13px;
  color: #e7306d;
}
.section-chara .chara-cv .chara-cv-text {
  font-size: 17px;
  font-weight: 900;
}
.section-chara .chara-cv .comment-button {
  display: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background: #e7306d;
  transition: opacity 0.3s;
}
.section-chara .chara-cv .comment-button:hover {
  opacity: 0.5;
}
.section-chara .chara-cv .comment-button.opened {
  display: flex;
}
.section-chara .chara-pic {
  display: none;
  grid-area: pic;
  position: relative;
  max-width: 364px;
  z-index: 1;
}
.section-chara .chara-pic::before, .section-chara .chara-pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-chara .chara-pic::before {
  background: #efefef;
  transform: rotate(-2deg);
  z-index: -2;
}
.section-chara .chara-pic::after {
  background: #ffa0a9;
  z-index: -1;
  transform: rotate(2deg);
}
.section-chara .chara-pic .inner {
  margin: 0;
  max-width: 100%;
  border: solid 3px #fff;
}
.section-chara .chara-name {
  grid-area: name;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}
.section-chara .chara-name .chara-name-en {
  font-size: 16px;
  color: #ffa0a9;
  line-height: 1em;
  writing-mode: vertical-rl;
}
.section-chara .chara-name .chara-name-jp {
  font-size: 72px;
  font-weight: 900;
  line-height: 1em;
  writing-mode: vertical-rl;
}
.section-chara .chara-arrow {
  position: absolute;
  top: 50%;
  width: 45px;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s;
}
.section-chara .chara-arrow:hover {
  opacity: 0.5;
}
.section-chara .chara-arrow.next {
  right: 0;
  transform: translate3d(0, -50%, 0);
}
.section-chara .chara-arrow.prev {
  left: 0;
  transform: translate3d(0, -50%, 0) scale(-1, 1);
}

.comment-modal-container {
  display: none;
  gap: 50px;
}
.comment-modal-container.active {
  display: flex;
}
.comment-modal-container .comment-pic {
  width: calc(50% - 25px);
}
.comment-modal-container .comment-right {
  width: calc(50% - 25px);
}
.comment-modal-container .comment-pos {
  margin-bottom: 5px;
  font-size: 15px;
  color: #e7306d;
  font-weight: 900;
}
.comment-modal-container .comment-pos::after {
  content: " 役";
}
.comment-modal-container .comment-name-jp {
  font-size: 46px;
  font-weight: 900;
  line-height: 1em;
}
.comment-modal-container .comment-name-en {
  margin-bottom: 40px;
  font-size: 16px;
  opacity: 0.2;
}
.comment-modal-container .question {
  margin-bottom: 10px;
  font-size: 14px;
  color: #f6ab01;
  font-weight: 900;
}
.comment-modal-container .answer {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8em;
}

@media only screen and (max-width: 768px) {
  .section-chara .chara-icon-container .swiper-wrapper {
    flex-wrap: wrap;
    gap: 5px;
  }
  .section-chara .chara-icon {
    width: 57px;
  }
  .section-chara .chara-box {
    grid-template-rows: 1fr max-content max-content;
    grid-template-columns: 1fr;
    grid-template-areas: "stand" "profile" "pic";
    padding-right: 0;
  }
  .section-chara .chara-cv {
    grid-area: initial;
    writing-mode: vertical-rl;
    position: absolute;
    padding: 0;
  }
  .section-chara .chara-name {
    grid-area: initial;
    position: absolute;
    top: 0;
    right: 0;
  }
  .section-chara .chara-name .chara-name-en {
    font-size: 11px;
  }
  .section-chara .chara-name .chara-name-jp {
    font-size: 48px;
  }
  .section-chara .chara-profile {
    padding: 0 0 20px;
  }
  .section-chara .chara-pic .inner {
    width: 100%;
  }
  .comment-modal-container {
    flex-direction: column;
  }
  .comment-modal-container .comment-pic, .comment-modal-container .comment-right {
    width: 100%;
  }
}
.section-staffcast h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 900;
  color: #e7306d;
}
.section-staffcast h3::after {
  content: "";
  flex-grow: 1;
  display: block;
  height: 3px;
  background: url(/_assets/images/_common/deco/dots_gray.svg) left top repeat-x;
  background-size: 8px auto;
}
.section-staffcast .sc-container {
  margin-bottom: 80px;
}
.section-staffcast .staff-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 20px;
  margin: 0 auto;
  max-width: calc(100% - 200px);
}
.section-staffcast .staff-item {
  width: calc(25% - 15px);
}
.section-staffcast .staff-item .position {
  font-size: 13px;
  font-weight: 900;
  color: #f6ab01;
}
.section-staffcast .staff-item .name {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
}
.section-staffcast .staff-item .name .small {
  font-size: 14px;
}
.section-staffcast .staff-item .name .comment-button {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  background: #e7306d;
}
.section-staffcast .staff-item .name .comment-button.opened {
  display: flex;
}
.section-staffcast .staff-item .name .songtitle {
  font-size: 10px;
  opacity: 0.5;
}
.section-staffcast .staff-item .name p {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.section-staffcast .staff-item .name p:first-child {
  /* margin-right: .5em; */
}
.section-staffcast .staff-item.long {
  width: 100%;
}
.section-staffcast .staff-item.long .name .comment-button {
  padding: 1px 16px;
  width: auto;
  height: auto;
  background: #f6ab01;
}
.section-staffcast .staff-item.half {
  width: calc(50% - 10px);
}

@media only screen and (max-width: 768px) {
  .section-staffcast h3 {
    font-size: 16px;
  }
  .section-staffcast h3::after {
    content: "";
    flex-grow: 1;
    display: block;
    height: 3px;
    background: url(/_assets/images/_common/deco/dots_gray.svg) left top repeat-x;
    background-size: 8px auto;
  }
  .section-staffcast .staff-list {
    justify-content: center;
    max-width: 100%;
  }
  .section-staffcast .staff-item {
    width: calc(50% - 10px);
  }
  .section-staffcast .staff-item .position {
    font-size: 10px;
    text-align: center;
  }
  .section-staffcast .staff-item .name {
    justify-content: center;
    font-size: 16px;
    text-align: center;
  }
  .section-staffcast .staff-item .name .small {
    font-size: 10px;
  }
  .section-staffcast .staff-item.long .name {
    display: flex;
    flex-direction: column;
  }
  .section-staffcast .staff-item.long .name .comment-button {
    margin: 0;
  }
  .section-staffcast .staff-item.half {
    width: 100%;
  }
  .section-staffcast .staff-item p:first-child {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */