@charset "UTF-8";
/*-------------------------------------------
@variables
--------------------------------------------*/
/*-@gradient------------------------------*/
/*-------------------------------------------
@mixin
--------------------------------------------*/
/*-@breakpoint------------------------------*/
/*-------------------------------------------
style
--------------------------------------------*/
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: #333333;
  overflow-x: hidden; }

/*-component-----------------------------------*/
@media only screen and (max-width: 960px) {
  .c-sp {
    display: block; } }

@media only screen and (min-width: 960px) {
  .c-sp {
    display: none !important; } }

@media only screen and (max-width: 960px) {
  .c-sp-ib {
    display: inline-block; } }

@media only screen and (min-width: 960px) {
  .c-sp-ib {
    display: none !important; } }

@media only screen and (max-width: 960px) {
  .c-pc {
    display: none !important; } }

@media only screen and (min-width: 960px) {
  .c-pc {
    display: block; } }

@media only screen and (max-width: 960px) {
  .c-pc-ib {
    display: none !important; } }

@media only screen and (min-width: 960px) {
  .c-pc-ib {
    display: inline-block; } }

.c-btn-cta {
  display: block;
  height: 65px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00e899), to(#00a0f3));
  background-image: -webkit-linear-gradient(left, #00e899, #00a0f3);
  background-image: -o-linear-gradient(left, #00e899, #00a0f3);
  background-image: linear-gradient(90deg, #00e899, #00a0f3);
  border-radius: 65px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .c-btn-cta__icon {
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px; }
  .c-btn-cta__txt {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    position: relative;
    top: calc(50% - 4px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .c-btn-cta__txt small {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.004em; }
  .c-btn-cta::after {
    content: "";
    display: block;
    width: 135px;
    height: calc(100% + 20px);
    background: url(../images/kv_cta_illust.png) right center/contain no-repeat;
    position: absolute;
    top: -10px;
    right: -10px; }
  .c-btn-cta:hover {
    -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  @media only screen and (min-width: 960px) {
    .c-btn-cta {
      width: 600px;
      height: 100px; }
      .c-btn-cta__txt {
        font-size: 32px; }
        .c-btn-cta__txt small {
          font-size: 18px; }
      .c-btn-cta::after {
        right: -20px; } }
  .c-btn-cta.c-btn-cta-kv {
    width: 100%;
    height: initial; }
    @media only screen and (max-width: 960px) {
      .c-btn-cta.c-btn-cta-kv {
        padding: 2px 0 10px; }
        .c-btn-cta.c-btn-cta-kv .c-btn-cta__txt {
          position: static;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); } }
    @media only screen and (min-width: 960px) {
      .c-btn-cta.c-btn-cta-kv {
        width: 500px;
        height: 90px; } }

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #333333;
  text-align: center; }
  .c-section-title small {
    font-size: 13px;
    font-weight: 500; }
  @media only screen and (min-width: 960px) {
    .c-section-title {
      height: 120px;
      font-size: 36px; }
      .c-section-title small {
        font-size: 22px; } }

/*-layout-----------------------------------*/
.l-inner {
  width: 100%;
  max-width: calc(1060px + 30px);
  margin: 0 auto;
  padding: 0 15px; }
  .l-inner-large {
    width: 100%;
    max-width: calc(1160px + 30px);
    margin: 0 auto;
    padding: 0 15px; }
  .l-inner-small {
    width: 100%;
    max-width: calc(980px + 30px);
    margin: 0 auto;
    padding: 0 15px; }

.l-header__logo {
  margin: 0 auto; }

.l-kv {
  overflow-x: hidden; }
  .l-kv .l-inner-large {
    position: relative; }
  .l-kv .p-kv__title {
    position: relative;
    z-index: 2; }
  .l-kv .p-kv__point {
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
    @media only screen and (min-width: 960px) {
      .l-kv .p-kv__point {
        width: 201px;
        left: auto;
        right: 50px; } }
  .l-kv .p-kv__img {
    position: absolute;
    top: 0;
    right: 0; }
    @media only screen and (min-width: 960px) {
      .l-kv .p-kv__img {
        right: -120px; } }
  .l-kv__cta {
    position: absolute;
    z-index: 10; }
    @media only screen and (max-width: 960px) {
      .l-kv__cta {
        width: calc(100% - 30px);
        left: 15px;
        bottom: 28px; } }
    @media only screen and (min-width: 960px) {
      .l-kv__cta {
        bottom: 50px;
        right: 110px; } }

@media only screen and (max-width: 960px) {
  .l-debut .l-inner {
    padding: 0; } }

.l-debut__container {
  position: relative; }
  .l-debut__container .p-debut__merit {
    position: relative;
    z-index: 3; }
    @media only screen and (max-width: 960px) {
      .l-debut__container .p-debut__merit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 9px; } }
    @media only screen and (min-width: 960px) {
      .l-debut__container .p-debut__merit {
        padding-bottom: 60px;
        position: absolute;
        top: 20px; } }
    @media only screen and (max-width: 960px) {
      .l-debut__container .p-debut__merit__item {
        width: calc(100% / 3);
        padding: 0 6px; } }
    @media only screen and (min-width: 960px) {
      .l-debut__container .p-debut__merit__item {
        margin-bottom: 10px; } }
  .l-debut__container .p-debut__img {
    margin-left: auto;
    position: relative; }
    @media only screen and (max-width: 960px) {
      .l-debut__container .p-debut__img {
        margin-top: -6%; } }

.l-debut__profession {
  position: relative;
  z-index: 4; }
  @media only screen and (min-width: 960px) {
    .l-debut__profession {
      margin-top: -60px; } }

.l-introduction {
  overflow: hidden; }
  .l-introduction__intro .p-introduction__intro__title {
    margin-bottom: 37px; }
    @media only screen and (max-width: 960px) {
      .l-introduction__intro .p-introduction__intro__title {
        width: 70%;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-width: 960px) {
      .l-introduction__intro .p-introduction__intro__title {
        margin-bottom: 32px; } }
  .l-introduction__intro__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .l-introduction__intro__container .p-introduction__intro__item {
      width: calc(100% / 3 - 10px); }
      @media only screen and (min-width: 960px) {
        .l-introduction__intro__container .p-introduction__intro__item {
          width: calc(100% / 3 - 13px); } }
  .l-introduction__main .l-inner {
    position: relative;
    z-index: 2; }
  .l-introduction__section {
    margin-bottom: 70px; }
    @media only screen and (min-width: 960px) {
      .l-introduction__section {
        margin-bottom: 140px; } }
    @media only screen and (max-width: 960px) {
      .l-introduction__section__container {
        margin-bottom: 20px; }
        .l-introduction__section__container .p-introduction__section__list {
          margin-top: -3%;
          padding: 0 30px; } }
    @media only screen and (min-width: 960px) {
      .l-introduction__section__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .l-introduction__section__container .p-introduction__section__list {
          width: calc(50% + 10px);
          padding: 0 36px; } }
    .l-introduction__section__anchor {
      padding: 0 15px;
      padding-top: 10px;
      padding-bottom: 56px;
      position: relative; }
      @media only screen and (min-width: 960px) {
        .l-introduction__section__anchor {
          padding-top: 28px;
          padding-bottom: 86px; } }
      .l-introduction__section__anchor__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% - 30px);
        position: absolute;
        bottom: 0;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%); }
        .l-introduction__section__anchor__container .p-introduction__section__anchor__item {
          width: calc(50% - 7px);
          max-width: 340px; }
        @media only screen and (max-width: 960px) {
          .l-introduction__section__anchor__container-double {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        @media only screen and (min-width: 960px) {
          .l-introduction__section__anchor__container-double .p-introduction__section__anchor__item {
            margin: 0 20px; } }
  .l-introduction__cta .c-btn-cta {
    margin: 0 auto; }

.l-curriculum {
  position: relative;
  z-index: 2; }
  .l-curriculum__tabArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .l-curriculum__tab {
    width: calc(100% / 3 - 3px);
    position: relative; }
    .l-curriculum__tab span {
      display: block;
      width: calc(100% + 9px); }
    .l-curriculum__tab:nth-child(1) {
      z-index: 3; }
    .l-curriculum__tab:nth-child(2) {
      z-index: 2; }
    .l-curriculum__tab:nth-child(3) {
      z-index: 1; }
  .l-curriculum__section .p-curriculum__section__intro {
    margin-bottom: 50px; }
  .l-curriculum__section__year .p-curriculum__section__year__tabArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .l-curriculum__section__year .p-curriculum__section__year__tabArea .p-curriculum__section__year__tab {
      width: calc(50%); }
  .l-curriculum__section__artWork .p-curriculum__section__artWork__read {
    max-width: 790px;
    margin: 20px auto;
    padding: 0 15px; }
    @media only screen and (min-width: 960px) {
      .l-curriculum__section__artWork .p-curriculum__section__artWork__read {
        margin-top: 30px; } }
  .l-curriculum__cta {
    margin-top: 30px; }
    @media only screen and (min-width: 960px) {
      .l-curriculum__cta {
        margin-top: 60px; } }
    .l-curriculum__cta .c-btn-cta {
      margin: 0 auto; }

.l-voice {
  position: relative; }
  .l-voice .l-inner {
    position: relative;
    z-index: 2; }
  @media only screen and (min-width: 960px) {
    .l-voice__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 960px) {
    .l-voice__container .p-voice__item {
      margin-bottom: 30px; }
      .l-voice__container .p-voice__item:last-child {
        margin-bottom: 0; } }
  @media only screen and (min-width: 960px) {
    .l-voice__container .p-voice__item {
      width: calc(50% - 20px); } }

.l-faq {
  position: relative;
  z-index: 2; }

/*-project-----------------------------------*/
.p-header {
  width: 100%; }
  .p-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: calc(492px / 2);
    height: 40px;
    padding: 8px 0 10px; }
    @media only screen and (min-width: 960px) {
      .p-header__logo {
        max-width: 354px;
        height: 60px; } }

.p-kv {
  height: calc(100vh - 40px);
  min-height: 590px;
  background-color: #fffa6b; }
  @media only screen and (min-width: 960px) {
    .p-kv {
      min-height: initial;
      height: 600px;
      background: url(../images/kv_bg-pc2.jpg) no-repeat center center/cover; } }
  .p-kv .l-inner-large {
    height: 100%; }
    @media only screen and (max-width: 960px) {
      .p-kv .l-inner-large {
        padding: 0; } }
  @media only screen and (max-width: 960px) {
    .p-kv__title {
      width: 100%;
      height: calc(100% - 120px);
      min-height: 480px; }
      .p-kv__title img {
        width: 76%;
        max-width: 549px;
        position: absolute;
        left: 50%;
        bottom: 12%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  @media only screen and (min-width: 960px) {
    .p-kv__title {
      padding-top: 50px; } }
  @media (max-width: 420px) {
    .p-kv__title img {
      bottom: 4%; } }
  .p-kv__img {
    width: 100%;
    overflow: hidden; }
    @media only screen and (max-width: 960px) {
      .p-kv__img {
        height: calc(100% - 120px);
        min-height: 480px; } }
    @media only screen and (max-width: 960px) {
      .p-kv__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
    @media only screen and (min-width: 960px) {
      .p-kv__img img {
        max-width: initial;
        height: 100%;
        margin-left: auto; } }

.p-debut {
  padding: 70px 0 0;
  background-color: #fffa6b;
  position: relative; }
  @media only screen and (min-width: 960px) {
    .p-debut::before {
      content: "";
      display: block;
      width: calc(50% + 50px);
      height: 140px;
      background: #ffffff;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 3; } }
  .p-debut .c-section-title {
    background-image: url(../images/debut_title_bg.png); }
    .p-debut .c-section-title span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 42px 8px;
      position: relative; }
      @media only screen and (min-width: 960px) {
        .p-debut .c-section-title span {
          padding: 0 72px 8px; } }
      .p-debut .c-section-title span::before {
        content: "";
        display: block;
        width: 16px;
        height: 48px;
        background: url(../images/debut_title_decoL.png) left top/contain no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
        @media only screen and (min-width: 960px) {
          .p-debut .c-section-title span::before {
            width: 30px;
            height: 98px; } }
      .p-debut .c-section-title span::after {
        content: "";
        display: block;
        width: 16px;
        height: 48px;
        background: url(../images/debut_title_decoR.png) right bottom/contain no-repeat;
        position: absolute;
        bottom: 0;
        right: 0; }
        @media only screen and (min-width: 960px) {
          .p-debut .c-section-title span::after {
            width: 30px;
            height: 98px; } }
  @media only screen and (max-width: 960px) {
    .p-debut__img img {
      width: 100%; } }
  @media only screen and (min-width: 960px) {
    .p-debut__img {
      width: 70%;
      height: 420px; }
      .p-debut__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  .p-debut__profession {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    font-size: 13px;
    color: #333333; }
    @media only screen and (max-width: 960px) {
      .p-debut__profession {
        padding: 26px 15px 44px; } }
    @media only screen and (min-width: 960px) {
      .p-debut__profession {
        max-width: 570px;
        height: 140px;
        font-size: 18px; } }
    .p-debut__profession__icon {
      padding-right: 13px; }
      @media only screen and (max-width: 960px) {
        .p-debut__profession__icon {
          width: 70px; } }
      @media only screen and (min-width: 960px) {
        .p-debut__profession__icon {
          width: 90px;
          padding-right: 24px; } }

.p-introduction__intro {
  padding: 40px 0 60px;
  background-color: #333333; }
  .p-introduction__intro__title img {
    margin: 0 auto; }
  .p-introduction__intro__item img {
    width: 100%; }

.p-introduction__main {
  padding: 40px 0 60px;
  position: relative; }
  @media only screen and (min-width: 960px) {
    .p-introduction__main {
      padding: 70px 0 80px; } }
  .p-introduction__main::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: url(../images/introduction_bg01-sp.png) left top/contain no-repeat;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 960px) {
      .p-introduction__main::before {
        width: calc(50% + 530px);
        background: url(../images/introduction_bg01-pc.png) left top/contain no-repeat; } }
  .p-introduction__main::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: url(../images/introduction_bg02-sp.png) right bottom/contain no-repeat;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (min-width: 960px) {
      .p-introduction__main::after {
        background: url(../images/introduction_bg02-pc.png) right bottom/contain no-repeat; } }
  .p-introduction__main .c-section-title {
    padding-top: 4px;
    background-image: url(../images/introduction_title_bg.png); }
    @media only screen and (min-width: 960px) {
      .p-introduction__main .c-section-title {
        padding-top: 8px; } }

.p-introduction__section {
  background-color: #ffffff;
  border: solid 2px #333333;
  position: relative; }
  @media only screen and (min-width: 960px) {
    .p-introduction__section {
      border: solid 4px #333333; } }
  .p-introduction__section::before {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    background: url(../images/introduction_section_bg01.png) left top/contain no-repeat;
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 1; }
  .p-introduction__section::after {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    background: url(../images/introduction_section_bg02.png) right top/contain no-repeat;
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 1; }
  @media only screen and (min-width: 960px) {
    .p-introduction__section::before {
      width: 66px;
      height: 66px;
      top: -8px;
      left: -8px; }
    .p-introduction__section::after {
      width: 66px;
      height: 66px;
      top: -8px;
      right: -8px; } }
  .p-introduction__section__illust {
    position: absolute;
    z-index: 2; }
  .p-introduction__section__letter {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: -15px;
    z-index: 3; }
    @media only screen and (min-width: 960px) {
      .p-introduction__section__letter {
        top: -22px; } }
    .p-introduction__section__letter img {
      margin: 0 auto; }
  .p-introduction__section__title {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 15px; }
    .p-introduction__section__title img {
      margin: 0 auto; }
    @media only screen and (min-width: 960px) {
      .p-introduction__section__title {
        margin-top: 50px;
        margin-bottom: 20px; } }
  .p-introduction__section__img img {
    width: 100%; }
  .p-introduction__section__list img {
    width: 100%; }
  .p-introduction__section__anchor .p-introduction__section__read {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #ffffff; }
    .p-introduction__section__anchor .p-introduction__section__read small {
      font-size: 14px; }
    @media only screen and (min-width: 960px) {
      .p-introduction__section__anchor .p-introduction__section__read {
        font-size: 32px; }
        .p-introduction__section__anchor .p-introduction__section__read small {
          font-size: 22px; } }
  .p-introduction__section__anchor__item a {
    display: block;
    padding: 6px 5px 17px;
    border: 2px solid #333333;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px #333333;
    box-shadow: 0 2px #333333;
    font-size: 15px;
    color: #333333;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .p-introduction__section__anchor__item a::after {
      content: "";
      display: block;
      width: 12px;
      height: 8px;
      -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      background-color: #333333;
      position: absolute;
      left: calc(50% - 6px);
      bottom: 4px; }
    @media only screen and (min-width: 960px) {
      .p-introduction__section__anchor__item a {
        padding: 20px 10px 45px;
        -webkit-box-shadow: 0 4px #333333;
        box-shadow: 0 4px #333333;
        font-size: 26px; }
        .p-introduction__section__anchor__item a::after {
          width: 24px;
          height: 16px;
          left: calc(50% - 12px);
          bottom: 9px; } }
    .p-introduction__section__anchor__item a.u-chara {
      background-color: #ffe65a; }
    .p-introduction__section__anchor__item a.u-comic {
      background-color: #8ff9d5; }
    .p-introduction__section__anchor__item a.u-game {
      background-color: #c4e0ff; }
    .p-introduction__section__anchor__item a:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
      transform: translateY(4px); }
  @media only screen and (max-width: 960px) {
    .p-introduction__section-01 .p-introduction__section__illust {
      width: 30%;
      max-width: 120px;
      right: -25px;
      bottom: calc(100% - 40px); } }
  @media only screen and (min-width: 960px) {
    .p-introduction__section-01 .p-introduction__section__illust {
      width: 131px;
      top: 0;
      right: 40px;
      -webkit-transform: translateY(-74%);
      -ms-transform: translateY(-74%);
      transform: translateY(-74%); } }
  .p-introduction__section-01 .p-introduction__section__letter img {
    width: 74px; }
    @media only screen and (min-width: 960px) {
      .p-introduction__section-01 .p-introduction__section__letter img {
        width: 118px; } }
  .p-introduction__section-01 .p-introduction__section__anchor {
    background-color: #eacb1f; }
  @media only screen and (max-width: 960px) {
    .p-introduction__section-02 .p-introduction__section__illust {
      width: 26%;
      max-width: 110px;
      top: -30px;
      left: -40px; } }
  @media only screen and (min-width: 960px) {
    .p-introduction__section-02 .p-introduction__section__illust {
      width: 118px;
      top: 0;
      left: 25px;
      -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
      transform: translateY(-25%); } }
  .p-introduction__section-02 .p-introduction__section__letter img {
    width: 78px; }
    @media only screen and (min-width: 960px) {
      .p-introduction__section-02 .p-introduction__section__letter img {
        width: 108px; } }
  .p-introduction__section-02 .p-introduction__section__anchor {
    background-color: #47d3a7; }
  @media only screen and (max-width: 960px) {
    .p-introduction__section-03 .p-introduction__section__illust {
      width: 30%;
      max-width: 130px;
      right: -40px;
      bottom: calc(100% - 20px); } }
  @media only screen and (min-width: 960px) {
    .p-introduction__section-03 .p-introduction__section__illust {
      width: 150px;
      top: -60px;
      right: 34px; } }
  .p-introduction__section-03 .p-introduction__section__letter img {
    width: 51px; }
    @media only screen and (min-width: 960px) {
      .p-introduction__section-03 .p-introduction__section__letter img {
        width: 80px; } }
  .p-introduction__section-03 .p-introduction__section__anchor {
    background-color: #84bdfc; }

.p-curriculum {
  padding: 60px 0 0; }
  @media only screen and (min-width: 960px) {
    .p-curriculum {
      padding: 70px 0 80px; } }
  .p-curriculum .c-section-title {
    padding-top: 4px;
    background-image: url(../images/curriculum_title_bg.png); }
    @media only screen and (min-width: 960px) {
      .p-curriculum .c-section-title {
        padding-top: 8px; } }
  .p-curriculum__section .p-curriculum__tab {
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .p-curriculum__section .p-curriculum__tab span {
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom; }
    .p-curriculum__section .p-curriculum__tab:hover span {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04); }
  .p-curriculum__section__wrap {
    width: 100%;
    margin-top: -2px;
    border-top: 2px solid #333333; }
  .p-curriculum__section__intro {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative; }
    .p-curriculum__section__intro::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .p-curriculum__section__intro .l-inner {
      position: relative;
      z-index: 2; }
    .p-curriculum__section__intro .l-inner-small {
      position: relative;
      z-index: 2; }
    .p-curriculum__section__intro__read {
      font-size: 14px;
      font-weight: 400; }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__intro__read {
          font-size: 18px; } }
  .p-curriculum__section__year {
    /*- tab ------------------------*/
    /*- accordion ------------------------*/ }
    .p-curriculum__section__year__tabArea {
      border-top: 2px solid #333333;
      border-left: 2px solid #333333;
      border-right: 2px solid #333333; }
    .p-curriculum__section__year__tab {
      padding: 10px;
      border-right: 2px solid #333333;
      border-bottom: 2px solid #333333;
      font-size: 22px;
      text-align: center;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .p-curriculum__section__year__tab:last-child {
        border-right: none; }
      .p-curriculum__section__year__tab:hover {
        letter-spacing: 0.1em; }
    .p-curriculum__section__year__toggle {
      margin-top: 10px;
      border: 2px solid #333333;
      -webkit-box-shadow: 0 4px #333333;
      box-shadow: 0 4px #333333; }
      .p-curriculum__section__year__toggle .p-curriculum__section__year__title {
        padding: 10px;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        position: relative; }
        .p-curriculum__section__year__toggle .p-curriculum__section__year__title::after {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          background: url(../images/curriculum_year_toggle_icon.png) center center/contain no-repeat;
          position: absolute;
          top: 12px;
          right: 10px; }
      .p-curriculum__section__year__toggle.is-open {
        border-bottom: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .p-curriculum__section__year__wrap {
      width: 100%;
      padding: 10px 15px 20px;
      border-left: 2px solid #333333;
      border-right: 2px solid #333333;
      border-bottom: 2px solid #333333;
      -webkit-box-shadow: 0 4px #333333;
      box-shadow: 0 4px #333333; }
      @media only screen and (max-width: 960px) {
        .p-curriculum__section__year__wrap {
          display: none; } }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__year__wrap {
          padding: 20px 30px 30px; } }
    @media only screen and (min-width: 960px) {
      .p-curriculum__section__year__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (min-width: 960px) {
      .p-curriculum__section__year__list.u-row2 .p-curriculum__section__year__item {
        width: calc(100% / 2 - 10px);
        margin-right: 20px; } }
    .p-curriculum__section__year__list.u-row2 .p-curriculum__section__year__item:nth-child(2n) {
      margin-right: 0; }
    @media only screen and (min-width: 960px) {
      .p-curriculum__section__year__list.u-row3 .p-curriculum__section__year__item {
        width: calc(100% / 3 - 12px);
        margin-right: 18px; } }
    .p-curriculum__section__year__list.u-row3 .p-curriculum__section__year__item:nth-child(3n) {
      margin-right: 0; }
    .p-curriculum__section__year__list .p-curriculum__section__year__item {
      margin-bottom: 15px;
      padding: 15px 10px;
      background: -webkit-linear-gradient(135deg, transparent 20px, #ffffff 0);
      background: -o-linear-gradient(135deg, transparent 20px, #ffffff 0);
      background: linear-gradient(-45deg, transparent 20px, #ffffff 0); }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__year__list .p-curriculum__section__year__item {
          margin-bottom: 10px;
          padding: 15px; } }
      .p-curriculum__section__year__list .p-curriculum__section__year__item__title {
        padding-left: 25px;
        font-size: 16px;
        position: relative; }
        .p-curriculum__section__year__list .p-curriculum__section__year__item__title::before {
          content: "";
          display: block;
          width: 23px;
          height: 18px;
          background: url(../images/curriculum_year_listicon.png) center center/contain no-repeat;
          position: absolute;
          top: 4px;
          left: 0; }
      .p-curriculum__section__year__list .p-curriculum__section__year__item__read {
        margin-top: 6px;
        padding-top: 6px;
        border-top: 2px solid #333333;
        font-size: 14px;
        font-weight: 400; }
        .p-curriculum__section__year__list .p-curriculum__section__year__item__read span {
          color: #ff205a; }
    .p-curriculum__section__year__extension {
      margin-top: 20px;
      padding: 0 15px 15px;
      background-color: #ffffff; }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__year__extension {
          padding: 0 0 5px; } }
      .p-curriculum__section__year__extension__title {
        margin-bottom: 10px;
        position: relative;
        z-index: 2; }
        .p-curriculum__section__year__extension__title img {
          margin: 0 auto; }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__year__extension__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .p-curriculum__section__year__extension__item {
        position: relative; }
        .p-curriculum__section__year__extension__item:last-child {
          border-right: none;
          border-bottom: none; }
        @media only screen and (max-width: 960px) {
          .p-curriculum__section__year__extension__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 2px solid #333333; } }
        @media only screen and (min-width: 960px) {
          .p-curriculum__section__year__extension__item {
            width: 25%;
            padding: 0 15px;
            border-right: 2px solid #333333; } }
        .p-curriculum__section__year__extension__item__title {
          font-size: 15px;
          font-weight: 600;
          position: relative; }
          @media only screen and (max-width: 960px) {
            .p-curriculum__section__year__extension__item__title {
              width: 100%;
              margin-bottom: 10px;
              padding-left: 12px; } }
          @media only screen and (min-width: 960px) {
            .p-curriculum__section__year__extension__item__title {
              font-size: 16px;
              position: absolute;
              top: 30px;
              left: 15px; } }
          .p-curriculum__section__year__extension__item__title::before {
            content: "";
            display: block;
            width: 38px;
            height: 50px;
            background: url(../images/chara_year_extension_item_num01.png) center center/contain no-repeat;
            position: absolute; }
            @media only screen and (max-width: 960px) {
              .p-curriculum__section__year__extension__item__title::before {
                left: -18px; } }
            @media only screen and (min-width: 960px) {
              .p-curriculum__section__year__extension__item__title::before {
                width: 48px;
                height: 62px;
                top: -38px;
                left: 0; } }
          .p-curriculum__section__year__extension__item__title span {
            position: relative;
            z-index: 2; }
        @media only screen and (max-width: 960px) {
          .p-curriculum__section__year__extension__item__img {
            width: calc(50% - 9px);
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3; } }
        @media only screen and (min-width: 960px) {
          .p-curriculum__section__year__extension__item__img {
            width: 60%;
            margin-left: auto; } }
        .p-curriculum__section__year__extension__item__read {
          margin-top: 5px;
          font-size: 13px;
          font-weight: 400;
          position: relative;
          z-index: 2; }
          @media only screen and (max-width: 960px) {
            .p-curriculum__section__year__extension__item__read {
              width: 50%;
              -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
              order: 2; } }
          @media only screen and (min-width: 960px) {
            .p-curriculum__section__year__extension__item__read {
              font-size: 14px; } }
        .p-curriculum__section__year__extension__item:nth-child(2) .p-curriculum__section__year__extension__item__title::before {
          background-image: url(../images/chara_year_extension_item_num02.png); }
        .p-curriculum__section__year__extension__item:nth-child(3) .p-curriculum__section__year__extension__item__title::before {
          background-image: url(../images/chara_year_extension_item_num03.png); }
        .p-curriculum__section__year__extension__item:nth-child(4) .p-curriculum__section__year__extension__item__title::before {
          background-image: url(../images/chara_year_extension_item_num04.png); }
    .p-curriculum__section__year__leading {
      padding: 10px 15px 20px; }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__year__leading {
          padding: 30px; } }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__year__leading__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .p-curriculum__section__year__leading__item {
        padding: 12px;
        background-color: #ffffff;
        position: relative; }
        @media only screen and (max-width: 960px) {
          .p-curriculum__section__year__leading__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 20px;
            padding-bottom: 20px; } }
        @media only screen and (min-width: 960px) {
          .p-curriculum__section__year__leading__item {
            width: calc(25% - 10px);
            padding: 12px; } }
        .p-curriculum__section__year__leading__item__title {
          font-size: 15px;
          font-weight: 600;
          color: #ff7d32;
          position: relative; }
          @media only screen and (max-width: 960px) {
            .p-curriculum__section__year__leading__item__title {
              width: 100%;
              margin-bottom: 10px;
              padding-bottom: 8px;
              border-bottom: 2px solid #333333; } }
          @media only screen and (min-width: 960px) {
            .p-curriculum__section__year__leading__item__title {
              font-size: 16px;
              position: absolute;
              top: 37px;
              left: 13px; } }
          .p-curriculum__section__year__leading__item__title span {
            position: relative;
            z-index: 2; }
        @media only screen and (max-width: 960px) {
          .p-curriculum__section__year__leading__item__img {
            width: calc(45% - 9px);
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3; } }
        @media only screen and (min-width: 960px) {
          .p-curriculum__section__year__leading__item__img {
            width: 60%;
            margin-left: auto; } }
        .p-curriculum__section__year__leading__item__read {
          margin-top: 5px;
          font-size: 13px;
          font-weight: 400;
          position: relative;
          z-index: 2; }
          @media only screen and (max-width: 960px) {
            .p-curriculum__section__year__leading__item__read {
              width: 55%;
              -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
              order: 2; } }
          @media only screen and (min-width: 960px) {
            .p-curriculum__section__year__leading__item__read {
              font-size: 14px; } }
  .p-curriculum__section__studentWork {
    margin-top: 60px; }
    @media only screen and (min-width: 960px) {
      .p-curriculum__section__studentWork {
        margin-top: 70px; } }
    .p-curriculum__section__studentWork .l-inner {
      text-align: center; }
    .p-curriculum__section__studentWork__title img {
      margin: 0 auto; }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__studentWork__title img {
          max-width: 510px; } }
    .p-curriculum__section__studentWork__item {
      display: inline-block;
      margin: 0 auto;
      margin-top: 40px;
      position: relative; }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__studentWork__item {
          max-width: 490px; } }
      .p-curriculum__section__studentWork__item::before {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        background: url(../images/icon_expression-up.png) center center/contain no-repeat;
        position: absolute;
        right: -12px;
        bottom: -12px; }
        @media only screen and (min-width: 960px) {
          .p-curriculum__section__studentWork__item::before {
            width: 88px;
            height: 88px;
            right: -28px;
            bottom: -17px; } }
  .p-curriculum__section__artWork {
    margin-top: 70px; }
    .p-curriculum__section__artWork__slideArea {
      padding: 30px 0; }
      .p-curriculum__section__artWork__slideArea .swiper-slide img {
        width: 100%; }
      .p-curriculum__section__artWork__slideArea .swiper-button-prev {
        background: url(../images/artwork_btn_prev.png) center center/contain no-repeat; }
      .p-curriculum__section__artWork__slideArea .swiper-button-next {
        background: url(../images/artwork_btn_next.png) center center/contain no-repeat; }
      .p-curriculum__section__artWork__slideArea .swiper-container-horizontal > .swiper-pagination-bullets, .p-curriculum__section__artWork__slideArea .swiper-pagination-custom, .p-curriculum__section__artWork__slideArea .swiper-pagination-fraction {
        bottom: 0; }
      .p-curriculum__section__artWork__slideArea .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #cbcbcb;
        opacity: 1; }
      .p-curriculum__section__artWork__slideArea .swiper-pagination-bullet-active {
        background-color: #ffffff; }
      @media only screen and (max-width: 960px) {
        .p-curriculum__section__artWork__slideArea .swiper-wrapper {
          padding-bottom: 30px; } }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__artWork__slideArea {
          max-width: 1090px;
          margin: 0 auto;
          padding: 40px 15px; }
          .p-curriculum__section__artWork__slideArea .swiper-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
          .p-curriculum__section__artWork__slideArea .swiper-slide {
            width: calc(100% / 5 - 16px);
            margin-right: 20px; }
            .p-curriculum__section__artWork__slideArea .swiper-slide:last-child {
              margin-right: 0; }
          .p-curriculum__section__artWork__slideArea .swiper-button-next, .p-curriculum__section__artWork__slideArea .swiper-container-rtl .swiper-button-prev {
            display: none; }
          .p-curriculum__section__artWork__slideArea .swiper-button-prev, .p-curriculum__section__artWork__slideArea .swiper-container-rtl .swiper-button-next {
            display: none; } }
    .p-curriculum__section__artWork__read {
      font-size: 13px;
      line-height: 1.8;
      font-weight: 400; }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__artWork__read {
          font-size: 18px; } }
      .p-curriculum__section__artWork__read strong {
        background-color: #ff205a;
        font-weight: 600;
        color: #ffffff; }
  .p-curriculum__section__chara .p-curriculum__section__intro {
    padding-bottom: 0; }
    .p-curriculum__section__chara .p-curriculum__section__intro::before {
      height: 84%;
      background-color: #ffe65a; }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__chara .p-curriculum__section__intro::before {
          height: 75%; } }
    .p-curriculum__section__chara .p-curriculum__section__intro__read {
      width: 100%;
      max-width: 790px;
      margin: 0 auto 30px; }
    .p-curriculum__section__chara .p-curriculum__section__intro__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .p-curriculum__section__chara .p-curriculum__section__intro__item {
      width: calc(50% - 6px);
      margin-bottom: 12px; }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__chara .p-curriculum__section__intro__item {
          width: calc(25% - 15px); } }
  .p-curriculum__section__chara .p-curriculum__section__year__tab:nth-child(1) {
    background-color: #fff9b5; }
  .p-curriculum__section__chara .p-curriculum__section__year__tab:nth-child(2) {
    background-color: #ffe65a; }
  .p-curriculum__section__chara .p-curriculum__section__year__toggle-1st {
    background-color: #fff9b5; }
  .p-curriculum__section__chara .p-curriculum__section__year__toggle-2nd {
    background-color: #ffe65a; }
  .p-curriculum__section__chara .p-curriculum__section__year__1st {
    background-color: #fff9b5; }
  .p-curriculum__section__chara .p-curriculum__section__year__2nd {
    background-color: #ffe65a; }
  .p-curriculum__section__chara .p-curriculum__section__artWork__inner {
    background-color: #ffe65a; }
  @media only screen and (min-width: 960px) {
    .p-curriculum__section__comic .l-inner-small {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .p-curriculum__section__comic .p-curriculum__section__intro::before {
    background-color: #8ff9d5; }
  @media only screen and (min-width: 960px) {
    .p-curriculum__section__comic .p-curriculum__section__intro__read {
      width: calc(50% - 40px); } }
  @media only screen and (max-width: 960px) {
    .p-curriculum__section__comic .p-curriculum__section__intro__img {
      margin-top: 20px; } }
  @media only screen and (min-width: 960px) {
    .p-curriculum__section__comic .p-curriculum__section__intro__img {
      width: 50%; } }
  .p-curriculum__section__comic .p-curriculum__section__year__tab-1st {
    background-color: #cfffef; }
  .p-curriculum__section__comic .p-curriculum__section__year__tab-2nd {
    background-color: #8ff9d5; }
  .p-curriculum__section__comic .p-curriculum__section__year__tab-leading {
    background-color: #ffc66b; }
  .p-curriculum__section__comic .p-curriculum__section__year__toggle-1st {
    background-color: #cfffef; }
  .p-curriculum__section__comic .p-curriculum__section__year__toggle-2nd {
    background-color: #8ff9d5; }
  .p-curriculum__section__comic .p-curriculum__section__year__toggle-leading {
    background-color: #ffc66b; }
  .p-curriculum__section__comic .p-curriculum__section__year__1st {
    background-color: #cfffef; }
  .p-curriculum__section__comic .p-curriculum__section__year__2nd {
    background-color: #8ff9d5; }
  .p-curriculum__section__comic .p-curriculum__section__year__leading {
    background-color: #ffc66b; }
  .p-curriculum__section__comic .p-curriculum__section__artWork__inner {
    background-color: #8ff9d5; }
  .p-curriculum__section__game .p-curriculum__section__intro::before {
    background-color: #c4e0ff; }
  .p-curriculum__section__game .p-curriculum__section__intro__read {
    width: 100%;
    max-width: 790px;
    margin: 0 auto 30px; }
  .p-curriculum__section__game .p-curriculum__section__intro__list {
    padding: 20px 12px;
    background-color: #ffffff; }
    @media only screen and (min-width: 960px) {
      .p-curriculum__section__game .p-curriculum__section__intro__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .p-curriculum__section__game .p-curriculum__section__intro__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; }
    .p-curriculum__section__game .p-curriculum__section__intro__item:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 960px) {
      .p-curriculum__section__game .p-curriculum__section__intro__item {
        width: calc(100% / 3 - 16px);
        margin-bottom: 0; } }
    .p-curriculum__section__game .p-curriculum__section__intro__item__img {
      width: calc(45% - 10px);
      position: relative; }
      .p-curriculum__section__game .p-curriculum__section__intro__item__img::before {
        content: "";
        display: block;
        width: 46px;
        height: 50px;
        background: url(../images/icon_lesson-L.png) center center/contain no-repeat;
        position: absolute;
        top: -15px;
        left: -15px; }
        @media only screen and (min-width: 960px) {
          .p-curriculum__section__game .p-curriculum__section__intro__item__img::before {
            width: 55px;
            height: 59px;
            top: -35px;
            left: -15px; } }
    .p-curriculum__section__game .p-curriculum__section__intro__item__inner {
      width: 55%; }
    .p-curriculum__section__game .p-curriculum__section__intro__item__title {
      padding: 7px 0 12px;
      font-size: 18px;
      font-weight: 700;
      color: #4985c7; }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__game .p-curriculum__section__intro__item__title {
          font-size: 18px; } }
    .p-curriculum__section__game .p-curriculum__section__intro__item__read {
      font-size: 14px;
      font-weight: 400; }
      @media only screen and (min-width: 960px) {
        .p-curriculum__section__game .p-curriculum__section__intro__item__read {
          font-size: 14px; } }
    @media only screen and (max-width: 960px) {
      .p-curriculum__section__game .p-curriculum__section__intro__item:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .p-curriculum__section__game .p-curriculum__section__intro__item:nth-child(2n) .p-curriculum__section__intro__item__img::before {
          background: url(../images/icon_lesson-R.png) center center/contain no-repeat;
          left: auto;
          right: -15px; } }
  .p-curriculum__section__game .p-curriculum__section__year__tab:nth-child(1) {
    background-color: #e7f2fe; }
  .p-curriculum__section__game .p-curriculum__section__year__tab:nth-child(2) {
    background-color: #c4e0ff; }
  .p-curriculum__section__game .p-curriculum__section__year__toggle-1st {
    background-color: #e7f2fe; }
  .p-curriculum__section__game .p-curriculum__section__year__toggle-2nd {
    background-color: #c4e0ff; }
  .p-curriculum__section__game .p-curriculum__section__year__1st {
    background-color: #e7f2fe; }
  .p-curriculum__section__game .p-curriculum__section__year__2nd {
    background-color: #c4e0ff; }
  .p-curriculum__section__game .p-curriculum__section__studentWork__list {
    max-width: 750px;
    margin: 0 auto; }
    @media only screen and (min-width: 960px) {
      .p-curriculum__section__game .p-curriculum__section__studentWork__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .p-curriculum__section__game .p-curriculum__section__studentWork__item {
    display: block; }
    @media only screen and (min-width: 960px) {
      .p-curriculum__section__game .p-curriculum__section__studentWork__item {
        width: calc(50% - 20px);
        max-width: initial; } }
    .p-curriculum__section__game .p-curriculum__section__studentWork__item::before {
      content: none; }
    .p-curriculum__section__game .p-curriculum__section__studentWork__item .u-movie {
      width: 100%;
      background-size: cover;
      position: relative; }
      .p-curriculum__section__game .p-curriculum__section__studentWork__item .u-movie__inner {
        width: 100%;
        padding-top: 56.25%;
        position: relative; }
        .p-curriculum__section__game .p-curriculum__section__studentWork__item .u-movie__inner iframe {
          width: 100%;
          height: 100% !important;
          position: absolute;
          top: 0;
          right: 0; }
  .p-curriculum__section .js-curriculum-tab.active.l-curriculum__tab {
    z-index: 4; }
  .p-curriculum__section .js-curriculum-panel {
    display: none; }
  .p-curriculum__section .js-curriculum-panel.active {
    display: block; }
  @media only screen and (min-width: 960px) {
    .p-curriculum__section .js-year-tab.active {
      border-bottom: none; }
    .p-curriculum__section .js-year-panel {
      display: none; }
    .p-curriculum__section .js-year-panel.active {
      display: block; } }
  @media only screen and (min-width: 960px) {
    .p-curriculum__section .js-year02-tab.active {
      border-bottom: none; }
    .p-curriculum__section .js-year02-panel {
      display: none; }
    .p-curriculum__section .js-year02-panel.active {
      display: block; } }
  @media only screen and (min-width: 960px) {
    .p-curriculum__section .js-year03-tab.active {
      border-bottom: none; }
    .p-curriculum__section .js-year03-panel {
      display: none; }
    .p-curriculum__section .js-year03-panel.active {
      display: block; } }

.p-voice {
  padding: 60px 0 40px; }
  @media only screen and (min-width: 960px) {
    .p-voice {
      padding: 70px 0 80px; } }
  .p-voice::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1160px;
    height: 50%;
    background: url(../images/voice_bg01-sp.jpg) center top/contain no-repeat;
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (min-width: 960px) {
      .p-voice::before {
        background: url(../images/voice_bg01-pc.jpg) center top/contain no-repeat;
        top: 0; } }
  .p-voice::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: url(../images/voice_bg02-sp.jpg) center bottom/contain no-repeat;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (min-width: 960px) {
      .p-voice::after {
        width: 750px;
        background: url(../images/voice_bg02-pc.jpg) center bottom/contain no-repeat;
        right: calc(50% - 60px);
        bottom: -80px; } }
  .p-voice .c-section-title {
    padding-top: 4px;
    background-image: url(../images/voice_title_bg.png); }
    @media only screen and (min-width: 960px) {
      .p-voice .c-section-title {
        padding-top: 8px; } }
  .p-voice__item {
    padding: 4px;
    background-color: #ffffff;
    border: 2px solid #333333;
    border-radius: 10px;
    position: relative; }
    @media only screen and (min-width: 960px) {
      .p-voice__item {
        padding: 6px;
        border-radius: 15px; } }
    .p-voice__item::before {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      border: 2px solid #333333;
      border-radius: 8px;
      position: absolute;
      top: 12px;
      left: 12px; }
      @media only screen and (min-width: 960px) {
        .p-voice__item::before {
          width: 16px;
          height: 16px;
          top: 16px;
          left: 16px; } }
    .p-voice__item::after {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      border: 2px solid #333333;
      border-radius: 8px;
      position: absolute;
      top: 12px;
      right: 12px; }
      @media only screen and (min-width: 960px) {
        .p-voice__item::after {
          width: 16px;
          height: 16px;
          top: 16px;
          right: 16px; } }
    .p-voice__item__flame {
      width: 100%;
      height: 100%;
      padding: 30px 15px;
      border: 2px solid #333333;
      border-radius: 6px; }
      @media only screen and (min-width: 960px) {
        .p-voice__item__flame {
          padding: 36px 34px;
          border-radius: 10px; } }
      .p-voice__item__flame::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border: 2px solid #333333;
        border-radius: 8px;
        position: absolute;
        bottom: 12px;
        left: 12px; }
        @media only screen and (min-width: 960px) {
          .p-voice__item__flame::before {
            width: 16px;
            height: 16px;
            bottom: 16px;
            left: 16px; } }
      .p-voice__item__flame::after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border: 2px solid #333333;
        border-radius: 8px;
        position: absolute;
        bottom: 12px;
        right: 12px; }
        @media only screen and (min-width: 960px) {
          .p-voice__item__flame::after {
            width: 16px;
            height: 16px;
            bottom: 16px;
            right: 16px; } }
    .p-voice__item__img {
      margin-top: 12px; }
      @media only screen and (min-width: 960px) {
        .p-voice__item__img {
          margin-top: 20px; } }
    .p-voice__item__name {
      margin-top: 15px; }
      @media only screen and (min-width: 960px) {
        .p-voice__item__name {
          margin-top: 20px;
          max-width: 352px; } }
    .p-voice__item__text {
      margin-top: 12px;
      padding-top: 15px;
      border-top: 2px solid #333333;
      font-size: 13px;
      font-weight: 400;
      line-height: 1.8; }
      @media only screen and (min-width: 960px) {
        .p-voice__item__text {
          margin-top: 25px;
          padding-top: 25px;
          font-size: 16px; } }

.p-faq {
  padding: 80px 0;
  background-color: #fffb95; }
  @media only screen and (min-width: 960px) {
    .p-faq {
      padding-bottom: 160px; } }
  .p-faq .c-section-title {
    background-image: url(../images/faq_title_bg.png); }
    .p-faq .c-section-title span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 2px; }
      @media only screen and (min-width: 960px) {
        .p-faq .c-section-title span {
          padding-bottom: 7px; } }
  .p-faq__block {
    margin-top: 25px;
    padding: 0 8px 25px;
    border-bottom: 2px solid #333333; }
  .p-faq__toggle {
    cursor: pointer; }
    .p-faq__toggle__icon {
      width: 14px;
      height: 14px;
      position: absolute;
      top: 5px;
      right: 0;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      @media only screen and (min-width: 960px) {
        .p-faq__toggle__icon {
          width: 18px;
          height: 18px; } }
      .p-faq__toggle__icon::before {
        content: "";
        display: block;
        width: 14px;
        height: 2px;
        background-color: #333333;
        position: absolute;
        top: 6px;
        left: 0; }
        @media only screen and (min-width: 960px) {
          .p-faq__toggle__icon::before {
            width: 18px;
            top: 8px; } }
      .p-faq__toggle__icon::after {
        content: "";
        display: block;
        width: 2px;
        height: 14px;
        background-color: #333333;
        position: absolute;
        top: 0px;
        left: 6px; }
        @media only screen and (min-width: 960px) {
          .p-faq__toggle__icon::after {
            height: 18px;
            left: 8px; } }
    .p-faq__toggle.is-open .p-faq__toggle__icon {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
      .p-faq__toggle.is-open .p-faq__toggle__icon::after {
        opacity: 0; }
  .p-faq__question {
    padding-top: 1px;
    padding-left: calc(25px + 10px);
    padding-right: calc(14px + 30px);
    font-size: 15px;
    position: relative; }
    @media only screen and (min-width: 960px) {
      .p-faq__question {
        padding-left: calc(36px + 20px);
        padding-right: calc(18px + 50px);
        font-size: 20px; } }
    .p-faq__question__icon {
      position: absolute;
      width: 25px;
      top: 0;
      left: 0px; }
      @media only screen and (min-width: 960px) {
        .p-faq__question__icon {
          width: 36px; } }
  .p-faq__answer {
    display: none;
    margin-top: 25px;
    padding-left: calc(25px + 10px);
    position: relative; }
    @media only screen and (max-width: 960px) {
      .p-faq__answer-illustIn {
        padding-right: 50px; } }
    @media only screen and (min-width: 960px) {
      .p-faq__answer {
        margin-top: 35px;
        padding-left: calc(36px + 20px); } }
    .p-faq__answer__icon {
      width: 10px;
      position: absolute;
      top: 7px;
      right: calc(100% - 25px); }
      @media only screen and (min-width: 960px) {
        .p-faq__answer__icon {
          width: 12px;
          right: calc(100% - 36px); } }
    .p-faq__answer__text {
      font-size: 13px;
      font-weight: 400;
      line-height: 1.8; }
      @media only screen and (min-width: 960px) {
        .p-faq__answer__text {
          font-size: 16px; } }
  .p-faq .l-inner-small {
    position: relative; }
  .p-faq__illust {
    position: absolute; }
    .p-faq__illust-01 {
      top: -100px;
      right: 10px;
      width: 76px; }
      @media only screen and (min-width: 960px) {
        .p-faq__illust-01 {
          top: -110px;
          right: 0;
          width: 110px; } }
    .p-faq__illust-02 {
      width: 78px; }
      @media only screen and (max-width: 960px) {
        .p-faq__illust-02 {
          right: calc(100% - 34px);
          bottom: 0; } }
      @media only screen and (min-width: 960px) {
        .p-faq__illust-02 {
          top: 50%;
          right: 100%;
          width: 112px; } }
    .p-faq__illust-03 {
      width: 74px; }
      @media only screen and (max-width: 960px) {
        .p-faq__illust-03 {
          right: -17px;
          bottom: -20px; } }
      @media only screen and (min-width: 960px) {
        .p-faq__illust-03 {
          left: 100%;
          bottom: -20px;
          width: 96px; } }

.p-fixedbnr {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media only screen and (max-width: 960px) {
    .p-fixedbnr {
      bottom: -120px;
      left: 0; } }
  @media only screen and (min-width: 960px) {
    .p-fixedbnr {
      position: fixed;
      width: 400px;
      bottom: 24px;
      right: -410px; } }
  .p-fixedbnr:hover {
    width: 420px; }
  .p-fixedbnr-link {
    border: 1px solid #06B3E1;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #06B3E1; }
  .p-fixedbnr-left {
    width: 80%;
    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;
    border: 12px solid #fff;
    position: relative;
    background: url(../../assets/images/bnr_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 26px 0; }
    @media only screen and (max-width: 960px) {
      .p-fixedbnr-left {
        width: 90%; } }
  .p-fixedbnr-text {
    line-height: 1;
    color: #fff;
    background-color: #000;
    padding: 6px;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: .15em; }
  .p-fixedbnr-right {
    width: 20%;
    display: block;
    position: relative; }
    @media only screen and (max-width: 960px) {
      .p-fixedbnr-right {
        width: 10%; } }
  .p-fixedbnr-arrow {
    display: block;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .p-fixedbnr-arrow::before, .p-fixedbnr-arrow::after {
    content: "";
    position: absolute;
    display: block; }
  .p-fixedbnr-arrow::before {
    background-color: #fff;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .p-fixedbnr-arrow::after {
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 50%;
    right: 1px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  @media only screen and (max-width: 960px) {
    .p-fixedbnr.is-display {
      bottom: 0; } }
  @media only screen and (min-width: 960px) {
    .p-fixedbnr.is-display {
      right: 0; } }

.pickup {
  width: 85%;
  max-width: 960px;
  margin: 80px auto;
  /* hover / active / focus */ }
  @media only screen and (max-width: 750px) {
    .pickup {
      margin: 64px auto; } }
  .pickup-ttl {
    font-size: 32px;
    color: #ff5a3d;
    text-align: center; }
  .pickup-ttl-deco {
    display: block;
    margin: 0 auto 4px;
    height: 24px; }
  .pickup-list {
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
    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;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 24px;
    /* ボタンの間隔 */ }
    @media only screen and (max-width: 750px) {
      .pickup-list {
        margin: 48px 0 0; } }
    .pickup-list li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 240px;
      flex: 1 1 240px; }
  .pickup-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 14px 14px 20px;
    border-radius: 9999px;
    color: #fff;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#00e899), to(#00a0f3));
    background-image: -webkit-linear-gradient(left, #00e899, #00a0f3);
    background-image: -o-linear-gradient(left, #00e899, #00a0f3);
    background-image: linear-gradient(90deg, #00e899, #00a0f3);
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity .2s ease, -webkit-transform .06s ease, -webkit-box-shadow .2s ease;
    transition: opacity .2s ease, -webkit-transform .06s ease, -webkit-box-shadow .2s ease;
    -o-transition: transform .06s ease, box-shadow .2s ease, opacity .2s ease;
    transition: transform .06s ease, box-shadow .2s ease, opacity .2s ease;
    transition: transform .06s ease, box-shadow .2s ease, opacity .2s ease, -webkit-transform .06s ease, -webkit-box-shadow .2s ease;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    .pickup-link:hover {
      -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
      transform: translateY(4px); }
  .pickup-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
  .pickup-icon::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #111;
    border-top: 2px solid #111;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /* ＞ の形 */ }
  .pickup .pickup:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18); }
  .pickup .pickup:active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14); }
  .pickup .pickup:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px; }

.jobs {
  width: 85%;
  margin: 120px auto 80px; }
  @media only screen and (max-width: 750px) {
    .jobs {
      margin: 40px auto 40px; } }
  .jobs-ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 20px;
    color: #111;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .jobs-ttl > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      padding: 0;
      margin: 0 0 0.5em;
      list-style: none;
      vertical-align: middle; }
      @media only screen and (max-width: 750px) {
        .jobs-ttl > ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .jobs-ttl > ul > li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px 16px;
        border-radius: 4px;
        font-weight: 800;
        white-space: nowrap;
        font-size: 26px; }
        .jobs-ttl > ul > li:nth-child(1) {
          background: #ffe15e; }
        .jobs-ttl > ul > li:nth-child(2) {
          background: #62f0dd; }
        .jobs-ttl > ul > li:nth-child(3) {
          background: #cfe2ff; }
        @media only screen and (max-width: 750px) {
          .jobs-ttl > ul > li {
            font-size: 22px; } }
    .jobs-ttl em {
      font-style: normal;
      color: #ff6a5f;
      font-weight: 900;
      font-size: 32px;
      letter-spacing: .02em; }
  .jobs-inner {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 32px; }
  .jobs-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    width: 100%;
    max-width: 400px;
    position: relative;
    border: 2px solid #111;
    padding: 18px 14px 16px; }
    .jobs-list:nth-child(1) {
      background-color: #ffe95c; }
    .jobs-list:nth-child(2) {
      background-color: #6ffcd5; }
    .jobs-list:nth-child(3) {
      background-color: #c1dfff; }
    .jobs-list::before, .jobs-list::after {
      content: "";
      position: absolute;
      width: 50px;
      height: 50px; }
    .jobs-list::before {
      left: -3px;
      top: -3px;
      border-top: 4px solid #000;
      border-left: 4px solid #000; }
    .jobs-list::after {
      right: -3px;
      bottom: -3px;
      border-bottom: 4px solid #000;
      border-right: 4px solid #000; }
    .jobs-list-ttl img {
      display: block;
      height: 40px;
      margin: 0 auto; }
    .jobs-list > ul {
      list-style: none;
      margin: 24px 0 0;
      padding: 8px 12px;
      background: #fff; }
      .jobs-list > ul > li {
        padding: 14px 6px;
        font-weight: 700;
        border-top: 1px solid #e9edf2; }
        .jobs-list > ul > li span {
          font-size: 11px; }
        .jobs-list > ul > li:first-child {
          border-top: none; }
  @media (max-width: 360px) {
    .jobs-ttl em {
      font-size: 22px; }
    .jobs-ttl > ul > li {
      padding: 7px 10px; }
    .jobs-list-ttl {
      font-size: 18px; } }

.eventcal {
  padding: 30px 16px 30px;
  background: #fdfe95;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* --- フィルター chips --- */
  /* --- カード本体 --- */
  /* --- グリッド --- */
  /* --- 日セル --- */
  /* --- ポップ（セル上のミニカード） --- */ }
  @media only screen and (max-width: 750px) {
    .eventcal {
      text-align: left; } }
  .eventcal-title {
    margin: 0 auto 12px; }
    .eventcal-title img {
      margin: 0 auto;
      display: block;
      height: 120px; }
  .eventcal-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .eventcal-filter .chip {
      border: 2px solid #111;
      padding: 8px 10px;
      font-weight: 800;
      background: #fff;
      cursor: pointer;
      opacity: .5; }
      .eventcal-filter .chip.is-active {
        opacity: 1; }
      .eventcal-filter .chip:hover {
        opacity: 1; }
      .eventcal-filter .chip--yellow {
        background: #ffe56b; }
      .eventcal-filter .chip--mint {
        background: #62f0dd; }
      .eventcal-filter .chip--blue {
        background: #cfe2ff; }
  .eventcal-card {
    background: #fff;
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
    overflow: hidden;
    width: 90%;
    max-width: 800px;
    margin: 48px auto 24px; }
  .eventcal-head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px 1fr 48px;
    grid-template-columns: 48px 1fr 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px;
    background: #ffef93;
    border: none; }
    .eventcal-head .ym {
      text-align: center;
      font-weight: 900;
      font-size: 24px; }
    .eventcal-head .nav-btn {
      height: 36px;
      background: #fff;
      font-weight: 900;
      cursor: pointer; }
  .eventcal-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    gap: 4px 4px;
    padding: 20px; }
  .eventcal .wday {
    font-size: 12px;
    color: #6b7280;
    text-align: center; }
  .eventcal .cell {
    position: relative;
    display: -ms-grid;
    display: grid;
    place-items: center;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 0.5em 0;
    background-color: #fff;
    /* イベントありマーク */
    /* ホバー時の見た目 */
    /* キーボード操作用 */ }
    .eventcal .cell.is-out {
      opacity: .35; }
    .eventcal .cell.has-event {
      background: #111;
      color: #fff;
      cursor: pointer;
      /* カテゴリ色を外枠に */
      /* 複数イベントの赤ハイライト例（任意） */ }
      .eventcal .cell.has-event.cat-character {
        color: #111;
        background: #ffe56b; }
      .eventcal .cell.has-event.cat-animation {
        color: #111;
        background: #62f0dd; }
      .eventcal .cell.has-event.cat-cg {
        color: #111;
        background: #cfe2ff; }
      .eventcal .cell.has-event.is-hot {
        background: #ff2c6d;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .eventcal .cell.has-event:hover, .eventcal .cell.has-event:focus-visible {
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px);
      -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
      outline: none; }
    .eventcal .cell:focus-visible {
      outline: 3px solid rgba(0, 0, 0, 0.3);
      outline-offset: 2px; }
    .eventcal .cell .day {
      font-size: 14px; }
  .eventcal-footer {
    max-width: 360px;
    width: 85%;
    padding: 12px;
    margin: 0 auto; }
    .eventcal-footer .cta {
      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;
      gap: 10px;
      padding: 0.5em 0;
      border-radius: 9999px;
      background: #111;
      color: #fff;
      font-size: 22px;
      font-weight: 900;
      text-decoration: none; }
      .eventcal-footer .cta:after {
        content: "";
        width: 9px;
        height: 9px;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .eventcal-pop {
    position: absolute;
    inset: 0;
    z-index: 50;
    pointer-events: none; }
    .eventcal-pop-inner {
      position: absolute;
      min-width: 180px;
      max-width: 260px;
      background: #fff;
      border: 2px solid #111;
      -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
      padding: 10px 12px;
      pointer-events: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .eventcal-pop-title {
      font-weight: 900;
      margin-bottom: 8px; }
    .eventcal-pop-cta {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px;
      height: 36px;
      padding: 0 12px;
      border-radius: 9999px;
      background: #111;
      color: #fff;
      text-decoration: none;
      font-weight: 800; }
      .eventcal-pop-cta:after {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .eventcal .cell.is-today {
    background: #efefef; }

.tieup {
  margin: 80px auto 80px;
  max-width: 1080px;
  width: 90%; }
  .tieup-sub-ttl {
    text-align: center;
    font-size: 22px;
    display: block; }
  .tieup-ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin: 20px 0 20px;
    color: #111;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .tieup-ttl > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      padding: 0;
      margin: 0 0 0.5em;
      list-style: none;
      vertical-align: middle; }
      @media only screen and (max-width: 750px) {
        .tieup-ttl > ul {
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .tieup-ttl > ul > li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px 16px;
        border-radius: 4px;
        font-weight: 800;
        white-space: nowrap;
        font-size: 26px; }
        .tieup-ttl > ul > li:nth-child(1) {
          background: #ffe15e; }
        .tieup-ttl > ul > li:nth-child(2) {
          background: #62f0dd; }
        .tieup-ttl > ul > li:nth-child(3) {
          background: #cfe2ff; }
        @media only screen and (max-width: 750px) {
          .tieup-ttl > ul > li {
            font-size: 22px; } }
    .tieup-ttl em {
      font-style: normal;
      color: #ff6a5f;
      font-weight: 900;
      font-size: 32px;
      letter-spacing: .02em; }
      @media only screen and (max-width: 750px) {
        .tieup-ttl em {
          font-size: 28px; } }
  .tieup-desc {
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 2em;
    position: relative;
    border-top: 2px solid #000;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      .tieup-desc {
        text-align: left; } }
    .tieup-desc::before {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
      clip-path: polygon(50% 100%, 0 0, 100% 0);
      height: 15px;
      width: 30px;
      background-color: #000; }
  .tieup-list {
    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;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 16px;
    margin-top: 32px; }
  .tieup-list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 320px;
    flex: 1 1 320px;
    max-width: 320px;
    width: 100%;
    padding: 24px;
    width: 48.5%;
    position: relative; }
    .tieup-list-item::before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 80%;
      background-color: #fff;
      z-index: -1;
      bottom: 0;
      left: 0;
      border-radius: 12px;
      border: 2px solid #000;
      -webkit-filter: drop-shadow(4px 4px 0 #000);
      filter: drop-shadow(4px 4px 0 #000); }
    .tieup-list-item img {
      display: block;
      width: 100%; }
    .tieup-list-item h3 {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      color: #ff005b;
      margin-top: 16px; }
    .tieup-list-item p {
      font-size: 16px;
      text-align: justify;
      line-height: 1.75em;
      margin-top: 16px; }

/* 白背景の全画面レイヤー */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

/* フェードアウト用クラス */
#loader.fade-out {
  opacity: 0;
  pointer-events: none; }

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity .75s ease, -webkit-transform .75s ease;
  transition: opacity .75s ease, -webkit-transform .75s ease;
  -o-transition: transform .75s ease, opacity .75s ease;
  transition: transform .75s ease, opacity .75s ease;
  transition: transform .75s ease, opacity .75s ease, -webkit-transform .75s ease; }

.js-fadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.js-delayfadein {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity .75s ease, -webkit-transform .75s ease;
  transition: opacity .75s ease, -webkit-transform .75s ease;
  -o-transition: transform .75s ease, opacity .75s ease;
  transition: transform .75s ease, opacity .75s ease;
  transition: transform .75s ease, opacity .75s ease, -webkit-transform .75s ease; }

.js-delayfadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* mv03画像アニメーション初期状態 */
#mv-img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease; }

/* アニメーション実行時に付与するクラス */
#mv-img.animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.eventcal-pop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px; }

.eventcal-pop-item .eventcal-pop-title {
  font-weight: 900;
  margin-bottom: 6px; }
