@charset "UTF-8";
/* Flex box */
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-flex-jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flex-jce {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-flex-aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex-aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* 汎用ボタン */
.c-btn--a a {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 0.8em 1em;
  background: #707070;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 245px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .c-btn--a a {
    width: 267px;
    padding: 0.9em 1em;
  }
}

.c-btn--b a {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 0.5em 30px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-btn--b a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: url(../img/btn_icon.png) no-repeat center/contain;
}

.c-btn--b a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 8px;
  background: url(../img/arrow001_wh.svg) no-repeat center/contain;
}

.c-btn--b a:hover {
  text-shadow: var(--neon_shadow);
}

@media screen and (max-width: 767px) {
  .c-btn--b a {
    font-size: 14px;
  }
}

.c-btn a.center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn a.left {
  margin-left: 0;
  margin-right: auto;
}

.c-btn a.right {
  margin-left: auto;
  margin-right: 0;
}

/* FAQ */
.c-faq {
  background: rgba(255, 255, 255, 0.05);
}

.c-faq_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.c-faq_item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.c-faq_q {
  font-size: 20px;
  font-weight: bold;
  padding: 50px 50px 50px 80px;
  position: relative;
}

.c-faq_q:before {
  content: '';
  position: absolute;
  top: 50px;
  left: 30px;
  width: 24px;
  height: 30px;
  background: url(../img/faq_q.svg) no-repeat center/contain;
}

.c-faq_a {
  padding: 10px 50px 50px 80px;
  position: relative;
}

.c-faq_a:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 27px;
  width: 29px;
  height: 30px;
  background: url(../img/faq_a.svg) no-repeat center/contain;
}

.c-faq_a .address {
  margin: 20px 0;
  padding-left: 20px;
  border-left: 4px solid rgba(255, 255, 255, 0.2);
}

.c-faq_a h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0 0.5em;
}

.c-faq_a ul li {
  padding-left: 1em;
  position: relative;
}

.c-faq_a ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c-faq_q {
    font-size: 14px;
    padding: 30px 15px 30px 50px;
  }
  .c-faq_q:before {
    top: 30px;
    left: 16px;
    width: 20px;
    height: 25px;
  }
  .c-faq_a {
    padding: 10px 20px 30px 50px;
  }
  .c-faq_a:before {
    top: 7px;
    left: 15px;
    width: 24px;
    height: 25px;
  }
  .c-faq h4 {
    font-size: 14px;
  }
}

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

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

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

.alignleft {
  margin-left: 0;
  margin-right: auto;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  margin-left: auto;
  margin-right: 0;
}

.img-link.left {
  text-align: left;
}

.img-link.center {
  text-align: center;
}

.img-link.right {
  text-align: right;
}

.img-link img {
  display: inline;
}

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(254, 44, 85, 0.5)));
  background: linear-gradient(transparent 50%, rgba(254, 44, 85, 0.5) 50%);
  padding-bottom: 0.3em;
}

.u-bold {
  font-weight: bold;
}

.u-maincolor {
  color: var(--maincolor);
}

.u-subcolor {
  color: var(--subcolor);
}

.c-blocklink a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
  position: relative;
}

.c-pager .page-numbers {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0.6em;
  color: #fff;
}

.c-pager .page-numbers.current {
  color: var(--maincolor);
}

.c-pager .prev, .c-pager .next {
  width: 15px;
  height: 11px;
  background: url(../img/arrow001.svg) no-repeat center/contain;
}

.c-pager .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .c-pager {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px;
  }
  .c-pager .prev, .c-pager .next {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
  .c-pager .prev {
    right: 60px;
  }
}

.c-frameline--top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/line002.png) repeat-x top center;
  margin: auto;
  width: 100%;
  height: 6px;
  -webkit-animation: roll 80s linear 0s infinite normal forwards running;
          animation: roll 80s linear 0s infinite normal forwards running;
}

.c-frameline--bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/line001.png) repeat-x bottom center;
  margin: auto;
  width: 100%;
  height: 6px;
  -webkit-animation: roll 80s linear 0s infinite normal forwards running;
          animation: roll 80s linear 0s infinite normal forwards running;
}

main {
  overflow: hidden;
}

.js-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}

.js-loading_txt {
  font-size: 20px;
  font-family: 'Clash Display';
  text-align: center;
  text-shadow: var(--neon_shadow);
  -webkit-animation: flash 2s ease-out 0s infinite normal forwards running;
          animation: flash 2s ease-out 0s infinite normal forwards running;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -420px;
  margin: auto;
  width: 200px;
  height: 1em;
  display: block;
}

.js-loading_item {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../img/oha-co_wh.png) no-repeat center/245px 368px #000;
  -webkit-transition: 1s cubic-bezier(0.2, 0, 0.1, 1) 1s;
  transition: 1s cubic-bezier(0.2, 0, 0.1, 1) 1s;
}

.js-loading_item:before {
  content: '';
  position: absolute;
  top: 0;
  margin: auto;
  width: 2px;
  height: 0;
  background: #ccc;
  -webkit-transition: 0.1s ease 0.5s;
  transition: 0.1s ease 0.5s;
  z-index: 1;
}

.js-loading_item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 40px;
  border: 2px solid #ccc;
  background: #fff;
}

.js-loading_item--01 {
  left: 0;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.js-loading_item--01:before {
  right: 0;
  -webkit-box-shadow: -2px 0 1vw #FA1C16, -2px 0 3vw #FA1C16, -2px 0 10vw #FA1C16, -2px 0 10vw #FA1C16;
          box-shadow: -2px 0 1vw #FA1C16, -2px 0 3vw #FA1C16, -2px 0 10vw #FA1C16, -2px 0 10vw #FA1C16;
}

.js-loading_item--01:after {
  right: 20px;
}

.js-loading_item--02 {
  right: 0;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.js-loading_item--02:before {
  left: 0;
  -webkit-box-shadow: 2px 0 1vw #FA1C16, 2px 0 3vw #FA1C16, 2px 0 10vw #FA1C16, 2px 0 10vw #FA1C16;
          box-shadow: 2px 0 1vw #FA1C16, 2px 0 3vw #FA1C16, 2px 0 10vw #FA1C16, 2px 0 10vw #FA1C16;
}

.js-loading_item--02:after {
  left: 20px;
}

.js-loading.is-loading .js-loading_item:before {
  height: 100%;
}

.js-loading.is-loading .js-loading_item--01 {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.js-loading.is-loading .js-loading_item--02 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media screen and (max-width: 767px) {
  .js-loading_item {
    background-size: 100px 148px;
  }
}

h2.ttl {
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 70px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  padding: 50px 0;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

h2.ttl img {
  margin: 0 auto;
  filter: drop-shadow(-4px 0 0 var(--neon1)) drop-shadow(4px 0 0 var(--neon2));
}

h2.ttl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 180px;
  background: url(../img/logo_wh.svg) no-repeat center/auto 100%;
  opacity: 0.1;
  z-index: -1;
}

h2.ttl.js-scroll img {
  opacity: 0;
  -webkit-transition: 1.5s cubic-bezier(0.55, 0, 0, 1) 0.5s;
  transition: 1.5s cubic-bezier(0.55, 0, 0, 1) 0.5s;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

h2.ttl.is-scroll img {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 767px) {
  h2.ttl {
    font-size: 30px;
  }
  h2.ttl:before {
    height: 130px;
  }
}

@-webkit-keyframes marker-move {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

@keyframes marker-move {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

.p-mv {
  width: 100%;
  position: relative;
}

.p-mv_copy {
  font-size: 12px;
  font-family: 'Clash Display', sans-serif;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 0.5em;
  display: inline-block;
  white-space: nowrap;
  z-index: 5;
}

.p-mv_copy:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 100%;
  background: linear-gradient(45deg,var(--neon2),var(--neon1));
  z-index: 1;
}

.p-mv_copy .txt {
  position: relative;
  z-index: 2;
}

.p-mv_copy.js-scroll .txt {
  opacity: 0;
  -webkit-transition: 1s ease 0.6s;
  transition: 1s ease 0.6s;
}

.p-mv_copy.js-scroll:before {
  width: 0;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

.p-mv_copy.is-scroll .txt {
  opacity: 1;
}

.p-mv_copy.is-scroll:before {
  width: 200px;
}

.p-mv_inner {
  position: relative;
  overflow: hidden;
}

.p-mv_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 245px;
  max-width: 15vw;
  z-index: 4;
}

.p-mv_logo.js-scroll img {
  -webkit-transition: 2s cubic-bezier(0.75, 0, 0, 1) 0.4s;
  transition: 2s cubic-bezier(0.75, 0, 0, 1) 0.4s;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.p-mv_logo.is-scroll img {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.p-mv_movie:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/movie_filter.png);
  z-index: 3;
}

.p-mv_movie:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  z-index: 2;
}

.p-mv_movie video, .p-mv_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.p-mv_slider{
  padding: 40px 0 27px;
}
.p-mv_slider .swiper-wrapper{
  display: flex;
  transition-timing-function: linear!important;
}
.p-mv_slider .swiper-slide{
  width: 14.5vw;
  aspect-ratio: 1 / 2;
  background: #000;
  box-shadow: -7px -4px 0 rgba(37, 244, 238,.7),7px 4px 0 rgba(254, 44, 85,.7);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.p-mv_slider .swiper-slide img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-mv_copy {
    top: 30px;
    padding: 0 0.7em;
  }
  .p-mv_inner {
    border: 2px solid #000;
    padding-top: 56%;
  }
}

@media screen and (min-width: 1181px) {
  .p-mv_inner {
    padding-top: 0;
    height: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-mv_inner {
    height: 576px;
  }
  .p-mv_movie iframe {
    left: -384px;
    right: -384px;
    width: 768px;
  }
  .p-mv_logo {
    max-width: 30vw;
  }
}

.p-bnr {
  padding: 30px 0;
}

.p-bnr .p-top-bnr-swiper-wrapper {
  position: relative;
}

.p-bnr .p-top-bnr-swiper-wrapper:before, .p-bnr .p-top-bnr-swiper-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 8px;
  background: url(../img/bnr_line.png) repeat-x center;
}

.p-bnr .p-top-bnr-swiper-wrapper:before {
  top: -4px;
}

.p-bnr .p-top-bnr-swiper-wrapper:after {
  bottom: -4px;
}

.p-bnr .top-bnr-swiper {
  padding: 25px 60px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.p-bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-bnr_item {
  min-width: 248px;
  max-width: 248px;
  margin: 0 7.5px;
}

@media screen and (min-width: 768px) {
  .p-bnr {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-bnr .l-container {
    padding: 0;
  }
  .p-bnr .top-bnr-swiper {
    padding: 25px 40px;
  }
}

.p-news {
  padding: 50px 0 80px;
  position: relative;
}
.p-news .kasumi{
  opacity: 0.3;
}
.p-news .kasumi--r, .p-news .kasumi--l {
  position: absolute;
  top: 20px;
  bottom: 0;
  margin: auto;
  width: 701px;
  height: 855px;
  z-index: -1;
}

.p-news .kasumi--r img, .p-news .kasumi--l img {
  -webkit-transition: 2s cubic-bezier(0.2, 0.5, 0.22, 1);
  transition: 2s cubic-bezier(0.2, 0.5, 0.22, 1);
}

.p-news .kasumi--r {
  left: 10%;
}

.p-news .kasumi--l {
  right: 10%;
}

.p-news .kasumi.js-scroll .kasumi--r {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 2s cubic-bezier(0, 0, 0.5, 1) 0s;
  transition: 2s cubic-bezier(0, 0, 0.5, 1) 0s;
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
}

.p-news .kasumi.js-scroll .kasumi--l {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 2s cubic-bezier(0, 0, 0.5, 1) 0.5s;
  transition: 2s cubic-bezier(0, 0, 0.5, 1) 0.5s;
  -webkit-transform: translateX(-400px);
          transform: translateX(-400px);
}

.p-news .kasumi.is-scroll .kasumi--r, .p-news .kasumi.is-scroll .kasumi--l {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: none;
          transform: none;
}

.p-news .c-body{
  padding: 3% 0;
  background: rgba(0, 0, 0, .8);
  position: relative;
  z-index: 1;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  box-shadow: 0 4px 10px var(--neon1),0 -4px 10px var(--neon2);
}
.p-news .date {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Panchang', sans-serif;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-news figure {
  border: 2px solid #fff;
  margin-bottom: 0.5em;
  -webkit-transition: 0.3s cubic-bezier(0.19, -1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, -1, 0.22, 1);
}

.p-news .cat {
  margin-top: 6px;
}

.p-news .cat li {
  font-size: 14px;
  font-weight: bold;
  color: var(--maincolor);
}

.p-news .top-news-swiper {
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.p-news .top-news-swiper.js-scroll {
  -webkit-transition: 1.5s ease 0.5s;
  transition: 1.5s ease 0.5s;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
}

.p-news .top-news-swiper.is-scroll {
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.p-news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-news_item {
  width: 368px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.p-news_item figure {
  position: relative;
  overflow: hidden;
  padding-top: 56%;
}

.p-news_item figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news_item p {
  font-weight: bold;
}

.p-news_item:not(:first-child) {
  margin-left: 20px;
}

.p-news_item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-news .c-btn {
  text-align: center;
  margin-top: 40px;
}

.p-news .c-btn a {
  color: #fff;
  border-color: #fff;
  filter: drop-shadow(0 0 4px rgba(var(--neon1-rgb),1));
}

@media screen and (min-width: 768px) {
  .p-news {
    padding: 70px 0 166px;
  }
  .p-news_item p {
    font-size: 17px;
  }
  .p-news_item:hover .date {
    text-shadow: var(--neon_shadow);
  }
  .p-news_item:hover:after {
    width: 100%;
  }
}

@media screen and (max-width: 1180px) {
  .p-news .c-head .l-container .c-btn {
    top: 25px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-news .kasumi--r, .p-news .kasumi--l {
    width: 519px;
    height: 718px;
  }
  .p-news .c-body{
    padding: 7% 0;
  }
  .p-news_item {
    width: 300px;
  }
  .p-news_item figure {
    margin-bottom: 20px;
  }
  .p-news_item.swiper-slide-active .date {
    text-shadow: var(--neon_shadow);
  }
  .p-news_item.swiper-slide-active:after {
    width: 100%;
  }
}

.p-talent {
  padding: 50px 0;
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.p-talent .c-pallarax {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100lvh;
  background: url(../img/talent_bg2.jpg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-talent .c-pallarax {
    background-image: url(../img/talent_bg2_sp.jpg);
  }
}

.p-talent .c-btn {
  text-align: center;
  margin-top: 50px;
}

.p-talent .c-btn a {
  color: #fff;
  border-color: #fff;
  filter: drop-shadow(0 0 4px rgba(var(--neon2-rgb),1));
}

.p-talent .top-talent-swiper {
  position: relative;
}

.p-talent_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.p-talent_item {
  width: 170px;
  min-height: 533px;
}

.js-scroll .p-talent_item {
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: 1s ease 0.4s;
  transition: 1s ease 0.4s;
  opacity: 0;
}

.is-scroll .p-talent_item {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.p-talent_item:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.p-talent_item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.p-talent_item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.p-talent_item:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.p-talent_item:nth-child(5) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.p-talent_item:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.p-talent_item:nth-child(7) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.p-talent_item:nth-child(8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.p-talent_item:nth-child(9) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.p-talent_item:nth-child(10) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.p-talent_item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
  border: 6px double #000;
  background: rgba(255, 255, 255, 0.5);
  color: #36B2B7;
  margin-bottom: 10px;
  width: 170px;
  height: 533px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-talent_item figure:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 5px;
  background: #000;
  border-radius: 5px;
}

.p-talent_item figure .circle {
  position: absolute;
  border-radius: 50%;
  background: #36B2B7;
  display: block;
}

.p-talent_item figure .circle--1 {
  top: 16px;
  left: -56px;
  width: 152px;
  height: 152px;
  z-index: 1;
}

.p-talent_item figure .circle--2 {
  top: -15px;
  right: 5px;
  width: 38px;
  height: 38px;
  z-index: 2;
}

.p-talent_item figure .model {
  position: absolute;
  top: 0;
  left: -100%;
  right: calc(-100% + 50px);
  bottom: -250px;
  margin: auto;
  max-width: none;
  z-index: 4;
  -webkit-transition: 0.4s cubic-bezier(0.5, 0.75, 0.1, 0.8) 0s;
  transition: 0.4s cubic-bezier(0.5, 0.75, 0.1, 0.8) 0s;
}

.p-talent_item figure .logo {
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: 24px;
  margin: auto;
  width: 120px;
  z-index: 3;
}

.p-talent_item figure figcaption {
  position: absolute;
  left: 145px;
  bottom: -10px;
  font-size: 35px;
  font-family: 'Panchang', sans-serif;
  white-space: nowrap;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.p-talent_item:not(:last-child) {
  margin-right: 77.5px;
}

.p-talent_name {
  text-align: center;
  line-height: 1.3;
}

.p-talent_name .ja {
  font-size: 19px;
  font-weight: bold;
  white-space: nowrap;
  display: block;
}

.p-talent_name .en {
  font-size: 10px;
  white-space: nowrap;
  display: block;
}

@media screen and (max-width: 1180px) {
  .p-talent .c-head .l-container .c-btn {
    top: 25px;
    right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-talent {
    padding: 87px 0 95px;
  }
  .p-talent .top-talent-swiper {
    padding: 0 124px;
  }
  .p-talent_item:hover figure {
    background: #fff;
    -webkit-box-shadow: 8px 8px 0 #000;
            box-shadow: 8px 8px 0 #000;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  .p-talent_item:hover figure .model {
    left: -100%;
    right: calc(-100% - 100px);
  }
  .p-talent_item:hover figure figcaption {
    left: 20px;
    text-shadow: 0 0 2px #000, 2px 2px 2px #000;
    z-index: 5;
  }
}

@media screen and (max-width: 767px) {
  .p-talent_item {
    width: 150px;
    min-height: 450px;
  }
  .p-talent_item:not(:last-child) {
    margin-right: 20px;
  }
  .p-talent_item figure {
    background: #fff;
    -webkit-box-shadow: 8px 8px 0 #000;
            box-shadow: 8px 8px 0 #000;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    width: 150px;
    height: 450px;
  }
  .p-talent_item figure .model {
    left: -100%;
    right: calc(-100% - 70px);
    bottom: -120px;
    width: 337px;
  }
  .p-talent_item figure figcaption {
    font-size: 24px;
    left: 20px;
    text-shadow: 0 0 2px #000, 2px 2px 2px #000;
    z-index: 5;
  }
}
.p-talent2_item{
  position: relative;
}
.p-talent2_item .img{
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #000;
  border-radius: 6px;
  margin: 0 auto;
}
.p-talent2_item .img:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,transparent 80%,rgba(var(--neon1-rgb),.5) 80%);
  mix-blend-mode: exclusion;
}
.p-talent2_item .img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  transition: 0.3s;
}
.p-talent2_item .name{
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: bold;
  line-height: 1.3;
  width: 100%;
  padding: 0.5em 1em;
  color: #fff;
  background: rgba(0,0,0,.7);
}
.p-talent2_item:hover .img img{
  transform: scale(1.1);
}

.p-schedule {
  padding: 50px 0 70px;
  color: #fff;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-schedule h2.ttl {
  color: #000;
  text-shadow: 0 0 10px #fff;
  margin-bottom: 15px;
}

.p-schedule_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-schedule_list figure {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-schedule_list figure img {
  border: 2px solid #000;
}

.p-schedule_list .status {
  font-size: 12px;
  font-family: 'Clash Display', sans-serif;
  padding: 0 10px;
  background: #000;
  color: #fff;
  margin: 20px 0 10px;
  display: table;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-schedule_list h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-schedule_list h3 + p {
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-schedule_list .onair figure img {
  border-color: var(--maincolor);
}

.p-schedule_list .onair .status {
  background: var(--maincolor);
}

.p-schedule_item {
  position: relative;
  width: 275px;
}

.p-schedule_item:not(:first-child) {
  margin-left: 20px;
}

.js-scroll .p-schedule_item {
  -webkit-transition: 0.5s cubic-bezier(0, 0.85, 0.25, 1) 0.7s;
  transition: 0.5s cubic-bezier(0, 0.85, 0.25, 1) 0.7s;
  -webkit-transform: scale(0.5, 0);
          transform: scale(0.5, 0);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.is-scroll .p-schedule_item {
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

.p-schedule_item:nth-child(1) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.p-schedule_item:nth-child(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.p-schedule_item:nth-child(3) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.p-schedule_item:nth-child(4) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.p-schedule_item:nth-child(5) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.p-schedule_item:nth-child(6) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.p-schedule_item:nth-child(7) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.p-schedule_item:nth-child(8) {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.p-schedule_item:nth-child(9) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.p-schedule_item:nth-child(10) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.p-schedule_screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  background: no-repeat center / contain;
}

.p-schedule_screen:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: rgba(0, 0, 0, 0.9);
}

.p-schedule .standby {
  text-align: center;
  margin-top: 30px;
  text-shadow: var(--neon_shadow);
}

@media screen and (min-width: 768px) {
  .p-schedule {
    padding: 58px 0 90px;
  }
  .p-schedule_item:hover h3, .p-schedule_item:hover p {
    text-shadow: var(--neon_shadow);
  }
  .p-schedule_item:hover .status {
    color: #FED128;
    -webkit-box-shadow: var(--neon_shadow);
            box-shadow: var(--neon_shadow);
  }
}

@media screen and (max-width: 767px) {
  .p-schedule h2.ttl {
    font-size: 40px;
  }
  .p-schedule_item {
    width: 275px;
  }
  .p-schedule_item.swiper-slide-active h3, .p-schedule_item.swiper-slide-active p {
    text-shadow: var(--neon_shadow);
  }
  .p-schedule_item.swiper-slide-active .status {
    color: #FED128;
    -webkit-box-shadow: var(--neon_shadow);
            box-shadow: var(--neon_shadow);
  }
}

@-webkit-keyframes roll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1368px 0;
  }
}

@keyframes roll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1368px 0;
  }
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 50px solid transparent;
}

.swiper-button-next {
  right: -5%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5));
}

.swiper-button-next:after {
  right: 10px;
  border-right: 0;
  border-left: 25px solid rgba(255, 255, 255, 0.5);
}

.swiper-button-prev {
  left: -5%;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.5));
}

.swiper-button-prev:after {
  left: 10px;
  border-left: 0;
  border-right: 25px solid rgba(255, 255, 255, 0.5);
}

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.swiper-arrow_item {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 0;
  -webkit-animation: arrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite normal forwards running;
          animation: arrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite normal forwards running;
}

.swiper-arrow_item:before, .swiper-arrow_item:after {
  content: '';
  position: absolute;
  right: 0;
  margin: auto;
  width: 20px;
  height: 40px;
  background: #c6ff55;
  -webkit-box-shadow: 0 0 10px #ffe7b3, 0 0 4px #14e17e, -3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px #ffe7b3, 0 0 4px #14e17e, -3px 3px 0 rgba(0, 0, 0, 0.2);
}

.swiper-arrow_item:before {
  top: 0;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.swiper-arrow_item:after {
  bottom: 0;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.swiper-arrow_item:nth-child(2) {
  right: 70px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.swiper-arrow_item:nth-child(3) {
  right: 140px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.swiper-arrow.js-scroll {
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
}

.swiper-arrow.is-scroll {
  opacity: 0;
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  31%, 33%, 35% {
    opacity: 0.8;
  }
  32%, 34%, 36% {
    opacity: 0.5;
  }
  50%, 100% {
    opacity: 0.8;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  31%, 33%, 35% {
    opacity: 0.8;
  }
  32%, 34%, 36% {
    opacity: 0.5;
  }
  50%, 100% {
    opacity: 0.8;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

main {
  position: relative;
}

.under main {
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  .under main {
    padding-top: 50px;
  }
}

.c-title_inner {
  text-align: center;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  background: url(../img/title_bg.jpg) no-repeat center/cover;
  position: relative;
}

.c-title_inner:before, .c-title_inner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 6px;
  opacity: 0.3;
}

.c-title_inner:before {
  top: 0;
  background: url(../img/line002.png) repeat-x top center;
}

.c-title_inner:after {
  bottom: 0;
  background: url(../img/line001.png) repeat-x bottom center;
}

.c-title_inner .ja {
  font-size: 42px;
  font-weight: bold;
  display: block;
}

.c-title_inner .en {
  font-size: 15px;
  letter-spacing: 0.25em;
  font-weight: bold;
  font-family: 'Clash Display', sans-serif;
  color: var(--maincolor);
  display: block;
}

@media screen and (max-width: 767px) {
  .c-title_inner {
    padding: 30px 0;
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
  .c-title_inner .ja {
    font-size: 24px;
  }
  .c-title_inner .en {
    margin-top: -1em;
  }
  .c-title_inner .ja, .c-title_inner .en {
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
  }
}

.p-news-content {
  padding: 50px 0 30px;
}

.p-news-content_item {
  position: relative;
}

.js-scroll .p-news-content_item {
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.p-news-content_item:nth-child(3n+4), .p-news-content_item:nth-child(3n+5), .p-news-content_item:nth-child(3n+6) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.p-news-content_item:nth-child(3n+7), .p-news-content_item:nth-child(3n+8), .p-news-content_item:nth-child(3n+9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.is-scroll .p-news-content_item {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.p-news-content .date {
  font-size: 14px;
  font-family: 'Panchang', sans-serif;
  margin-bottom: 10px;
}

.p-news-content figure img {
  margin: 0 auto 0.5em;
}

.p-news-content .cat a {
  font-size: 14px;
  font-weight: bold;
  color: var(--maincolor);
}

@media screen and (min-width: 768px) {
  .p-news-content {
    padding: 50px 0;
  }
  .p-news-content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-news-content_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 50px;
    padding-bottom: 20px;
    width: 32%;
  }
  .p-news-content_item:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .p-news-content_list {
    padding-bottom: 60px;
    border-bottom: 1px solid #ccc;
  }
  .p-news-content_item {
    max-width: 368px;
    margin: 0 auto;
  }
  .p-news-content_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-news-content_item:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background: #000;
  }
}

.p-talent-content {
  padding: 80px 0;
}

.p-talent-content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-talent-content_item {
  position: relative;
}

.p-talent-content_item figure {
  background: #fff;
  border: 2px solid #000;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-talent-content_item figure:before, .p-talent-content_item figure:after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../img/oha-co_wh.png) no-repeat center/100px 143px #000;
  border: 2px solid #ccc;
  -webkit-transition: 1.5s cubic-bezier(0.2, 0, 0.1, 1) 0.2s;
  transition: 1.5s cubic-bezier(0.2, 0, 0.1, 1) 0.2s;
}

.p-talent-content_item figure:before {
  left: 0;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  background-position: center right -50px;
  border-right: none;
}

.p-talent-content_item figure:after {
  right: 0;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  background-position: center left -50px;
  border-left: none;
}

.p-talent-content_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-talent-content_item h3 {
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-talent-content_item h3 .ja {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

.p-talent-content_item h3 .en {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Clash Display', sans-serif;
  letter-spacing: 0;
  display: block;
  opacity: 0.3;
}

.js-scroll .p-talent-content_item figure {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.js-scroll .p-talent-content_item:nth-child(1) figure:before, .js-scroll .p-talent-content_item:nth-child(1) figure:after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-scroll .p-talent-content_item:nth-child(2) figure:before, .js-scroll .p-talent-content_item:nth-child(2) figure:after {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-scroll .p-talent-content_item:nth-child(3) figure:before, .js-scroll .p-talent-content_item:nth-child(3) figure:after {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js-scroll .p-talent-content_item:nth-child(4) figure:before, .js-scroll .p-talent-content_item:nth-child(4) figure:after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-scroll .p-talent-content_item:nth-child(5) figure:before, .js-scroll .p-talent-content_item:nth-child(5) figure:after {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-scroll .p-talent-content_item:nth-child(6) figure:before, .js-scroll .p-talent-content_item:nth-child(6) figure:after {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.js-scroll .p-talent-content_item:nth-child(7) figure:before, .js-scroll .p-talent-content_item:nth-child(7) figure:after {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.js-scroll .p-talent-content_item:nth-child(8) figure:before, .js-scroll .p-talent-content_item:nth-child(8) figure:after {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.js-scroll .p-talent-content_item:nth-child(9) figure:before, .js-scroll .p-talent-content_item:nth-child(9) figure:after {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.js-scroll .p-talent-content_item:nth-child(10) figure:before, .js-scroll .p-talent-content_item:nth-child(10) figure:after {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.is-scroll .p-talent-content_item figure:before {
  -webkit-transform: rotateY(-84deg);
          transform: rotateY(-84deg);
  opacity: 0;
}

.is-scroll .p-talent-content_item figure:after {
  -webkit-transform: rotateY(84deg);
          transform: rotateY(84deg);
  opacity: 0;
}

.p-talent-content_item:hover figure {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.p-talent-content_item:hover h3 {
  text-shadow: var(--neon_shadow);
  letter-spacing: 0.35em;
}

@media screen and (min-width: 768px) {
  .p-talent-content_item {
    width: 30.66%;
  }
  .p-talent-content_item:not(:nth-child(3n+1)) {
    margin-left: 4%;
  }
  .p-talent-content_item:nth-child(n+4) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-talent-content_item {
    width: 49%;
  }
  .p-talent-content_item:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
  .p-talent-content_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-talent-content_item h3 .ja {
    font-size: 14px;
  }
  .p-talent-content_item figure:before, .p-talent-content_item figure:after {
    background-size: 50px 71px;
  }
  .p-talent-content_item figure:before {
    background-position: center right -25px;
  }
  .p-talent-content_item figure:after {
    background-position: center left -25px;
  }
}
.p-talent-content_item2{
  position: relative;
}
.p-talent-content_item2 figure{
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  background: #000;
  border-radius: 4px;
}
.p-talent-content_item2 figure:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,transparent 80%,rgba(var(--neon1-rgb),.5) 80%);
  mix-blend-mode: exclusion;
}
.p-talent-content_item2 figure img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  transition: 0.3s;
}
.p-talent-content_item2 h3{
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: bold;
  line-height: 1.3;
  width: 100%;
  padding: 0.5em 1em;
  background: rgba(0,0,0,.7);
}
.p-talent-content_item2:hover figure img{
  transform: scale(1.07);
}
.p-talent-content_item2.js-scroll{
  transition: 0.5s ease 0.3s;
  transform: translateY(20%);
  opacity: 0;
}
.p-talent-content_item2.is-scroll{
  transform: none;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-talent-content_item2{
    width: 23.5%;
  }
  .p-talent-content_item2:not(:nth-child(4n+1)){
    margin-left: 2%;
  }
  .p-talent-content_item2:nth-child(n+5){
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-talent-content_item2 h3{
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-talent-content_item2 h3{
    font-size: 3.2vw;
  }
  .p-talent-content_item2{
    width: 49%;
  }
  .p-talent-content_item2:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .p-talent-content_item2:nth-child(n+3){
    margin-top: 20px;
  }
}

.p-talent-visual {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.p-talent-visual:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 60%;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  background: linear-gradient(90deg,#25F4EE,#FE2C55);
  z-index: -1;
}

.p-talent-visual.js-scroll:before {
  mask-image: linear-gradient(90deg,transparent 33.33%,#000 66.66%);
  mask-size: 300%;
  mask-position: 0%;
  -webkit-transition: 1s ease 0.2s;
  transition: 1s ease 0.2s;
}

.p-talent-visual.is-scroll:before {
  mask-position: 100%;
}

.p-talent-visual_key img {
  margin: 0 auto;
}

.js-scroll .p-talent-visual_key {
  -webkit-transition: 1s ease 0.5s;
  transition: 1s ease 0.5s;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

.is-scroll .p-talent-visual_key {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.js-scroll .p-talent-visual_item {
  -webkit-transition: 1s ease 1s;
  transition: 1s ease 1s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}

.is-scroll .p-talent-visual_item {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.p-talent-visual_logo {
  margin-bottom: 20px;
}

.p-talent-visual_logo img {
  margin: 0 auto;
}

.p-talent-visual_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-talent-visual_sns li:not(:last-child) {
  margin-right: 25px;
}

.p-talent-visual_sns li a {
  font-size: 24px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-talent-visual_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-talent-visual_key {
    width: 48%;
  }
  .p-talent-visual_item {
    width: 48%;
    margin-left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .p-talent-visual {
    padding-top: 50px;
  }
  .p-talent-visual:before {
    top: 15%;
    bottom: auto;
    height: 50%;
  }
  .p-talent-visual_key {
    margin-bottom: 30px;
  }
  .p-talent-visual_sns li a {
    color: #fff;
  }
}

.p-talent-detail {
  padding: 80px 0;
}

.p-talent-detail h3 .ja {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
}

.p-talent-detail h3 .en {
  font-size: 14px;
  font-family: 'Clash Display', sans-serif;
}

.p-talent-detail h4 {
  font-weight: bold;
  font-family: 'Clash Display', sans-serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #1da1a8;
  position: absolute;
  top: 0;
  left: 0;
}

.p-talent-detail .c-head {
  margin-bottom: 30px;
}

.p-talent-detail_profile {
  position: relative;
  padding: 0 60px;
}

.p-talent-detail_sns {
  padding-left: 50px;
  position: relative;
  font-family: 'Metrophobic', sans-serif;
}

.p-talent-detail_sns ul li:not(:last-child) {
  margin-bottom: 10px;
}

.p-talent-detail_sns ul li a {
  font-family: 'Clash Display', sans-serif;
  color: #fff;
}

.p-talent-detail_sns ul li a i {
  width: 40px;
}

@media screen and (min-width: 768px) {
  .p-talent-detail_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-talent-detail_profile {
    width: 60%;
    margin-right: 4%;
    border-right: 1px solid #666;
  }
  .p-talent-detail_sns {
    width: 36%;
  }
}

@media screen and (max-width: 767px) {
  .p-talent-detail h3 .ja {
    font-size: min(6vw,30px);
  }
  .p-talent-detail_profile {
    padding: 0 0 0 60px;
    margin-bottom: 50px;
    min-height: 50px;
  }
}

.p-talent-dec--01, .p-talent-dec--02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.1s cubic-bezier(0.18, 0.8, 0.61, 1);
  transition: 0.1s cubic-bezier(0.18, 0.8, 0.61, 1);
}

.p-talent-dec--01 {
  background: url(../img/dec001.png) repeat center top;
}

.p-talent-dec--02 {
  background: url(../img/dec002.png) repeat center top;
}

@media screen and (max-width: 767px) {
  .p-talent-dec--01, .p-talent-dec--02 {
    background-size: 1000px;
  }
}

.p-about-content {
  padding: 80px 0;
}

.p-about-content_logo img {
  width: 350px;
  margin: 0 auto;
}

.p-about-content_logo.js-scroll img {
  -webkit-transition: 1s cubic-bezier(0.5, 0.2, 0.2, 1) 1s;
  transition: 1s cubic-bezier(0.5, 0.2, 0.2, 1) 1s;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 0;
}

.p-about-content_logo.is-scroll img {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.p-about-content_txt {
  text-align: center;
}

.p-about-content_txt h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 10px;
  position: relative;
  /* -webkit-animation: flash 3s linear 0s infinite normal forwards running;
          animation: flash 3s linear 0s infinite normal forwards running; */
  text-shadow: var(--neon_shadow);
}

.p-about-content_txt h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #fff;
}

.p-about-content_txt p {
  font-size: 18px;
  line-height: 2;
}

.p-about-content_txt.js-scroll > * {
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

.p-about-content_txt.js-scroll > *:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.p-about-content_txt.js-scroll > *:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.p-about-content_txt.is-scroll > * {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.p-about-content_sns {
  margin-top: 30px;
}

.p-about-content_sns--title {
  font-family: 'Gruppo', sans-serif;
}

.p-about-content_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-about-content_sns ul li:not(:last-child) {
  margin-right: 25px;
}

.p-about-content_sns ul li a {
  font-size: 25px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-about-content_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-about-content_logo, .p-about-content_txt {
    width: 48%;
  }
  .p-about-content_logo:not(:nth-child(2n+1)), .p-about-content_txt:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
}

@media screen and (max-width: 1180px) {
  .p-about-content_txt h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-about-content_logo {
    margin-bottom: 80px;
  }
  .p-about-content_logo img {
    width: 200px;
  }
  .p-about-content_txt h3 {
    font-size: 24px;
  }
  .p-about-content_txt p {
    font-size: 14px;
  }
}

.p-guideline {
  padding: 80px 0;
}

.p-guideline h2.ttl {
  font-size: 40px;
  margin-bottom: 0.5em;
}

.p-guideline h2.ttl:not(:first-child) {
  margin-top: 1.5em;
}

.p-guideline h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.p-guideline h3:not(:first-child) {
  margin-top: 1.5em;
}

.p-guideline ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
  list-style: decimal;
}

@media screen and (max-width: 767px) {
  .p-guideline h2.ttl {
    font-size: 20px;
    padding: 35px 0;
  }
  .p-guideline h2.ttl:before {
    height: 90px;
  }
}

.p-audition {
  padding: 80px 0;
}

.p-audition h2.ttl {
  font-size: 40px;
}

.p-audition h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 10px;
  position: relative;
}

.p-audition h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #fff;
}

.p-audition h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 200px;
  padding: 0.5em 1em;
  margin: 0 auto 1.5em;
  background: #fff;
  color: #000;
  border-radius: 3em;
}

.p-audition .c-btn {
  margin-top: 50px;
  text-align: center;
}

.p-audition ul li {
  font-size: 18px;
  position: relative;
  padding-left: 25px;
}

.p-audition ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.p-audition ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: url(../img/btn_icon.png) no-repeat center/contain;
}

.p-audition_item {
  padding: 50px 1.5em 1.5em;
  margin-bottom: 50px;
  border: 2px solid #fff;
  border-radius: 20px;
  position: relative;
}

.p-audition_item h4 {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

.p-audition_talent {
  position: relative;
  padding-top: 25%;
  margin-bottom: 7%;
}

.p-audition_talent:before {
  content: '';
  position: absolute;
  top: 32%;
  right: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}

.p-audition_talent.js-scroll:before {
  width: 0;
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
}

.p-audition_talent.is-scroll:before {
  width: 100%;
}

.p-audition_talentimg {
  position: absolute;
  margin: auto;
}

.p-audition_talentimg:nth-child(1) {
  top: 0;
  left: 20%;
  width: 21%;
  z-index: 1;
}

.p-audition_talentimg:nth-child(2) {
  top: 10%;
  left: 35%;
  width: 15%;
  z-index: 4;
}

.p-audition_talentimg:nth-child(3) {
  top: -3%;
  right: 32%;
  width: 22%;
  z-index: 3;
}

.p-audition_talentimg:nth-child(4) {
  top: 0;
  right: 21%;
  width: 16%;
  z-index: 2;
}

.js-scroll .p-audition_talentimg {
  opacity: 0;
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.js-scroll .p-audition_talentimg:nth-child(1) {
  -webkit-transform: translate(10%, -10%);
          transform: translate(10%, -10%);
}

.js-scroll .p-audition_talentimg:nth-child(2) {
  -webkit-transform: translate(5%, -10%);
          transform: translate(5%, -10%);
}

.js-scroll .p-audition_talentimg:nth-child(3) {
  -webkit-transform: translate(-5%, -10%);
          transform: translate(-5%, -10%);
}

.js-scroll .p-audition_talentimg:nth-child(4) {
  -webkit-transform: translate(-10%, -10%);
          transform: translate(-10%, -10%);
}

.is-scroll .p-audition_talentimg {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}

@media screen and (min-width: 768px) {
  .p-audition_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-audition_item {
    width: 48%;
  }
  .p-audition_item:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .p-audition h2.ttl {
    font-size: 21px;
  }
  .p-audition h3 {
    font-size: 20px;
  }
  .p-audition h4 {
    font-size: 16px;
  }
  .p-audition ul li {
    font-size: 14px;
  }
  .p-audition ul li::before {
    top: 6px;
  }
  .p-audition_talent {
    padding-top: 55%;
  }
  .p-audition_talentimg:nth-child(1) {
    top: 0;
    left: 0%;
    width: 42%;
  }
  .p-audition_talentimg:nth-child(2) {
    top: 6%;
    left: 22%;
    width: 30%;
  }
  .p-audition_talentimg:nth-child(3) {
    top: -2%;
    right: 17%;
    width: 45%;
  }
  .p-audition_talentimg:nth-child(4) {
    top: 2%;
    right: 0%;
    width: 32%;
  }
}

.p-contact-content {
  padding: 80px 0;
}

.p-contact-content .c-head {
  margin-bottom: 30px;
}

.p-contact-content .c-head a {
  font-weight: bold;
  color: var(--maincolor);
  text-decoration: underline;
}

.p-contact-content .c-head a:hover {
  text-decoration: none;
}

.p-contact-content h2 {
  font-size: 20px;
  -webkit-transform: scaleY(0.7);
          transform: scaleY(0.7);
}

.p-contact-content form {
  margin-top: 50px;
}

.p-contact-content dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.p-contact-content dl dt:not(:first-child) {
  margin-top: 2em;
}

.p-contact-content input[type="text"], .p-contact-content input[type="email"],
.p-contact-content textarea {
  font-size: 16px;
  font-family: inherit;
  padding: 0.75em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  background: #fff;
}

.p-contact-content input[type="text"], .p-contact-content input[type="email"] {
  max-width: 600px;
  width: 100%;
}

.p-contact-content textarea {
  width: 100%;
  min-height: 12em;
}

.p-contact-content input[type="submit"] {
  font-size: 20px;
  font-family: inherit;
  text-align: center;
  border: 3px solid var(--maincolor);
  background: #000;
  color: #fff;
  padding: 0.8em 0.5em;
  margin: 30px auto 0;
  width: 280px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-contact-content input[type="submit"]:hover {
  background: var(--maincolor);
}

.p-privacypolicy {
  padding: 80px 0;
}

.p-privacypolicy a {
  color: #fff;
}

.p-faq {
  padding: 80px 0;
}

.c-under,
.c-post_edit {
  /* 汎用ボタン */
  /* 見出し */
  /* 画像 */
  /* リスト */
  /* 引用 */
  /* コード */
  /* 詳細 */
  /* 整形済みテキスト */
  /* プルクオート */
}

.c-under .c-btn--a a,
.c-post_edit .c-btn--a a {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 0.8em 1em;
  background: #707070;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 245px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .c-under .c-btn--a a,
  .c-post_edit .c-btn--a a {
    width: 267px;
    padding: 0.9em 1em;
  }
}

.c-under .c-btn--b a,
.c-post_edit .c-btn--b a {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 0.5em 30px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-under .c-btn--b a:before,
.c-post_edit .c-btn--b a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: url(../img/btn_icon.png) no-repeat center/contain;
}

.c-under .c-btn--b a:after,
.c-post_edit .c-btn--b a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 8px;
  background: url(../img/arrow001_wh.svg) no-repeat center/contain;
}

.c-under .c-btn--b a:hover,
.c-post_edit .c-btn--b a:hover {
  text-shadow: var(--neon_shadow);
}

@media screen and (max-width: 767px) {
  .c-under .c-btn--b a,
  .c-post_edit .c-btn--b a {
    font-size: 14px;
  }
}

.c-under .c-btn a.center,
.c-post_edit .c-btn a.center {
  margin-left: auto;
  margin-right: auto;
}

.c-under .c-btn a.left,
.c-post_edit .c-btn a.left {
  margin-left: 0;
  margin-right: auto;
}

.c-under .c-btn a.right,
.c-post_edit .c-btn a.right {
  margin-left: auto;
  margin-right: 0;
}

.c-under .c-btn:not(:last-child),
.c-post_edit .c-btn:not(:last-child) {
  margin-bottom: 1.5em;
}

.c-under h2,
.c-post_edit h2 {
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  padding: 50px 0;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.c-under h2 img,
.c-post_edit h2 img {
  margin: 0 auto;
}

.c-under h2:before,
.c-post_edit h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 180px;
  background: url(../img/logo_wh.svg) no-repeat center/auto 100%;
  opacity: 0.1;
  z-index: -1;
}

.c-under h2.js-scroll img,
.c-post_edit h2.js-scroll img {
  opacity: 0;
  -webkit-transition: 1.5s cubic-bezier(0.55, 0, 0, 1) 0.5s;
  transition: 1.5s cubic-bezier(0.55, 0, 0, 1) 0.5s;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

.c-under h2.is-scroll img,
.c-post_edit h2.is-scroll img {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 767px) {
  .c-under h2,
  .c-post_edit h2 {
    font-size: 30px;
  }
  .c-under h2:before,
  .c-post_edit h2:before {
    height: 130px;
  }
}

.c-under h3, .c-under h4, .c-under h5,
.c-post_edit h3,
.c-post_edit h4,
.c-post_edit h5 {
  margin-bottom: 0.5em;
}

.c-under h3:not(:first-child), .c-under h4:not(:first-child), .c-under h5:not(:first-child),
.c-post_edit h3:not(:first-child),
.c-post_edit h4:not(:first-child),
.c-post_edit h5:not(:first-child) {
  margin-top: 1em;
}

.c-under h3,
.c-post_edit h3 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 1px solid #666;
}

.c-under h4,
.c-post_edit h4 {
  font-size: 20px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.75em;
  background: #000;
  color: #fff;
}

.c-under h5,
.c-post_edit h5 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-under h3,
  .c-post_edit h3 {
    font-size: 20px;
  }
  .c-under h4,
  .c-post_edit h4 {
    font-size: 18px;
  }
  .c-under h5,
  .c-post_edit h5 {
    font-size: 16px;
  }
}

.c-under .wp-block-image .aligncenter,
.c-post_edit .wp-block-image .aligncenter {
  text-align: center;
}

.c-under ul,
.c-post_edit ul {
  list-style: disc;
  padding-left: 1.5em;
  margin: 1em 0;
}

.c-under ol,
.c-post_edit ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin: 1em 0;
}

.c-under .wp-block-quote,
.c-post_edit .wp-block-quote {
  padding-left: 2em;
  position: relative;
  color: #ddd;
}

.c-under .wp-block-quote:before,
.c-post_edit .wp-block-quote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #fff;
}

.c-under .wp-block-code,
.c-post_edit .wp-block-code {
  padding: 1.2em 1.5em;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #fff;
  color: orange;
}

.c-under .wp-block-details summary,
.c-post_edit .wp-block-details summary {
  font-size: 120%;
}

.c-under .wp-block-details summary + *,
.c-post_edit .wp-block-details summary + * {
  margin-top: 1em;
}

.c-under .wp-block-preformatted,
.c-post_edit .wp-block-preformatted {
  padding: 1.2em 1.5em;
  background: #fff;
  border-left: 4px solid #999;
  color: #333;
}

.c-under .wp-block-pullquote,
.c-post_edit .wp-block-pullquote {
  padding: 2em 0;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.c-under .wp-block-pullquote cite,
.c-post_edit .wp-block-pullquote cite {
  font-size: 75%;
}

.c-under > *,
.c-post_edit > * {
  margin-bottom: 1.5em;
}

.c-under > *:last-child,
.c-post_edit > *:last-child {
  margin-bottom: 0;
}

.c-post {
  padding: 80px 0;
}

.c-post_date {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.c-post_thumb img {
  margin: 0 auto 30px;
}

.c-post_title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 40px;
  position: relative;
}

.c-post_title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #fff;
}

.c-post_content {
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.c-post_content p > a {
  color: var(--maincolor);
  text-decoration: underline;
}

.c-post_content p > a:hover {
  text-decoration: none;
}

.c-post_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-post_nav--back {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  color: var(--maincolor);
}

.c-post_nav--back:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 11px;
  background: url(../img/arrow001.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-post_nav--back a {
  color: var(--maincolor);
}

.c-post_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-post_nav ul li {
  width: 1em;
  position: relative;
}

.c-post_nav ul li a {
  color: var(--maincolor);
}

.c-post_nav ul li a:after {
  z-index: 1;
}

.c-post_nav ul li.prev:after, .c-post_nav ul li.prev a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 8px;
  background: url(../img/arrow001.png) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-post_nav ul li.next:after, .c-post_nav ul li.next a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 8px;
  background: url(../img/arrow001.png) no-repeat center/contain;
}

.c-post_nav ul li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .c-post_title {
    font-size: 18px;
  }
  .c-post_date {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@-webkit-keyframes flash {
  0%, 2%, 4%, 20%, 22%, 24%, 30%, 71% {
    color: #999;
    text-shadow: none;
  }
  1%, 3%, 5%, 19%, 21%, 23%, 31%, 70%, 72%, 100% {
    color: #fff;
    text-shadow: var(--neon_shadow);
  }
}

@keyframes flash {
  0%, 2%, 4%, 20%, 22%, 24%, 30%, 71% {
    color: #999;
    text-shadow: none;
  }
  1%, 3%, 5%, 19%, 21%, 23%, 31%, 70%, 72%, 100% {
    color: #fff;
    text-shadow: var(--neon_shadow);
  }
}
