@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*
$c-background: #7f152c;
*/
body {
  height: auto;
  overflow: auto;
}

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

.pc-hide {
  display: block;
}
.pc-hide__i {
  display: inline-block;
}
@media screen and (min-width: 420px) {
  .pc-hide {
    display: none;
  }
  .pc-hide__i {
    display: none;
  }
}

.sp-hide {
  display: none;
}
.sp-hide__i {
  display: none;
}
@media screen and (min-width: 420px) {
  .sp-hide {
    display: block;
  }
  .sp-hide__i {
    display: inline-block;
  }
}

.ib {
  display: inline-block;
}

.ib-space {
  padding: 0 0.5rem;
}

.ib-space1 {
  padding: 0 0.7rem;
}

.ib-space2 {
  padding: 0 0.2rem;
}

.ib-space__r {
  padding-right: 1rem;
}

.ib-space__r2 {
  padding-right: 1.4rem;
}

.ib-space__r3 {
  padding: 0 0.25em;
}

.ib-space__l {
  padding-left: 1rem;
}

.ib-space__l2 {
  padding-left: 1em;
}

.centering {
  text-align: center;
}

.txt-r {
  text-align: right;
  display: block;
}

.txt-l {
  text-align: left;
}

.note {
  font-size: 0.8em;
  letter-spacing: 1px;
  line-height: 1.5;
}
.note__ls0 {
  letter-spacing: 0;
}
.note__11 {
  font-size: 11px;
}
.note__12 {
  font-size: 12px;
}

.font-group {
  font-size: 12px;
}
.font-regular {
  font-size: 1em !important;
}
@media (min-width: 940px) {
  .font-regular {
    font-size: 1em !important;
  }
}
.font-medium {
  font-size: 1.1em !important;
  line-height: 1.4;
}
@media (min-width: 940px) {
  .font-medium {
    font-size: 1.2em !important;
  }
}
.font-large {
  font-size: 1.3em !important;
  line-height: 1.6;
}
@media (min-width: 940px) {
  .font-large {
    font-size: 1.4em !important;
  }
}
.font-mini {
  font-size: 0.7em;
}
.font-title {
  font-size: 21px;
  line-height: 1;
}
.font-title span {
  font-weight: 100;
  display: inline-block;
  padding: 10px 0;
}
.font-weight {
  font-weight: bold !important;
}
.font-weight__more {
  font-weight: bolder !important;
}
.font-point {
  color: #a7156f;
  font-family: "Zen Old Mincho", serif;
  background: #fff;
  font-weight: 600;
  padding: 0 3px 1px;
  margin: 0 3px;
}
.font-point__sub {
  color: #ffc7fa;
  font-family: "Zen Old Mincho", serif;
}

.padding-t5 {
  padding-top: 5px;
}

.no-link {
  pointer-events: none;
}
.no-link__opacity {
  pointer-events: none;
  opacity: 0.3;
}

img {
  pointer-events: none;
}

#op01 .width100 {
  width: 100%;
  max-width: auto;
}

.width100 {
  width: 100% !important;
  max-width: 750px;
}

.width90 {
  width: 90% !important;
  max-width: 750px;
}

.width800p {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.portrait {
  width: 90% !important;
}
@media (min-width: 1200px) {
  .portrait {
    width: 50% !important;
  }
}

.full {
  width: 100% !important;
}
.full .c-comment-box-text__name {
  justify-content: flex-start;
}

.popfade {
  position: relative;
  opacity: 0;
  top: 100px;
}

.popfade.animate {
  top: 0;
  animation-name: popfade;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes popfade {
  0% {
    opacity: 0;
    top: 80px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.common-abg-wrap__footer {
  padding: 30px 0;
  background: #fff;
  position: relative;
  z-index: 15;
}

.w-mgf {
  position: relative;
  z-index: 15;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*
body {
	padding-right: 0 !important;
}
*/
.common-abg-wrap__footer {
  background-color: #fff;
}

.common-abg-wrap__header {
  background-color: #fff;
}

.page-wrap {
  position: relative;
  height: auto;
  width: 100%;
  color: #fff;
  font-family: VideoJS, YakuHanJPs, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  font-variant-ligatures: none;
  /*
  background: $c-background;*/
  /* 選択した時の背景色 */
}
.page-wrap::after {
  position: fixed;
  bottom: 0;
  content: "";
  width: 100%;
  background: repeating-linear-gradient(to top, #7f151e, #7f152c, #7f153e);
  z-index: -2;
  opacity: 1;
  height: calc(100% + 10vh);
}
@media (min-width: 940px) {
  .page-wrap::after {
    height: 100%;
  }
}
.page-wrap ::-moz-selection {
  background-color: rgba(165, 71, 102, 0.7);
}
.page-wrap ::selection {
  background-color: rgba(165, 71, 102, 0.7);
}
.page-wrap a {
  text-decoration: none;
}
@media (hover: hover) {
  .page-wrap {
    /* リンクの場合 */
    /* ボタンの場合 */
    /* 特定できない場合 */
  }
  .page-wrap a {
    transition: 0.2s;
  }
  .page-wrap a:-moz-any-link:hover {
    cursor: pointer;
  }
  .page-wrap a:any-link:hover {
    cursor: pointer;
  }
  .page-wrap a:-moz-any-link:hover img {
    filter: brightness(1.2);
    -moz-transition: 0.2s;
    transition: 0.2s;
  }
  .page-wrap a:any-link:hover img {
    filter: brightness(1.2);
    transition: 0.2s;
  }
  .page-wrap button:enabled:hover {
    cursor: pointer;
  }
  .page-wrap .button:where(:-moz-any-link, :enabled, summary):hover {
    cursor: pointer;
  }
  .page-wrap .button:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
  }
}

.page-wrap .l-menu {
  position: sticky;
  top: 0;
  order: -1;
  width: 100%;
  z-index: 999;
  pointer-events: none;
}
@media (min-width: 940px) {
  .page-wrap .l-menu {
    order: 0;
    width: 100%;
    flex-shrink: 0;
    align-self: flex-start;
    pointer-events: none;
    height: auto;
  }
}
.page-wrap .c-navi-menu {
  width: 40px;
  margin-left: auto;
}
@media (min-width: 940px) {
  .page-wrap .c-navi-menu {
    pointer-events: auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(70deg, #ea3d3d, #8c63c2);
  }
}
.page-wrap .c-navi-menu__inner {
  height: 42px;
  width: 100%;
  pointer-events: all;
}
@media (min-width: 940px) {
  .page-wrap .c-navi-menu__inner {
    position: relative;
    border-radius: 10px;
    padding: 20px 14px 20px;
    height: 100%;
    margin: 0 auto;
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffd0e4 #fff;
  }
}
.page-wrap .c-navi-menu-btn {
  background: linear-gradient(70deg, #ea3d3d, #8c63c2);
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 40px;
  z-index: 90;
  box-sizing: content-box;
  border-radius: 20px 0 0 20px;
}
.page-wrap .c-navi-menu-btn span, .page-wrap .c-navi-menu-btn span::before, .page-wrap .c-navi-menu-btn span::after {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  position: absolute;
  top: 15px;
  left: 9px;
  transition: all 0.5s;
  background-color: #fff;
}
.page-wrap .c-navi-menu-btn span::before {
  top: 6px;
  left: 0;
}
.page-wrap .c-navi-menu-btn span::after {
  top: 12px;
  left: 0;
}
.page-wrap .c-navi-menu-btn__text {
  font-size: 10px;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 43px;
  text-align: center;
}
@media (min-width: 940px) {
  .page-wrap .c-navi-menu-btn__area {
    display: none;
  }
}
.page-wrap .c-navi-menu__list {
  display: none;
  gap: 20px 5px;
}
@media (min-width: 940px) {
  .page-wrap .c-navi-menu__list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    gap: 10px 5px;
    margin: 0 auto;
  }
}
.page-wrap .c-navi-menu__item {
  width: calc(50% - 10px);
  position: relative;
}
.page-wrap .c-navi-menu__item.c-navi-menu__home {
  width: 100% !important;
  text-align: center;
}
@media (min-width: 940px) {
  .page-wrap .c-navi-menu__item {
    width: 100%;
    text-align: left;
  }
}
.page-wrap .c-navi-menu__item a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  padding: 14px 16px 14px 16px;
  border-radius: 30px;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media (min-width: 940px) {
  .page-wrap .c-navi-menu__item a {
    width: 100%;
    text-align: center;
  }
}
@media (hover: hover) {
  .page-wrap .c-navi-menu__item {
    /* リンクの場合 */
  }
  .page-wrap .c-navi-menu__item a:-moz-any-link:hover {
    filter: brightness(1.2);
    background: rgba(255, 255, 255, 0.3);
  }
  .page-wrap .c-navi-menu__item a:any-link:hover {
    filter: brightness(1.2);
    background: rgba(255, 255, 255, 0.3);
  }
}
.page-wrap .c-navi-menu__maintitle {
  display: block;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  position: relative;
}
@media (min-width: 940px) {
  .page-wrap .c-navi-menu__maintitle {
    font-size: 18px;
  }
}
.page-wrap .c-navi-menu__subtitle {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  padding-left: 34px;
}
@media (min-width: 940px) {
  .page-wrap .c-navi-menu__subtitle {
    font-size: 12px;
  }
}
.page-wrap .c-navi-menu-sns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
}
@media (min-width: 940px) {
  .page-wrap .c-navi-menu-sns {
    gap: 25px;
  }
}
.page-wrap .c-navi-menu-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.page-wrap .c-navi-menu-sns__item a {
  display: block;
  background: none;
  background-color: #e09cf1 !important;
  line-height: 0;
  opacity: 1;
  transition: 0.2s;
  border-radius: 90px;
  padding: 0 !important;
}
@media (hover: hover) {
  .page-wrap .c-navi-menu-sns__item a:hover {
    filter: brightness(1.2);
  }
}
.page-wrap .c-navi-menu-sns__item a img {
  width: 100%;
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu {
  width: 100%;
  position: relative;
  z-index: 1000;
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu-btn span {
  background: rgba(255, 255, 255, 0);
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu-btn span::before {
  bottom: 0;
  top: 5px;
  transform: rotate(45deg);
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu-btn span::after {
  top: 5px;
  transform: rotate(-45deg);
}
.page-wrap #menu-btn-check {
  display: none;
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__inner {
  padding: 10px;
}
@media (min-width: 940px) {
  .page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__inner {
    padding: 10px;
  }
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 20px 10px;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  max-width: 400px;
  min-width: 240px;
  margin: 0 auto;
  padding: 40px 20px 50px;
  overflow-y: auto;
  border-radius: 20px;
  background: none;
}
@media (min-width: 940px) {
  .page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__list {
    height: auto;
    min-width: auto;
    justify-content: flex-start;
    padding: 0;
    gap: 10px;
    border-radius: 0;
    background: none;
  }
  .page-wrap #menu-btn-check:checked ~ .c-navi-menu .c-navi-menu__list::before {
    content: none;
  }
}
.page-wrap #menu-btn-check:checked ~ .c-navi-menu__list {
  display: flex;
}
.page-wrap #menu-btn-check:checked ~ .toggle-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 900;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(223, 236, 255, 0.85);
}
@media (min-width: 940px) {
  .page-wrap #menu-btn-check:checked ~ .toggle-bg {
    display: none;
  }
}

.page-wrap .l-layout {
  /*
  max-width: 1200px;
  */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
  justify-content: center;
}
@media (min-width: 940px) {
  .page-wrap .l-layout {
    flex-direction: row-reverse;
  }
}
.page-wrap .l-layout .l-colum {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.page-wrap .c-footer-copyright {
  width: 100%;
  font-size: 0.7rem;
  line-height: 1;
  padding: 20px;
  text-align: center;
}

/*-------------------
 * component
 *-------------------*/
.page-wrap {
  /*
  .p-index__sub + .c-body {
    margin-top: 0;
    @include tab {
      margin-top: -65px;
    }
  }
    */
}
.page-wrap .c-body {
  position: relative;
}

.page-wrap .c-episode-box {
  display: flex;
  flex-direction: column-reverse;
}
.page-wrap .c-episode-box-top {
  display: flex;
  flex-direction: column;
}
.page-wrap .c-episode-wrap {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
  gap: 20px;
}
@media (min-width: 940px) {
  .page-wrap .c-episode-wrap {
    max-width: none;
    width: 90%;
  }
}
.page-wrap .c-episode-title {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: left;
  font-size: 18px;
  color: #dbafd7;
  padding: 6px 12px;
  background-color: rgba(255, 68, 109, 0.28);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.page-wrap .c-episode-title .data {
  font-size: 0.9rem;
}
.page-wrap .c-episode-movie {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (min-width: 940px) {
  .page-wrap .c-episode-movie {
    width: 96%;
    max-width: none;
    flex-direction: row;
  }
}
.page-wrap .c-episode-movie a {
  border: 2px solid #9715a7;
  display: block;
  line-height: 0;
  position: relative;
  cursor: pointer;
}
.page-wrap .c-episode-movie a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/movie/play.webp);
  background-size: contain;
  pointer-events: none;
}
.page-wrap .c-episode-movie a img {
  width: 100%;
}
@media (hover: hover) {
  .page-wrap .c-episode-movie a:hover {
    filter: brightness(1.3);
  }
}
.page-wrap .c-episode-text {
  /*
  padding-top: 25px;
  */
  text-align: justify;
}
.page-wrap .c-episode-images {
  padding-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.page-wrap .c-episode-images__thumb {
  width: calc(50% - 5px);
  flex-grow: 1;
}
@media (min-width: 940px) {
  .page-wrap .c-episode-images__thumb {
    width: calc(19% - 5px);
  }
}
.page-wrap .c-episode-images__thumb a {
  display: block;
  line-height: 0;
  border: 1px solid #9715a7;
  cursor: pointer;
}
.page-wrap .c-episode-images__thumb a img {
  width: 100%;
}
@media (hover: hover) {
  .page-wrap .c-episode-images__thumb a:hover {
    filter: brightness(1.2);
  }
}
.page-wrap .c-episode-backnumber {
  margin-top: 80px;
  position: relative;
  z-index: 0;
}
.page-wrap .c-episode-backnumber-box {
  padding: 30px 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (min-width: 940px) {
  .page-wrap .c-episode-backnumber-box {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 840px) and (max-width: 1006px) {
  .page-wrap .c-episode-backnumber-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-wrap .c-episode-backnumber__item {
  border: 2px solid #9715a7;
}
.page-wrap .c-episode-backnumber__item a {
  display: block;
  line-height: 0;
  background-color: #fff;
  height: 100%;
  position: relative;
}
.page-wrap .c-episode-backnumber__item a img {
  width: 100%;
}
.page-wrap .c-episode-backnumber__number {
  text-align: center;
  display: block;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  padding: 4px 8px 4px 6px;
  position: absolute;
  bottom: -4px;
  right: -4px;
  background: #e58098;
  font-size: 2vw;
  z-index: 2;
}
@media (min-width: 940px) {
  .page-wrap .c-episode-backnumber__number {
    font-size: 14px;
  }
}
.page-wrap .c-episode-backnumber__lead {
  color: #5fb0ed;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  position: relative;
  padding-bottom: 30px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
.page-wrap .c-episode-backnumber__lead__accent {
  color: #107ed1;
}
.page-wrap .c-episode-backnumber__lead::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: url(../images/episode/border.webp);
  background-size: contain;
  background-position: center;
}

.page-wrap .c-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-wrap .c-intro .font-large {
  font-size: 18px;
}
@media (min-width: 940px) {
  .page-wrap .c-intro .font-large {
    font-size: 22px;
  }
}
.page-wrap .c-intro-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  line-height: 1.4 !important;
}
@media (min-width: 940px) {
  .page-wrap .c-intro-title {
    font-size: 42px;
  }
}
.page-wrap .c-intro-text {
  padding-bottom: 30px;
}
.page-wrap .c-intro-text:last-child {
  padding-bottom: 0;
}
.page-wrap .c-intro-text__top {
  padding: 20px 0 30px;
}
.page-wrap .c-intro-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-wrap .c-intro-logo {
  line-height: 0;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.page-wrap .c-intro-logo img {
  width: 100%;
}
.page-wrap .c-intro__combi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  padding-bottom: 4px;
}
@media (min-width: 940px) {
  .page-wrap .c-intro__combi {
    flex-direction: row;
    gap: 6px;
  }
}
.page-wrap .c-intro-photo {
  line-height: 0;
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.page-wrap .c-intro-photo img {
  width: 100%;
  min-width: 200px;
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 940px) {
  .page-wrap .c-intro .no-width {
    max-width: none !important;
  }
}

.page-wrap .c-cast {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-wrap .c-cast-lead {
  padding: 10px 0 60px;
}
.page-wrap .c-cast-area {
  padding: 50px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  align-items: flex-start;
  /*
  &:nth-child(even) {
      flex-direction: row-reverse;
  }
      */
  /*
  &__photo {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  @include tab{
      width: 100%;
      max-width: 300px;
      flex-shrink: 0;
  }
  }
  */
}
@media (min-width: 940px) {
  .page-wrap .c-cast-area {
    padding: 60px 0;
  }
}
.page-wrap .c-cast-area:first-child {
  padding: 0 0 60px;
}
.page-wrap .c-cast-area:last-child {
  padding-bottom: 10px;
  border-bottom: none;
}
.page-wrap .c-cast-area__images {
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 20px 0;
  line-height: 0;
  position: relative;
  max-width: 280px;
  width: calc(30% - 15px);
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 180px;
}
@media (min-width: 940px) {
  .page-wrap .c-cast-area__images {
    max-width: 300px;
  }
}
.page-wrap .c-cast-area__images img {
  width: 100%;
}
.page-wrap .c-cast-area__text {
  width: calc(70% - 15px);
  max-width: 720px;
  margin: 0 auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.page-wrap .c-cast-area__text .c-text__text {
  padding: 10px 0 0 0 !important;
}
.page-wrap .c-cast-area__name {
  line-height: 1;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
  padding: 6px 0 6px 0;
  position: relative;
  /*
  &::before {
      position: absolute;
      content: "";
      width: 6px;
      height: 100%;
      background-color: $c-accent__sub;
      top: 0;
      left: 0;
  }
      */
}
@media (min-width: 940px) {
  .page-wrap .c-cast-area__name {
    justify-content: flex-start;
  }
}
.page-wrap .c-cast-text {
  padding: 10px;
  line-height: 1.5;
}
.page-wrap .group .c-name__cast {
  margin-bottom: 20px;
}
.page-wrap .original-area {
  padding: 0 !important;
}

.page-wrap .c-staff-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-wrap .c-staff-box__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 52px;
}
@media (min-width: 940px) {
  .page-wrap .c-staff-box__wrap {
    padding-bottom: 50px;
  }
}
.page-wrap .c-staff-box__wrap:last-child {
  padding-bottom: 0;
}
.page-wrap .c-staff-box__wrap .c-comment {
  margin-top: 20px !important;
}
.page-wrap .c-staff-box__name {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 10px;
  padding: 6px 0 6px 16px;
}
.page-wrap .c-staff-box__name::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #ffc7fa;
  top: 0;
  left: 0;
}
.page-wrap .c-staff-box__name .role {
  font-size: 15px;
  font-weight: 500;
  color: #ffc7fa;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}
.page-wrap .c-staff-box__name .name {
  line-height: 1.2;
}
@media (max-width: 460px) {
  .page-wrap .c-staff-box__name {
    font-size: 18px;
    flex-direction: column;
    gap: 6px;
  }
  .page-wrap .c-staff-box__name .name {
    line-height: 1.4;
  }
}
.page-wrap .c-staff-box__comment {
  padding: 6px 10px 0;
  margin-top: 10px;
}

.page-wrap .c-music .c-headline-sub {
  margin-bottom: 12px;
  max-width: none !important;
}
.page-wrap .c-music-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  padding-top: 20px;
}
@media (min-width: 940px) {
  .page-wrap .c-music-title {
    padding-top: 30px;
    line-height: 1;
  }
}
.page-wrap .c-music-lead {
  max-width: 520px;
  margin: 0 auto;
}
.page-wrap .c-music-lead .font-medium {
  line-height: 1.7;
}
.page-wrap .c-music-image {
  line-height: 0;
  padding: 20px 0 20px;
  width: 94%;
  margin: 0 auto;
  max-width: 600px;
}
@media (min-width: 940px) {
  .page-wrap .c-music-image {
    width: 90%;
    padding: 30px 0 30px;
  }
}
.page-wrap .c-music-image img {
  width: 100%;
}
.page-wrap .c-music-image .border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-wrap .c-music-next {
  padding-top: 30px;
  font-size: 18px;
}
.page-wrap .c-music-text {
  padding-top: 20px;
  text-align: center;
}
.page-wrap .c-music-text .c-link {
  margin: 0 auto;
  font-size: 20px;
  padding: 16px 10px 18px 0px;
}

.page-wrap .c-original-illust {
  line-height: 0;
  width: 90%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 30px 0 40px;
}
.page-wrap .c-original-illust img {
  width: 100%;
}
.page-wrap .c-original-title {
  font-size: clamp(1.125rem, 1.0242rem + 0.4301vw, 1.25rem);
  line-height: 1.6;
}
@media (min-width: 940px) {
  .page-wrap .c-original-title {
    font-size: 22px;
  }
}
.page-wrap .c-original__list {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 10px;
}
.page-wrap .c-original-item {
  width: calc(24% - 5px);
  line-height: 0;
}
@media (min-width: 940px) {
  .page-wrap .c-original-item {
    width: calc(19% - 5px);
  }
}
@media screen and (max-width: 440px) {
  .page-wrap .c-original-item {
    width: calc(50% - 5px);
  }
}
.page-wrap .c-original-item__photo {
  width: 100%;
  line-height: 0;
  border: 1px solid #a7156f;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  position: relative;
}
.page-wrap .c-original-item__photo img {
  width: 100%;
}
.page-wrap .c-original-item img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.page-wrap .c-original-item__num {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  max-width: 50%;
}
.page-wrap .c-original .c-text__box {
  text-align: justify;
}
.page-wrap .c-original .c-main-inner {
  max-width: 720px !important;
}
.page-wrap .c-original .c-link {
  font-size: 17px !important;
  padding: 18px 30px 18px 0px !important;
  margin: 40px auto 0 !important;
  line-height: 1.3 !important;
}
@media (min-width: 940px) {
  .page-wrap .c-original .c-link {
    font-size: 19px !important;
    padding: 18px 28px 18px 0px !important;
  }
}

.page-wrap .c-topics__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px 10px;
  overflow-x: hidden;
}
@media (min-width: 940px) {
  .page-wrap .c-topics__list {
    margin: 10px auto;
    gap: 50px 20px;
  }
}
.page-wrap .c-topics__item {
  width: 100%;
  max-width: 500px;
  flex-shrink: 1;
  line-height: 1;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
}
@media (min-width: 940px) {
  .page-wrap .c-topics__item {
    width: calc(50% - 10px);
    margin: revert;
  }
}
.page-wrap .c-topics__item a {
  display: block;
  position: relative;
  color: #fff;
  padding-bottom: 22px;
  height: 100%;
}
.page-wrap .c-topics__item a::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 5px;
  width: 42px;
  height: 10px;
  background: url(../images/topics/arrow.webp);
  background-position: center;
  background-size: contain;
  transition: 0.2s;
}
.page-wrap .c-topics__item a img {
  transition: 0.2s;
  transform: scale(1);
}
@media (hover: hover) {
  .page-wrap .c-topics__item a:hover::before {
    right: 0px;
  }
  .page-wrap .c-topics__item a:hover img {
    transform: scale(1.1);
    opacity: 1 !important;
  }
}
.page-wrap .c-topics .top .c-topics__item {
  width: 100%;
  max-width: 500px;
  flex-shrink: 1;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
}
.page-wrap .c-topics .top .c-topics__item:nth-child(n+5) {
  display: none;
}
@media (min-width: 940px) {
  .page-wrap .c-topics .top .c-topics__item {
    width: calc(50% - 10px);
    margin: revert;
  }
  .page-wrap .c-topics .top .c-topics__item:nth-child(n+5) {
    display: none;
  }
}
.page-wrap .c-topics-box__img {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  pointer-events: none;
}
.page-wrap .c-topics-box__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page-wrap .c-topics-box__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
}
.page-wrap .c-topics-box__update {
  width: 100%;
  padding-top: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  color: #2593c0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.page-wrap .c-topics-box__info {
  padding: 4px 0 6px;
  line-height: 1.4;
}
.page-wrap .c-topics .end {
  position: relative;
}
.page-wrap .c-topics .end::after {
  position: absolute;
  content: "受付終了";
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-30%);
  background: #1c79a8;
  border-radius: 90px;
  color: #fff;
  padding: 3px 10px 6px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-wrap .c-onair-box__list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: flex-start;
  margin: 0 auto;
  padding-top: 16px;
}
@media (min-width: 940px) {
  .page-wrap .c-onair-box__list {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 580px) {
  .page-wrap .c-onair-box__list {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .page-wrap .c-onair-box__list .c-onair-box__item {
    flex-grow: 1 !important;
    width: 90% !important;
  }
}
.page-wrap .c-onair-box__item {
  width: calc(50% - 10px);
  text-align: center;
  max-width: 400px;
  min-width: 190px;
}
@media (min-width: 940px) {
  .page-wrap .c-onair-box__item {
    width: calc(50% - 10px);
    min-width: auto;
  }
}
.page-wrap .c-onair-box__item .ch {
  color: #fff;
  background-color: rgba(255, 68, 233, 0.28);
  font-weight: 500;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  padding: 6px 4px 8px;
}
@media (min-width: 940px) {
  .page-wrap .c-onair-box__item .ch {
    font-size: 18px;
  }
}
.page-wrap .c-onair-box__item .time {
  line-height: 1.2;
  padding: 6px 2px 0;
}

.page-wrap .c-stream-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-wrap .c-stream-box .c-text__title {
  font-size: 18px;
  line-height: 1.2;
  padding: 8px 0;
}
.page-wrap .c-stream-box .c-link {
  font-size: 20px;
}
.page-wrap .c-stream__list {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media (min-width: 940px) {
  .page-wrap .c-stream__list {
    gap: 0 30px;
  }
}
.page-wrap .c-stream__item {
  width: 50%;
  min-width: 300px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 940px) {
  .page-wrap .c-stream__item {
    width: calc(50% - 15px);
  }
}
.page-wrap .c-stream-free {
  padding-top: 2px;
}

.page-wrap .c-chart .c-main-inner {
  max-width: none !important;
}
.page-wrap .c-chart-img {
  line-height: 0;
  width: 100%;
  height: auto;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.page-wrap .c-chart-main {
  width: 100%;
}
.page-wrap .c-chart__btn {
  cursor: pointer;
}
.page-wrap .c-chart .rect {
  opacity: 0;
  transition: 0.2s;
}
@media (hover: hover) {
  .page-wrap .c-chart .rect:hover {
    opacity: 1;
  }
}
.page-wrap .c-chart-text {
  text-align: center;
  padding-top: 1.5rem;
  line-height: 1.2;
}
.page-wrap .c-chart-text__sp {
  display: inline;
}
@media (min-width: 940px) {
  .page-wrap .c-chart-text__sp {
    display: none;
  }
}
.page-wrap .c-chart-text__pc {
  display: none;
}
@media (min-width: 940px) {
  .page-wrap .c-chart-text__pc {
    display: inline;
  }
}

.remodal .c-chart-area {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 30px 20px;
  gap: 10px;
  background: url(../images/base.webp) center top/cover no-repeat;
  background-position: center top;
  border: 1px solid #fff;
}
@media (min-width: 940px) {
  .remodal .c-chart-area {
    flex-direction: row;
    gap: 20px;
    padding: 20px;
  }
}
.remodal .c-chart-area__img {
  line-height: 0;
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 940px) {
  .remodal .c-chart-area__img {
    max-width: 300px;
  }
}
.remodal .c-chart-area__img img {
  width: 100%;
}
.remodal .c-chart-area__detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: VideoJS, YakuHanJPs, sans-serif;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.remodal .c-chart-area__name {
  font-size: 34px;
  line-height: 1;
  padding: 30px 0 20px;
}
@media (min-width: 940px) {
  .remodal .c-chart-area__name {
    font-size: 40px;
  }
}
.remodal .c-chart-area__name rt {
  font-size: 14px !important;
  color: #ffc7fa;
  pointer-events: none;
}
.remodal .c-chart-area__cast {
  font-size: 0.5em;
  position: relative;
  padding-left: 22px;
  color: #372d32;
}
.remodal .c-chart-area__cast::before {
  position: absolute;
  content: "／";
  left: 0;
  top: 1px;
  width: 1rem;
  height: 1rem;
}
.remodal .c-chart-area__text {
  text-align: justify;
  font-size: 15px;
  width: 100%;
  line-height: 1.6;
}

.page-wrap .c-outline {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-wrap .c-outline-box {
  width: 100%;
}
.page-wrap .c-outline .p-index-head-oa__list {
  max-width: 600px !important;
}

.page-wrap .c-blu-ray-lead {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 10px;
}
.page-wrap .c-blu-ray-wrap {
  padding-top: 10px;
}
.page-wrap .c-blu-ray-box {
  padding: 18px 10px 0;
  max-width: 770px;
  margin: 0 auto;
}
.page-wrap .c-blu-ray-box__title {
  padding: 2px 8px;
  position: relative;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: #dbafd7;
  background-color: #fff;
  border: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.page-wrap .c-blu-ray-box__detail {
  padding-left: 10px;
  padding-top: 4px;
  text-align: left;
}
.page-wrap .c-blu-ray-box__detail .nakaguro {
  position: relative;
  line-height: 1;
  padding: 4px 0 4px 1rem;
}
.page-wrap .c-blu-ray-box__detail .nakaguro::before {
  position: absolute;
  content: "・";
  width: 1rem;
  height: 1rem;
  top: 4px;
  left: 1px;
}
.page-wrap .c-blu-ray .attention {
  position: relative;
  line-height: 1.2;
  padding: 4px 0 4px 1.1rem;
  margin-top: 0.4rem;
}
.page-wrap .c-blu-ray .attention::before {
  position: absolute;
  content: "※";
  width: 1rem;
  height: 1rem;
  top: 4px;
  left: 1px;
}

.page-wrap .c-main {
  overflow: hidden;
  padding: 0 15px;
}
.page-wrap .c-main-box {
  width: 100%;
  margin: 0 auto 70px;
  padding: 60px 20px;
  border-radius: 20px;
  background-color: #372d32;
  position: relative;
  max-width: 870px;
}
@media (min-width: 940px) {
  .page-wrap .c-main-box {
    padding: 60px 20px 80px;
    margin: 0 auto 90px;
  }
}
.page-wrap .c-main-box::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px dashed #a71527;
  pointer-events: none;
  border-radius: 16px;
}
.page-wrap .c-main-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
}
.page-wrap .c-main .c-main-inner + .c-main-inner {
  padding-top: 70px;
}

.page-wrap .c-name__block {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.page-wrap .c-name__block p {
  font-size: 20px;
  line-height: 0.8;
  max-width: 5.5rem;
}
.page-wrap .c-name__item {
  text-align: center;
  flex-grow: 1;
  width: calc(50% - 20px);
  max-width: 150px;
}
@media (min-width: 940px) {
  .page-wrap .c-name__item {
    flex-grow: 0;
    width: auto;
    max-width: 100%;
    min-width: 180px;
  }
}
.page-wrap .c-name__info {
  font-size: 14px;
  line-height: 1.5;
}
.page-wrap .c-name__detail {
  font-size: 1.3em;
  line-height: 1.5;
}
@media (min-width: 940px) {
  .page-wrap .c-name__detail {
    font-size: 1.5em;
  }
}
.page-wrap .c-name__detail .note {
  font-size: 11px;
}
.page-wrap .c-name__cast {
  display: inline-block;
  font-size: 22px;
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
.page-wrap .c-name__chara {
  margin-top: 8px;
  line-height: 1;
  font-size: 1rem;
  position: relative;
  color: #ffc7fa;
  /*
  &::before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 1px;
    top: 50%;
    left: -1.8rem;
    transform: translateY(-50%) rotate(-45deg);
    font-size: 1.4rem;
    display: block;
    line-height: 1;
    background-color: $c-font;
  }
    */
}

.page-wrap .c-sns__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.page-wrap .c-sns__item {
  width: 100%;
}
@media (min-width: 940px) {
  .page-wrap .c-sns__item {
    width: 30%;
  }
}
.page-wrap .c-sns__item .c-link {
  margin: 0 auto;
}

.page-wrap .c-banner {
  padding: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (min-width: 940px) {
  .page-wrap .c-banner {
    padding: 10px;
  }
}
.page-wrap .c-banner-box {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  /*
  &:has(+ .c-banner-box) {
    width: 100%;
  }
  &:nth-child(n+2) {
      width: 100%;
  }
  @include tab {
      width: 100%;
      &:has(+ .c-banner-box) {
        width: calc(50% - 5px);
      }
      &:nth-child(n+2) {
        width: calc(50% - 5px);
      }
  }
  */
}
.page-wrap .c-banner-box a {
  display: block;
  line-height: 0;
}
.page-wrap .c-banner-box a img {
  width: 100%;
}

.page-wrap .c-lines {
  font-family: "Hiragino Mincho Pro", serif;
  font-weight: 400;
  position: absolute;
  padding: 4px 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-align: justify;
  bottom: 30px;
  display: inline;
  line-height: 1.2;
  color: #fff;
  right: -10px;
  text-align: right;
  font-size: 16px;
}

.page-wrap .c-attention__list {
  padding: 12px 0 10px 4px;
}
.page-wrap .c-attention__item {
  position: relative;
  padding-left: 1.1rem;
  padding-bottom: 4px;
}
.page-wrap .c-attention__item::before {
  position: absolute;
  content: "※";
  width: 1rem;
  height: 100%;
  left: 0;
}
.page-wrap .c-attention-link {
  border-bottom: 1px solid;
}

.page-wrap .c-chara {
  display: block;
  width: auto;
  padding: 0;
  margin-top: 10px;
  border: 1px solid #67bdce;
  background-color: #f6fcff;
}
.page-wrap .c-chara__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  padding: 10px 18px 0;
  text-align: left;
  color: #2e688e;
  position: relative;
  font-size: 16px;
}
.page-wrap .c-chara__title ruby {
  line-height: 1;
}
.page-wrap .c-chara__title::before {
  position: absolute;
  content: "―";
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  color: #67bdce;
}
.page-wrap .c-chara__detail {
  padding: 10px 15px;
  text-align: justify;
  font-size: 14px;
}

.page-wrap .c-comment {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  background: rgba(146, 41, 82, 0.3411764706);
  border-radius: 10px;
}
.page-wrap .c-comment__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  padding: 10px 8px 0;
  text-align: left;
  color: #fff;
  position: relative;
  font-size: 18px;
  /*
  &::before {
    position: absolute;
    content: "―";
    width: 1rem;
    height: 1rem;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    color: $c-box__border;
  }*/
}
.page-wrap .c-comment__title ruby {
  line-height: 1;
}
.page-wrap .c-comment__detail {
  padding: 8px 15px 10px;
  text-align: justify;
  font-size: 14px;
}

.page-wrap .c-headline {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 1.5323rem + 4.8387vw, 4.375rem);
  margin-bottom: 80px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -1px;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #ed5f79;
  line-height: 1;
}
@media (min-width: 940px) {
  .page-wrap .c-headline {
    font-size: 70px;
    margin-bottom: 100px;
  }
}
.page-wrap .c-headline:first-letter {
  color: #e23e64;
}
.page-wrap .c-headline::before {
  position: absolute;
  content: attr(data-en);
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  color: #dbafb9;
  z-index: 1;
  background-color: #372d32;
  padding: 0 10px;
}
@media (min-width: 940px) {
  .page-wrap .c-headline::before {
    font-size: 18px;
    bottom: -40px;
  }
}
.page-wrap .c-headline::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 60%;
  max-width: 200px;
  background: #dbafb9;
  left: 50%;
  bottom: -22px;
  z-index: 0;
  transform: translateX(-50%);
}
@media (min-width: 940px) {
  .page-wrap .c-headline::after {
    bottom: -30px;
    width: 30%;
  }
}
.page-wrap .c-headline__sub {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
  color: #dbafd7;
  display: flex;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.2rem;
  line-height: 1;
  position: relative;
}
@media (min-width: 940px) {
  .page-wrap .c-headline__sub {
    font-size: 18px;
  }
}
.page-wrap .c-headline__sub::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 2px;
  left: 0;
  background-image: url(../images/rose.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-wrap .c-headline-under {
  text-align: left;
  color: #dbafb9;
  border-bottom: 1px solid #dbafb9;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0 6px 0px;
  display: inline-block;
  margin-bottom: 6px;
}

.page-wrap .c-text {
  text-align: left;
  padding-bottom: 26px;
}
@media (min-width: 940px) {
  .page-wrap .c-text {
    padding-bottom: 30px;
  }
}
.page-wrap .c-text:last-child {
  padding-bottom: 0;
}
.page-wrap .c-text__title {
  color: #fff;
  background: rgba(255, 68, 233, 0.28);
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 6px 0 8px;
}
@media (min-width: 940px) {
  .page-wrap .c-text__title {
    font-size: 18px;
  }
}
.page-wrap .c-text__box {
  padding: 10px 10px 0;
}
@media (min-width: 940px) {
  .page-wrap .c-text__box {
    padding: 8px 10px 0;
  }
}
.page-wrap .c-text__box .free {
  display: block;
  border-bottom: 1px dashed #a7156f;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0 8px 4px;
  margin-bottom: 4px;
}
.page-wrap .c-text__sub {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(255, 68, 233, 0.28);
  padding: 12px;
  text-align: justify;
}
.page-wrap .c-text__sub__under {
  display: block;
  border-bottom: 1px solid rgba(255, 68, 233, 0.28);
  padding: 0 10px 4px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}
.page-wrap .c-text__sub__profile {
  background-color: rgba(255, 68, 233, 0.28);
  padding: 12px;
  text-align: justify;
}
.page-wrap .c-text__sub__profile .c-text__sub__under {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 0 10px 4px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}
.page-wrap .c-text__intro {
  padding-bottom: 30px;
  line-height: 1.8;
}
.page-wrap .c-text__text {
  padding: 10px 10px;
  font-size: 15px;
  text-align: justify;
}
.page-wrap .c-text__sub + .c-text__sub__profile {
  margin-top: 20px;
}

.page-wrap .c-link {
  width: 100%;
  padding: 20px 20px 22px 0px;
  display: block;
  line-height: 1;
  flex-wrap: wrap;
  transition: 0.2s;
  position: relative;
  color: #fff;
  font-weight: bolder;
  background: linear-gradient(70deg, #ea3d3d, #8c63c2);
  z-index: 1;
  text-align: center;
  overflow: hidden;
  margin: 30px auto 0;
  font-size: 18px;
  font-weight: 500;
  max-width: 280px;
  font-family: "Zen Old Mincho", serif;
  border-radius: 90px;
}
.page-wrap .c-link::after {
  position: absolute;
  content: "→";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .page-wrap .c-link:hover {
    opacity: 1 !important;
    z-index: 1;
    filter: brightness(1.2);
  }
}
.page-wrap .no-link {
  pointer-events: none;
  color: #f6bdb9 !important;
}

.page-wrap .c-cutdown {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 7rem;
}
.page-wrap .c-cutdown br {
  display: none;
}
@media (min-width: 1200px) {
  .page-wrap .c-cutdown {
    -webkit-line-clamp: 3;
  }
}
.page-wrap .c-cutdown__more {
  margin: 20px 0;
}

/*-------------------
 * project
 *-------------------*/
.page-wrap .p-index {
  width: 100%;
}
.page-wrap .p-index__sub {
  width: 100%;
}
.page-wrap .p-index__sub .p-index-head {
  display: block;
  max-width: 870px;
  margin: 0 auto;
  padding: 10px 10px 30px 10px;
}
@media (min-width: 940px) {
  .page-wrap .p-index__sub .p-index-head {
    padding: 10px 10px 30px 10px;
  }
}
.page-wrap .p-index__sub .p-index-head a {
  display: block;
  line-height: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: 2px solid #fff;
}
.page-wrap .p-index__sub .p-index-head a img {
  width: 100%;
}
.page-wrap .p-index__sub .p-index-head a:hover img {
  filter: brightness(1.05) !important;
}
.page-wrap .p-index-head {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page-wrap .p-index-head__mv {
  width: 100%;
  line-height: 0;
  position: relative;
}
.page-wrap .p-index-head__mv img {
  width: 100%;
}
.page-wrap .p-index-head__mv::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px dashed #a71527;
  pointer-events: none;
}
.page-wrap .p-index-head__logo {
  line-height: 0;
  display: none;
  position: relative;
  text-align: center;
}
@media (min-width: 940px) {
  .page-wrap .p-index-head__logo {
    display: block;
    width: 100%;
  }
}
.page-wrap .p-index-head__logo img {
  width: 80%;
}
@media (min-width: 840px) and (max-width: 1120px) {
  .page-wrap .p-index-head__logo img {
    width: 100%;
  }
}
.page-wrap .p-index-head__logo__phil {
  position: absolute;
  top: 0;
  right: 0;
  width: 23% !important;
  min-width: 90px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-wrap .p-index-head__info {
  width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  padding: 10px 10px 60px 10px;
}
.page-wrap .p-index-head-oa__start {
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .page-wrap .p-index-head-oa__start {
    max-width: 350px;
    margin: 0 auto;
  }
}
.page-wrap .p-index-head-oa__list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 12px;
  justify-content: center;
  padding-top: 20px;
  margin: 0 auto;
  /*
  max-width: 600px;
  */
}
@media screen and (max-width: 980px) {
  .page-wrap .p-index-head-oa__list {
    max-width: 600px;
    margin: 0 auto;
  }
}
.page-wrap .p-index-head-oa__item {
  width: 31%;
  text-align: center;
  min-width: 144px;
  flex-grow: 1;
  max-width: 170px;
}
@media (min-width: 940px) {
  .page-wrap .p-index-head-oa__item {
    width: 15%;
  }
}
.page-wrap .p-index-head-oa__item .ch {
  color: #fff;
  background-color: rgba(255, 68, 233, 0.28);
  font-weight: 500;
  font-size: 15px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  padding: 6px 4px 8px;
}
@media (min-width: 940px) {
  .page-wrap .p-index-head-oa__item .ch {
    font-size: 15px;
  }
}
.page-wrap .p-index-head-oa__item .time {
  line-height: 1.2;
  padding: 6px 2px;
  color: #fff;
  background: #372d32;
}
.page-wrap .p-index-head-stream {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 40px;
  flex-wrap: wrap;
}
.page-wrap .p-index-head-stream .font-medium {
  line-height: 1.2;
}
@media (min-width: 940px) {
  .page-wrap .p-index-head-stream .font-medium {
    line-height: 1.4;
  }
}
.page-wrap .p-index-head-stream__text {
  min-height: 62px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(255, 68, 233, 0.28);
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 2px;
  padding: 0 10px;
  min-width: 200px;
  height: 72px;
}
@media (min-width: 940px) {
  .page-wrap .p-index-head-stream__text {
    font-size: 18px;
    height: 78px;
  }
}
.page-wrap .p-index-head-stream__free {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.page-wrap .p-index-head-stream__list {
  display: flex;
  gap: 8px 10px;
  padding: 4px 0;
  min-width: 138px;
}
.page-wrap .p-index-head-stream__item {
  width: 64px;
}
@media (min-width: 940px) {
  .page-wrap .p-index-head-stream__item {
    width: 70px;
  }
}
.page-wrap .p-index-head-stream__item a {
  line-height: 0;
  display: block;
  opacity: 1;
  transition: 0.2s;
}
.page-wrap .p-index-head-stream__item a img {
  width: 100%;
}
.page-wrap .p-index-head-stream__item a:hover img {
  filter: brightness(1.15) !important;
}
.page-wrap .p-index-head-stream__premium {
  display: flex;
  gap: 8px 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-wrap .p-index-head-stream__premium .p-index-head-stream__item {
  width: 138px;
}
@media (min-width: 940px) {
  .page-wrap .p-index-head-stream__premium .p-index-head-stream__item {
    width: 150px;
  }
}
.page-wrap .p-index-head-sns__area {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px 20px;
  max-width: 350px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 10px;
}
.page-wrap .p-index-head-sns__title {
  color: #9715a7;
  min-width: 80px;
}
.page-wrap .p-index-head-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-wrap .p-index-head-sns__item a {
  display: block;
  line-height: 0;
  opacity: 1;
  transition: 0.2s;
  opacity: 1;
  background-color: #e19cf1;
  border-radius: 90px;
  width: 50px;
}
@media (hover: hover) {
  .page-wrap .p-index-head-sns__item a:hover {
    filter: brightness(1.2);
  }
}
.page-wrap .p-index-head-sns__item a img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */