@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : base.css
Description : 共通
===================================================================== */
/* ========================================================
    base
======================================================== */
#early-warning {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}

.gDef-top-banner {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}

#gDefFooter {
  position: relative;
  z-index: 1;
}

.gDef-contents {
  position: relative;
  overflow: hidden;
}
.gDef-contents * {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.8;
  box-sizing: border-box;
}
.gDef-contents img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}
.gDef-contents a {
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}
.gDef-contents dt {
  font-weight: 400;
}
.gDef-contents em {
  font-style: normal;
}
.gDef-contents p {
  font-weight: bold;
}
.gDef-contents .en {
  font-family: "Girassol", serif;
}
.gDef-contents small {
  font-size: 70%;
}

.sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
}

/* ========================================================
    layout
======================================================== */
html {
  min-height: 100vh;
  overflow-x: hidden;
  font-size: calc(10 / 750 * 100vw);
  scroll-behavior: smooth;
  /*&.is-popup-open {
      //popupが開いてる時は無効
      scroll-behavior: auto;
  }*/
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1400 * 100vw);
  }
}
@media screen and (min-width: 1080px) {
  html {
    font-size: calc(10 / 1400 * 100vw);
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

.gDef-contents {
  width: 100%;
  color: #151515;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .gDef-contents {
    clip-path: inset(0);
  }
}
@media screen and (min-width: 768px) {
  .gDef-contents {
    font-size: clamp(1.6rem, 1.3888888889vw, 2rem);
  }
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wrapper::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -5;
}

.main {
  position: relative;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .inner {
    width: calc(100% - 20rem);
    padding: 11rem 0;
    margin: 0 auto;
  }
}

.text_align_left {
  text-align: left;
}
.text_align_center {
  text-align: center;
}
.text_align_right {
  text-align: right;
}
.text-red {
  color: #e70012 !important;
}
.text_indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.text_link {
  position: relative;
  display: inline-block;
  margin-left: 1em;
}

.ttl {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  font-size: 16rem;
  font-family: "Girassol", serif;
  color: #e70012;
  align-self: start;
  line-height: 0.8;
  padding-top: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .ttl {
    font-size: clamp(60px, 11.4285714286vw, 160px);
  }
}
.ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 19rem;
  aspect-ratio: 380/50;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .ttl span {
    font-size: 3rem;
  }
}
.ttl span.left {
  left: 0;
}
.ttl span.center {
  left: 50%;
  transform: translateX(-50%);
}
.ttl span.right {
  right: 0;
}
.news .ttl span {
  background: url(../images/top/ttl_news_bg.png) no-repeat center/contain;
}
.movie .ttl span {
  color: #151515;
  background: url(../images/top/ttl_movie_bg.png) no-repeat center/contain;
}
.story .ttl span {
  background: url(../images/top/ttl_story_bg.png) no-repeat center/contain;
}
.character .ttl span {
  width: 23rem;
  aspect-ratio: 460/50;
  background: url(../images/top/ttl_character_bg.png) no-repeat center/contain;
}
.music .ttl span {
  color: #151515;
  aspect-ratio: 460/50;
  background: url(../images/top/ttl_music_bg.png) no-repeat center/contain;
}
.staff .ttl span {
  background: url(../images/top/ttl_staff_bg.png) no-repeat center/contain;
}

.youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}
.youtube__play {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.youtube__thumb {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.youtube .youtube__play {
  position: relative;
}
.youtube .youtube__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  aspect-ratio: 414/214;
  background-image: url("../images/top/icon_play.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transition: all 0.3s;
}
.youtube .youtube__play:hover::before {
  width: 20rem !important;
}
.youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.fade-in {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================================
    nav list
======================================================== */
.topnav__list {
  padding-top: 3rem;
  border-top: 2px solid #e70012;
  position: relative;
  max-width: 30.5rem;
  margin-inline: auto;
}
.topnav__list::after {
  content: "";
  display: block;
  width: 5px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translateX(-50%);
  z-index: 1;
  background: url(../images/top/bg_mv.jpg);
}
.topnav__list li {
  position: relative;
  overflow: hidden;
  font-family: "Girassol", serif;
  font-size: 3rem;
  line-height: 1;
  color: #e70012;
  background: transparent;
  transition: color 0.3s;
  z-index: 0;
  margin-bottom: 0.5rem;
}
.topnav__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1em;
  background: #151515;
  transform: translate(-101%, -50%);
  transition: transform 0.3s ease;
  z-index: -1;
}
.topnav__list li:hover::before {
  transform: translate(0, -50%);
}
.topnav__list li.yet {
  pointer-events: none;
  color: #666;
}

.sns__list {
  margin-top: 2rem;
  max-width: 30.5rem;
  margin-inline: auto;
}
.sns__list li {
  font-family: "Girassol", serif;
  color: #151515;
  font-size: 2rem;
}
.sns__list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 2rem;
  border: 1px solid #b5b4a7;
  background: linear-gradient(#b5b4a7, #b5b4a7) left top/6px 6px no-repeat, linear-gradient(#b5b4a7, #b5b4a7) right top/6px 6px no-repeat, linear-gradient(#b5b4a7, #b5b4a7) left bottom/6px 6px no-repeat, linear-gradient(#b5b4a7, #b5b4a7) right bottom/6px 6px no-repeat;
}
.sns__list li a:hover {
  border: 1px solid #e70012;
  background: linear-gradient(#e70012, #e70012) left top/6px 6px no-repeat, linear-gradient(#e70012, #e70012) right top/6px 6px no-repeat, linear-gradient(#e70012, #e70012) left bottom/6px 6px no-repeat, linear-gradient(#e70012, #e70012) right bottom/6px 6px no-repeat;
}
.sns__list li .icon {
  width: 2.7rem;
  margin-right: 1rem;
}
.sns__list li .icon img {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================================================
    side menu
======================================================== */
@media screen and (max-width: 767px) {
  .sidenav__top__line {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 8px solid #91000b;
  }
  .gDef-contents nav {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  nav.is-before .sidenav__top__line,
  nav.is-before .nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  nav.is-before {
    position: absolute;
    top: var(--nav-top, 0px);
    left: 0;
    right: auto;
  }
}

/*-------------------------------------
    nav toggle
-------------------------------------*/
.nav-toggle {
  position: fixed;
  z-index: 1100;
  left: auto;
  right: 0;
  top: 0;
  width: 15rem;
  min-width: 6rem;
  height: 8.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: url(../images/common/bg_nav.png) repeat;
  cursor: pointer;
  transform: translateX(0);
  transition: none;
}
.nav-toggle::after {
  display: none;
}
.nav-toggle__deco {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav-toggle__deco {
    display: block;
    width: 100%;
    margin-top: 10rem;
    padding: 0 2rem;
    position: relative;
  }
  .nav-toggle__deco::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #151515;
    z-index: 2;
  }
}
.nav-toggle__lines {
  width: 100%;
  height: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .nav-toggle__lines {
    width: 22px;
    height: 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20rem;
  }
}
.nav-toggle__line {
  width: 100%;
  height: 2px;
  background: #151515;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .nav-toggle__line:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nav-toggle__line {
    width: 2px;
    height: 80px;
    background: #e0dfd5;
  }
}
.nav-toggle__text {
  margin-top: 0.5rem;
  font-family: "Girassol", serif;
  font-size: 3rem;
  color: #151515;
  letter-spacing: 0.15em;
  writing-mode: horizontal-tb;
  text-orientation: initial;
  line-height: 1;
  transform: translateX(0.5rem);
}
@media screen and (min-width: 768px) {
  .nav-toggle__text {
    margin-top: 1.5rem;
    color: #e0dfd5;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: normal;
    transform: none;
  }
}
.nav-toggle.is-open {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .nav-toggle.is-open {
    transform: translateX(var(--sidenav-slide, 0px));
  }
}
.nav-toggle.is-stopped {
  position: absolute;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .nav-toggle.is-stopped {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-toggle.is-stopped {
    left: 0;
    right: auto;
    bottom: 0;
    transform: translateX(0);
  }
}
@media screen and (min-width: 768px) {
  .nav-toggle {
    left: 0;
    right: auto;
    top: var(--nav-top, 0px);
    width: 8rem;
    min-width: 6rem;
    height: calc(100vh - var(--nav-top, 0px));
    justify-content: flex-start;
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .nav-toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #91000b;
  }
}

/*-------------------------------------
    sidenav
-------------------------------------*/
.sidenav {
  position: fixed;
  z-index: 900;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 0;
  height: 100dvh;
  min-height: 100dvh;
  background: url(../images/top/bg_mv.jpg) repeat;
  transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  .sidenav {
    left: 0;
    top: var(--nav-top, 0px);
    width: -moz-max-content;
    width: max-content;
    min-width: 40rem;
    height: calc(100vh - var(--nav-top, 0px));
    min-height: 0;
    transform: translateX(calc(-100% + 8rem));
  }
}
.sidenav.is-open {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .sidenav.is-open {
    transform: translateX(0);
  }
}
.sidenav.is-animated {
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (min-width: 768px) {
  .sidenav.is-animated {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
.sidenav.is-stopped {
  position: absolute;
  top: auto;
  bottom: 0;
  height: 100dvh;
  transform: translateY(100%);
}
.sidenav.is-stopped.is-open {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .sidenav.is-stopped {
    top: auto;
    bottom: 0;
    height: 100vh;
    transform: translateX(calc(-100% + 8rem));
  }
  .sidenav.is-stopped.is-open {
    transform: translateX(0);
  }
}
.sidenav__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 4rem 5rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .sidenav__inner {
    align-items: center;
    justify-content: flex-start;
    padding-top: 10rem;
    padding-left: 4rem;
    padding-right: 10rem;
    flex-wrap: wrap;
    overflow-y: visible;
  }
}
.sidenav .logo {
  width: 64.1791044776%;
  margin: 0 auto 6rem;
}
@media screen and (min-width: 768px) {
  .sidenav .logo {
    width: 100%;
    max-width: 31rem;
  }
}
.sidenav .topnav__list {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .sidenav .topnav__list {
    max-width: 31rem;
  }
}
.sidenav .topnav__list li {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sidenav .topnav__list li {
    font-size: 5rem;
  }
}
.sidenav .topnav__list li a {
  display: block;
}
.sidenav .sns__list {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .sidenav .sns__list {
    max-width: 31rem;
  }
}
.sidenav .sns__list li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sidenav .sns__list li {
    font-size: 4rem;
  }
}
.sidenav .sns__list li a {
  justify-content: center;
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
  background: #151515;
}
.footer .inner {
  background: url(../images/common/bg_footer.png) no-repeat center/contain;
}
.footer .footbnr__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 915px;
  margin: 6rem auto auto;
  gap: 6rem;
}
@media screen and (min-width: 768px) {
  .footer .footbnr__list {
    margin: auto;
  }
}
.footer .footbnr__list li {
  width: 78.6666666667%;
}
@media screen and (min-width: 768px) {
  .footer .footbnr__list li {
    width: 46.6666666667%;
  }
}
.footer .footbnr__list li:first-child {
  width: 85.3333333333%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .footer .footbnr__list li:first-child {
    width: 69.9453551913%;
    margin-bottom: 0;
  }
}
.footer .copyright_text {
  padding: 4rem 0 6rem;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .copyright_text {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .footer .copyright_text {
    padding: 3rem 0 6rem;
  }
}

.pagetop {
  position: fixed;
  left: 50%;
  bottom: 3rem;
  z-index: 100;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 768px) {
  .pagetop {
    left: unset;
    right: 3rem;
    bottom: 5rem;
    transform: none;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.pagetop.is-footer {
  position: absolute;
  bottom: auto;
}
.pagetop_btn {
  position: relative;
  width: 17rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .pagetop_btn {
    width: 11rem;
  }
}
.pagetop_btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Girassol", serif;
  color: #c42a36;
  font-size: 2.2rem;
  text-align: center;
}
.pagetop_btn a span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  transform: translateY(-5px);
}
.pagetop_btn a::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../images/common/img_pagetop.png) no-repeat center center/contain;
}
.pagetop_btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  transform: translateY(-5px);
  background: url(../images/common/icon_pagetop_arrow.svg) no-repeat center center/contain;
}
.pagetop_btn a:hover::before {
  transition: transform 1s;
  transform: rotate(360deg);
}
/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  inset: 0;
  display: none;
  overflow-y: auto;
  padding: 5rem 8rem 5rem 0;
  background: rgba(55, 55, 55, 0.9);
  z-index: 2000;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup {
    padding: 5rem 3.5rem;
  }
}
.popup_inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  cursor: default;
  padding: 4rem 0;
  background: url(../images/top/bg_mv.jpg) repeat;
}
@media screen and (min-width: 768px) {
  .popup_inner {
    width: 80%;
    padding: 4rem !important;
  }
}
.popup_inner .deco {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Girassol", serif;
  color: #cdccc6;
  font-size: 11rem;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .popup_inner .deco {
    font-size: 7rem;
  }
}
.popup_inner h4 {
  display: inline-block;
  font-size: 6rem;
  font-family: "Girassol", serif;
  line-height: 0.75;
  color: #e70012;
  padding: 0 1em;
  border: 1px solid #b5b4a7;
  background: linear-gradient(#e70012, #e70012) left top/4px 4px no-repeat, linear-gradient(#e70012, #e70012) right top/4px 4px no-repeat, linear-gradient(#e70012, #e70012) left bottom/4px 4px no-repeat, linear-gradient(#e70012, #e70012) right bottom/4px 4px no-repeat;
}
@media screen and (min-width: 768px) {
  .popup_inner h4 {
    font-size: 4rem;
  }
}
.popup_inner .frame01 {
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 3px, #c4c3bc 3px, #c4c3bc 4px);
  border: 4px solid #b5b4a7;
}
@media screen and (min-width: 768px) {
  .popup_inner .frame01 {
    border-width: 2px;
  }
}
.popup_close {
  position: absolute;
  top: 1rem;
  left: 100%;
  width: 8rem;
  aspect-ratio: 60/160;
  background: url(../images/top/btn_close.png) no-repeat left top/contain;
}
@media screen and (min-width: 768px) {
  .popup_close {
    width: 6rem;
  }
}
.popup_close:hover {
  background: url(../images/top/btn_close_h.png) no-repeat left top/contain;
}
.popup_content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .popup_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.popup-comment .popup_inner {
  padding-top: 6rem !important;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .popup-comment .popup_inner {
    padding-top: 6rem;
    align-items: flex-start;
  }
}
.popup-comment .popup_content {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.popup-comment .staff-name {
  width: 74.6268656716%;
  font-size: 3.2rem;
  color: #e70012;
  font-family: "Noto Serif JP", serif;
  padding: 4rem 0;
  margin: 0 auto auto;
}
@media screen and (min-width: 768px) {
  .popup-comment .staff-name {
    width: 42.3529411765%;
    font-size: 2.2rem;
  }
}
.popup-comment .staff-name span {
  display: block;
  color: #151515;
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  .popup-comment .staff-name span {
    font-size: 3.2rem;
  }
}
.popup-comment .staff-comment {
  width: 100%;
  text-align: left;
  line-height: 2;
  font-weight: 500;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .popup-comment .staff-comment {
    padding: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .popup-comment .staff-comment {
    width: 51.7647058824%;
    font-size: 1.8rem;
  }
}
.popup-chara {
  justify-content: center;
}
.popup-chara .popup_inner {
  max-width: 1000px;
  box-sizing: border-box;
  padding-top: 0 !important;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .popup-chara .popup_inner {
    margin-inline: auto;
  }
}
.popup-chara .deco {
  font-size: 11rem;
}
@media screen and (min-width: 768px) {
  .popup-chara .first_block {
    display: flex;
    justify-content: space-between;
    margin-right: 7rem;
    margin-bottom: 4rem;
  }
}
.popup-chara .chara_img {
  width: 62.6865671642%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .popup-chara .chara_img {
    width: 51.2195121951%;
    margin: unset;
  }
}
.popup-chara .chara_info {
  width: 88.0597014925%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .popup-chara .chara_info {
    width: 43.9024390244%;
    margin-right: 0;
  }
}
.popup-chara .chara_info_profile {
  width: calc(100% - 8rem);
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  padding: 2rem 0;
  margin: 4rem auto 3rem;
  /*background: repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 3px,
      #c4c3bc 3px,
      #c4c3bc 4px
  );*/
}
@media screen and (min-width: 768px) {
  .popup-chara .chara_info_profile {
    width: 100%;
  }
}
.popup-chara .chara_info_profile .chara_info_position {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .popup-chara .chara_info_profile .chara_info_position {
    font-size: 1.8rem;
  }
}
.popup-chara .chara_info_profile .chara_info_position span {
  display: block;
  font-size: 1.6rem;
}
.popup-chara .chara_info_profile .chara_info_name {
  font-size: 5rem;
  line-height: 1.4;
  padding-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .popup-chara .chara_info_profile .chara_info_name {
    font-size: 3.2rem;
  }
}
.popup-chara .chara_info_profile .chara_info_name span {
  display: block;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .popup-chara .chara_info_profile .chara_info_name span {
    font-size: 1.6rem;
  }
}
.popup-chara .chara_info_description {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .popup-chara .chara_info_description {
    font-size: 1.8rem;
  }
}
.popup-chara .popup_content {
  padding-top: 4rem;
  padding-bottom: 2rem;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .popup-chara .popup_content {
    display: flex;
    justify-content: space-between;
  }
}
.popup-chara .cv-block {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .popup-chara .cv-block {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding: 0 4rem;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .popup-chara .cv-block {
    width: 28.4210526316%;
  }
}
.popup-chara .cv-block h5 {
  width: 7rem;
  margin-top: 0.5em;
  align-items: 70/27;
  background: url(../images/top/bg_cv.png) no-repeat center/contain;
  font-family: "Girassol", serif;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .popup-chara .cv-block h5 {
    width: 5rem;
    font-size: 2rem;
    align-items: 50/17;
  }
}
.popup-chara .cv-block .cv-name {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .popup-chara .cv-block .cv-name {
    font-size: 3.2rem;
  }
}
.popup-chara .cv-block_r {
  width: 100%;
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  padding: 4rem 4rem 0;
}
@media screen and (min-width: 768px) {
  .popup-chara .cv-block_r {
    width: 67.3684210526%;
    font-size: 1.8rem;
    padding: 0;
  }
}
.popup-chara .youtube {
  width: 100%;
  margin: 5rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .popup-chara .youtube {
    width: 84.2105263158%;
    margin: 0 auto 7rem;
  }
}
.popup .chara-youtube__play {
  position: relative;
}
.popup .chara-youtube__play .chara-youtube__thumb {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup .chara-youtube__play .chara-youtube__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  aspect-ratio: 414/214;
  pointer-events: none;
  transition: width 0.3s;
}
.popup .chara-youtube__play:hover .chara-youtube__icon {
  width: 20rem;
}