@charset "utf-8";
/* CSS Document */


/* #topmain
----------------------------------------- */
#topmain {
	height : auto;
    z-index: 2;
    position: relative;
}
#topmain::before {
	content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #00c4ff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
#topmain::after {
	content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: url("../images/topmain_bg.svg") no-repeat center bottom / 100%;
    position: absolute;
    bottom: 6rem;;
    left: 0;
    z-index: -1;
}
#topmain .inner {
	max-width: none;
    padding-top: 6rem;
}

#topmain #chef {
    opacity: 0;
}

#topmain #gyoza {
    opacity: 0;
}

#topmain #waiter {
    opacity: 0;
}

#topmain #naruto {
    opacity: 0;
}

#topmain #tenpra {
    opacity: 0;
}

#topmain #pilliken {
    opacity: 0;
}


body.is-show #topmain #chef {
    opacity: 0;
    animation-name: pop;/*アニメーションの定義名*/
    animation-duration: .5s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    /*animation-iteration-count: infinite;*/
    animation-timing-function: ease;
    animation-delay: 0.5s;
    transform-origin: bottom center;
}

body.is-show #topmain #gyoza {
    opacity: 0;
    animation-name: pop;/*アニメーションの定義名*/
    animation-duration: .5s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    /*animation-iteration-count: infinite;*/
    animation-timing-function: ease;
    animation-delay: 0.2s;
    transform-origin: bottom center;
}

body.is-show #topmain #waiter {
    opacity: 0;
    animation-name: pop;/*アニメーションの定義名*/
    animation-duration: .5s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    /*animation-iteration-count: infinite;*/
    animation-timing-function: ease;
    animation-delay: 0.8s;
    transform-origin: bottom center;
}

body.is-show #topmain #naruto {
    opacity: 0;
    animation-name: pop;/*アニメーションの定義名*/
    animation-duration: .5s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    /*animation-iteration-count: infinite;*/
    animation-timing-function: ease;
    animation-delay: 1.0s;
    transform-origin: bottom center;
}

body.is-show #topmain #tenpra {
    opacity: 0;
    animation-name: pop;/*アニメーションの定義名*/
    animation-duration: .5s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    /*animation-iteration-count: infinite;*/
    animation-timing-function: ease;
    animation-delay: 1.3s;
    transform-origin: bottom center;
}

body.is-show #topmain #pilliken {
    opacity: 0;
    animation-name: pop;/*アニメーションの定義名*/
    animation-duration: .5s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    /*animation-iteration-count: infinite;*/
    animation-timing-function: ease;
    animation-delay: 1.5s;
    transform-origin: bottom center;
}

@keyframes pop {
  0% {
      opacity: 0;
      transform: scale(.8);
  }
  50% {
      opacity: .8;
      transform: scale(1.2);
  }
  100% {
      opacity: 1;
      transform: scale(1);
  }
}



#topmain #sakura_2 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 3s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 0.5s;
    transform-origin: center bottom;
}

#topmain #sakura_5 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 2.5s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 0.5s;
    transform-origin: center;
}

#topmain #sakura_7 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 2s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 0.5s;
    transform-origin: center bottom;
}

#topmain #sakura_9 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 3s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 1.5s;
    transform-origin: center;
}

#topmain #sakura_12 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 2.5s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 0.8s;
    transform-origin: center;
}

#topmain #sakura_14 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 3s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 0.3s;
    transform-origin: center;
}

#topmain #sakura_18 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 3.5s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 1.3s;
    transform-origin: center;
}


@media only screen and (max-width: 768px) {

}


/* #concept
----------------------------------------- */
#concept {
    position: relative;
    z-index: 1;
}

#concept .inner {
    max-width: none;
}
#concept h2.ttl {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 2rem 0;
}
#concept .txt_wrap {
    margin-top: 3rem;
}
#concept .txt_wrap .ttl {
    color: #FF0000;
    text-align: center;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: calc(40/27);
}
#concept .txt_wrap .point_txt {
    display: block;
    margin-top: 1rem;
    color: #FF0000;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    font-weight: 700;
}
#concept .txt_wrap .point1 {
    color: #000000;
    background-color: #FF0000;
    padding: 0 3rem;
    margin-right: 1rem;
}
#concept .txt_wrap .point2 {
    color: #000000;
    background-color: #FF0000;
    padding: 0.5rem 2.5rem;
    border-radius: 100%;
    margin: 0 1rem;
}
#concept .txt_wrap .txt {
    margin-top: 2rem;
    font-size: 1.7rem;
    line-height: calc(39/17);
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 700;
}
#concept .illust_wrap {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    margin-top: 2rem;
}
#concept .sakura {
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -2rem;
}


/* #about
----------------------------------------- */
#about {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#about .inner {
}

#about .layout {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 0.5rem;
}

#about .layout > .ttl {
}
#about .layout > .txt_wrap {
    /*margin-top: 2rem;*/
    width: 27rem;
    font-size: 1.6rem;
    line-height: calc(32/16);
    font-weight: 700;
    letter-spacing: 0.1em;
}
#about .layout > .illust_wrap {
    margin-top: -3rem;
    margin-left: auto;
    margin-right: 0;
}


#about .layout > .ttl .rahmen_kun {
    animation: yurayura 1.5s linear infinite;
    transform-origin: bottom center;
    /*transform: translate(64.9638, 57.6638) scale(0.0928672, 0.0928672);*/
}
@keyframes yurayura {
    0%, 100% {
    transform: rotate(-4deg);
    }
    50% {
    transform: rotate(4deg);
    }
}

@media only screen and (max-width: 768px) {

}



/* #news
----------------------------------------- */
#news {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 6rem;
}
#news::before {
	content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: url("../images/news_bg.svg") no-repeat center top / 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
#news::after {
	content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: url("../images/news_bg.svg") no-repeat center bottom / 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#news .inner {
}

#news #post_list_wrap {
    display: flex;
}
#news #post_list_wrap .post_list {
    display: flex;
}

#news .sec_ttl_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
#news .news_slider {
    margin-top: 3rem;
}

#news .more_wrap {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
}


/* #essence
----------------------------------------- */
#essence {
    padding-top: 8rem;
}

#essence .inner {
    max-width: none;
}

#essence .sec_ttl_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #adeeff;
    padding-top: 6rem;
    position: relative;
}
#essence .sec_ttl_wrap::before {
    content: "";
    width: 100%;
    height: 3.5rem;
    background: url("../images/essence_sec_bg1.svg") center top / auto;
    position: absolute;
    top: -3rem;
    left: 0;
}

#essence .discovery_list {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}
#essence .discovery_list > .con {
    width: 100%;
    position: relative;
}
#essence .discovery_list > .con:nth-child(1) {
    padding-top: 7rem;
    padding-bottom: 6rem;
    background-color: #adeeff;
    z-index: 3;
}
/*#essence .discovery_list > .con:nth-child(1) .con_wrap {
    margin-top: 0;
}
#essence .discovery_list > .con:nth-child(1) .con_wrap .txt {
    margin-bottom: 3.5rem;
}*/
#essence .discovery_list > .con:nth-child(2) {
    padding-top: 10rem;
    padding-bottom: 6rem;
    background-color: #31e0ff;
    z-index: 2;
}
#essence .discovery_list > .con:nth-child(3) {
    padding-top: 10rem;
    padding-bottom: 15rem;
    background-color: #1ccbff;
    z-index: 1;
}
#essence .discovery_list > .con:nth-child(1)::after {
    content: "";
    width: 100%;
    height: 3.5rem;
    background: url("../images/essence_sec_bg1.svg") center bottom / auto;
    position: absolute;
    bottom: -3rem;
    left: 0;
}
#essence .discovery_list > .con:nth-child(2)::after {
    content: "";
    width: 100%;
    height: 3.5rem;
    background: url("../images/essence_sec_bg2.svg") center bottom / auto;
    position: absolute;
    bottom: -3rem;
    left: 0;
}
#essence .discovery_list > .con:nth-child(3)::after {
    content: "";
    width: 100%;
    height: 3.5rem;
    background: url("../images/essence_sec_bg3.svg") center bottom / auto;
    position: absolute;
    bottom: -3rem;
    left: 0;
}

#essence .discovery_list .ttl_wrap {
}
#essence .discovery_list .ttl_wrap h3.ttl {
    text-align: center;
    font-size: 2rem;
    line-height: calc(33 / 20);
    letter-spacing: 0.2em;
    font-weight: 700;
}
#essence .discovery_list .ttl_wrap h3.ttl span {
    display: block;
    text-align: center;
    font-size: 3rem;
    line-height: calc(33 / 30);
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #ff0000;
    margin-top: 1rem;
}
#essence .discovery_list .ttl_wrap .lead {
    text-align: center;
    font-size: 1.8rem;
    line-height: calc(32 / 18);
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-top: 2rem;
}
#essence .discovery_list .ttl_wrap .txt {
    text-align: center;
    font-size: 2rem;
    line-height: calc(33 / 20);
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-top: 1rem;
}

#essence .con_wrap {
    margin-top: 3rem;
    display: flex;
    flex-flow: column;
    gap: 5rem 0;
    position: relative;
}
#essence .con_wrap > .box {
}
#essence .con_wrap > .box h4.ttl {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}
#essence .con_wrap > .box .lead {
    text-align: center;
    font-size: 1.7rem;
    line-height: calc(22 / 17);
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #ff0000;
    margin-bottom: 2rem;
}
#essence .con_wrap > .box .img_wrap {
    width: 31.5rem;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 2rem 0;
}
#essence .con_wrap > .box .img_wrap.img_l {
    margin-top: 5rem;
}
#essence .con_wrap > .box .slider_wrap {
    width: 31.5rem;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 5rem 0;
}

#essence .con_wrap .main_img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 0;
}
#essence .con_wrap .txt_img1 {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
#essence .con_wrap .txt_img2 {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

#essence .discovery_list > .con:nth-child(2) .con_wrap {
    width: 31.5rem;
    margin-left: auto;
    margin-right: auto;
}
#essence .discovery_list > .con:nth-child(3) .con_wrap {
    gap: 0 0;
}
#essence .discovery_list > .con:nth-child(3) .illust_wrap {
    position: absolute;
    left: 0;
    bottom: -7rem;
    z-index: 2;
}
#essence .con_wrap .img {
    display: flex;
    justify-content: center;
}
#essence .con_wrap .txt {
    text-align: center;
    font-size: 3rem;
    line-height: calc(45 / 30);
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-top: 3.5rem;
}
#essence .con_wrap .txt span {
    font-size: 2.5rem;
}

#essence .before-after {
    /*overflow: hidden;*/
    /*touch-action: pan-y;
    pointer-events: auto;*/
}

#essence .icv__control {
    justify-content: flex-start;
}  
#essence .before-after .icv__theme-wrapper {
    height: 21rem;
    /*height: 88%;*/
    top: 0;
}
#essence .before-after .icv__control-line {
  /*display: none;*/
    height: 10.5rem;
}
@media only screen and (max-width: 768px) {

}


/* #formula
----------------------------------------- */
#formula {
    background-color: #fdf7ef;
}

#formula .inner {
    max-width: 31.5rem;
    padding-top: 12rem;
    padding-bottom: 6rem;
}

#formula .sec_ttl_wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#formula .sec_ttl_wrap .lead {
    text-align: center;
    font-size: 2.4rem;
    line-height: calc(41 / 24);
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-top: 2rem;
}

#formula .formula_list {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-flow: column;
    gap: 5rem 0;
}
#formula .formula_list .con {
}
#formula .formula_list .con h3.ttl {
    display: flex;
}
#formula .formula_list .con h3.ttl span {
    font-size: 2.4rem;
    line-height: calc(41 / 24);
    letter-spacing: 0.2em;
    font-weight: 500;
    padding-bottom: 0.5rem;
    position: relative;
}
#formula .formula_list .con h3.ttl span::after {
    content: "";
    width: 100%;
    height: 6px;
    background: url("../images/nami.svg") repeat-x left center / auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
#formula .formula_list .con .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
#formula .formula_list .con .txt {
    font-size: 1.8rem;
    line-height: calc(32 / 18);
    letter-spacing: 0.135em;
    font-weight: 500;
    margin-top: 3rem;
}

#formula .formula_list .con:last-child h3.ttl span::after {
    display: none;
}
#formula .formula_list .con:last-child .img {
    display: flex;
    justify-content: center;
}
#formula .formula_list .con:last-child .illust {
    display: flex;
    justify-content: center;
}

#formula #message_txt path {
    opacity: 0;
}

@media only screen and (max-width: 768px) {

}


/* #course
----------------------------------------- */
#course {
    background-color: #fffaae;
}
#course::before {
    content: "";
    width: 100%;
    height: 2rem;
    background: url("../images/course_bg.svg") center top / auto;
    position: absolute;
    top: -1.5rem;
    left: 0;
}
#course::after {
    content: "";
    width: 100%;
    height: 2rem;
    background: url("../images/course_bg.svg") center bottom / auto;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
}

#course .inner {
    max-width: none;
    padding-top: 6rem;
    padding-bottom: 10rem;
}

#course .sec_ttl_wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#course .sec_ttl_wrap .ttl {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#course .sec_ttl_wrap .txt {
    text-align: center;
    font-size: 2.8rem;
    line-height: calc(44 / 28);
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #ff0000;
    margin-top: 3rem;
}
#course .sec_ttl_wrap .lead {
    text-align: center;
    font-size: 2.0rem;
    line-height: calc(33 / 20);
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-top: 4rem;
}

#course .course_list {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 10rem 0;
    margin-top: 3rem;
}
#course .course_list > .con {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#course .course_list > .con .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21.8rem;
    height: 6.6rem;
    background: url("../images/course_ttl_bg1.svg") no-repeat center center / contain;
    
    text-align: center;
    font-size: 2.4rem;
    line-height: calc(36 / 24);
    letter-spacing: 0.2em;
    font-weight: 700;
    padding-bottom: 2rem;
}
#course .course_list > .con:nth-child(3) .ttl {
    background: url("../images/course_ttl_bg2.svg") no-repeat center center / contain;
    color: #FFFFFF;
}
#course .course_list > .con .txt {
    text-align: center;
    font-size: 2.4rem;
    line-height: calc(41 / 24);
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-top: 2rem;
}
#course .course_list > .con:nth-child(1) .illust {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0,100%);
    display: flex;
}

#course .course_list > .con:nth-child(1) .illust img {
    animation-delay: 1.5s;
    animation-name: c_contentsboard_img_1;
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    
    animation-iteration-count: infinite;
    animation-duration: 5s;/*アニメーション変化時間 ※デフォルト*/
    /*animation-fill-mode: forwards;*//*アニメーションの開始と終了時の状態を指定*/
    animation-play-state: running;
}

@keyframes c_contentsboard_img_1 {
  5% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    transform: translateY(-2.5rem)
  }
  10% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateY(0)
  }
  15% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    transform: translateY(-2.5rem)
  }
  20%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateY(0)
  }
}

#course .course_list > .con:nth-child(3) .illust {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0,100%);
    display: flex;
    
    animation: yoyoSmall steps(1) 2000ms infinite;
}

@keyframes yoyoSmall {
  0% {
    transform: translate(0,100%) rotate(-5deg)
  }
  50% {
    transform: translate(0,100%) rotate(5deg)
  }
  100% {
    transform: translate(0,100%) rotate(-5deg)
  }
}

#course .course_list > .con:not(:last-child)::after {
    content: "";
    background: url("../images/step.svg") no-repeat center center / contain;
    width: 1.2rem;
    height: 5.3rem;
    
    position: absolute;
    left: 50%;
    bottom: -2.4rem;
    transform: translate(-50%,100%);
}
#course .course_list > .con .sakura {
    position: absolute;
    z-index: 2;
}
#course .course_list > .con:nth-child(1) .sakura {
    top: -2.5rem;
    right: 2rem;
}
#course .course_list > .con:nth-child(3) .sakura {
    top: -8.5rem;
    left: 1rem;
}
#course .course_list > .con:nth-child(4) .sakura {
    top: -22.5rem;
    right: 2rem;
}

#course .course_list > .con .sakura #sakura01 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 4.6s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 0.8s;
    transform-origin: center;
}
#course .course_list > .con .sakura #sakura02-5 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 4.2s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 1.2s;
    transform-origin: center;
}
#course .course_list > .con .sakura #sakura02 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 3.2s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 1.1s;
    transform-origin: center;
}
#course .course_list > .con .sakura #sakura03-2 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 3.6s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 0.8s;
    transform-origin: center;
}
#course .course_list > .con .sakura #sakura03-3 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 2.6s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 0.8s;
    transform-origin: center;
}

#course .curriculum {
    width: 31.5rem;
    margin: auto;
    /*margin-top: 4.5rem;*/
}
#course .curriculum table {
    width: 100%;
    background-color: #FFFFFF;
    border: 2px solid #000000;
}
#course .curriculum table th {
    width: 100%;
    background-color: #ff0000;
    padding: 1.5rem;
    border-bottom: 2px solid #000000;
    font-size: 2.4rem;
    line-height: calc(33 / 24);
    letter-spacing: 0.2em;
    font-weight: 700;
    text-align: center;
}
#course .curriculum table td {
    padding: 1.0rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: calc(33 / 18);
    letter-spacing: 0.2em;
    font-weight: 700;
    border-bottom: 2px solid #000000;
    vertical-align: middle;
}
#course .curriculum table tr:last-child td {
    border-bottom: none;
}
#course .curriculum table tr td:not(:last-child) {
    border-right: 2px solid #000000;
}
#course .curriculum table td .year {
    text-align: center;
    font-size: 1.2rem;
    line-height: calc(33 / 20);
    letter-spacing: 0.14em;
    font-weight: 700;
}
#course .curriculum table td .year span {
    font-size: 2rem;
    margin-right: 0.1em;
}

@media only screen and (max-width: 768px) {

}

/* #recruit
----------------------------------------- */
#recruit {
}

#recruit .inner {
    max-width: 32rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#recruit .recruit_wrap { 
}
#recruit .recruit_wrap > .ttl {
    font-size: 3.1rem;
    line-height: calc(50 / 31);
    letter-spacing: 0.2em;
    font-weight: 700;
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 400ms;
    animation: bae 1000ms steps(1) infinite 2000ms;
}

@keyframes bae {
  0% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
}


#recruit .recruit_wrap .recruit_list {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1rem 0;
    margin-top: 3rem;
}
#recruit .recruit_wrap .recruit_list .con {
    width: 100%;
    position: relative;
}
#recruit .recruit_wrap .recruit_list .con a {
    width: 100%;
    height: 15.8rem;
    background: url("../images/recruit_bg.svg") no-repeat center center / contain;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#recruit .recruit_wrap .recruit_list .con a .ttl {
    text-align: center;
    font-size: 3.0rem;
    line-height: calc(42 / 30);
    letter-spacing: 0.215em;
    font-weight: 500;
}
#recruit .recruit_wrap .recruit_list .con a .txt {
    text-align: center;
    font-size: 2.2rem;
    line-height: calc(42 / 22);
    letter-spacing: 0.215em;
    font-weight: 500;
}
#recruit .recruit_wrap .recruit_list .con:nth-child(1) .illust {
    position: absolute;
    right: -2rem;
    top: 0;
    transform: translate(0,-50%);
}
#recruit .recruit_wrap .recruit_list .con:nth-child(2) .illust {
    position: absolute;
    left: -4rem;
    top: 2.5rem;
    transform: translate(0,-50%);
}

#recruit .song_wrap {
    width: 100%;
    aspect-ratio: 320 / 705;
    margin-top: 4rem;
    position: relative;
    
    display: flex;
    flex-flow: column;
    gap: 4rem 0;
}
#recruit .song_wrap {
    width: 100%;
    aspect-ratio: 319 / 705;
    margin-top: 4rem;
    position: relative;
    z-index: 1;
    
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 4rem 0;
    background: url("../images/recruit_song_bg.svg") no-repeat center center / contain;
    padding-top: 5rem;
}
#recruit .song_wrap .ttl {
    font-size: 3.1rem;
    line-height: calc(46 / 31);
    letter-spacing: 0.2em;
    font-weight: 700;
    text-align: center;
}
#recruit .song_wrap .info {
    font-size: 1.8rem;
    line-height: calc(32 / 18);
    letter-spacing: 0.2em;
    font-weight: 500;
    text-align: center;
}
#recruit .song_wrap .lyric {
    font-size: 2.0rem;
    line-height: calc(40 / 22);
    letter-spacing: 0.135em;
    font-weight: 500;
    
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-font-feature-settings: 'pkna';
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
}
#recruit .song_wrap .sakura {
    position: absolute;
    top: -4.5rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -1;
}

#recruit .song_wrap .sakura #sakura_song-5 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 3.2s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 1.8s;
    transform-origin: center bottom;
}
#recruit .song_wrap .sakura #sakura_song-16 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 3.1s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 1.0s;
    transform-origin: center bottom;
}
#recruit .song_wrap .sakura #sakura_song-3 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 3.8s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 1.6s;
    transform-origin: center;
}
#recruit .song_wrap .sakura #sakura_song-4 {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 3.6s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 1.1s;
    transform-origin: center top;
}
#recruit .song_wrap .sakura #sakura_song {
    animation-name: sakura_anim;/*アニメーションの定義名*/
    animation-duration: 3.1s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps(2, start);*/
    animation-timing-function: steps(1);
    animation-delay: 0.6s;
    transform-origin: center;
}

@media only screen and (max-width: 768px) {

}