@charset "UTF-8";
@-webkit-keyframes illust-pyoko {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes illust-pyoko {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes illust-pyoko2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes illust-pyoko2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.p-illust {
  position: relative;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
  min-height: 100vh;
  text-align: left;
}

.p-illust__header {
  position: relative;
  width: 100%;
}

.p-illust__inner {
  position: relative;
  padding: 120px 0;
  width: 100%;
}

.p-illust strong,
.p-illust span {
  vertical-align: baseline;
}

.p-i-hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-hero__container {
  position: relative;
  margin: 0 auto;
  padding: 102px 0 48px;
  width: 100%;
}

.p-i-hero__logo {
  position: relative;
  margin: 0 auto 84px;
  width: 60%;
  max-width: 675px;
}

.p-i-hero__logo-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  width: 100%;
}

.p-i-hero__logo-img:first-child {
  position: relative;
}

.is-load .p-i-hero__logo-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.is-load .p-i-hero__logo-img:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-load .p-i-hero__logo-img:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.is-load .p-i-hero__logo-img:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-load .p-i-hero__logo-img:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-load .p-i-hero__logo-img:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.is-load .p-i-hero__logo-img:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.is-load .p-i-hero__logo-img:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-load .p-i-hero__logo-img:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.is-load .p-i-hero__logo-img:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-load .p-i-hero__logo-img:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.p-i-hero__visual {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.p-i-hero_visual {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-hero_visual__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.p-i-hero_visual__list-item {
  display: block;
  position: relative;
  width: 20%;
}

.p-i-hero_visual__note {
  display: block;
  position: relative;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  margin-top: 18px;
  text-align: center;
}

.is-load .p-i-hero_visual__note {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
}

.p-i-intro {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-intro__lead {
  position: relative;
  margin: 0 auto 32px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
}

.p-i-intro__lead strong {
  color: #8c7f16;
  font-weight: 700;
  font-size: 38px;
}

.p-i-intro__text {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-intro__text-paragraph {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 2.8px;
  text-align: center;
}

.p-i-intro__text-paragraph strong {
  vertical-align: baseline;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.86;
}

.p-i-intro__text-paragraph strong.is-line {
  color: #8c7f16;
}

.p-i-intro__text-paragraph + .p-i-intro__text-paragraph {
  margin-top: 28px;
}

.p-i-intro__duration {
  position: relative;
  margin: 56px auto 0;
  width: 100%;
  text-align: center;
}

.p-i-intro__duration-text {
  display: inline-block;
  position: relative;
  background: #000000;
  padding: 16px 28px;
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 4px;
}

.p-i-intro__duration-text span {
  vertical-align: baseline;
}

.p-i-entry {
  position: relative;
  margin: 0 auto;
  padding: 86px 0 55px;
  width: 100%;
}

.p-i-entry__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-i-entry__bg::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #faf871;
  width: 100%;
  height: 100%;
  content: "";
}

.p-i-entry__bg-deco {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  background: url("../img/common/bg_pattern_white.png") repeat left top;
  background-size: 500px;
  width: 100%;
  height: 100%;
  content: "";
}

.p-i-entry__header {
  position: relative;
  margin: 0 auto 70px;
  width: 100%;
}

.p-i-entry__title {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 500px;
}

.p-i-entry__inner {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}

.p-i-entry_in {
  position: relative;
  margin: 0 auto;
  padding-bottom: 66px;
  width: 100%;
}

.p-i-entry_in:not(:last-child)::before {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-left: 2px dotted #000000;
  width: 2px;
  height: 100%;
}

.p-i-entry_in__header {
  position: relative;
  margin: 0 auto 10px;
  width: 100%;
}

.p-i-entry_in__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 28px;
  border-radius: 50%;
  background: #000000;
  width: 80px;
  height: 80px;
  color: #ffffff;
}

.p-i-entry_in__step-in {
  display: block;
  position: relative;
  text-align: center;
}

.p-i-entry_in__step-cap {
  display: block;
  position: relative;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  font-family: 'Montserrat', YakuHanJPs_Noto, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

.p-i-entry_in__step-main {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  font-family: 'Montserrat', YakuHanJPs_Noto, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

.p-i-entry_in__title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}

.p-i-entry_in__title-line {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  line-height: 1.5;
}

.p-i-entry_in__title-line.-check {
  cursor: pointer;
}

.p-i-entry_in__title-line::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: border-bottom-color 0.15s cubic-bezier(0.5, 1, 0.89, 1);
  transition: border-bottom-color 0.15s cubic-bezier(0.5, 1, 0.89, 1);
  border-bottom: 3px solid #000000;
  width: 100%;
  height: 3px;
  content: "";
}

.p-i-entry_in__title-popup {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 100%;
  font-size: 13px;
  letter-spacing: 2px;
  text-align: center;
  white-space: nowrap;
}

.p-i-entry_in__title-popup span {
  position: relative;
}

.p-i-entry_in__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-entry_draw {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-entry_draw__description {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 2.5px;
}

.p-i-entry_draw__info {
  position: relative;
  margin: 38px auto 0;
  background: #fffeae;
  padding: 42px 50px;
  width: 100%;
}

.p-i-entry_draw__note {
  display: block;
  position: relative;
  margin-top: 20px;
  padding-left: 1em;
  font-size: 15px;
  text-indent: -1em;
}

.p-i-entry_draw__note + .p-i-entry_draw__note {
  margin-top: 4px;
}

.p-i-entry_draw_info {
  position: relative;
}

.p-i-entry_draw_info + .p-i-entry_draw_info {
  margin-top: 22px;
}

.p-i-entry_draw_info__cap {
  display: block;
  position: relative;
  width: 195px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
}

.p-i-entry_draw_info__cap::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "：";
}

.p-i-entry_draw_info__main {
  display: block;
  position: relative;
}

.p-i-entry_draw_info__text {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

.p-i-entry_draw_info__text span {
  font-weight: 400;
}

.p-i-entry_draw_info__note {
  display: block;
  position: relative;
  margin-top: 8px;
}

.p-i-entry_draw_info__note-text {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  text-indent: -1em;
}

.p-i-entry_careful {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-i-entry_careful__note {
  display: block;
  position: relative;
}

.p-i-entry_careful__note-text {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
}

.p-i-entry_careful__note-text + .p-i-entry_careful__note-text {
  margin-top: 15px;
}

.p-i-entry_careful__note-text::before {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  content: "・";
}

.p-i-entry_apply {
  position: relative;
  padding-top: 82px;
  width: 88%;
}

.p-i-entry_apply__btn {
  position: relative;
  margin: 0 auto;
  width: 480px;
}

.p-i-entry_apply__btn-text {
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 200px;
  background: #00a3de;
  padding: 25px 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 2.6px;
  text-align: center;
}

.p-i-entry_apply__btn-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 42px;
  background: url("../img/common/icon/icon_twitter.png") no-repeat center;
  background-size: contain;
  width: 36px;
  height: 100%;
  content: "";
}

.p-i-entry_apply__contact {
  position: relative;
  margin: 45px auto 0;
  width: 100%;
}

.p-i-entry_apply_contact {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.p-i-entry_apply_contact__cap {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
}

.p-i-entry_apply_contact__cap-link {
  display: block;
  position: relative;
  border-bottom: 2px solid #000000;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.p-i-entry_apply_contact__text {
  display: block;
  position: relative;
  font-size: 15px;
}

.p-i-entry_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 150;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  background: rgba(217, 200, 110, 0.9);
  padding: 155px 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: none;
  pointer-events: none;
}

.is-i-entry-modal-show .p-i-entry_modal {
  display: block;
}

.is-i-entry-modal-open .p-i-entry_modal {
  opacity: 1;
  pointer-events: auto;
}

.p-i-entry_modal__container {
  position: relative;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  margin: 0 auto;
  background: #ffffff;
  padding: 80px;
  width: 92%;
  max-width: 1000px;
}

.is-i-entry-modal-open .p-i-entry_modal__container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.p-i-entry_modal__header {
  position: relative;
  margin: 0 auto 52px;
  width: 100%;
}

.p-i-entry_modal__title {
  display: block;
  position: relative;
  font-size: 42px;
  line-height: 1;
  text-align: center;
}

.p-i-entry_modal__lead {
  display: block;
  position: relative;
  margin-top: 18px;
  color: #868686;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
}

.p-i-entry_modal__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-entry_modal__text {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 2;
}

.p-i-entry_modal__text .is-l {
  display: inline-block;
  margin: 8px 0 0;
  font-size: 1.35em;
}

.p-i-entry_modal__text .is-m {
  display: inline-block;
  margin: 5px 0 0;
  font-size: 1.1em;
}

.p-i-entry_modal__text .u-space {
  display: inline-block;
  padding-left: 1em;
}

.p-i-entry_modal__text .u-text-indent {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.p-i-entry_modal__text .u-text-indent.-two {
  padding-left: 1.74em;
  text-indent: -1.74em;
}

.p-i-entry_modal__text .is-s-r {
  display: inline-block;
  width: 100%;
  font-size: .9em;
  text-align: right;
}

.p-i-entry_modal__text strong {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.5em;
  text-align: center;
}

.p-i-entry_modal__footer {
  position: relative;
  margin: 65px auto 0;
  border-top: 2px dotted #000000;
  padding-top: 65px;
  width: 100%;
}

.p-i-entry_modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.p-i-entry_modal__form-check {
  display: block;
  position: relative;
  margin-right: 5px;
  width: 18px;
  height: 18px;
}

.p-i-entry_modal__form-text {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 2px;
}

.p-i-entry_modal__btn {
  position: relative;
  margin: 38px auto 0;
  width: 480px;
}

.p-i-entry_modal__btn-text {
  display: block;
  position: relative;
  border-radius: 200px;
  background: #868686;
  padding: 25px 10px;
  pointer-events: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 2.6px;
  text-align: center;
  text-decoration: none;
}

.p-i-entry_modal__btn.is-active .p-i-entry_modal__btn-text {
  background: #00a3de;
  pointer-events: auto;
}

.p-i-entry_modal__btn-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 42px;
  background: url("../img/common/icon/icon_twitter.png") no-repeat center;
  background-size: contain;
  width: 36px;
  height: 100%;
  content: "";
}

.p-i-entry_modal__close {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 150;
  cursor: pointer;
  border-radius: 50%;
  background: #000000;
  width: 100px;
  height: 100px;
}

.p-i-entry_modal__close-in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}

.p-i-entry_modal__close-in::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #ffffff;
  width: 133%;
  height: 2px;
  content: "";
}

.p-i-entry_modal__close-in::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #ffffff;
  width: 133%;
  height: 2px;
  content: "";
}

.p-i-award {
  position: relative;
  margin: 0 auto;
  padding: 104px 0 40px;
  width: 100%;
}

.p-i-award__header {
  position: relative;
  margin: 0 auto 58px;
  width: 100%;
}

.p-i-award__title {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 500px;
}

.p-i-award__inner {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}

.p-i-award__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-award__list-item {
  display: block;
  position: relative;
}

.p-i-award__list-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px dotted #000000;
  width: 100%;
  height: 2px;
  content: "";
}

.p-i-award__list-item:first-child::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px dotted #000000;
  width: 100%;
  height: 2px;
  content: "";
}

.p-i-award_data {
  position: relative;
  margin: 0 auto;
  padding: 38px 0;
  width: 100%;
}

.p-i-award_data__header {
  display: block;
  position: relative;
  width: 240px;
}

.p-i-award_data__title {
  display: block;
  position: relative;
}

.p-i-award_data__title-main {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}

.p-i-award_data__title-sub {
  display: block;
  position: relative;
  margin-top: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

.p-i-award_data__inner {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}

.p-i-award_data__cap {
  display: block;
  position: relative;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 22px;
  word-break: keep-all;
}

.p-i-award_data__cap .is-member-saki {
  color: #57d802;
}

.p-i-award_data__cap .is-member-yu {
  color: #00a0e4;
}

.p-i-award_data__cap .is-member-himika {
  color: #af52d4;
}

.p-i-award_data__cap .is-member-yuki {
  color: #f3273e;
}

.p-i-award_data__cap .is-member-miyu {
  color: #f79200;
}

.p-i-award_data__cap .is-member-iris {
  color: transparent;
}

.p-i-award_data__cap span {
  vertical-align: baseline;
}

.p-i-award_data__cap strong {
  vertical-align: baseline;
}

.p-i-award_data__text {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 3px;
}

.p-i-award_data__text span {
  vertical-align: baseline;
  font-size: 22px;
}

.p-i-award_data__text strong {
  vertical-align: baseline;
  background: #000000;
  color: #ffffff;
  font-weight: 500;
}

.p-i-award_data__note {
  display: block;
  position: relative;
  margin-top: 3px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 2px;
}

.p-i-result {
  position: relative;
  margin: 0 auto;
  padding: 104px 0 40px;
  width: 100%;
}

.p-i-result__header {
  position: relative;
  margin: 0 auto 52px;
  width: 100%;
}

.p-i-result__title {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 500px;
}

.p-i-result__inner {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}

.p-i-result_in {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-result_in + .p-i-result_in {
  margin-top: 84px;
}

.p-i-result_in__header {
  position: relative;
  margin: 0 auto 28px;
  width: 100%;
}

.p-i-result_in__title {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 550px;
}

.p-i-result_in__description {
  display: block;
  position: relative;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: center;
}

.p-i-result_in__description span {
  vertical-align: baseline;
  font-size: 22px;
}

.p-i-result_in__description strong {
  vertical-align: baseline;
  background: #000000;
  color: #ffffff;
  font-weight: 500;
}

.p-i-result_in__note {
  display: block;
  position: relative;
  margin-top: 1px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: center;
}

.p-i-result_in__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-result_in__first {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
}

.p-i-result_in__first-img {
  display: block;
  position: relative;
  background: url("../img/illust/sample.jpg") no-repeat center/100% 100%;
  padding: 1.5%;
}

.p-i-result_in__first-cap {
  position: relative;
  margin: 8px auto 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.p-i-result_in__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto -10px;
  width: 100%;
}

.p-i-result_in__member-item {
  display: block;
  position: relative;
  width: 30.6%;
}

.p-i-result_member {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-result_member::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 38px);
  content: "";
}

.p-i-result_member.-saki::before {
  background-color: #abea7f;
}

.p-i-result_member.-yu::before {
  background-color: #54cbe9;
}

.p-i-result_member.-himika::before {
  background-color: #cea0e0;
}

.p-i-result_member.-yuki::before {
  background-color: #fb6f7c;
}

.p-i-result_member.-miyu::before {
  background-color: #ffc529;
}

.p-i-result_member.-iris::before {
  background-color: transparent;
}

.p-i-result_member__header {
  position: relative;
  width: 100%;
}

.p-i-result_member__visual {
  position: relative;
  margin: 0 auto;
  width: 80px;
}

.p-i-result_member__visual-img {
  display: block;
  position: relative;
  border-radius: 50%;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
}

.p-i-result_member__visual-img::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid transparent;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  content: "";
}

.p-i-result_member.-saki .p-i-result_member__visual-img::after {
  border-color: #abea7f;
}

.p-i-result_member.-yu .p-i-result_member__visual-img::after {
  border-color: #54cbe9;
}

.p-i-result_member.-himika .p-i-result_member__visual-img::after {
  border-color: #cea0e0;
}

.p-i-result_member.-yuki .p-i-result_member__visual-img::after {
  border-color: #fb6f7c;
}

.p-i-result_member.-miyu .p-i-result_member__visual-img::after {
  border-color: #ffc529;
}

.p-i-result_member.-iris .p-i-result_member__visual-img::after {
  border-color: transparent;
}

.p-i-result_member__visual-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 180%;
  height: 180%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.-saki .p-i-result_member__visual-img img {
  -o-object-position: 45% 50%;
  object-position: 45% 50%;
}

.-yu .p-i-result_member__visual-img img {
  -o-object-position: 75% 50%;
  object-position: 75% 50%;
}

.-himika .p-i-result_member__visual-img img {
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
}

.-yuki .p-i-result_member__visual-img img {
  -o-object-position: 40% 50%;
  object-position: 40% 50%;
}

.-miyu .p-i-result_member__visual-img img {
  -o-object-position: 45% 50%;
  object-position: 45% 50%;
}

.p-i-result_member__name {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 22px;
  text-align: center;
}

.p-i-result_member__cap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.p-i-result_member__inner {
  position: relative;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}

.p-i-result_member__thumb {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-result_member__thumb-img {
  display: block;
  position: relative;
  padding-top: 105%;
  width: 100%;
  overflow: hidden;
}

.p-i-result_member__thumb-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-i-comment {
  position: relative;
  margin: 0 auto;
  padding: 72px 0 158px;
  width: 100%;
}

.p-i-comment__header {
  position: relative;
  margin: 0 auto 56px;
  width: 100%;
}

.p-i-comment__title {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 500px;
}

.p-i-comment__inner {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}

.p-i-comment__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-comment__list-item {
  display: block;
  position: relative;
}

.p-i-comment__list-item + .p-i-comment__list-item {
  margin-top: 10px;
}

.p-i-comment_data {
  position: relative;
  padding: 10px 38px 10px 10px;
}

.p-i-comment_data + .p-i-comment_data {
  margin-top: 10px;
}

.p-i-comment_data::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.p-i-comment_data.-saki::before {
  background-color: #abea7f;
}

.p-i-comment_data.-yu::before {
  background-color: #54cbe9;
}

.p-i-comment_data.-himika::before {
  background-color: #cea0e0;
}

.p-i-comment_data.-yuki::before {
  background-color: #fb6f7c;
}

.p-i-comment_data.-miyu::before {
  background-color: #ffc529;
}

.p-i-comment_data.-iris::before {
  background-color: transparent;
}

.p-i-comment_data__header {
  display: block;
  position: relative;
  margin-right: 38px;
  width: 240px;
}

.p-i-comment_data__thumb {
  display: block;
  position: relative;
}

.p-i-comment_data__inner {
  position: relative;
}

.p-i-comment_data__in {
  display: block;
  position: relative;
}

.p-i-comment_data__name {
  display: block;
  position: relative;
  margin-bottom: 8px;
  font-size: 22px;
}

.p-i-comment_data__text {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 1.8;
}

.p-i-present {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
}

.p-i-present__header {
  position: relative;
  margin: 0 auto 68px;
  width: 100%;
}

.p-i-present__title {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 500px;
}

.p-i-present__inner {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}

.p-i-present_in {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 780px;
}

.p-i-present_in__header {
  display: block;
  position: relative;
}

.p-i-present_in__title {
  display: block;
  position: relative;
}

.p-i-present_in__title-main {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 3px;
}

.p-i-present_in__title-sub {
  display: block;
  position: relative;
  margin-top: 4px;
  font-weight: 700;
  font-size: 20px;
}

.p-i-present_in__inner {
  display: block;
  position: relative;
  width: 100%;
}

.p-i-present_in__thumb {
  display: block;
  position: relative;
}

.p-i-present_in__thumb::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  content: "";
}

.p-i-present_in__thumb-img {
  display: block;
  position: relative;
}

.p-i-present_in__footer {
  display: block;
  position: relative;
}

.p-i-present_in__list {
  display: block;
  position: relative;
  width: 260px;
}

.p-i-present_in__list-item {
  display: block;
  position: relative;
}

.p-i-present_in__list-item + .p-i-present_in__list-item {
  margin-top: 10px;
}

.p-i-present_in__btn {
  display: block;
  position: relative;
}

.p-i-present_in__btn-text {
  display: block;
  position: relative;
  border-radius: 200px;
  background: #000000;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.p-i-present_in__btn-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 24px;
  background: url("../img/illust/icon_dl.png") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 100%;
  content: "";
}

.p-i-tweet {
  position: relative;
  margin: 0 auto;
  padding: 86px 0 85px;
  width: 100%;
}

.p-i-tweet__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-i-tweet__bg::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #54cbe9;
  width: 100%;
  height: 100%;
  content: "";
}

.p-i-tweet__bg-deco {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  background: url("../img/common/bg_pattern_white.png") repeat left top;
  background-size: 500px;
  width: 100%;
  height: 100%;
  content: "";
}

.p-i-tweet__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-tweet__header {
  position: relative;
  margin: 0 auto 75px;
  width: 100%;
}

.p-i-tweet__title {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 500px;
}

.p-i-tweet__inner {
  position: relative;
  margin: 0 auto;
  width: 95%;
  max-width: 1220px;
}

.p-i-tweet__content {
  position: relative;
  margin: 0 auto;
  background: white;
  padding: 20px;
  width: 100%;
  min-height: 400px;
}

.p-i-special {
  position: relative;
  margin: 0 auto;
  padding: 108px 0 20px;
  width: 100%;
}

.p-i-special img {
  pointer-events: none !important;
}

.p-i-special__header {
  position: relative;
  margin: 0 auto 62px;
  width: 100%;
}

.p-i-special__title {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 500px;
}

.p-i-special__inner {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}

.p-i-special_in {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-i-special_in + .p-i-special_in {
  margin-top: 82px;
}

.p-i-special_in__header {
  position: relative;
  margin: 0 auto 50px;
  width: 100%;
}

.p-i-special_in__title {
  display: block;
  position: relative;
  border-radius: 200px;
  background: #faf871;
  padding: 30px 100px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
  text-align: center;
}

.p-i-special_in__title-text {
  display: block;
  position: relative;
  font-size: 30px;
}

.p-i-special_in__title-sub {
  display: block;
  position: relative;
  margin-top: 8px;
  font-size: 18px;
}

.p-i-special_in__title::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 10px solid #faf871;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  width: 18px;
  height: 10px;
  content: "";
}

.p-i-special_in__img {
  display: block;
  position: relative;
  margin-right: 7%;
  width: 43%;
}

.p-i-special_in__thumb {
  display: block;
  position: relative;
  background: #ffffff;
}

.p-i-special_in__thumb::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  content: "";
}

.p-i-special_in__thumb::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #f5f5f5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-i-special_in__thumb-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.p-i-special_in__thumb-img::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: border-right-color 0.15s cubic-bezier(0.5, 1, 0.89, 1);
  transition: border-right-color 0.15s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 70px solid #000000;
  border-bottom: 70px solid transparent;
  width: 70px;
  height: 70px;
  content: "";
}

.p-i-special_in__thumb:hover .p-i-special_in__thumb-img::before {
  border-right-color: #8c7f16;
}

.p-i-special_in__thumb-img::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url("../img/illust/icon_zoom.png") no-repeat 80% 25%;
  background-size: 25px auto;
  width: 70px;
  height: 70px;
  content: "";
}

.p-i-special_in__inner {
  display: block;
  position: relative;
  width: 50%;
}

.p-i-special_in__data {
  display: block;
  position: relative;
  margin-top: 28px;
}

.p-i-special_in__data + .p-i-special_in__data {
  margin-top: 34px;
}

.p-i-special_in__data-cap {
  display: block;
  position: relative;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  font-family: 'Montserrat', YakuHanJPs_Noto, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

.p-i-special_in__data-text {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 2.1;
}

.-prof .p-i-special_in__data-text {
  font-size: .8em;
}

.m-modal img {
  pointer-events: none !important;
}

[data-modal-type="img"] .m-modal__bg {
  background: #faf871 !important;
}

[data-modal-type="img"] .m-modal__content {
  max-width: 1000px !important;
}

@media not all and (max-width: 900px){
  .p-illust {
    padding: 0 50px;
  }
  .p-i-hero_visual__list-item {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  .is-load .p-i-hero_visual__list-item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .is-load .p-i-hero_visual__list-item:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(3) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(5) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(6) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(7) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(9) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(10) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .p-i-intro__duration-text span::after {
    content: "：";
  }
  .p-i-entry_in:not(:last-child)::before {
    content: "";
  }
  .p-i-entry_in__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-i-entry_in__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-top: 12px;
    min-width: 0;
  }
  .p-i-entry_in__title-line.-check {
    -webkit-transition: color 0.15s cubic-bezier(0.5, 1, 0.89, 1);
    transition: color 0.15s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-i-entry_in__title-line.-check:hover {
    color: #f22f3f;
  }
  .p-i-entry_in__title-line.-check:hover::before {
    border-color: #f22f3f;
  }
  .p-i-entry_in__title-popup {
    top: 0;
  }
  .p-i-entry_in__title-line:hover .p-i-entry_in__title-popup span {
    -webkit-animation: illust-pyoko .3s linear 2;
    animation: illust-pyoko .3s linear 2;
  }
  .p-i-entry_in__inner {
    padding-left: 108px;
  }
  .p-i-entry_draw_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-i-entry_draw_info__cap::after {
    margin-right: 10px;
  }
  .p-i-entry_draw_info__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
  }
  .p-i-entry_apply__btn-text:hover {
    -webkit-animation: illust-pyoko .3s linear 2;
    animation: illust-pyoko .3s linear 2;
  }
  .p-i-entry_apply_contact__cap-link {
    -webkit-transition: color 0.15s cubic-bezier(0.5, 1, 0.89, 1), border-color 0.15s cubic-bezier(0.5, 1, 0.89, 1);
    transition: color 0.15s cubic-bezier(0.5, 1, 0.89, 1), border-color 0.15s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-i-entry_apply_contact__cap-link:hover {
    border-color: #f22f3f;
    color: #f22f3f;
  }
  .p-i-entry_modal__btn-text:hover {
    -webkit-animation: illust-pyoko .3s linear 2;
    animation: illust-pyoko .3s linear 2;
  }
  .p-i-award_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-i-result_in__member-item {
    margin: 0 4% 10px 0;
  }
  .p-i-result_in__member-item:nth-child(3n), .p-i-result_in__member-item:last-child {
    margin-right: 0;
  }
  .p-i-comment_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .p-i-comment_data__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
  }
  .p-i-comment_data__in {
    padding: 10px 0;
  }
  .p-i-present_in {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 390px auto;
    grid-template-columns: 390px auto;
  }
  .p-i-present_in__header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    padding-top: 27px;
  }
  .p-i-present_in__inner {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    padding-right: 70px;
  }
  .p-i-present_in__footer {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    margin-top: 32px;
  }
  .p-i-present_in__btn-text:hover {
    -webkit-animation: illust-pyoko .3s linear 2;
    animation: illust-pyoko .3s linear 2;
  }
  .p-i-special_in {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 900px){
  .p-illust__inner {
    padding: 70px 0;
  }
  .p-i-hero__container {
    padding: 128px 0 42px;
    max-width: 560px;
  }
  .p-i-hero__logo {
    margin-bottom: 32px;
    width: 87%;
  }
  .p-i-hero__visual {
    padding: 0 10px;
  }
  .p-i-hero_visual__list-item {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    margin: 0 2% 5px 0;
    width: 32%;
  }
  .p-i-hero_visual__list-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(1) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }
  .p-i-hero_visual__list-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(2) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .p-i-hero_visual__list-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
  }
  .p-i-hero_visual__list-item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(4) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
  }
  .p-i-hero_visual__list-item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-right: 0;
  }
  .is-load .p-i-hero_visual__list-item:nth-child(5) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
  }
  .is-load .p-i-hero_visual__list-item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .p-i-hero_visual__note {
    margin-top: 5px;
    font-size: 12px;
  }
  .p-i-intro {
    max-width: 560px;
  }
  .p-i-intro__lead {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.5;
  }
  .p-i-intro__lead strong {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .p-i-intro__text-paragraph {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 2px;
  }
  .p-i-intro__text-paragraph + .p-i-intro__text-paragraph {
    margin-top: 18px;
  }
  .p-i-intro__duration {
    margin-top: 30px;
    width: 90%;
  }
  .p-i-intro__duration-text {
    display: block;
    position: relative;
    padding: 16px 8px;
    font-size: 16px;
    letter-spacing: .5px;
  }
  .p-i-intro__duration-text span {
    display: block;
    position: relative;
    margin-bottom: -4px;
    font-size: 13px;
    letter-spacing: 2px;
    text-align: center;
  }
  .p-i-entry {
    padding: 56px 0 26px;
  }
  .p-i-entry__header {
    margin-bottom: 34px;
  }
  .p-i-entry__title {
    width: 100%;
    max-width: 500px;
  }
  .p-i-entry__inner {
    max-width: 560px;
  }
  .p-i-entry_in {
    padding-bottom: 48px;
  }
  .p-i-entry_in__header {
    margin-bottom: 14px;
  }
  .p-i-entry_in__step {
    position: relative;
    margin: 0 auto 15px;
    width: 50px;
    height: 50px;
  }
  .p-i-entry_in__step-cap {
    margin-bottom: 2px;
    font-size: 10px;
  }
  .p-i-entry_in__step-main {
    font-size: 24px;
  }
  .p-i-entry_in__title {
    font-size: 17px !important;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
  }
  .p-i-entry_in__title-line {
    line-height: 1.5;
  }
  .p-i-entry_in__title-line::before {
    bottom: 1px;
    border-bottom-width: 2px;
  }
  .p-i-entry_in__title-popup {
    bottom: -10px;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    font-size: 10px;
  }
  .p-i-entry_draw__description {
    font-size: 13px;
    line-height: 1.65;
  }
  .p-i-entry_draw__info {
    margin-top: 18px;
    padding: 22px 22px 27px;
  }
  .p-i-entry_draw__note {
    font-size: 12px;
  }
  .p-i-entry_draw_info + .p-i-entry_draw_info {
    margin-top: 18px;
  }
  .p-i-entry_draw_info__cap {
    display: inline-block;
    margin: 0 auto 4px;
    padding-right: 10px;
    width: auto;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .p-i-entry_draw_info__text {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 1.6px;
  }
  .p-i-entry_draw_info__note {
    margin-top: 2px;
  }
  .p-i-entry_draw_info__note-text {
    font-size: 11px;
    line-height: 1.8;
  }
  .p-i-entry_careful__note-text {
    font-size: 13px;
  }
  .p-i-entry_careful__note-text + .p-i-entry_careful__note-text {
    margin-top: 10px;
  }
  .p-i-entry_apply {
    padding-top: 58px;
    width: 100%;
  }
  .p-i-entry_apply__btn {
    width: 100%;
    max-width: 500px;
  }
  .p-i-entry_apply__btn-text {
    padding: 17px 10px;
    font-size: 17px;
  }
  .p-i-entry_apply__btn-text::before {
    left: 26px;
    width: 22px;
  }
  .p-i-entry_apply__contact {
    margin-top: 20px;
  }
  .p-i-entry_apply_contact__cap-link {
    font-size: 15px;
  }
  .p-i-entry_apply_contact__text {
    font-size: 12px;
  }
  .p-i-entry_modal {
    padding: 15px 0;
  }
  .p-i-entry_modal__container {
    padding: 50px 30px;
  }
  .p-i-entry_modal__header {
    margin-bottom: 45px;
  }
  .p-i-entry_modal__title {
    font-size: 22px;
  }
  .p-i-entry_modal__lead {
    font-size: 12px;
  }
  .p-i-entry_modal__text {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-i-entry_modal__text .is-l {
    margin-top: 5px;
    font-size: 1.3em;
  }
  .p-i-entry_modal__text .is-m {
    margin-top: 3px;
    font-size: 1.1em;
  }
  .p-i-entry_modal__text strong {
    font-size: 1.3em;
  }
  .p-i-entry_modal__footer {
    margin-top: 32px;
    padding-top: 38px;
  }
  .p-i-entry_modal__form-check {
    width: 15px;
    height: 15px;
  }
  .p-i-entry_modal__form-text {
    font-size: 16px;
  }
  .p-i-entry_modal__btn {
    margin-top: 20px;
    width: 100%;
    max-width: 500px;
  }
  .p-i-entry_modal__btn-text {
    padding: 17px 10px;
    font-size: 17px;
  }
  .p-i-entry_modal__btn-text::before {
    left: 26px;
    width: 22px;
  }
  .p-i-entry_modal__close {
    top: 6px;
    right: 6px;
    width: 60px;
    height: 60px;
  }
  .p-i-entry_modal__close-in {
    width: 15px;
    height: 15px;
  }
  .p-i-award {
    padding: 76px 0 20px;
  }
  .p-i-award__header {
    margin-bottom: 32px;
  }
  .p-i-award__title {
    width: 100%;
    max-width: 500px;
  }
  .p-i-award__inner {
    max-width: 560px;
  }
  .p-i-award_data {
    padding: 28px 0;
  }
  .p-i-award_data__header {
    margin: 0 auto 18px;
    width: 100%;
  }
  .p-i-award_data__title {
    text-align: center;
  }
  .p-i-award_data__title-main {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .p-i-award_data__title-sub {
    margin-top: 5px;
    font-size: 11px;
  }
  .p-i-award_data__cap {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 2px;
  }
  .p-i-award_data__text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 2px;
  }
  .p-i-award_data__text span {
    font-size: 13px;
  }
  .p-i-award_data__note {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 2px;
  }
  .p-i-result {
    padding: 76px 0 20px;
  }
  .p-i-result__header {
    margin-bottom: 32px;
  }
  .p-i-result__title {
    width: 100%;
    max-width: 500px;
  }
  .p-i-result__inner {
    max-width: 560px;
  }
  .p-i-result_in + .p-i-result_in {
    margin-top: 52px;
  }
  .p-i-result_in__header {
    margin-bottom: 22px;
  }
  .p-i-result_in__title {
    width: 100%;
    max-width: 500px;
  }
  .p-i-result_in__description {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: left;
  }
  .p-i-result_in__description br {
    display: none;
  }
  .p-i-result_in__description span {
    font-size: 13px;
  }
  .p-i-result_in__note {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: left;
  }
  .p-i-result_in__inner {
    max-width: 560px;
  }
  .p-i-result_in__first-cap {
    margin-top: 5px;
    font-size: 12px;
  }
  .p-i-result_in__member {
    margin-bottom: -7px;
  }
  .p-i-result_in__member-item {
    margin: 0 2% 7px 0;
    width: 49%;
  }
  .p-i-result_in__member-item:nth-child(2n), .p-i-result_in__member-item:last-child {
    margin-right: 0;
  }
  .p-i-result_member::before {
    height: calc(100% - 19px);
  }
  .p-i-result_member__visual {
    width: 40px;
  }
  .p-i-result_member__visual-img::after {
    border-width: 2px;
  }
  .p-i-result_member__name {
    margin-top: 2px;
    font-size: 14px;
  }
  .p-i-result_member__cap {
    margin-top: 2px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .p-i-result_member__inner {
    padding: 7px;
  }
  .p-i-comment {
    padding: 40px 0 96px;
  }
  .p-i-comment__header {
    margin-bottom: 36px;
  }
  .p-i-comment__title {
    width: 100%;
    max-width: 500px;
  }
  .p-i-comment__inner {
    max-width: 560px;
  }
  .p-i-comment_data {
    padding: 15px 20px 30px;
  }
  .p-i-comment_data__header {
    margin: 0 auto 12px;
    width: 70%;
  }
  .p-i-comment_data__name {
    font-size: 17px;
    text-align: center;
  }
  .p-i-comment_data__text {
    font-size: 12px;
  }
  .p-i-present {
    padding: 78px 0 28px;
  }
  .p-i-present__header {
    margin-bottom: 32px;
  }
  .p-i-present__title {
    width: 100%;
    max-width: 500px;
  }
  .p-i-present__inner {
    max-width: 560px;
  }
  .p-i-present_in__header {
    margin: 0 auto 13px;
    width: 100%;
  }
  .p-i-present_in__title-main {
    font-size: 14px;
    text-align: center;
  }
  .p-i-present_in__title-sub {
    margin-top: 2px;
    font-size: 14px;
    text-align: center;
  }
  .p-i-present_in__inner {
    margin: 0 auto;
    width: 100%;
  }
  .p-i-present_in__thumb {
    margin: 0 auto;
    width: 88%;
  }
  .p-i-present_in__thumb::before {
    top: 5px;
    left: 5px;
  }
  .p-i-present_in__footer {
    position: relative;
    margin: 18px auto 0;
    width: 100%;
  }
  .p-i-present_in__list {
    margin: 0 auto;
    width: 75%;
  }
  .p-i-present_in__list-item + .p-i-present_in__list-item {
    margin-top: 8px;
  }
  .p-i-present_in__btn-text {
    padding: 8px 10px;
    font-size: 11px;
  }
  .p-i-present_in__btn-text::before {
    left: 20px;
    width: 12px;
  }
  .p-i-tweet {
    padding: 56px 0 26px;
  }
  .p-i-tweet__header {
    margin-bottom: 32px;
  }
  .p-i-tweet__title {
    width: 100%;
    max-width: 500px;
  }
  .p-i-tweet__inner {
    max-width: 560px;
  }
  .p-i-special {
    padding: 28px 0;
  }
  .p-i-special__header {
    margin-bottom: 34px;
  }
  .p-i-special__title {
    width: 100%;
    max-width: 500px;
  }
  .p-i-special__inner {
    max-width: 560px;
  }
  .p-i-special_in + .p-i-special_in {
    margin-top: 52px;
  }
  .p-i-special_in__header {
    margin-bottom: 13px;
  }
  .p-i-special_in__title {
    padding: 18px 30px;
  }
  .p-i-special_in__title-text {
    font-size: 16px;
  }
  .p-i-special_in__title-sub {
    margin-top: 4px;
    font-size: 11px;
  }
  .p-i-special_in__title::before {
    border-top-width: 5px;
    border-right-width: 4px;
    border-left-width: 4px;
    width: 8px;
    height: 5px;
  }
  .p-i-special_in__img {
    margin: 0 auto;
    width: 100%;
  }
  .p-i-special_in__thumb::before {
    top: 5px;
    left: 5px;
  }
  .p-i-special_in__thumb-img::before {
    border-right-width: 54px;
    border-bottom-width: 54px;
    width: 54px;
    height: 54px;
  }
  .p-i-special_in__thumb-img::after {
    background-size: 18px auto;
    width: 54px;
    height: 54px;
  }
  .p-i-special_in__inner {
    margin: 0 auto;
    width: 100%;
  }
  .p-i-special_in__data + .p-i-special_in__data {
    margin-top: 22px;
  }
  .p-i-special_in__data-cap {
    margin-bottom: 6px;
    font-size: 11px;
  }
  .p-i-special_in__data-text {
    font-size: 12px;
    line-height: 1.9;
  }
}

@media screen and (max-width: 1000px){
  .p-i-entry_in__title {
    font-size: 29px;
  }
}
