@charset "UTF-8";
 
/* ====================================
	共通スタイル
 ==================================== */

 main[data-footer-type] {
  padding-bottom: 0;
}

/* 背景色設定 */
.bg-base-color {
  background-color: #CEEFFF;
}

#mainVisual,
.product-section,
#pageTop {
  background-color: #34A6D9;
}

.product-section,
#pageTop {
  box-shadow: 0 1px 0 #34A6D9;
  /* Safari対応 */
}

.sub-section:not(.bg-base-color) {
  background-color: #fff;
}

.main-section {
  position: relative;
}

/* メインビジュアル生徒画像 */
.bg-illust {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 120px;
  background: url('images/mainvisual-illust-sp.png') repeat-x left bottom/auto 100%;
}

/* セクション区切り波形 */
.svg-wave-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.svg-wave-wrap svg {
  position: relative;
  display: block;
  width: calc(125% + 1.3px);
  height: 50px;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {


  .sp-ma {
    margin-inline: auto;
  }

  .pc-only {
    display: none;
  }

  /* メインビジュアル */
  #mainVisual {
    position: relative;
  }

  .mv-contents {
    padding: 50px 10% 90px;
  }

  .mv-product-img-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 15%;
  }

  .mv-title-container {
    max-width: 400px;
    margin: 0 auto 30px;
    padding: 25px 0 15px;
    background-color: #fff;
    box-shadow: 5px 5px 0px #9DE0FF;
    border-radius: 30px;
    text-align: center;
    position: relative;
  }

  .mv-catch {
    width: 170px;
    padding: 6px 0;
    font-size: 1.7rem;
    line-height: 1.2;
    background-color: #fff;
    box-shadow: 3px 3px 0px #9DE0FF;
    border: 3px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(0deg, -4deg) translate(-20px, -70%);
  }

  .mv-logo {
    width: 150px;
  }

  .mv-name {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  /* メインセクション */
  .main-section {
    padding: 40px 0 130px;
    text-align: center;
  }

  .main-text {
    font-size: 1.5rem;
    line-height: 2;
  }

  .main-text-kurutto {
    margin-top: 30px;
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .main-text-kurutto .kurutto {
    font-size: 2.7rem;
  }

  /* サブセクション */
  .sub-section {
    padding: 60px 0 180px;
    text-align: center;
    position: relative;
  }

  .sub-header-wrap {
    display: inline-block;
    width: 90%;
    max-width: 360px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }

  .sub-header {
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 30px;
    box-shadow: 5px 5px 0px #9DE0FF;
    position: relative;
  }

  .sub-header::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-8px, 3px);
  }

  .sub-header::before {
    border-style: solid;
    border-color: #9DE0FF transparent transparent transparent;
    border-width: 22px 14px 0 14px;
    bottom: -22px;
  }

  .sub-header-fukidashi {
    padding: 20px 20px 20px;
  }

  .sub-header-fukidashi::before,
  .sub-header-fukidashi::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .sub-header-fukidashi::before {
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 22px 14px 0 14px;
    bottom: -22px;
  }

  .sub-header-fukidashi::after {
    border-style: solid;
    border-color: #FAFAFA transparent transparent transparent;
    border-width: 17px 11px 0 11px;
    bottom: -17px;
  }

  .sub-aruaru {
    width: 120px;
    padding: 3px 0;
    font-size: 1.3rem;
    background-color: #FFFF00;
    box-shadow: 3px 3px 0px #9DE0FF;
    border: 3px solid #000;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sub-title-nayami {
    font-size: 1.6rem;
  }

  .sub-contents {
    max-width: 600px;
    margin: 50px auto 0;
    padding: 40px 5% 30px;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 30px;
    position: relative;
  }

  .sub-nayamuhito {
    width: 100px;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .sub-kurutto {
    display: inline-block;
    width: 170px;
    margin-bottom: 20px;
    padding: 3px 0;
    font-size: 1.6rem;
    background-color: #fff;
    box-shadow: 3px 3px 0px #9DE0FF;
    border: 3px solid #000;
    transform: skew(0deg, -4deg);
  }

  .sub-title {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 900;
    text-shadow: 2px 2px 0px #CEEFFF;
  }

  .sub-illust {
    padding-bottom: 70px;
    position: relative;
  }

  #sub03 .sub-illust {
    padding-bottom: 90px;
  }

  .dialogues {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* 詳細はこちら */
  .product-section {
    padding: 60px 0 0;
    position: relative;
  }

  #productDeco01 {
    width: 80px;
    position: absolute;
    top: 0;
    left: 8%;
    transform: translate(0px, -140px);
  }

  #productDeco02 {
    width: 80px;
    position: absolute;
    top: 0;
    left: 8%;
    transform: translate(80px, -140px);
  }

  .product-contents {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }

  .product-img-container {
    max-width: 200px;
    margin: 0 auto 30px;
  }

  .product-text {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }

  .product-name {
    font-size: 1.7rem;
  }

  .product-section .btn-detail {
    margin-top: 20px;
  }

  .product-section .btn-detail a {
    display: inline-block;
    padding: .8em 2em 0.8em 1.5em;
    font-size: 1.4rem;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
  }

  .product-section .btn-detail a::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/products/common/images/chevron-right-solid-w.svg);
    background-repeat: no-repeat;
    background-position: right .8em center;
    background-size: .8em auto;
    position: absolute;
    top: 0;
    left: 0;
  }

}

@media only screen and (min-width: 768px) {
  .less-s {
    display: none;
  }
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {

  .sp-only {
    display: none;
  }

  /* セクション区切り波形 */
  .svg-wave-wrap {
    transform: none;
  }

  .svg-wave-wrap svg {
    width: calc(145% + 1.3px);
    height: 100px;
  }

  /* メインビジュアル生徒画像 */
  .bg-illust {
    height: 240px;
    background: url('images/mainvisual-illust.png') repeat-x left bottom/auto 100%;
  }

  /* メインビジュアル */
  #mainVisual {
    height: 560px;
    position: relative;
  }

  .mv-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 920px;
    height: 440px;
    margin: 0 auto;
  }

  .mv-product-img-container {
    flex: 1;
  }

  .mv-product-img {
    width: 320px;
  }

  .mv-title-container {
    width: 410px;
    height: 210px;
    margin-right: 100px;
    padding-top: 60px;
    background-color: #fff;
    box-shadow: 10px 10px 0px #9DE0FF;
    border-radius: 38px;
    text-align: center;
    position: relative;
  }

  .mv-catch {
    width: 240px;
    padding: 6px 0;
    font-size: 2.4rem;
    line-height: 1.2;
    background-color: #fff;
    box-shadow: 5px 5px 0px #9DE0FF;
    border: 3px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(0deg, -4deg) translate(-20px, -50%);
  }

  .mv-logo {
    width: 256px;
  }

  .mv-name {
    margin-top: 20px;
    font-size: 2.6rem;
    line-height: 1.2;
  }

  /* メインセクション */
  .main-section {
    padding-top: 7rem;
    padding-bottom: 18rem;
    text-align: center;
  }

  .main-text {
    font-size: 1.8rem;
    line-height: 2;
  }

  .main-text-kurutto {
    margin-top: 3rem;
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .main-text-kurutto .kurutto {
    font-size: 4rem;
  }

  /* サブセクション */
  .sub-section {
    padding: 8rem 0 23rem;
    text-align: center;
    position: relative;
  }

  .sub-header-wrap {
    display: inline-block;
    min-width: 430px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-290px, 0);
    z-index: 1;
  }

  .sub-header {
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 38px;
    box-shadow: 5px 5px 0px #9DE0FF;
    position: relative;
  }

  .sub-header::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(5px, -5px);
  }

  .sub-header::before {
    border-style: solid;
    border-color: transparent transparent transparent #9DE0FF;
    border-width: 14px 0 14px 26px;
    right: -26px;
  }

  .sub-header-fukidashi {
    padding: 20px 20px 20px;
  }

  .sub-header-fukidashi::before,
  .sub-header-fukidashi::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }

  .sub-header-fukidashi::before {
    border-style: solid;
    border-color: transparent transparent transparent #000;
    border-width: 16px 0 16px 26px;
    right: -26px;
  }

  .sub-header-fukidashi::after {
    border-style: solid;
    border-color: transparent transparent transparent #FAFAFA;
    border-width: 13px 0 13px 21px;
    right: -21px;
  }

  .sub-aruaru {
    width: 180px;
    padding: 6px 0;
    font-size: 1.8rem;
    background-color: #FFFF00;
    box-shadow: 5px 5px 0px #9DE0FF;
    border: 3px solid #000;
    position: absolute;
    top: -35px;
    left: 0;
  }

  .sub-title-nayami {
    font-size: 1.8rem;
  }

  .sub-contents {
    max-width: 900px;
    margin: 40px auto 0;
    padding: 70px 8% 60px;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 30px;
    position: relative;
  }

  .sub-nayamuhito {
    width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(250px, -55%);
  }

  .sub-kurutto {
    display: inline-block;
    width: 230px;
    margin-bottom: 30px;
    padding: 6px 0;
    font-size: 2rem;
    background-color: #fff;
    box-shadow: 5px 5px 0px #9DE0FF;
    border: 3px solid #000;
    transform: skew(0deg, -4deg);
  }

  .sub-title {
    margin-top: 30px;
    font-size: 2.8rem;
    font-weight: 900;
    text-shadow: 5px 5px 0px #CEEFFF;
  }

  .sub-illust {
    padding-bottom: 80px;
    position: relative;
  }

  #sub03 .sub-illust {
    padding-bottom: 120px;
  }

  .dialogues {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* 詳細はこちら */
  .product-section {
    padding: 60px 0 0;
    position: relative;
  }

  #productDeco01 {
    width: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-490px, -180px);
  }

  #productDeco02 {
    width: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-360px, -180px);
  }

  .product-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 960px;
    margin: 0 auto;
  }

  .product-img-container {
    flex: 1;
  }

  .product-img {
    width: 280px;
  }

  .product-text-container {
    width: 60%;
  }

  .product-text {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }

  .product-name {
    font-size: 2.4rem;
  }

  .product-section .btn-detail {
    margin-top: 30px;
    width: 340px;
  }

  .product-section .btn-detail a {
    display: inline-block;
    padding: 1em 2.5em 1em 2em;
    font-size: 1.8rem;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
  }

  .product-section .btn-detail a::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/products/common/images/chevron-right-solid-w.svg);
    background-repeat: no-repeat;
    background-position: right .8em center;
    background-size: .8em auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}