@charset "UTF-8";
body {
  font-family: "Yu Gothic", YuGothic, Helvetica, Arial,
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
  Meiryo, メイリオ, sans-serif;
  color: #00000b;
}

img {
  max-width: 100%;
}

 #pick-up, #topics, #guide, #pr, #class, #place, #voice, #plan, #lesson, #guide-kids, #advantages ,#suchedle, #faq, #access , {
  padding: 40px 0 56px 0;
}

.section-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  .section-inner {
    padding: 0 24px;
    overflow: hidden;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
 #pick-up, #topics, #guide, #pr, #class, #place, #voice, #plan, #lesson, #guide-kids, #advantages ,#suchedle, #faq, #access {
    padding: 40px 0 30px 0;
  }
}

/** -----------------------------------
    テキスト
-------------------------------------**/

h2.large {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

h3.small {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

p.large {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
}

p.medium {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
}

p.small {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  h2.large {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }

  h3.small {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }

  p.large {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: bold;
  }

  p.medium {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }

  p.small {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
}

/** -----------------------------------
    ボタン
-------------------------------------**/
.button-small {
  display: block;
  width: 198px;
  height: 50px;
  background-color: #FFFFFF;
  color: #ea5432;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  margin-left: 5px;
}

.button-large {
  display: block;
  width: 296px;
  height: 70px;
  background-color: #FFF;
  color: #d71a08;
  font-size: 17px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  border-radius: 35px;
}

.button-border {
  display: block;
  width: 192px;
  height: 50px;
  border: 1px solid #333333;
  color: #333333;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  .button-large {
    display: block;
    width: 198px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    border-radius: 24px;
  }
}


/** -----------------------------------
    見出し
-------------------------------------**/

.title-en {
  text-align: center;
  margin-bottom: 16px;
}

.icon {
  width: 16px;
  margin-bottom: 10px;
}

.title-en .title {
  font-family: 'Cabin', sans-serif;
  font-size: 19px;
  letter-spacing: 0.13em;
  font-weight: bold;
}

/** -----------------------------------
    レイアウト
-------------------------------------**/

.col-1 {
  display: flex;
  justify-content: space-between;
}
.col-1 .item {
  width: calc((100% - 20px)/2);
  margin-left: 50px;
}

.col-2 {
  display: flex;
  justify-content: space-between;
}
.col-2 .item {
  width: calc((100% - 24px)/2);
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  .col-1 {
    display: block;
  }
  .col-1 .item {
    width: 100%;
  }
  .col-2 {
    display: block;
  }
  .col-2 .item {
    width: 100%;
  }

}


/** -----------------------------------
    ヘッダー
-------------------------------------**/
#header {
  background-color: #ea5432;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  padding: 10px;
  z-index: 1;
}

.legitfolks_dance {
  display: flex;
  align-items: center;
  width: 170px;
}

.legitfolks_dance a {
  display: flex;
}

/* ナビゲーションメニュー */
.nav-menu {
  background-color: #ea5432; /* メニューの背景色 */
  color: #fff;
  width:100%;/* メニューテキストの色 */
}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {
  border-left: 1px solid #fff; /* メニューアイテムの左ボーダー */
  position: relative;
}
.menu-item:last-child {
  border-right: 1px solid #fff; /* 最後のメニューアイテムの右ボーダー */
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  opacity: 1; /* 不透明度を最大に */
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: visible; /* 下層メニューを表示 */
}

.menu-item a {
  align-items: center;
  color: #fff; /* メニューアイテム内のリンクテキストの色 */
  display: flex;
  height: 50px;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  width: 130px;
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 19px;
}

ul.menu-list li a:hover{
    color: #f6fe0f;
  }

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  background-color: #f9865b; /* ドロップダウンメニューの背景色 */
  left: 0;
  opacity: 0; /* 不透明度を最小に */
  position: absolute;
  top: 120%;
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: hidden; /* 下層メニューを非表示 */
  width: max-content;
  z-index: 1;
}

/** -------- タブレット -------- **/
@media screen and (max-width: 912px) {
  #header {
    height: 60px;
    padding: 0;
  }


  #header h1 {
    padding-left: 20px;
  }

  #header h1 a {
    display: flex;
  }

  /* ハンバーガーメニューのボタン */
  .sp-menu__box {
    position: fixed;  /* 位置を固定 */
    top: 0;  /* 最上部 */
    right: 0;  /* 右端 */
    /* 中の要素を上下中央寄せ */
    display: flex;
    justify-content: center;
    align-items: center;
    /* サイズ指定 */
    height: 60px;
    width: 60px;
    /* 最前面にする */
    z-index: 100;
    background-color: #ea5432;
  }
  /* メニューの白線を疑似要素を使って3本作成 */
  .sp-menu__box span,         /* 真ん中の線 */
  .sp-menu__box span:before,  /* 上の線 */
  .sp-menu__box span:after {  /* 下の線 */
    /* contentの値を指定しないと疑似要素が生成されない */
    content: "";
    /* ３本線のサイズと色を指定 */
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    /* 3本線の位置は絶対位置で指定 */
    position: absolute;
  }
  /* 上の線の位置 */
  .sp-menu__box span:before {
    /* 真ん中の線と離す距離 */
    bottom: 8px;
  }
  /* 下の線の位置 */
  .sp-menu__box span:after {
    /* 真ん中の線と離す距離 */
    top: 8px;
  }

  /* チェックボックスは常に非表示 */
#sp-menu__check {
  display: none;
}
/* チェックボックスのチェックがON（スマホ用メニューを開いた状態） */
/* 真ん中の線 */
#sp-menu__check:checked ~ .sp-menu__box span {
  /* 透明にして見えなくする */
  background: rgba(255, 255, 255, 0);
}
/* 上の線 */
#sp-menu__check:checked ~ .sp-menu__box span::before {
  /* 真ん中の線との距離を無くす（真ん中の線と同じ位置にする） */
  bottom: 0;
  /* 右に45度傾けてバツの片側の線にする */
  transform: rotate(45deg);
}
/* 下の線 */
#sp-menu__check:checked ~ .sp-menu__box span::after {
  /* 真ん中の線との距離を無くす（真ん中の線と同じ位置にする） */
  top: 0;
  /* 左に45度傾けてバツの片側の線にする */
  transform: rotate(-45deg);
}
#sp-menu__check:checked ~ .hamburger__content {
  left: 0;
}
/* スマホ用メニュー */
.sp-menu__content {
  /* 絶対位置で指定   */
  position: fixed;
  /* 画面全体に表示 */
  width: 100%;
  height: 100%;
  /* 開始位置は左上隅 */
  top: 0;
  left: 0;
  /* 前面に表示するがハンバーガーボタンよりは背後 */
  z-index: 90;
  background-color: #fef8cf;
}
/* スマホ用メニューのリスト */
.sp-menu__list {
  padding: 70px 10px 0;
}
/* スマホ用メニュー項目 */
.sp-menu__item {
  border-bottom: solid 1.5px #ea5432;
  list-style: none;
}
/* スマホ用メニュー項目のリンク */
.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  color: #ea5432;
  text-decoration: none;
  padding: 9px 15px 10px 0;
}

.button-small-sp{
  display: block;
  width: 100%;
  height: 30%;
  background-color: #ea5432;
  color: #FFF;
  font-size: 17px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  margin: 20px auto;
}
/* ハンバーガーボタンを押してチェックがONの時だけ
   スマホ用メニューを画面左端に移動する */
#sp-menu__check:checked ~ .sp-menu__content {
  left: 0;
}
/* 変更箇所はコメントの項目のみ */
.sp-menu__content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;

  /* 普段は画面外にするために左端を画面右端の位置にする */
  left: 100%;

  z-index: 90;
  background-color: #fef8cf;
  opacity: 0.93;

  /* 右端からゆっくり移動するように表示 */
  transition: all 0.5s;
}

}


/** -----------------------------------
    メインビジュアル
-------------------------------------**/
#mainvisual {
}

.img-box{
  width: 100vw;
  height: calc(100vh - 70px);
  overflow: hidden;
  position: relative;
  margin-top: 70px;
  margin-bottom: 30px;
}
.img-box>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 70px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  animation-name: fade;
  animation-duration: 24s;
  animation-iteration-count: infinite;
}

@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  80%{
    opacity: 0;
    transform: scale(1.1);
  }
  100%{
    opacity: 0;
    z-index: -2;
  }
}
/* 1枚目のスライド */
.img-box>div:first-of-type{
  background-image: url("../images/main-v1.jpg");
}

/* 2枚目のスライド */
.img-box>div:nth-of-type(2){
  background-image: url("../images/main-v2.png");
  animation-delay: 8s;
}

/* 3枚目のスライド */
.img-box>div:last-of-type{
  background-image: url("../images/main-v3.jpg");
  animation-delay: 16s;
}

.copy-wrap {
  position: absolute;
  left: 120px;
  bottom: 120px;
}
.maincopy {
  color: #FFFFFF;
  text-shadow: 1px 2px 3px #454545;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.subcopy {
  color: #FFFFFF;
  text-shadow: 1px 2px 3px #454545;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.badge {
  width: 172px;
  height: 172px;
  position: absolute;
  top: 80px;
  right: 100px;
}


/** -------- タブレット -------- **/
@media screen and (max-width: 912px) {
  .img-box {
    height: 100vw;
    margin-bottom: 10px;
    background-size: cover;
    margin-top: 60px;
  }

  .img-box>div {
    background-size: contain;
    height: 100%;
  }

  .img-box>div:first-of-type{
    background-image: url("../images/main-resv1.jpg");
  }

  /* 2枚目のスライド */
  .img-box>div:nth-of-type(2){
    background-image: url("../images/main-resv2.png");
  }

  /* 3枚目のスライド */
  .img-box>div:last-of-type{
    background-image: url("../images/main-resv3.jpg");
  }
  #mainvisual .button-large {
    margin: 0 auto;
  }

  #mainvisual-sp {
    background-image: url("../images/mainvisual-copy-back.jpg");
  }

  .maincopy-sp {
    font-size: 40px;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 10px;
    margin-bottom: 10%;
    text-align: center;
    font-weight: bold;
    color: #f9632b;
    text-shadow: #9c9a9a 2px 3px 2px;
    }

  .subcopy-sp {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #f9632b;
    text-shadow: #9c9a9a 2px 3px 2px;
    line-height: normal;
  }

  .badge {
    width: 94px;
    height: 94px;
    top: 16px;
    right: 16px;
  }

  #mainvisual .button-large {
    margin: 0 auto;
  }

  #mainvisual-sp {
    background-image: url("../images/mainvisual-copy-back.jpg");
  }

  .copy-wrap {
    position: absolute;
    left: 120px;
    bottom: 120px;
  }
  .maincopy {
    color: #FFFFFF;
    text-shadow: 1px 2px 3px #454545;
    font-size: 55px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
  }

  .subcopy {
    color: #FFFFFF;
    text-shadow: 1px 2px 3px #454545;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .badge {
    width: 172px;
    height: 172px;
    position: absolute;
    top: 80px;
    right: 100px;
  }

}

  /** -------- スマホ -------- **/

@media screen and (max-width: 768px) {
  .maincopy-sp {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 10px;
    margin-bottom: 10%;
    text-align: center;
    font-weight: bold;
    color: #ea5432;
    text-shadow: #9c9a9a 2px 3px 2px;
    }

  .subcopy-sp {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #ea5432;
    text-shadow: #9c9a9a 2px 3px 2px;
  }

  .badge {
    width: 94px;
    height: 94px;
    top: 16px;
    right: 16px;
  }
}

@media screen and (max-width: 360px) {
  .maincopy-sp {
    font-size: 25px;
  }

}


/** -----------------------------------
PICK UP
-------------------------------------**/
#pick-up {
}

#pick-up h2.new{
 text-align: center;
 font-weight: bold;
 font-size: 32px;
 line-height: 1.6;
 letter-spacing: 0.05em;
 margin-bottom: 40px;
 border-bottom: dotted 3px #ea5432;
}

.icon-pickup {
  width: 120px;
  margin-bottom: 10px;
}

.campaign-banner {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}

.autoplay {
    /*幅の最大値を600pxに*/
    /*幅をもたせて中央寄せにする*/
    max-width: 100%;
    margin: 0 auto;
}

.autoplay img {
  width: 95%;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  #pick-up {
    padding: 10px 0 10px 0;
  }

  .icon-pickup {
  width: 30%;
  margin-top: 10px;
  }

  #pick-up h2.large {
  font-size: 20px;
  margin-bottom: 0px;
  }

  #pick-up .col-2 {
   display: block;
  }

  #pick-up .campaign-banner {
    width: 100%;
  }

  #pick-up h2.akabane-studio {
    font-size: 26px;
  }

  #pick-up h2.kawaguchi-studio {
    font-size: 26px;
  }

}

/** -----------------------------------
topics
-------------------------------------**/
#topics {
}

#topics h2.large{
  text-align: center;
  font-size: 50px;
  padding: 0.5em 1em;
  margin: 4em auto 1em;
  color: #FFF;
  background-color: #ea5432;
  border-left: solid 10px #ea5432;
  margin-bottom: 60px;
}

#topics h3.small {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  margin-top: 70px;
  padding: 0.5em 1em;
  margin: 2em auto 1em;
  color: #FFF;
  background-color: #ea5432;
  border-left: solid 10px #ea5432;
}

#topics p.medium {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: left;
  padding: 20px;
  margin-top: 25px;
}

#topics p.small {
  text-align: center;
  padding: 15px;
  font-size: 17px;
  margin-bottom: 60px;
}

#topics p.small-check {
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  font-size: 16px;
  padding: 15px;
}

#topics .title {
  width: 60%;
  margin: 70px auto;
}

#topics .item {
  margin-bottom: 50px;
}

.beginner-mark {
  width: 62%;
  margin: 0 auto;
  margin-top: 70px;
}

.vector-mark {
  width: 85px;
  margin: 0 auto;
  margin-top: 30px;
}

.campaign {
  width: 100%;
  margin-top: 40px;
}

.button_instructor a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 60%;
    padding: 25px 35px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    background: #ea5432;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 30px;
    letter-spacing: 0.04em;
    font-size: 35px;
}
.button_instructor a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_instructor a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.start-campaign{
  width: 62%;
  margin: 0 auto;
  padding-top: 60px;
}

.impression {
    margin: 0 auto;
    margin-top: 40px;
    border: 5px solid #f5d44b;
}

.impression .impression-title {
    font-size: 25px;
    background: #f5d44b;
    padding: 25px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

h2.access-kawaguchi , .access-akabane {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin:60px 0 20px 0;
  background-color: #eee;
  padding: 0 20px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  #topics {
  }

  #topics .title {
    width: 80%;
    margin: 60px auto;
  }

  #topics h2.large {
    font-size: 25px;
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  #topics h3.small {
    font-size: 25px;
    border-left: none;
  }

  #topics p.small {
    font-size: 15px;
    padding: 10px;
    text-align: left;
  }

  #topics p.medium {
    font-size: 15px;
    text-align: left;
  }

  #topics p.small-check {
    font-size: 14px;
    text-align: left;
  }

  #topics .item {
    margin: 0;
  }

  .campaign {
    margin-top: 30px;
  }

  .start-campaign {
    width: 75%;
    padding-top: 30px;
  }

  .beginner-mark {
    width: 90%;
    margin-top: 30px;
  }

  .impression {
    margin-top: 20px;
  }

  .vector-mark {
      margin-top: 20px;
  }

  .impression .impression-title {
    font-size: 20px;
    padding: 15px;
  }

  #topics .col-2 {
    display: block;
  }

  .button_instructor a {
    max-width: 90%;
    margin-top: 40px;
    font-size: 25px;
  }

}

/** -----------------------------------
    news
-------------------------------------**/
#news {
}

#news h2.large{
 text-align: center;
 color: #FFF;
}

.title-news {
  text-align: center;
  margin-bottom: 16px;
}

 #news h2.new{
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  border-bottom: dotted 3px #ea5432;
}

#news h2.twitter{
 text-align: center;
 font-weight: bold;
 color: #FFF;
 font-size: 32px;
 line-height: 1.6;
 letter-spacing: 0.05em;
 margin-bottom: 30px;
 padding-top: 20px;
}

.icon-メガホン {
  width: 120px;
  margin-top: 40px;
}

.新着情報{
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-top: 24px;
  border-radius: 10px;
  background-color: #ea5432;
  margin-bottom: 50%;
}

.休校代講{
  width: 100%;
  height: 100%;
  padding-top: 8%;
  padding: 20px;
  padding-bottom: 10%;
  border-radius: 10px;
  background-color: #ea5432;
  margin-bottom: 50%;
}

.col-2 {
  display: flex;
  justify-content: space-between;
}
.col-2 .item {
  width: calc((100% - 24px)/2);
}

#news .card {
  height: 100%;
  background-color: #ea5432;
  border-radius: 10px;
}

#news .icon-twitter {
    width: 16px;
    margin-bottom: 10px;
}

.my-parts {
  position: relative;
  width: 100%;
  height:100%;
}

p.small-info {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding: 15px;
}

.section-inner-info {
  padding: 5px;
}

  /** -------- スマホ -------- **/

  @media screen and (max-width: 912px) {
    #news {
      padding-top: 0;
    }
    .icon-メガホン {
    width: 30%;
    margin-top: 10px;
    }
    #news .col-2 {
      display: block;
      width: 100%;
    }
    #news .col-2 .item {
      width: 100%;
      height: 100%;
      margin-bottom: 20px;
    }
    .新着情報 {
      height: 100vw;
      padding-left: 5%;
      padding-top: 0;
      margin-bottom: 0;
    }
    .休校代講 {
      width: 100%;
      height: 125vw;
      padding: 20px;
      margin-bottom: 0;
    }
    #news h2.large {
    font-size: 28px;
    margin-bottom: 0;
    }
    #news h2.new {
    font-size: 35px;
    margin-bottom: 0;
    }
    #news h2.twitter {
    font-size: 25px;
    margin-bottom: 6%;
    padding-top: 0;
    }

    .section-inner-info{
      padding: 5px;
    }
}

  @media screen and (max-width: 360px) {
  .休校代講 {
   height: 132vw;
  }
}

  @media screen and (max-width: 280px) {
    .新着情報 {
    height: 130vw;
  }
  .休校代講 {
    height: 168vw;
  }
}

  /** -----------------------------------
      公式SNS
  -------------------------------------**/
  #sns {
  margin: 60px 0 40px 0;
  width: 100%;
  background-color: #eee;
  }

  #sns h2.large{
  margin-top: 10px;
  margin-bottom: 10px;
  }

  #sns p.medium {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
    font-weight: bold;
  }

  .col-sns {
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin: 0 auto;
  }

  .col-sns .item {
    width: calc((100% - 90px)/3);
    margin-bottom: 35px;
    margin-top: 25px;
  }

  .icon-sns {
    width: 135px;
    padding-top: 30px;
    margin: 0 auto;
  }

  .title-sns {
    text-align: center;
    margin-bottom: 16px;
  }

/** -------- スマホ -------- **/
  @media screen and (max-width: 912px) {
    #sns {
      padding-top: 10px;
      padding-bottom: 20px;
      margin: 30px 0 0 0;
    }
    #sns h2.large {
      font-size: 30px;
      display: block;
    }
     #sns p.medium {
      font-size: 17px;
      margin-bottom: 30px;
      padding: 0 20px;
    }
    .icon-sns {
    width: 35%;
    }
    .col-sns {
      display: flex;
      width: 80%;
    }

    }

/** -----------------------------------
    ４つの魅力
-------------------------------------**/
#pr {
}

#pr {
  background-image: url("../images/pr-back-visual.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
  margin: 60px 0;
}

#pr h2.large {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #ea5432;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  text-shadow: #9c9a9a 2px 3px 2px;
}

#pr p.medium {
  text-align: center;
  margin-bottom: 40px;
}

#pr h3.small {
  text-align: center;
  margin-bottom: 10px;
}

.col-pr {
  display: flex;
  justify-content: space-between;
}

.col-pr .item {
  width: calc((100% - 60px)/4);
  margin: 0 auto;
}

.card-pr {
  height: 100%;
  background-color: #fef8cf;
  border-radius: 10px;
}

.card-pr .card-text {
  padding: 20px 20px 15px 20px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {

  #pr {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url("../images/pr-back-visual.png");
    background-position: left;
    margin-bottom: 0;
  }

  #pr h2.large span {
    color: #ea5432;
    margin: 20px 0 20px 0;
    line-height: 1.1em;
    font-size: 35px;
    display: block;
  }
  #pr h3.small {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
  }
  #pr p.medium {
    margin-bottom: 30px;
  }
  .col-pr {
    display: block;
  }

  .col-pr .item {
    margin: 0 auto;
    width: 100%;
  }

  .card-pr {
    margin-bottom: 20px;
  }

}
/** -----------------------------------
クラス紹介
-------------------------------------**/
#class {
}

#class h2.large{
  text-align: center;
  margin-top: 30px;
}

.tape-box{
  margin: 1em 0;
  padding: 3px;
  background-color: #ea5432;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
}

.tape{
  display: block;
  background-color: #f6e805;
  opacity: 0.5;
  transform: rotate(3deg);
  width: 40%;
  height: 40px;
  margin: -1.7em auto 30px auto;
  border-left: 3px dotted rgba(0,0,0,.1);
  border-right: 3px dotted rgba(0,0,0,.1);
}

.tape-box p{
  margin: 0;
  padding-bottom: 28px;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

h2.kawaguchi-studio-top {
 text-align: left;
 font-weight: bold;
 font-size: 32px;
 line-height: 1.6;
 letter-spacing: 0.03em;
 margin: 60px 0 30px 0;
 color: #FFF;
 background-color: #f86f3c;
 padding: 15px;
}

h2.akabane-studio-top {
  text-align: left;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 60px 0 30px 0;
  color: #FFF;
  background-color: #ee0726;
  padding: 15px;
}

.button-入門 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 290px;
    padding: 65px 65px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}
.button-入門 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #be2afc;
    transition: 0.3s;
}

.button-入門 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #be2afc;
    transition: 0.3s;
}

.button-入門 a:hover:before, .button-入門 a:hover:after {
  right: -0.5em;
}

.button-入門 a:hover {
    background: #ebc8f9;
    color: #be2afc;
}

.button-初級 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 290px;
    padding: 65px 65px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}

.button-初級 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #d71a08;
    transition: 0.3s;
}

.button-初級 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #d71a08;
    transition: 0.3s;
}

.button-初級 a:hover:before, .button-初級 a:hover:after {
    right: -0.5em;
}

.button-初級 a:hover {
    background: #fcaea7;
    color: #d71a08;
}

.button-超入門 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 290px;
    padding: 65px 65px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}

.button-超入門 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #f9632b;
    transition: 0.3s;
}

.button-超入門 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #f9632b;
    transition: 0.3s;
}

.button-超入門 a:hover:before, .button-超入門 a:hover:after {
    right: -0.5em;
}

.button-超入門 a:hover {
    background: #fdcdbb;
    color: #f9632b;
}

.button-kids-teens a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
    max-width:800px;
    padding: 30px;
    color: #313131;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
}
.button-kids-teens a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #f8c702;
    transition: 0.3s;
}
.button-kids-teens a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #f8c702;
    transition: 0.3s;
}
.button-kids-teens a:hover:before, .button-kids-teens a:hover:after {
    right: -0.5em;
}
.button-kids-teens a:hover {
    background: #fef4ca;
    color: #f8c702;
}

.girls_beginner a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
    max-width:800px;
    padding: 30px;
    color: #313131;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
}
.girls_beginner a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #be2afc;
    transition: 0.3s;
}
.girls_beginner a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #be2afc;
    transition: 0.3s;
}
.girls_beginner a:hover:before, .girls_beginner a:hover:after {
    right: -0.5em;
}
.girls_beginner a:hover {
    background: #ebc8f9;
    color: #be2afc;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  #class {
    padding-bottom: 20px;
    padding-top: 25px;
  }
  #class p{
    font-size: 30px;
  }
  .tape-box {
    margin-top: 70px;
  }
  .tape {
    width: 40%;
    height: 40px;
    margin: -1.4rem auto 10px auto;
  }
   .tape-box p {
    padding-bottom: 18px;
  }

  .button-入門 a {
    background: #ebc8f9;
    max-width: 85%;
    padding: 50px 20px;
    color: #be2afc;
    margin-top: 20px;
    font-size: 38px;
  }

  .button-初級 a {
      background: #fcaea7;
      max-width: 85%;
      padding: 50px 20px;
      color: #d71a08;
      margin-top: 20px;
      font-size: 38px;
    }

  .button-超入門 a {
        background: #fdcdbb;
        max-width: 85%;
        padding: 50px 20px;
        color: #f9632b;
        margin-top: 20px;
        font-size: 35px;
    }

  #class .col-2 {
    display: block;
  }

  .button-kids-teens a {
    padding: 20px;
    font-size: 30px;
    line-height: 40px;
    margin: 15px;
    background: #fef4ca;
    color: #f8c702;
  }

  .girls_beginner a {
    max-width: 85%;
    padding: 50px 20px;
    font-size: 35px;
    margin-top: 20px;
    font-size: 35px;
    background: #ebc8f9;
    color: #be2afc;

  }

}

/** -----------------------------------
    ガイド
-------------------------------------**/
#guide {
}

.guide-title {
     background-image: url("../images/guide-back.png");
     background-size:cover;
     height: 150px;
     margin-bottom: 60px;
}

.title-guide {
  text-align: center;
  margin-bottom: 16px;
}

.icon-guide {
  width: 200px;
  margin-bottom: 10px;
}

.title-guide .title {
  font-family: 'Cabin', sans-serif;
  font-size: 32px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 70px;
 }

#guide h2.large-6 {
  margin-top: 70px;
  padding-top: 25px;
  text-align: center;
  line-height: 1.6em;
  font-size: 58px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FFF;
  text-shadow: 3px 4px 5px #171310;
}

#guide h2.large-guide {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  color: #ea5432;
}

#guide h2.large-guide2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  color: #ea5432;
}

.button_guide a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 350px;
    padding: 20px 25px;
    color: #d71a08;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    background: #FFF;
    filter: drop-shadow(0px 2px 4px #7d0f04);
    border-radius: 3px;
    border-radius: 50px;
    margin-top: 30px;
    letter-spacing: 0.02em;
    font-size: 22px;
    margin-bottom: 25px;
}

.button_guide a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #d71a08;
    border-right: 3px solid #d71a08;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_guide a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.guide-button {
  position: sticky;
  margin: 40px;
}

a.btn_30 {
	display: flex;
  justify-content: center;
  z-index:-10;
	vertical-align: middle;
	text-decoration: none;
	margin: 0 auto;
	width: 20em;
	height: 5em;
	color: #ccc;
	cursor: pointer;
	transition: all 0.85s cubic-bezier(.17,.67,.14,.93);
	transform-style: preserve-3d;
	transform-origin: 100% 50%;
}
a.btn_30:hover {
	transform: rotateX(-90deg);
}
a.btn_30 .side {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	width: 21em;
	text-align: center;
	padding: 1.2rem 4rem;
	font-weight: bold;
	letter-spacing: 3px;
}
a.btn_30 .top {
	background: #ffa74a;
	color: #fff;
  font-size: 30px;
	transform: rotateX(90deg) translate3d(0, 0, 1.2em);
}
a.btn_30 .front {
	background: #27acd9;
	color: #fff;
  font-size: 30px;
	transform: translate3d(0, 0, 1.2em);
}


/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  #guide  {
    padding-bottom: 0;
  }

  #guide h2.large-guide {
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
  }

  #guide h2.large-guide2 {
    text-align: center;
    font-size: 28px;
  }
  #guide p.medium {
    margin-bottom: 30px;
  }
  #guide .title-en {
    margin-bottom: 16px;
  }

  #guide h2.large-6 {
   font-size: 30px;
   padding: 25px;
   letter-spacing: 0.05em;
   margin-top: 20px;
  }
  .guide-title {
    height: 100%;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .icon-guide {
    width: 35%;
    margin-top: 20px;
    margin-left: 15px;
  }
  .title-guide .title {
    padding-bottom: 0;
    margin-bottom: 50px;
    font-size: 20px;
  }
  .col-2 .item{
    width: 100%;
  }
  .button_guidance {
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 0 auto;
      max-width: 100%;
      padding: 20px 25px;
      color: #FFF;
      font-weight: bold;
      background: #ffa74a;
      border-radius: 3px;
      border-radius: 50px;
      letter-spacing: 0.02em;
      font-size: 22px;
  }
  .button_guidance a:after {
      content: '';
      width: 10px;
      height: 10px;
      border-top: 3px solid #FFF;
      border-right: 3px solid #FFF;
      transform: rotate(45deg) translateY(-50%);
      position: absolute;
      top: 46%;
      right: 20px;
      border-radius: 1px;
  }
  #guide .col-2 {
    display: block;
  }

}

/** -------- place -------- **/
   #place  {
  }

  #place {
    background-color: #fdfac7;
    padding: 10px;
    margin: 60px 0;
  }

   #place h2.large {
    padding: 0.5em 1em;
    margin: 2em auto 1em;
    color: #FFF;
    background-color: #ea5432;
    border-left: solid 10px #ea5432;
    width: 100%;
}

#place p.medium {
text-align: left;
margin-bottom: 40px;
padding: 0;
margin-left: 80px;
}


  /** -------- スマホ -------- **/
  @media screen and (max-width: 912px) {
    #place {
      margin: 50px 0 20px 0;
      padding-bottom: 40px;
      padding-top: 0;
      width: 100%;
    }
    #place h2.large  {
      display: block;
      width: 100%;
      font-size: 23px;
      margin-top: 1.5em;
    }
    #place p.medium {
      margin: 0 auto;
      padding: 0 10px;
      font-size: 18px;
    }
    .desktop-hidden {
      display: none;
    }

  }

/** -------- voice -------- **/
  .title-voice {
    text-align: center;
    margin-bottom: 16px;
  }

  .icon-voice {
    width: 30px;
    margin-bottom: 10px;
  }

  .title-voice .title {
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    letter-spacing: 0.13em;
    font-weight: bold;
   }

  #voice {
  }

  #voice h2.large {
    text-align: center;
  }

  #voice p.medium {
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }

  #voice h3.small {
    text-align: center;
    margin-bottom: 17px;
    letter-spacing: 0.08em;
  }

  .card {
    height: 100%;
    background-color: #fdfac7;
    margin: 0 auto;
  }

  .card .card-text {
    padding: 24px 24px 20px 24px;
  }

  /** -------- スマホ -------- **/
  @media screen and (max-width: 912px) {
    #voice {
     padding-bottom: 0;
    }
    #voice h2.large span {
      display: block;
    }
    #voice p.medium {
      margin-bottom: 30px;
    }
    #voice .col-1 .item {
      margin: 0 auto;
      width: 100%;
    }
    .card {
      margin-bottom: 24px;
    }
  }

  /** -----------------------------------
      レッスン
  -------------------------------------**/
  #lesson {
  }

  .lesson-title {
       background-image: url("../images/lessonback.png");
       background-size:cover;
       height: 150px;
  }

  #lesson h2.large-6 {
    margin-top: 70px;
    padding-top: 25px;
    text-align: center;
    line-height: 1.6em;
    font-size: 58px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #FFF;
    text-shadow: 3px 4px 5px #171310;
  }

  #lesson h2.large {
    text-align: center;
    font-size: 40px;
    margin-top: 20px;
  }

  #lesson h3.small {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    line-height: 2.5;
    letter-spacing: 0.03em;
    padding: 20px 0;
  }

  #lesson h3.small① {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    line-height: 2.5;
    letter-spacing: 0.03em;
    padding: 20px 0;
    padding-bottom: 25px;
  }

  #lesson h3.small-movie {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    line-height: 2.5;
    letter-spacing: 0.03em;
    padding: 20px 0;
  }

  #lesson p.medium {
    text-align: center;
    margin-bottom: 80px;
  }

  .title-lesson {
    text-align: center;
    margin-bottom: 16px;
  }

  .icon-lesson {
    width: 130px;
    margin-top: 70px;
    margin-bottom: 10px;
  }

  .title-lesson .title {
    font-family: 'Cabin', sans-serif;
    font-size: 30px;
    letter-spacing: 0.15em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
   }

   #lesson .col-2 {
     display: flex;
     justify-content: space-between;
     margin-bottom: 50px;
     margin-top: 100px;
     padding: 0 15px;
     width: 100%;
     margin: 0 auto;
   }

   #lesson .col-2 .item {
     width: calc((100% - 24px)/2);
     margin-bottom: 40px;
     margin-top: 40px;
   }

   .lesson-inner {
     width: 100%;
     margin: 0 auto;
   }

   .入門{
     margin-top: 50px;
   }

   .初級{
     margin-top: 50px;
   }

   .超入門{
     margin-top: 50px;
   }

   .point {
       background: #ebc8f9;
       width: 1000px;
       margin: 0 auto;
       margin-top: 50px;
   }

   .point .point-title {
       font-size: 30px;
       background: #be2afc;
       padding: 25px;
       text-align: center;
       color: #FFF;
       font-weight: bold;
       letter-spacing: 0.05em;
   }

   .icon-check {
       margin: 50px auto;
       display: block;
       width: 180px;
     }

   .point2 {
       background: #fcaea7;
       width: 1000px;
       margin: 0 auto;
       margin-top: 50px;
   }

   .point2 .point2-title {
       font-size: 30px;
       background: #d71a08;
       padding: 25px;
       text-align: center;
       color: #FFF;
       font-weight: bold;
       letter-spacing: 0.05em;
   }

   .point3 {
       background: #fdcdbb;
       width: 1000px;
       margin: 0 auto;
       margin-top: 50px;
   }

   .point3 .point3-title {
       font-size: 30px;
       background: #f9632b;
       padding: 25px;
       text-align: center;
       color: #FFF;
       font-weight: bold;
       letter-spacing: 0.05em;
   }

   .genre {
        background-image: url("../images/beginner-back.png");
        background-size:cover;
   }

   .genre2 {
        background-image: url("../images/basic-back.png");
        background-size:cover;
   }

   .genre3 {
        background-image: url("../images/HIPHOP超入門.png");
        background-size:cover;
   }

   #lesson h2.large-4 {
     margin-top: 70px;
     padding-top: 10px;
     text-align: center;
     line-height: 1.6em;
     font-size: 58px;
     font-weight: bold;
     letter-spacing: 0.03em;
     color: #FFF;
     text-shadow: 3px 4px 5px #171310;
   }

   p.medium-4 {
     text-align: center;
     font-size: 28px;
     font-weight: bold;
     letter-spacing: 0.03em;
     color: #FFF;
     text-shadow: 4px 5px 6px #171310;
     padding-bottom: 30px;
   }

   .box1{
   margin: 2.8em auto;
   padding:2.5em;/*内側の余白*/
   background: none;/*元のボックス背景色なし*/
   border:4px solid #d71a08 ;/*線の太さ・種類・色*/
   position: relative;/*配置（基準）*/
   }
   .box1:after{
   background-color: #fcaea7;/*ずらしたボックスの背景色*/
   border:none;
   content: '';
   position: absolute;/*配置（ここを動かす）*/
   top: 10px;/*上から7pxずらす*/
   left: 9px;/*左から7pxずらす*/
   width: 100%;
   height: 100%;
   z-index: -1;
   }

   h2.large-box1 {
     text-align: center;
     font-size: 45px;
     font-weight: bold;
     letter-spacing: 0.03em;
     line-height: 1.5em;
     color: #d71a08;
   }

   .box2{
   margin: 2.8em auto;
   padding:2.5em;/*内側の余白*/
   background: none;/*元のボックス背景色なし*/
   border:4px solid #be2afc ;/*線の太さ・種類・色*/
   position: relative;/*配置（基準）*/
   }
   .box2:after{
   background-color: #ebc8f9;/*ずらしたボックスの背景色*/
   border:none;
   content: '';
   position: absolute;/*配置（ここを動かす）*/
   top: 10px;/*上から7pxずらす*/
   left: 9px;/*左から7pxずらす*/
   width: 100%;
   height: 100%;
   z-index: -1;
   }

   h2.large-box2 {
     text-align: center;
     font-size: 45px;
     font-weight: bold;
     letter-spacing: 0.03em;
     line-height: 1.5em;
     color: #be2afc;
   }

   .box3{
   margin: 2.8em auto;
   padding:2.5em;/*内側の余白*/
   background: none;/*元のボックス背景色なし*/
   border:4px solid #f9632b;/*線の太さ・種類・色*/
   position: relative;/*配置（基準）*/
   }

   .box3:after{
   background-color: #fdcdbb;/*ずらしたボックスの背景色*/
   border:none;
   content: '';
   position: absolute;/*配置（ここを動かす）*/
   top: 10px;/*上から7pxずらす*/
   left: 9px;/*左から7pxずらす*/
   width: 100%;
   height: 100%;
   z-index: -1;
   }

   h2.large-box3 {
     text-align: center;
     font-size: 45px;
     font-weight: bold;
     letter-spacing: 0.03em;
     line-height: 1.5em;
     color: #f9632b;
   }

   .box4{
   margin: 2.8em auto;
   padding:2.5em;/*内側の余白*/
   background: none;/*元のボックス背景色なし*/
   border:4px solid #f8c702;/*線の太さ・種類・色*/
   position: relative;/*配置（基準）*/
   }

   .box4:after{
   background-color: #fef4ca;/*ずらしたボックスの背景色*/
   border:none;
   content: '';
   position: absolute;/*配置（ここを動かす）*/
   top: 10px;/*上から7pxずらす*/
   left: 9px;/*左から7pxずらす*/
   width: 100%;
   height: 100%;
   z-index: -1;
   }

   h2.large-box4 {
     text-align: center;
     font-size: 45px;
     font-weight: bold;
     letter-spacing: 0.03em;
     line-height: 1.5em;
     color: #f8c702;
   }

    p.medium-ex1 {
    font-size: 15px;
    text-align: center;
    line-height: 2em;
    letter-spacing: 0.06em;
}
   .ex1{
     padding: 35px;
     background-color: #eee;
     margin-bottom: 0;
   }

   p.title-check {
     font-family: 'Cabin', sans-serif;
     font-size: 30px;
     letter-spacing: 0.15em;
     font-weight: bold;
     text-align: center;
     padding-bottom: 20px;
   }

  .legit_folks_dance {
    margin-top: 50px;
    background-color: #eee;
  }

  .dance-movie{
    display: flex;
  }
  .item-dance {
     width: 50%;
     justify-content: space-around;
     padding: 20px;
   }

  h2.large-dance {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #ea5432;
  letter-spacing: 0.07em;
  padding-top: 30px;
}

.instagram {
  width: 100px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.button入門2 a {
    background: #be2afc;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
    max-width:800px;
    padding: 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
}
.button入門2 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #be2afc;
    transition: 0.3s;
}
.button入門2 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #be2afc;
    transition: 0.3s;
}
.button入門2 a:hover:before, .button入門2 a:hover:after {
    right: -0.5em;
}
.button入門2 a:hover {
    background: #ebc8f9;
    color: #be2afc;
}

.button初級2 a {
  background: #d71a08;
  position: relative;
  display: flex;
  justify-content: space-around;
  margin: 50px auto;
  max-width:800px;
  padding: 30px;
  color: #FFF;
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
}
.button初級2 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #d71a08;
    transition: 0.3s;
}
.button初級2 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #d71a08;
    transition: 0.3s;
}
.button初級2 a:hover:before, .button初級2 a:hover:after {
    right: -0.5em;
}
.button初級2 a:hover {
    background: #fcaea7;
    color: #d71a08;
}

.button超入門2 a {
    background: #f9632b;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
    max-width:800px;
    padding: 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
}
.button超入門2 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #f9632b;
    transition: 0.3s;
}
.button超入門2 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #f9632b;
    transition: 0.3s;
}
.button超入門2 a:hover:before, .button超入門2 a:hover:after {
    right: -0.5em;
}
.button超入門2 a:hover {
    background: #fdcdbb;
    color: #f9632b;
}

.for_kids a {
    background: #f8c702;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
    max-width:800px;
    padding: 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
}

.for_kids a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #f8c702;
    transition: 0.3s;
  }

  .for_kids a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -1em;
      transform: translateY(-50%);
      width: 40px;
      height: 2px;
      background-color: #f8c702;
      transition: 0.3s;
  }

  .for_kids a:hover:before, .for_kids a:hover:after {
      right: -0.5em;
  }

  .for_kids a:hover {
      background: #fef4ca;
      color: #f8c702;
  }

.item-dance video {
  width:100%;
  height:100%;
  display: block;
}

  /** -------- スマホ -------- **/
  @media screen and (max-width: 539px) {
    #lesson{
      padding-bottom: 0;
    }
    #lesson h2.large-6 {
     font-size: 30px;
     padding: 25px;
     letter-spacing: 0.05em;
     margin-top: 20px;
    }
    #lesson h2.large {
      font-size: 35px;
      letter-spacing: 0.03em;
      margin-bottom: 20px;
    }
    #lesson p.medium {
      margin-bottom: 30px;
      padding: 10px;
      margin: 5px;
      text-align: left;
    }
    #lesson p.medium span {
      display: block;
    }
    .lesson-title {
      height: 100%;
      font-size: 25px;
      margin-bottom: 20px;
    }
    .icon-lesson {
      width: 30%;
      margin-top: 30px;
      margin-left: 15px;
    }
    .title-lesson .title {
      padding-bottom: 0;
      margin-bottom: 40px;
      font-size: 20px;
    }
    #lesson .col-2 {
      display: block;
      width: 100%;
    }
    #lesson .col-2 .item {
      width: 90%;
      margin: 0 auto;
  }
  h2.large-box1 {
    font-size: 30px;
  }
  .box1 {
    margin: 1.8em auto;
    padding: 1.2em;
    width: 90%;
  }
  .button初級2 a {
    margin: 25px auto 80px;
    padding: 10px;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    width: 80%;
  }

  .button入門2 a {
    margin: 25px auto 80px;
    padding: 10px;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    width: 80%;
  }
  .button超入門2 a {
    margin: 25px auto 80px;
    padding: 10px;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    width: 80%;
  }

  h2.large-box2 {
    font-size: 30px;
  }

  .box2 {
    margin: 1.8em auto;
    padding: 1.2em;
    width: 90%;
  }

  .for_kids a {
    margin: 25px auto 80px;
    padding: 10px;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    width: 80%;
  }

  h2.large-box4 {
    font-size: 30px;
  }

  .box4 {
    margin: 1.8em auto;
    padding: 1.2em;
    width: 90%;
  }

  p.medium-ex1 {
    font-size: 15px;
    text-align: left;
  }
  h2.large-box3 {
    font-size: 30px;
  }
  .box3 {
    margin: 1.8em auto;
    padding: 1.2em;
    width: 90%;
  }
  #lesson h2.large-4 {
    margin-top: 20px;
    font-size: 30px;
  }
  .icon-check {
    margin: 40px auto;
    width: 40%;
  }
  .point {
    width: 100%;
    margin-top: 30px;
  }
  .point .point-title {
    padding: 20px;
  }
  .point2 {
    width: 100%;
    margin-top: 30px;
  }
  .point2 .point-title {
    padding: 20px;
  }
  .point3 {
    width: 100%;
    margin-top: 30px;
  }
  .point3 .point-title {
    padding: 20px;
  }
  h2.large-dance {
    font-size: 28px;
  }
  .dance-movie {
    display: block;
  }
  .item-dance {
    width: 100%;
  }
  #lesson h3.small ,
  #lesson h3.small① {
    font-size: 17px;
    line-height: 2.5;
    letter-spacing: 0.03em;
    padding: 20px;
    padding-bottom: 25px;
    text-align: left;
  }
  p.medium-4 {
    font-size: 15px;
    padding-bottom: 20px;
   }

   .item-dance video {
     width:100%;
     height:100%;
   }

   #lesson h3.small-movie {
     line-height: 1.5;
     letter-spacing: 0.03em;
     padding: 20px;
     padding-bottom: 25px;
   }

   .genre {
        background-position: center;
        font-size: 25px;
        margin-bottom: 20px;
        background-position: center;
     }

   .genre2 {
        font-size: 25px;
        margin-bottom: 20px;
        background-position: center;
     }

   .genre3 {
        font-size: 25px;
        margin-bottom: 20px;
        background-position: center;
     }
     .point3 .point3-title {
       font-size: 29px;
     }
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  #lesson{
    padding-bottom: 0;
  }
  #lesson h2.large-6 {
   font-size: 30px;
   padding: 25px;
   letter-spacing: 0.05em;
   margin-top: 20px;
  }
  #lesson h2.large {
    font-size: 35px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }
  #lesson p.medium {
    margin-bottom: 30px;
    padding: 10px;
  }
  #lesson p.medium span {
    display: block;
  }
  .lesson-title {
    height: 100%;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .icon-lesson {
    width: 30%;
    margin-top: 30px;
    margin-left: 15px;
  }
  .title-lesson .title {
    padding-bottom: 0;
    margin-bottom: 40px;
    font-size: 20px;
  }
  #lesson .col-2 {
    display: block;
    width: 100%;
  }
  #lesson .col-2 .item {
    width: 90%;
    margin: 0 auto;
}

h2.large-box1 {
  font-size: 30px;
}

.box1 {
  margin: 1.8em auto;
  padding: 1.2em;
  width: 90%;
}

.button初級2 a {
  margin: 25px auto 80px;
  padding: 10px;
  font-size: 23px;
  line-height: 40px;
  text-align: center;
  width: 80%;
}

.button入門2 a {
  margin: 25px auto 80px;
  padding: 10px;
  font-size: 23px;
  line-height: 40px;
  text-align: center;
  width: 80%;
}

.button超入門2 a {
  margin: 25px auto 80px;
  padding: 10px;
  font-size: 23px;
  line-height: 40px;
  text-align: center;
  width: 80%;
}

h2.large-box2 {
  font-size: 30px;
}

.box2 {
  margin: 1.8em auto;
  padding: 1.2em;
  width: 90%;
}

.button入門2 a {
  margin: 25px auto 80px;
  padding: 10px;
  font-size: 23px;
  line-height: 40px;
  text-align: center;
  width: 80%;
}

.for_kids a {
  margin: 25px auto 80px;
  padding: 10px;
  font-size: 23px;
  line-height: 40px;
  text-align: center;
  width: 80%;
}

.box4 {
  margin: 1.8em auto;
  padding: 1.2em;
  width: 90%;
}

h2.large-box4 {
  font-size: 30px;
}

p.medium-ex1 {
  font-size: 15px;
  text-align: left;
}
h2.large-box3 {
  font-size: 30px;
}

.box3 {
  margin: 1.8em auto;
  padding: 1.2em;
  width: 90%;
}
#lesson h2.large-4 {
  margin-top: 20px;
  font-size: 30px;
}
.icon-check {
  margin: 40px auto;
  width: 40%;
}
.point {
  width: 100%;
  margin-top: 30px;
}
.point .point-title {
  padding: 20px;
}
.point2 {
  width: 100%;
  margin-top: 30px;
}
.point2 .point-title {
  padding: 20px;
}
.point3 {
  width: 100%;
  margin-top: 30px;
}
.point3 .point-title {
  padding: 20px;
}
h2.large-dance {
  font-size: 28px;
}
.dance-movie {
  display: block;
}
.item-dance {
  width: 100%;
}
#lesson h3.small {
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: 0.03em;
  padding: 20px;
  padding-bottom: 25px;
}

p.medium-4 {
  font-size: 15px;
  padding-bottom: 20px;
 }

 .item-dance video {
   width:100%;
   height:100%;
 }

 #lesson h3.small-movie {
   line-height: 1.5;
   letter-spacing: 0.03em;
   padding: 20px;
   padding-bottom: 25px;
 }
}

/** -----------------------------------
    赤羽スタジオ
-------------------------------------**/
#mainvisual-akabane {
  width: 100vw;
  height: calc(100vh - 70px);
  background-image: url("../images/mainvisual-akabane.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 70px;
  margin-bottom: 30px;
}

#pick-up h2.akabane-studio {
  margin-bottom: 20px;
  text-align: center;
}

#mainvisual-akabane.copy-wrap {
  position: absolute;
  left: 120px;
  bottom: 120px;
}
.maincopy_2 {
  color: #FFFFFF;
  text-shadow: 1px 2px 3px #454545;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.subcopy_2 {
  color: #FFFFFF;
  text-shadow: 1px 2px 3px #454545;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

#guide-kids {
  margin-top: 70px;
}

#guide-kids h2.large-guide {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  color: #ea5432;
  text-align: right;
  padding-right:65px;
}

#guide-kids h2.large-guide2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  color: #ea5432;
}

h3.small-age {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding: 20px;
}

.slider-for {
    /*幅の最大値を600pxに*/
    /*幅をもたせて中央寄せにする*/
    /*下部の内側余白を5pxに*/
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.slider-nav {
    /*幅の最大値を600pxに*/
    /*幅をもたせて中央寄せにする*/
    max-width: 60%;
    margin: 0 auto;
}

.slider-nav img {
    /*幅を100%に*/
    width: 95%;
}

.point-age {
    background: #fdcdbb;
    width: 1000px;
    margin: 50px auto;
}

.point-age .point-age-title {
    font-size: 30px;
    background: #f9632b;
    padding: 25px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.point-age2 {
    background: #fef4ca;
    width: 1000px;
    margin: 50px auto;
}

.point-age2 .point-age-title2 {
    font-size: 30px;
    background: #f8c702;
    padding: 25px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#guide-kids .col-2{
  display: flex;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
    #mainvisual-akabane {
      /* 横幅と高さを常に同じサイズで表示する（横幅は100vw） */
      width: 100vw;
      height: 100vw;

      /* スマホ用の背景画像を表示する */
      background-image: url("../images/mainvisual-akabane-sp.jpg");

      margin-top: 60px;
      margin-bottom: 30px;
    }
    #mainvisual-akabane .button-large {
      /* ボタンを中央に寄せる */
      margin: 0 auto;
      margin-bottom: 12%;
    }

    .maincopy_2 {
    margin-top: -5%;
    }

    .copy-wrap {
      /* 左から24px 下から-20pxの位置に配置 */
      left: 24px;
      bottom: -20px;

    }
    .subcopy_2 {
      padding-bottom: 8%;
    }

  #guide-kids {
    padding-bottom: 20px;
    margin-top: 15px;
  }

  #guide-kids .col-2 {
    display: block;
  }

  #guide-kids h2.large-guide {
    font-size: 40px;
    text-align: left;
    line-height: inherit;
  }

  #guide-kids h2.large-guide2 {
    font-size: 30px;
    line-height: inherit;
    margin-top: 15px;
  }

  #guide-kids p.medium {
    font-size: 20px;
    padding: 10px 0 20px 0;
  }

  .point-age {
    width: 100%;
    margin-top: 40px;
  }
  .point-age .point-age-title {
    padding: 20px;
  }

  .point-age2 {
    width: 100%;
    margin-top: 40px;
  }
  .point-age2 .point-age-title2 {
    padding: 20px;
  }

  h3.small-age {
    text-align: left;
    line-height: 1.5;
    padding: 15px;
  }

  .button_guidance {
    margin: 15px;
  }

}
/** -----------------------------------
ダンスが与えるメリット
-------------------------------------**/
#advantages {
  padding-top: 60px;
}

#advantages h2.large {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #ea5432;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  text-shadow: #9c9a9a 2px 3px 2px;
  margin-top: 40px;
}

#advantages p.medium {
  font-size: 20px;
  padding: 10px;
  margin-top: 10px;
  line-height: normal;
}

.advantages-visual img{
  display: block;
  margin: auto;
  width: 100%;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  #advantages{
    padding-bottom: 0;
  }
  #advantages h2.large {
    font-size: 45px;
    line-height: inherit;
  }
}
  /** -----------------------------------
      インストラクター紹介
  -------------------------------------**/
  #instructor {
  }

  .instructor-title {
       background-image: url("../images/inst-back.png");
       background-size:cover;
       height: 150px;
  }

  #instructor h2.large {
    text-align: center;
    font-size: 40px;
    margin-top: 20px;
  }

   h2.kawaguchi-studio {
    text-align: left;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-top: 60px;
    color: #FFF;
    background-color: #f86f3c;
    padding: 15px;
  }

  h2.kawaguchi-studio2 {
   text-align: center;
   font-weight: bold;
   font-size: 20px;
   line-height: 1.6;
   letter-spacing: 0.03em;
   margin-top: 20px;
   color: #FFF;
   background-color: #f86f3c;
   padding: 10px;
 }

  h2.akabane-studio {
    text-align: left;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-top: 60px;
    color: #FFF;
    background-color: #ee0726;
    padding: 15px;
 }

 h2.akabane-studio2 {
   text-align: center;
   font-weight: bold;
   font-size: 20px;
   line-height: 1.6;
   letter-spacing: 0.03em;
   margin-top: 20px;
   color: #FFF;
   background-color: #ee0726;
   padding: 10px;
}

  #instructor h2.large-6 {
    margin-top: 70px;
    padding-top: 25px;
    text-align: center;
    line-height: 1.6em;
    font-size: 58px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #FFF;
    text-shadow: 3px 4px 5px #171310;
  }

h2.TAKA-KI {
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    font-size: 70px;
    margin-bottom: 40px;
  }

h3.legitfolks代表{
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.03em;
    padding: 20px 0;
    margin-top: 20px;
  }

  h3.担当クラス {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    letter-spacing: 0.03em;
  }

  p.prof-contents {
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 2;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  h2.nori , .yuip , .rimina , .yuina , .omi , .yuuka , .shiho{
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-top: 120px;
    text-align: center;
    font-size: 80px;
    margin-bottom: 40px;
  }

  #instructor p.medium{
    text-align: center;;
  }

 .prof {
      position: relative;
      background-color: #FFFFFF;
      margin: 40px auto;
      padding: 0.5em 1em;
      border: solid 3px #ea5432;
  }

 .prof .prof-title {
      position: absolute;
      display: inline-block;
      top: -27px;
      left: -3px;
      padding: 0 9px;
      height: 25px;
      line-height: 25px;
      font-size: 17px;
      background: #ea5432;
      color: #ffffff;
      font-weight: bold;
      border-radius: 5px 5px 0 0;
  }

  .title-instructor {
      text-align: center;
      margin-bottom: 16px;
    }

  .icon-instructor {
    width: 130px;
    margin-top: 70px;
    margin-bottom: 10px;
  }

  .title-instructor .title {
    font-family: 'Cabin', sans-serif;
    font-size: 30px;
    letter-spacing: 0.15em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
  }

   #instructor .col-2 {
     display: flex;
     justify-content: space-between;
     margin-bottom: 50px;
     margin-top: 70px;
   }

   #instructor .col-2 .item {
     width: calc((80% - 24px)/2);
     margin: 0 auto;
   }

  /** -------- スマホ -------- **/
  @media screen and (max-width: 765px) {
    .instructor-title {
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    }
    #instructor h2.large-6 {
    margin-top: 50px;
    padding: 25px;
    font-size: 30px;
    }
    #instructor h2.large {
      font-size: 35px;
    }
    #instructor p.medium {
      margin-bottom: 30px;
    }
    #instructor p.medium span {
      display: block;
    }
    #instructor .col-2 {
      display: block;
      margin-top: 80px;
    }
    #instructor .col-2 .item {
    width: 90%;
    }
    h2.TAKA-KI {
    margin-top: 10px;
    font-size: 45px;
    }
    #instructor p.medium {
    padding-bottom: 0;
    }
    #instructor h3.legitfolks代表 {
    margin-top: 0;
    }
    p.prof-contents {
    text-align: left;
    padding: 10px;
    }
    h2.nori , .yuip , .rimina , .yuina , .omi , .yuuka , .shiho {
    font-size: 60px;
    margin-top: 10px;
    }

    #instructor h2.large-5 {
     font-size: 30px;
     padding: 25px;
     letter-spacing: 0.05em;
     margin-top: 60px;
    }
    .icon-instructor {
    width: 40%;
    margin-top: 40px;
    }
    .title-instructor .title {
    font-size: 20px;
    margin-bottom: 40px;
    }
   h3.担当クラス {
    margin: 1em 0 3.5em 0;
    }

    #TAKA-KI h2.akabane-studio2 {
      margin-top: -40px;
    }
}
@media screen and (max-width: 414px) {
  #instructor h2.large-6 {
  margin-top: 50px;
  }
}

@media screen and (max-width: 320px) {
  #instructor h2.large-6 {
  margin-top: 50px;
  font-size: 25px;
  padding: 20px;
  }
}

  /** -----------------------------------
      料金プラン
  -------------------------------------**/
  #plan {
  }

  .plan-title {
    background-image: url("../images/plan-back.png");
    background-size:cover;
    height: 150px;
  }

  #plan h2.large-6 {
    margin-top: 70px;
    padding-top: 25px;
    text-align: center;
    line-height: 1.6em;
    font-size: 58px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #FFF;
    text-shadow: 3px 4px 5px #171310;
  }

  #plan h2.large {
    text-align: center;
  }

  #plan h3.small {
    font-weight: normal;
    text-align: center;
  }

  #plan p.small {
    text-align: right;
    margin-top: 3px;
    font-size: 15px;
  }

  .plan_start {
    padding-top: 0;
  }

  .plan_system h2.large {
    font-size: 32px;
    margin-bottom: 5px;
    color: #d71a08;
  }

  .plan_system p.large {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    color: #d71a08;
  }

  .plan_system p.medium {
    font-weight: bold;
    background-color: #fcf307;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }

  #plan .item p.small {
    text-align: center;
    font-size: 15px;
  }

  .plan_visitor h2.large {
    font-size: 32px;
    margin-bottom: 5px;
    color: #05cafb;
  }

  .plan_visitor p.large {
    font-size: 20px;
    text-align: center;
  }

  .box_price {
    padding: 8px;
    width: 100%;
    background: -moz-linear-gradient(#ffb03c, #ff708d);
    background: -webkit-linear-gradient(#ffb03c, #ff708d);
    background: linear-gradient(to right, #ffb03c, #ff708d);
    color: #FFF;
    border-radius:50%;
}

  .box_visitor {
    padding: 4px 18px;
    width: 100%;
    background: #000;
    color: #FFF;
  }

.inline-block .item{
  display: inline-block;
  vertical-align: middle;
}

  .title-plan {
      text-align: center;
      margin-bottom: 16px;
    }

  .icon-plan {
    width: 130px;
    margin-top: 70px;
    margin-bottom: 10px;
  }

  .title-plan .title {
    font-family: 'Cabin', sans-serif;
    font-size: 30px;
    letter-spacing: 0.15em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
  }

   .pc-only-plan {
     display: block;
     width: 100%;
     margin: 0 auto;
     margin-top: 50px;
   }

   .button_plan a {
       position: relative;
       display: flex;
       justify-content: space-around;
       align-items: center;
       margin: 0 auto;
       max-width: 400px;
       padding: 30px 30px;
       color: #FFF;
       transition: 0.3s ease-in-out;
       font-weight: bold;
       background: #989898;
       filter: drop-shadow(0px 2px 4px #ccc);
       border-radius: 3px;
       border-radius: 50px;
       margin-top: 10px;
       letter-spacing: 0.02em;
       font-size: 22px;
       margin-bottom: 80px;
   }
   .button_plan a:after {
       content: '';
       width: 10px;
       height: 10px;
       border-top: 3px solid #FFF;
       border-right: 3px solid #FFF;
       transform: rotate(45deg) translateY(-50%);
       position: absolute;
       top: 46%;
       right: 20px;
       border-radius: 1px;
       transition: 0.3s ease-in-out;
   }
   .button_plan a:hover {
       transform: translateY(-2px);
       box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
   }

  #plan table {
  border-collapse: separate;
  border-spacing: 5px;
  border: 2px solid #abaaaa;
  font-size: 28px;
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  letter-spacing: 0.04em;
}

#plan table th {
 border: 2px solid #abaaaa;
 font-weight: bold;
 color: #fff;
 background: #d71a08;
 padding: 2%;
 text-align: center;
}

 #plan .plan_visitor th {
  background: #05cafb;
}

#plan table td {
  font-weight: bold;
  border: 2px solid #abaaaa;
  padding: 2%;
}

.plan_start {
  margin: 5% 0 5% 0;
}

.plan_system {
  margin-bottom: 5%;
}

#plan .button_schedule {
  margin-top: 10%;
}

  /** -------- スマホ -------- **/
  @media screen and (max-width: 912px) {
    #plan{
      padding-bottom: 0;
    }
    #plan h2.large {
      font-size: 35px;
    }
    #plan p.medium {
      font-size: 16px;
    }

    #plan p.medium span {
      display: block;
    }
    .icon-plan {
      width: 40%;
      margin-top: 40px;
    }
    .title-plan .title {
      padding-bottom: 0;
      margin-bottom: 40px;
      font-size: 22px;
    }
    .plan-title {
      height: 100%;
    }
    #plan h2.large-6 {
       font-size: 30px;
       padding: 25px;
       letter-spacing: 0.05em;
       margin-top: 20px;
    }

    .button_plan a{
      padding: 15px 15px;
      font-size: 17px;
      margin-bottom: 50px;
    }

    #plan table th {
      font-size: 19px;
      vertical-align: middle;
    }

    #plan p.small {
      font-size: 14px;
      text-align: left;
    }

    .plan_system p.large {
      font-size: 23px;
    }

    .plan_visitor p.large {
    font-size: 16px;
    }

    #plan .button_schedule a {
      margin-bottom: 15px;
    }

    .box_price {
      padding: 4px;
    }

    .box_visitor {
      padding: 2px 9px;
    }

    .plan_start {
      margin-top: 8%;
    }

}

/** -----------------------------------
    CTA
-------------------------------------**/
#cta {
  background-image: url("../images/cta背景.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding: 80px 0;
  margin: 70px 0 0 0;
}

#cta h2.large {
  text-align: center;
}

#cta p.large {
  text-align: center;
}

#cta p.large span {
  display: block;
}

#cta .button-large {
  margin: 0 auto;
  margin-top: 40px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  #cta {
    background-image: url("../images/cta背景.png");
    padding: 50px 0;
    margin: 30px 0;
    margin-bottom: 20px;
  }
  #cta h2.large span {
    font-size: 25px;
    display: block;
  }
  #cta p.large span {
    display: inline;
  }
  .button_guide a {
    max-width: 100%;
    font-size: 20px;
  }
}

/** -----------------------------------
    スケジュール
-------------------------------------**/
#schedule {
}

.schedule-title {
  background-image: url("../images/sche-back.png");
  background-size:cover;
  height: 150px;
}

#schedule h2.large-6 {
  margin-top: 70px;
  padding-top: 25px;
  text-align: center;
  line-height: 1.6em;
  font-size: 58px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FFF;
  text-shadow: 3px 4px 5px #171310;
}

#schedule h2.kawaguchi-studio {
  background-color: #00000b;
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding: 5px;
}
#schedule h2.akabane-studio {
  background-color: #00000b;
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding: 5px;
}

.title-schedule {
  text-align: center;
  margin-bottom: 16px;
}
.icon-schedule {
  width: 130px;
  margin-top: 70px;
  margin-bottom: 10px;
}

.title-schedule .title {
  font-family: 'Cabin', sans-serif;
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

.calendar {
  margin:30px 0 100px 0;
}

  h2.large-ca {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
    text-align: center;
}

  p.medium-ca {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-bottom: 50px;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  #schedule {
  padding: 30px 0 30px 0;
  }
  .schedule-title {
    height: 100%;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .icon-schedule {
    width: 35%;
    margin-top: 20px;
  }
  .title-schedule .title {
    padding-bottom: 0;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .calendar {
    margin-bottom: 20px;
  }

  #schedule h2.large-6 {
   font-size: 30px;
   padding: 25px;
   letter-spacing: 0.05em;
   margin: 30px;
 }
    h2.large-ca {
     font-size: 32px;
     letter-spacing: 0.02em;
     margin-bottom: 40px;
   }
   p.medium-ca {
     margin-bottom: 45px;
   }

   #schedule .col-2 {
     display: block;
     max-width: 100%;
   }
}
/** -----------------------------------
    FAQ
-------------------------------------**/
#faq {
}

#faq h2.large-6 {
  margin-top: 70px;
  padding-top: 25px;
  text-align: center;
  line-height: 1.6em;
  font-size: 58px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FFF;
  text-shadow: 3px 4px 5px #171310;
}

#faq h2.large {
  text-align: center;
  padding-bottom: 50px
}

#faq p.medium {
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: left;
}

.faq-title {
  background-image: url("../images/faq-back.png");
  background-size:cover;
  height: 150px;
}

.faq {
  border-radius: 8px;
  margin-bottom: 24px;
  background-color: #F5F5F6;
}

.faq-head, .faq-body {
  padding: 24px 72px 24px 32px;
}

.faq-head {
  border-radius: 8px;
  position: relative;
}

.faq-head::after {
  content: "";
  background-image: url("../images/arrow.png");
  background-size: contain;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}

.faq-body {
  border-radius: 8px;
  display: none;
}

.title-faq {
  text-align: center;
  margin-bottom: 16px;
}

.icon-faq {
  width: 130px;
  margin-top: 70px;
  margin-bottom: 10px;
}

.title-faq .title {
  font-family: 'Cabin', sans-serif;
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
 }

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  #faq {
    padding-bottom: 30px;
  }
  .faq-body {
    padding: 24px;
  }
  .faq-title {
    height: 100%;
  }
  #faq h2.large-6 {
   font-size: 30px;
   padding: 25px;
   letter-spacing: 0.05em;
   margin-top: 20px;
 }
   #faq h2.large {
  padding-bottom: 40px;
  font-size: 35px;
}

  .icon-faq {
    width: 35%;
    margin-top: 40px;
  }
  .title-faq .title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .faq-head, .faq-body {
    padding: 20px 10px 20px 10px;
  }
}

/** -----------------------------------
    アクセス
-------------------------------------**/
#access {
  padding-bottom: 10px;
}

#access h2.large-6 {
  margin-top: 70px;
  padding-top: 25px;
  text-align: center;
  line-height: 1.6em;
  font-size: 58px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FFF;
  text-shadow: 3px 4px 5px #171310;
}

#access h2.large {
  text-align: center;
}

#access p.medium {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-align: left;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#access .button-border {
  margin-top: 30px;
}

#access .col-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#access .col-2 .item {
  margin: 0 auto;
}

.title-access {
  text-align: center;
  margin-bottom: 16px;
}

.icon-access {
  width: 130px;
  margin-bottom: 10px;
  margin-top: -10px;
  margin-left: 15px;
}

.title-access .title {
  font-family: 'Cabin', sans-serif;
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
 }

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  #access {
    padding-top: 0;
    padding-bottom: 0;
  }
  #access .button-border {
    margin: 0 auto;
    width: 100%;
  }

  #access a.button-border {
    max-width: 100%;
    font-size: 20px;
  }

  #access h2.large {
    font-size: 35px;
    margin-bottom: 20px;
  }

  #access h2.large-6 {
    font-size: 30px;
    padding: 25px;
    letter-spacing: 0.05em;
    margin-top: 60px;
  }

  #access p.medium {
    margin: 20px 0;
  }
  #access .col-2 {
    display: block;
    width: 100%
  }
  #accsess.col-2 .item {
    margin: 0 auto;
  }
  .icon-access {
    width: 30%;
    margin-top: 30px;
    margin-left: 15px;
  }
  .title-access .title {
    padding-bottom: 0;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .access-title {
    background-image: url("../images/accessback.png");
    background-size:cover;
  }
}

/** -----------------------------------
    コンタクト
-------------------------------------**/
#contact {
}

#contact .section-inner{
  background-color: #fdfac7;
  margin-top: 50px;
  padding-bottom: 40px;
}

#contact h2.large {
  text-align: center;
}

#contact p.medium {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-align: center;
}


.title-contact {
  text-align: center;
  margin-bottom: 16px;
}

.icon-contact {
  width: 130px;
  margin-bottom: 10px;
}

.title-contact .title {
  font-family: 'Cabin', sans-serif;
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
 }

 .button_contact a {
     position: relative;
     display: flex;
     justify-content: space-around;
     align-items: center;
     margin: 0 auto;
     max-width: 450px;
     padding: 25px 35px;
     color: #FFF;
     transition: 0.3s ease-in-out;
     font-weight: bold;
     background: #ea5432;
     filter: drop-shadow(0px 2px 4px #ccc);
     border-radius: 3px;
     border-radius: 50px;
     margin-top: 30px;
     letter-spacing: 0.02em;
     font-size: 25px;
 }
 .button_contact a:after {
     content: '';
     width: 10px;
     height: 10px;
     border-top: 3px solid #FFF;
     border-right: 3px solid #FFF;
     transform: rotate(45deg) translateY(-50%);
     position: absolute;
     top: 46%;
     right: 20px;
     border-radius: 1px;
     transition: 0.3s ease-in-out;
 }
 .button_contact a:hover {
     transform: translateY(-2px);
     box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
 }

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  #contact {
  }
  #contact .button-contact {
    max-width: 90%;
    margin: 0 auto;
  }
  #contact p.medium {
    margin: 20px 0;
    text-align: left;
  }
  .icon-contact {
    width: 30%;
    margin-top: 0;
    margin-left: 15px;
  }
  .title-contact .title {
    font-size: 20px;
  }
}

/** -----------------------------------
    thanks画面
-------------------------------------**/
#thanks{
}
.icon-thanks {
  width: 130px;
  margin-bottom: 10px;
  margin-top: 120px;
  margin-bottom: 20px;
}

#thanks .title {
  color: #ea5432;
}

#thanks h2.large {
  text-align: center;
}

#thanks p.medium {
  text-align: center;
}

.thanks-page {
  background-color: #fdfac7;
  margin-top: 30px;
  padding: 25px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1023px) {
  #thanks p.medium {
    text-align: left;
  }
}
/** -----------------------------------
    お問い合わせフォーム
-------------------------------------**/
* {
  box-sizing: border-box;
}

.icon-contactform {
  width: 130px;
  margin-bottom: 10px;
  margin-top: 40px;
}

 .section-form {
  width: 100%;/*横幅*/
  margin: 0 auto;/*中央寄せ*/
  padding: 60px 20px;
}

.contact-ttl{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0.05em;
  border-bottom: dotted 3px #ea5432;
}

.contact-r-ttl{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0.05em;
  border-bottom: dotted 3px #ea5432;
}

.contact-table {
  width: 100%;
  margin: -1px;
}

.contact-item,
.contact-body {
  padding: 20px;
  border: 1px solid #ccc;
}

.contact-item {
  text-align: left; /* テキスト左寄せ */
  width: 30%; /* 横幅30%指定（グレーの背景色部分） */
  background-color: #eee; /* グレーの背景色 */
}

.contact-body {
  width: 70%; /* 横幅70%指定（白背景色部分） */
}

.form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
}

.contact-sex + .contact-sex {
  margin-left: 10px;
}

.contact-sex-txt {
  margin-left: 5px;
}

.form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-skill {
  display: block;
}

.contact-skill + .contact-skill {
  margin-top: 10px;
}

.contact-skill-txt {
  margin-left: 5px;
}

.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-submit {
  width: 250px; /* 横幅指定 */
  background-color: #ea5432; /* 背景色 */
  color: #fff; /* 文字色 */
  font-weight: bold; /* 文字の太さ */
  display: block; /* インライン要素をブロック要素に変更 */
  margin: 35px auto; /* 中央寄せ */
  font-size: 18px; /* 文字の大きさ */
  padding: 20px; /* 内側の余白 */
  border-radius: 100vh; /* 角丸指定 */
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  text-align: center;
}
.contact-submit:hover {
  opacity: 0.6;
}

#お問い合せ p.medium {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1023px) {
  #contact {
  }
  #contact .button-contact {
    max-width: 90%;
    margin: 0 auto;
  }
  #お問い合せ p.medium {
    font-size: 17px;
  }
  .icon-contact {
    width: 30%;
    margin-top: 0;
    margin-left: 15px;
  }
  .title-contact .title {
    padding-bottom: 0;
  }
  .button_contact a {
      max-width: 100%;
      padding: 20px 25px;
      font-size: 20px;
  }
  .contact-item {
    width: 100%;
    display: block;
  }
  .contact-body {
    width: 100%;
    display: block;
  }
  .contact-ttl {
    font-size: 35px;
  }
  .icon-contactform {
    width: 40%;
  }
  .contact-r-ttl {
    margin-top: 40px;
  }

}

/** -----------------------------------
    体験レッスン予約フォーム
-------------------------------------**/
.title-reserve {
  text-align: center;
  margin-bottom: 16px;
}

.icon-reserve {
  width: 160px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.title-reserve .title {
  font-family: 'Cabin', sans-serif;
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
 }

 #reserve p.small {
   text-align: center;
   padding-bottom: 50px;
   font-size: 15px;
 }

 #reserve p.small-attention {
   text-align: center;
   padding: 20px;
   padding-bottom: 40px;
   margin: 30px;
   background-color: #eee;
   font-size: 15px;
 }

 .button_reserve a {
     position: relative;
     display: flex;
     justify-content: space-around;
     align-items: center;
     margin: 0 auto;
     max-width: 50%;
     padding: 25px 35px;
     color: #FFF;
     transition: 0.3s ease-in-out;
     font-weight: bold;
     background: #ea5432;
     filter: drop-shadow(0px 2px 4px #ccc);
     border-radius: 3px;
     border-radius: 50px;
     margin-top: 50px;
     margin-bottom: 80px;
     letter-spacing: 0.04em;
     font-size: 25px;
 }

 .button_schedule a:after ,
 .button_reserve a:after {
     content: '';
     width: 10px;
     height: 10px;
     border-top: 3px solid #FFF;
     border-right: 3px solid #FFF;
     transform: rotate(45deg) translateY(-50%);
     position: absolute;
     top: 46%;
     right: 20px;
     border-radius: 1px;
     transition: 0.3s ease-in-out;
 }

 .button_schedule a:hover ,
 .button_reserve a:hover {
     transform: translateY(-2px);
     box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
 }

.button_schedule a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 50%;
  padding: 25px 35px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  background: #ea5432;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 3px;
  border-radius: 50px;
  margin-bottom: 80px;
  letter-spacing: 0.04em;
  font-size: 25px;
}

 /** -------- スマホ -------- **/
 @media screen and (max-width: 1023px) {
  .icon-reserve {
     width: 40%;
   }

  .title-reserve .title {
    font-size: 20px;
  }

  .contact-r-ttl {
    font-size: 35px;
  }

  #reserve p.small {
    padding-bottom: 40px;
    text-align: left;
  }

  #reserve p.small-attention {
    text-align: left;
    padding: 17px;
    padding-bottom: 30px;
    margin: 30px;
  }

  .button_reserve a {
      max-width: 100%;
      margin-top: 40px;
      font-size: 15px;
      text-align: center;
      line-height: normal;
  }

  .button_schedule a {
      max-width: 90%;
      font-size: 15px;
      text-align: center;
  }

 }

/** -----------------------------------
    フッター
-------------------------------------**/
#footer {
  background-color: #ea5432;
  text-align: center;
  padding: 40px 0;
  margin-top: 50px;
}

#footer a {
  color: #FFFFFF;
}

.footer-link, .copyright {
  font-size: 15px;
}

.copyright {
  color: #FFFFFF;
}

.footer-link {
  margin-bottom: 20px;
}

.footer-link li {
  display: inline;
  margin-right: 20px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 912px) {
  #footer {
    padding: 40px 0 20px 0;
  }
  .footer-link {
    margin-bottom: 70px;
  }
  .footer-link li {
    display: block;
    margin: 0 0 20px 0;
  }
}
