@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
body {
  height: auto;
  overflow: auto;
}

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

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

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

.ib {
  display: inline-block;
}

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

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

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

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

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

.centering {
  text-align: center;
}

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

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

.txt-j {
  text-align: justify;
}

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

.note-tv {
  font-size: 0.7em;
  letter-spacing: 1px;
}

.font-small {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
}
.font-regular {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
.font-medium {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.5px;
}
@media (min-width: 940px) {
  .font-medium {
    font-size: 18px;
    letter-spacing: 0px;
  }
}
.font-large {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 940px) {
  .font-large {
    font-size: 22px;
  }
}
.font-title {
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  color: #3dbb9d;
}
@media (min-width: 940px) {
  .font-title {
    font-size: 26px;
    font-weight: bold;
  }
}
.font-title span {
  font-weight: 100;
  display: inline-block;
  padding: 5px 0;
}
.font-weight {
  font-weight: bold !important;
}
.font-weight__more {
  font-weight: bolder !important;
}
.font-point {
  color: #dd0b49;
}
.font-point__sub {
  color: #3dbb9d;
}
.font-bg {
  background-color: #000;
  color: #ffffff;
}

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

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

img {
  pointer-events: none;
}

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

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

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

.width70 {
  width: 70%;
  max-width: 650px;
}

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

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

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

@-webkit-keyframes popfade {
  0% {
    opacity: 0;
    top: 80px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes popfade {
  0% {
    opacity: 0;
    top: 80px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.common-abg-wrap__footer {
  padding: 30px 0;
  background: #ffffff;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
.page-wrap {
  font-family: "Noto Sans JP", sans-serif, YakuHanMP;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  color: #000000;
  background: #ffef40;
  text-decoration: none;
  list-style: none;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (min-width: 940px) {
  .page-wrap {
    font-size: 18px;
  }
}
.page-wrap a {
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (hover: hover) {
  .page-wrap a {
    cursor: pointer;
  }
  .page-wrap a:hover {
    text-decoration: none;
    opacity: 0.7;
    cursor: pointer;
  }
}
.page-wrap .body {
  background: #ffef40;
  -webkit-box-shadow: 0 0 5px #ffef40;
          box-shadow: 0 0 5px #ffef40;
  border-radius: 8px;
  padding: 0 10px;
  margin: 0 auto 30px;
  width: 100%;
}
@media (min-width: 940px) {
  .page-wrap .body {
    padding: 0 10px;
    max-width: 980px;
  }
}
.page-wrap .body .c-logo {
  display: block;
}
@media (min-width: 940px) {
  .page-wrap .body .c-logo {
    display: none;
  }
}
.page-wrap .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 1110px) {
  .page-wrap .sns-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.page-wrap .sns-box__twitter {
  width: 100%;
}
@media (min-width: 1110px) {
  .page-wrap .sns-box__twitter {
    width: 60%;
    margin: 0 auto;
  }
}
.page-wrap .sns-box__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 30%;
}
.page-wrap .sns-box__link a {
  display: block;
  line-height: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  border: 1px solid #ffffff;
}
@media (min-width: 1110px) {
  .page-wrap .sns-box__link a:hover {
    opacity: 0.7;
  }
}
.page-wrap .sns-box .sns-link__insta {
  background: #ff0060;
}

.page-wrap .l-footer {
  text-align: center;
  padding: 0 0 30px;
}
.page-wrap .l-footer__copyright {
  font-size: 0.8rem;
  line-height: 1.5;
}
.page-wrap .l-footer__copyright__note {
  padding: 10px 20px;
}
@media (min-width: 940px) {
  .page-wrap .l-footer__copyright__note {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
  }
}

/*-------------------
 * component
 *-------------------*/
.page-wrap .c-main {
  position: relative;
  padding: 40px 10px;
  background-color: #fff;
  margin: 40px 0;
  font-family: YakuHanMP;
}
@media (min-width: 940px) {
  .page-wrap .c-main {
    padding: 60px 20px;
  }
}
.page-wrap .c-main:before, .page-wrap .c-main:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 282px;
  height: 50px;
  background-image: url(../images/parts.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
}
@media (min-width: 940px) {
  .page-wrap .c-main:before, .page-wrap .c-main:after {
    width: 282px;
    height: 88px;
  }
}
.page-wrap .c-main:before {
  top: 0;
  left: 0;
}
.page-wrap .c-main:after {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.page-wrap .c-headline {
  padding: 10px 0 20px 0;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
@media (min-width: 940px) {
  .page-wrap .c-headline {
    padding: 20px 0 40px 0;
  }
}
.page-wrap .c-headline__en {
  font-size: 54px;
  font-weight: normal;
  font-family: "Kaushan Script", cursive;
  color: #3dbb9d;
  text-shadow: 2px 2px #d4d4d4;
  letter-spacing: -1px;
}
@media (min-width: 940px) {
  .page-wrap .c-headline__en {
    font-size: 98px;
    letter-spacing: -2px;
  }
}
@media (min-width: 1110px) {
  .page-wrap .c-headline__en {
    font-size: 98px;
    letter-spacing: -1px;
  }
}
.page-wrap .c-headline::first-letter {
  color: #ef0c4f;
}
.page-wrap .c-headline__jp {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #dd0b49;
  font-weight: bold;
  text-shadow: 1px 1px #d4d4d4;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 5px;
  letter-spacing: -1px;
}
@media (min-width: 940px) {
  .page-wrap .c-headline__jp {
    font-size: 18px;
    margin: 0 0 0 10px;
    letter-spacing: -1px;
  }
}
@media (min-width: 1110px) {
  .page-wrap .c-headline__jp {
    font-size: 21px;
    margin: 0 0 0 10px;
    letter-spacing: -1px;
  }
}
.page-wrap .c-headline__adjust {
  font-size: 34px;
}
@media (min-width: 940px) {
  .page-wrap .c-headline__adjust {
    font-size: 48px;
  }
}
.page-wrap .c-headline__down {
  font-size: 12px;
  color: #dd0b49;
  padding: 0 0 0 0;
  letter-spacing: 0.03em;
}
@media (min-width: 940px) {
  .page-wrap .c-headline__down {
    font-size: 16px;
  }
}
.page-wrap .c-headline__sub {
  padding: 0.1em 0.6em;
  border-left: 7px solid #3dbb9d;
  color: #3dbb9d;
  font-size: 16px;
  margin: 15px 0 0 10px;
}
@media (min-width: 940px) {
  .page-wrap .c-headline__sub {
    font-size: 18px;
    margin: 15px 0 0 0;
  }
}
.page-wrap .c-headline__small {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 3px 8px 5px;
  margin: 0 0 0 5px;
  color: #667889;
  border-bottom: 1px solid #667889;
}
@media (min-width: 940px) {
  .page-wrap .c-headline__small {
    font-size: 16px;
  }
}
.page-wrap .c-headline__music {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  padding-top: 45px;
  padding-bottom: 20px;
  font-size: 18px;
  text-align: center;
  color: #3dbb9d;
}
@media (min-width: 940px) {
  .page-wrap .c-headline__music {
    font-size: 20px;
  }
}
.page-wrap .c-headline__music span {
  position: relative;
  z-index: 2;
}
.page-wrap .c-headline__music::before {
  content: attr(data-en);
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(131, 233, 202, 0.2);
  font-size: 55px;
  font-style: italic;
}
@media (min-width: 940px) {
  .page-wrap .c-headline__music::before {
    font-size: 60px;
  }
}

.page-wrap .c-profile {
  width: 98%;
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #3dbb9d;
}
.page-wrap .c-profile__title {
  border-bottom: 1px solid #3dbb9d;
  padding: 0 0.5rem;
  color: #3dbb9d;
  font-weight: bold;
  font-size: 0.9rem;
}
.page-wrap .c-profile__detail {
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
}
.page-wrap br + .c-profile {
  margin-top: 10px;
}

.page-wrap .c-banner-box {
  padding: 20px 20px;
  margin-top: -50px;
  width: 100%;
  text-align: center;
  line-height: 1;
}
@media (min-width: 940px) {
  .page-wrap .c-banner-box {
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
.page-wrap .c-banner-box a {
  display: inline-block;
  line-height: 0;
  position: relative;
}
.page-wrap .c-banner-box a::after {
  position: absolute;
  content: "";
  width: 15%;
  max-width: 80px;
  height: 80px;
  background: url(../images/icon/link-arrow_sp.png) 50% 50%/contain no-repeat;
  top: calc(50% - 40px);
  right: 5%;
  z-index: 3;
}
.page-wrap .c-banner-box a img {
  width: 100%;
  max-width: 600px;
}
@media (min-width: 940px) {
  .page-wrap .c-banner-box a img {
    max-width: 920px;
  }
}
@media (min-width: 940px) {
  .page-wrap .c-banner-box a::after {
    width: 7%;
    height: 60px;
    top: calc(50% - 30px);
    right: 3%;
    background-image: url(../images/icon/link-arrow_pc.png);
  }
}
@media (min-width: 1110px) {
  .page-wrap .c-banner-box a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .page-wrap .c-banner-box a::after {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .page-wrap .c-banner-box a:hover {
    -webkit-filter: hue-rotate(-50deg) contrast(1.1);
            filter: hue-rotate(-50deg) contrast(1.1);
  }
  .page-wrap .c-banner-box a:hover::after {
    right: 1.5%;
  }
}
.page-wrap .c-banner__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 20px 10px;
  border-top: 1px solid #667889;
  border-bottom: 1px solid #667889;
}
.page-wrap .c-banner__area {
  text-align: center;
  line-height: 0;
}
.page-wrap .c-banner__area a {
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.page-wrap .c-banner__area a img {
  width: 100%;
}
@media (min-width: 1110px) {
  .page-wrap .c-banner__area a:hover {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}

.page-wrap .c-head {
  position: relative;
  width: calc(100% - 60px);
  line-height: 1;
}
.page-wrap .c-head::after {
  position: absolute;
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#ff00d7), color-stop(90%, #ff00d7), to(rgba(255, 0, 217, 0)));
  background: linear-gradient(90deg, #ff00d7 0%, #ff00d7 90%, rgba(255, 0, 217, 0) 100%);
  bottom: -5px;
  left: 0;
}
.page-wrap .c-head a {
  display: inline-block;
}
@media (min-width: 940px) {
  .page-wrap .c-head a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .page-wrap .c-head a:hover {
    opacity: 0.8;
  }
}
.page-wrap .c-head img {
  width: 100%;
  max-width: 860px;
}

.page-wrap .c-heading {
  font-family: "Josefin Sans", sans-serif, "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #dd0b49;
  line-height: 1;
  text-align: center;
  padding: 10px 0 25px;
  position: relative;
}
@media (min-width: 940px) {
  .page-wrap .c-heading {
    font-size: 4rem;
  }
}

.page-wrap .c-topics__list {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 10px;
  overflow-x: hidden;
}
@media (min-width: 940px) {
  .page-wrap .c-topics__list {
    padding: 10px 10px 10px 0;
    width: 96%;
    max-width: 1100px;
    margin: 10px auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px 30px;
  }
}
@media (min-width: 1110px) {
  .page-wrap .c-topics__list {
    width: 96%;
    max-width: 1100px;
    margin: 10px auto;
    gap: 20px 30px;
  }
}
.page-wrap .c-topics__item {
  width: 100%;
  max-width: 520px;
  line-height: 1;
}
.page-wrap .c-topics__item a {
  display: block;
  color: #ffffff;
  position: relative;
}
.page-wrap .c-topics__item a::after {
  position: absolute;
  content: ">";
  width: 20px;
  height: 20px;
  bottom: 5px;
  right: 5px;
  z-index: 3;
  color: #dd0b49;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1110px) {
  .page-wrap .c-topics__item a::after {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
}
.page-wrap .c-topics__item a .c-topics__items .c-topics__info {
  padding-right: 20px;
}
@media (min-width: 1110px) {
  .page-wrap .c-topics__item a .c-topics__img img {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .page-wrap .c-topics__item a:hover .c-topics__img img {
    -webkit-transform: scale(120%);
            transform: scale(120%);
  }
  .page-wrap .c-topics__item a:hover::after {
    right: 0;
  }
}
@media (min-width: 940px) {
  .page-wrap .c-topics__item {
    width: calc(33.3333333% - 20px);
  }
  .page-wrap .c-topics__item:nth-child(-n+2) {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1110px) {
  .page-wrap .c-topics__item {
    width: calc(33.3333333% - 20px);
  }
  .page-wrap .c-topics__item:nth-child(-n+2) {
    width: calc(50% - 15px);
  }
}
.page-wrap .c-topics__items {
  border: 1px solid #ff02da;
  border-top-color: #01cea0;
  border-left-color: #01cea0;
  background: #ffffff;
}
.page-wrap .c-topics__img {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  pointer-events: none;
}
.page-wrap .c-topics__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page-wrap .c-topics__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__update {
  width: 60%;
  min-width: 120px;
  margin: 0 auto;
  color: #ff02da;
  padding: 7px 0px 5px;
  border-bottom: 2px solid #ff02da;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 1110px) {
  .page-wrap .c-topics__update {
    width: 50%;
    padding: 7px 5px 5px;
    min-width: 150px;
  }
}
.page-wrap .c-topics__info {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.page-wrap .c-topics .c-link {
  display: none;
}
.page-wrap.p-index .c-topics__item:nth-child(n+5) {
  display: none;
}
@media (min-width: 940px) {
  .page-wrap.p-index .c-topics__item:nth-child(5) {
    display: block;
  }
}
.page-wrap.p-index .c-link {
  display: block;
}

.page-wrap .c-movie {
  padding: 10px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1110px) {
  .page-wrap .c-movie {
    padding-bottom: 10px;
  }
}
.page-wrap .c-movie .btn {
  position: relative;
  display: block;
  line-height: 0;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.page-wrap .c-movie .btn img {
  width: 100%;
}
@media (min-width: 940px) {
  .page-wrap .c-movie .btn:hover {
    cursor: pointer;
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}

.page-wrap .c-images {
  width: 100%;
  line-height: 0;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 940px) {
  .page-wrap .c-images {
    padding: 0 0;
  }
}
.page-wrap .c-images img {
  width: 100%;
}
.page-wrap .c-images__logo {
  width: 80% !important;
  max-width: 400px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.page-wrap .c-text {
  padding: 5px 0;
}
@media (min-width: 940px) {
  .page-wrap .c-text {
    padding: 10px 10px;
  }
}
.page-wrap .c-text__text {
  padding: 10px 10px;
  font-size: 14px;
}
@media (min-width: 940px) {
  .page-wrap .c-text__text {
    font-size: 16px;
  }
}
.page-wrap .c-text__text img {
  width: 100%;
  padding: 10px 0;
  max-width: 800px;
  min-width: 270px;
}
@media (min-width: 940px) {
  .page-wrap .c-text__text img {
    padding: 10px 10px;
  }
}
.page-wrap .c-text__intro {
  padding: 5px 0;
}
.page-wrap .c-text__intro img {
  width: 80%;
  max-width: 450px;
}
@media (min-width: 940px) {
  .page-wrap .c-text__intro img {
    width: 50%;
    max-width: 600px;
  }
}

.page-wrap .c-link {
  padding: 10px;
}
.page-wrap .c-link-btn {
  color: #000000;
  background: #ffffff;
  line-height: 1;
  display: block;
  position: relative;
  padding: 15px 30px 15px 10px;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 0 30px 30px 0;
  border: 1px solid #000000;
  border-left-width: 10px;
  overflow: hidden;
  width: 80%;
  min-width: 300px;
  max-width: 250px;
  margin: 0 auto;
  z-index: 1;
}
.page-wrap .c-link-btn::before, .page-wrap .c-link-btn::after {
  position: absolute;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.page-wrap .c-link-btn::before {
  position: absolute;
  content: "→";
  color: #ffffff;
  width: 20px;
  height: 100%;
  right: 19px;
  top: 0;
  font-size: 12px;
  font-weight: bolder;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
}
.page-wrap .c-link-btn::after {
  content: "";
  width: 50px;
  height: 50px;
  background: #000000;
  top: calc(50% - 25px);
  right: 0px;
  border-radius: 100px;
  z-index: -2;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}
@media (hover: hover) {
  .page-wrap .c-link-btn:hover {
    opacity: 1;
    color: #ffffff;
  }
  .page-wrap .c-link-btn:hover::before {
    right: 10px;
  }
  .page-wrap .c-link-btn:hover::after {
    -webkit-transform: scale(2000%);
            transform: scale(2000%);
  }
}
.page-wrap .comic-btn {
  width: 80%;
  max-width: 350px;
  padding: 0 0 20px 0;
  margin: 0 auto;
}
.page-wrap .comic-btn a {
  width: 100%;
  padding: 20px 40px 20px 35px;
  border-radius: 7px;
  display: block;
  line-height: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #ffffff;
  position: relative;
  background: #3dbb9d;
  text-align: center;
}
@media (min-width: 1110px) {
  .page-wrap .comic-btn a:hover {
    opacity: 0.7;
  }
}
.page-wrap .comic-btn a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 21px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-wrap .comic-btn a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 13px;
  width: 23px;
  height: 23px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.page-wrap .comic-btn a:hover {
  opacity: 0.7;
  -webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
}

.page-wrap .c-name__block {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(50% - 20px);
  max-width: 150px;
}
@media (min-width: 940px) {
  .page-wrap .c-name__item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            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;
  line-height: 1;
  padding: 0 0 8px 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.page-wrap .c-name__chara {
  padding: 12px 8px 4px 8px;
  font-size: 1.1rem;
  color: #ffffff;
  color: #dd0b49;
  font-weight: bold;
}

.page-wrap .c-cast {
  padding: 20px 0;
}
@media (min-width: 940px) {
  .page-wrap .c-cast {
    padding: 20px 10px;
  }
}
.page-wrap .c-cast__photo {
  max-width: 230px;
  margin: 0 auto;
  width: auto;
  text-align: center;
  line-height: 0;
}
@media (min-width: 940px) {
  .page-wrap .c-cast__photo {
    max-width: 295px;
  }
}
.page-wrap .c-cast__photo img {
  width: 100%;
}
.page-wrap .c-cast__photo-line {
  width: 100%;
  padding: 5px;
  border: 2px solid;
  margin-inline: auto;
  -o-border-image: linear-gradient(to bottom, #7c58fd, #C850C0 30%, #f79600) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#7c58fd), color-stop(30%, #C850C0), to(#f79600)) 1;
     border-image: linear-gradient(to bottom, #7c58fd, #C850C0 30%, #f79600) 1;
  border-image-slice: 1;
}
.page-wrap .c-cast__text {
  padding: 20px 0 0 0;
}
.page-wrap .c-cast__music-photo {
  width: 80%;
  margin: 0 auto;
}
.page-wrap .c-cast__music-photo img {
  width: 100%;
}

.page-wrap .c-episode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 20px;
}
.page-wrap .c-episode-headline {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 10px;
}
.page-wrap .c-episode-headline__title {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  padding: 5px 10px 5px 10px;
}
.page-wrap .c-episode-headline.backnumber {
  text-align: left;
}
.page-wrap .c-episode-backnumber {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.page-wrap .c-episode-backnumber__item {
  padding: 0;
  width: calc(33% - 8px);
  max-width: 240px;
  line-height: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (min-width: 940px) {
  .page-wrap .c-episode-backnumber__item {
    width: calc(20% - 8px);
  }
}
.page-wrap .c-episode-backnumber__item a {
  display: block;
  position: relative;
  border: 1px solid #3dbb9d;
  line-height: 0;
}
@media (min-width: 1110px) {
  .page-wrap .c-episode-backnumber__item a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .page-wrap .c-episode-backnumber__item a:hover {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    border-color: #dd0b49;
  }
}
.page-wrap .c-episode-backnumber__item img {
  width: 100%;
  line-height: 0;
  position: relative;
}
.page-wrap .c-episode__number {
  position: absolute;
  top: 0;
  left: 0;
}
.page-wrap .c-episode__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
}
@media (min-width: 940px) {
  .page-wrap .c-episode__detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-wrap .c-episode-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 940px) {
  .page-wrap .c-episode-images {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-top: 10px;
  }
}
@media (min-width: 1110px) {
  .page-wrap .c-episode-images {
    padding-top: 10px;
  }
  .page-wrap .c-episode-images.many .c-episode-images__thumb {
    width: 16.6%;
  }
}
.page-wrap .c-episode-images__thumb {
  line-height: 0;
  width: 50%;
  padding: 0 5px 10px;
}
.page-wrap .c-episode-images__thumb:first-child {
  width: 100%;
}
.page-wrap .c-episode-images__thumb:last-child {
  width: 100%;
}
@media (min-width: 940px) {
  .page-wrap .c-episode-images__thumb {
    width: 20%;
  }
  .page-wrap .c-episode-images__thumb:first-child {
    width: 20%;
  }
  .page-wrap .c-episode-images__thumb:last-child {
    width: 20%;
  }
}
.page-wrap .c-episode-images__thumb img {
  width: 100%;
}
.page-wrap .c-episode-images__thumb a {
  display: block;
  position: relative;
  border: 1px solid #3dbb9d;
}
@media (min-width: 1110px) {
  .page-wrap .c-episode-images__thumb a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .page-wrap .c-episode-images__thumb a:hover {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    border-color: #dd0b49;
  }
}
.page-wrap .c-episode__text {
  width: calc(100% - 265px);
  min-width: 350px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-top: 10px;
}
.page-wrap .c-episode-top {
  width: 100%;
  padding: 20px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px 15px;
}
@media (min-width: 940px) {
  .page-wrap .c-episode-top {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page-wrap .c-episode-top__images {
  line-height: 0;
  padding: 0;
  width: 30%;
  min-width: 200px;
}
.page-wrap .c-episode-top__images img {
  width: 100%;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-box-shadow: 3px 3px 2px rgba(255, 0, 217, 0.8);
          box-shadow: 3px 3px 2px rgba(255, 0, 217, 0.8);
}
@media (min-width: 940px) {
  .page-wrap .c-episode-top__images {
    padding: 10px 0;
    padding-top: 0;
  }
}
.page-wrap .c-episode-top .c-text__text {
  padding: 0;
  width: 70%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -15px;
}
.page-wrap .c-episode-top .c-text__text p {
  padding: 10px;
}
@media (min-width: 940px) {
  .page-wrap .c-episode-top .c-text__text {
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-top: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
  .page-wrap .c-episode-top .c-text__text p {
    width: 100%;
  }
}
.page-wrap .c-episode .c-headline__sub {
  min-width: 300px;
}
.page-wrap .c-episode .c-headline__small {
  padding-top: 15px;
  margin-bottom: 10px;
}

.page-wrap .c-comment {
  display: block;
  width: 100%;
  padding: 0;
}
.page-wrap .c-comment-area {
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 1110px) {
  .page-wrap .c-comment-area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
  }
}
.page-wrap .c-comment-area:last-child {
  padding-bottom: 10px;
}
.page-wrap .c-comment-area__images {
  line-height: 1;
  text-align: center;
  width: 85%;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
@media (min-width: 940px) {
  .page-wrap .c-comment-area__images {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.page-wrap .c-comment-area__photo {
  width: 70%;
  max-width: 300px;
}
@media (min-width: 940px) {
  .page-wrap .c-comment-area__photo {
    width: 100%;
    max-width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 940px) {
  .page-wrap .c-comment-area__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
  }
}
.page-wrap .c-comment-area__text .c-text {
  width: 100%;
  padding: 10px 15px 20px;
}
.page-wrap .c-comment-area__name {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.page-wrap .c-comment-text {
  padding: 10px;
  line-height: 1.5;
}
.page-wrap .c-comment__title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 8px 5px;
  margin: 0 0 0 15px;
  color: #3dbb9d;
  border: 1px solid #3dbb9d;
}
@media (min-width: 940px) {
  .page-wrap .c-comment__title {
    font-size: 16px;
  }
}
.page-wrap .c-comment__title ruby {
  line-height: 1;
}
.page-wrap .c-comment__detail {
  padding: 10px 15px;
  font-size: 14px;
}
@media (min-width: 940px) {
  .page-wrap .c-comment__detail {
    font-size: 16px;
  }
}
.page-wrap .music-img {
  line-height: 1;
  text-align: center;
  width: 85%;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
@media (min-width: 940px) {
  .page-wrap .music-img {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.page-wrap .music-img img {
  width: 100%;
}
.page-wrap .c-character {
  width: 98%;
  margin: 20px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #dd0b49;
}
@media (min-width: 940px) {
  .page-wrap .c-character {
    margin: 20px auto 0 auto;
  }
}
.page-wrap .c-character__title {
  padding: 8px 10px 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background-color: #dd0b49;
}
.page-wrap .c-character__detail {
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 940px) {
  .page-wrap .c-character__detail {
    font-size: 16px;
  }
}

.page-wrap .c-original-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: 100%;
  text-align: center;
  padding: 10px 0 20px;
}
@media (min-width: 940px) {
  .page-wrap .c-original-info {
    padding: 10px 20px;
  }
}
.page-wrap .c-original-info__item {
  width: 100%;
  max-width: 640px;
}
@media (min-width: 940px) {
  .page-wrap .c-original-info__item {
    width: 50%;
  }
}
.page-wrap .c-original-info__cover {
  line-height: 0;
  padding: 0 0 5px;
}
.page-wrap .c-original-info__cover img {
  width: 100%;
}
.page-wrap .c-original-illust {
  text-align: center;
  padding: 20px 10px;
  width: 95%;
  margin: 0 auto;
}
.page-wrap .c-original-illust img {
  max-height: 560px;
  width: auto;
  max-width: 80%;
  min-width: 280px;
}
.page-wrap .c-original-comic {
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 940px) {
  .page-wrap .c-original-comic {
    padding: 10px 0;
    width: 100%;
  }
}
.page-wrap .c-original-comic img {
  max-height: 560px;
  width: auto;
  max-width: 65%;
}

.page-wrap .c-onair-top {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  padding: 0px 0 10px 0;
  font-family: YakuHanMP;
}
@media (min-width: 940px) {
  .page-wrap .c-onair-top {
    font-size: 20px;
    padding: 20px 0 20px 0;
  }
}
.page-wrap .c-onair-top-start {
  padding: 10px 5px 10px;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 940px) {
  .page-wrap .c-onair-top-start {
    padding: 15px 5px 10px;
    font-size: 24px;
  }
}
.page-wrap .c-onair-top-list {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}
@media (min-width: 940px) {
  .page-wrap .c-onair-top-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 800px;
    gap: 10px;
  }
}
@media (min-width: 1110px) {
  .page-wrap .c-onair-top-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 1400px;
    gap: 10px;
  }
}
.page-wrap .c-onair-top-item {
  padding: 0;
  width: 25%;
  max-width: 0;
  min-width: 145px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
}
@media (min-width: 940px) {
  .page-wrap .c-onair-top-item {
    width: 25%;
    max-width: 190px;
    min-width: 175px;
  }
}
@media (min-width: 1110px) {
  .page-wrap .c-onair-top-item {
    width: 25%;
    max-width: 170px;
    min-width: 160px;
  }
}
.page-wrap .c-onair-top-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.page-wrap .c-onair-top-items__ch {
  padding: 7px 0;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1;
  background: #3dbb9d;
  color: #ffffff;
  /*
          &::before{
            position: absolute;
            content: '';
            width: 100%;
            height: 50%;
            bottom: 0;
            left: 0;
            background: $c-headline__bg;
            z-index: -1;
            pointer-events: none;
          }
  */
}
@media (min-width: 940px) {
  .page-wrap .c-onair-top-items__ch {
    font-size: 16px;
  }
}
.page-wrap .c-onair-top-items__date {
  font-size: 14px;
  text-align: center;
  width: 100%;
  line-height: 160%;
  padding: 0 0 5px 0;
}
@media (min-width: 940px) {
  .page-wrap .c-onair-top-items__date {
    font-size: 16px;
  }
}
.page-wrap .c-onair {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  padding: 20px 0 20px 0;
}
@media (min-width: 940px) {
  .page-wrap .c-onair {
    font-size: 20px;
    padding: 40px 0 20px 0;
  }
}
.page-wrap .c-onair-start {
  padding: 15px 5px 10px;
}
.page-wrap .c-onair-list {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}
@media (min-width: 940px) {
  .page-wrap .c-onair-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 95%;
    max-width: 600px;
    gap: 10px;
  }
}
.page-wrap .c-onair-item {
  padding: 0;
  width: 25%;
  max-width: 0;
  min-width: 235px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 940px) {
  .page-wrap .c-onair-item {
    width: 25%;
    max-width: 200px;
    min-width: 175px;
  }
}
.page-wrap .c-onair-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.page-wrap .c-onair-items__ch {
  padding: 7px 0;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1;
  background: #dd0b49;
  color: #ffffff;
  /*
          &::before{
            position: absolute;
            content: '';
            width: 100%;
            height: 50%;
            bottom: 0;
            left: 0;
            background: $c-headline__bg;
            z-index: -1;
            pointer-events: none;
          }
  */
}
@media (min-width: 940px) {
  .page-wrap .c-onair-items__ch {
    font-size: 16px;
  }
}
.page-wrap .c-onair-items__date {
  font-size: 14px;
  text-align: center;
  width: 100%;
  line-height: 160%;
}
@media (min-width: 940px) {
  .page-wrap .c-onair-items__date {
    font-size: 16px;
  }
}

.page-wrap .c-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (min-width: 940px) {
  .page-wrap .c-sns {
    padding: 0 20px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-wrap .c-sns__twitter {
  width: 100%;
  height: 400px;
}
@media (min-width: 940px) {
  .page-wrap .c-sns__twitter {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 10px;
  }
}
.page-wrap .c-sns__banner {
  width: 100%;
  text-align: center;
  padding: 10px;
}
@media (min-width: 940px) {
  .page-wrap .c-sns__banner {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-wrap .c-sns__link {
  width: 80%;
  max-width: 500px;
  padding: 10px;
  display: inline-block;
}
@media (min-width: 940px) {
  .page-wrap .c-sns__link {
    max-width: 260px;
  }
}
.page-wrap .c-sns__link a {
  width: 100%;
  padding: 20px 40px 20px 35px;
  border-radius: 7px;
  display: block;
  line-height: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #ffffff;
  position: relative;
}
@media (min-width: 1110px) {
  .page-wrap .c-sns__link a:hover {
    opacity: 0.7;
  }
}
.page-wrap .c-sns__link a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 21px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-wrap .c-sns__link a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 13px;
  width: 23px;
  height: 23px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.page-wrap .c-sns__link a:hover {
  opacity: 0.7;
  -webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
}
.page-wrap .c-sns .sns-link__twitter {
  background: #1d9bf0;
}
.page-wrap .c-sns .sns-link__x {
  background: #000000;
}
.page-wrap .c-sns .sns-link__insta {
  background: #dd0b49;
}
.page-wrap .c-sns .sns-link__tiktok {
  background: #000000;
}

/*-------------------
 * project
 *-------------------*/
@media print {
  .p-index-kv {
    display: none;
  }
}
.page-wrap .p-index {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 940px) {
  .page-wrap .p-index {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-areas: "p-kv p-main";
  }
}
.page-wrap .p-index-kv {
  display: none;
}
.page-wrap .p-index-kv img {
  width: 100%;
  background: url(../images/teaser.webp) top center/cover no-repeat;
}
@media (min-width: 940px) {
  .page-wrap .p-index-kv {
    display: block;
    position: sticky;
    top: 0;
    grid-area: p-kv;
    padding: 10px 20px;
    line-height: 0;
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.page-wrap .p-index-main {
  grid-area: p-main;
  padding: 0 5px;
}
@media (min-width: 940px) {
  .page-wrap .p-index-main {
    padding: 0 0 10px 0;
  }
}
.page-wrap .p-index-info {
  padding: 0;
  /*border-bottom: 1px solid $c-horizon;*/
}
@media (min-width: 940px) {
  .page-wrap .p-index-info {
    padding: 0 0;
  }
}
.page-wrap .p-index-info .c-logo {
  text-align: center;
}
.page-wrap .p-index-info .c-logo img {
  width: 95%;
  max-width: 640px;
}
@media (min-width: 940px) {
  .page-wrap .p-index-info .c-logo {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.page-wrap .p-index-info-stream {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  width: 95%;
  margin: 0 auto;
  max-width: 330px;
}
@media (min-width: 940px) {
  .page-wrap .p-index-info-stream {
    gap: 10px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 25px 0;
    width: 94%;
    margin: 0 auto;
    max-width: 980px;
  }
}
.page-wrap .p-index-info-stream__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  width: 97%;
  background-color: #fff;
  margin: 0 0 10px 0;
  max-width: 440px;
}
@media (min-width: 940px) {
  .page-wrap .p-index-info-stream__area {
    width: 100%;
    margin: 0 0 0 0;
    gap: 10px;
    max-width: 440px;
  }
}
@media (min-width: 1110px) {
  .page-wrap .p-index-info-stream__area {
    width: 100%;
    margin: 0 0 0 0;
    gap: 10px;
    max-width: 440px;
  }
}
.page-wrap .p-index-info-stream__area.stream-premium .p-index-head-info-stream__item {
  width: 100%;
}
.page-wrap .p-index-info-stream__area.stream-premium .p-index-head-info-stream__item img {
  width: 100%;
  height: auto;
}
@media (min-width: 940px) {
  .page-wrap .p-index-info-stream__area {
    padding: 0;
    width: 450px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-wrap .p-index-info-stream__title {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 5px 8px 5px;
  background: #dd0b49;
  min-height: 85px;
  width: 45%;
}
@media (min-width: 940px) {
  .page-wrap .p-index-info-stream__title {
    font-size: 18px;
  }
}
.page-wrap .p-index-info-stream__title p {
  line-height: 1;
}
.page-wrap .p-index-info-stream__title .note {
  font-size: 11px;
  line-height: 1;
  padding-top: 8px;
}
.page-wrap .p-index-info-stream__list {
  width: 45%;
  max-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  margin: 0 auto;
}
@media (min-width: 940px) {
  .page-wrap .p-index-info-stream__list {
    gap: 10px;
    width: 35%;
    padding: 0;
  }
}
.page-wrap .p-index-info-stream__item {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-wrap .p-index-info-stream__item a {
  display: inline-block;
  line-height: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (hover: hover) {
  .page-wrap .p-index-info-stream__item a:hover {
    opacity: 0.7;
  }
}
.page-wrap .p-index-info-stream__item img {
  width: 100%;
}
.page-wrap .p-index-sns {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 0 auto;
  padding: 10px 0;
  background-color: #fff;
  display: block;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (min-width: 940px) {
  .page-wrap .p-index-sns {
    padding: 10px 0;
    width: 95%;
    max-width: 440px;
    margin: 0 auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 1110px) {
  .page-wrap .p-index-sns {
    padding: 10px 0;
    width: 95%;
    max-width: 440px;
    margin: 0 auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.page-wrap .p-index-sns__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-wrap .p-index-sns__title {
  text-align: center;
  font-size: 18px;
  padding: 0 0 10px 0;
  letter-spacing: 1px;
  font-weight: normal;
  color: #dd0b49;
}
@media (min-width: 940px) {
  .page-wrap .p-index-sns__title {
    font-size: 24px;
    padding: 15px 5px 10px 0;
  }
}
.page-wrap .p-index-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 0 0 0 0;
}
@media (min-width: 940px) {
  .page-wrap .p-index-sns__list {
    padding: 0 0 0 10px;
  }
}
.page-wrap .p-index-sns__item {
  width: calc(33% - 10px);
  max-width: 55px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  background-color: #dd0b49;
  border-radius: 50px;
}
.page-wrap .p-index-sns__item a {
  padding: 5px;
  display: block;
  line-height: 0;
}
.page-wrap .p-index-sns__item a img {
  width: 100%;
}
@media (min-width: 1110px) {
  .page-wrap .p-index-sns__item a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .page-wrap .p-index-sns__item a:hover {
    opacity: 0.7;
  }
}
.page-wrap .p-index .br-sp {
  display: block;
}
@media (min-width: 940px) {
  .page-wrap .p-index .br-sp {
    display: none;
  }
}
.page-wrap .p-index .br-pc {
  display: none;
}
@media (min-width: 940px) {
  .page-wrap .p-index .br-pc {
    display: block;
  }
}
.page-wrap .p-index .c-adjust {
  padding: 0 0 0 0;
}
@media (min-width: 940px) {
  .page-wrap .p-index .c-adjust {
    padding: 20px 0 0 0;
  }
}
.page-wrap .p-index .c-outline-area {
  padding: 0 10px;
}
@media (min-width: 940px) {
  .page-wrap .p-index .c-outline-area {
    padding: 20px;
  }
}/*# sourceMappingURL=style.css.map */