html {
  max-width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: 'Gotham SSm A', 'Gotham SSm B', '-apple-system', 'BlinkMacSystemFont',
    'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Original Yu Gothic', 'Yu Gothic',
    'YuGothic', 'Meiryo', 'sans-serif';
  margin: 0;
  letter-spacing: 0.04em;
  color: #333;
}

h2 {
  margin: 28px 0;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  height: 60px;
  background-size: 156px;
}

header.is-scrolled {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.header-logo.is-scrolled {
  background: url(../img/logo_black.png) no-repeat 20px center;
  flex-grow: 2;
  background-size: 120px;
}

.header-cv.is-scrolled {
  opacity: 1;
  background: linear-gradient(100.59deg, #FF77A8 0%, #D468A7 103.13%);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

.header-cv.is-scrolled div:first-child {
  padding-bottom: 4px;
}

.header-cv {
  display: none;
}

.header-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 10px;
  width: 80px;
  text-decoration: none;
  padding: 12px 0;
  cursor: pointer;
}

.header-login.is-scrolled {
  background: #333;
}

.header-login img {
  display: block;
  margin: 0 auto;
  width: 16px;
  padding-bottom: 2px;
}

.top-section {
  /* FVをビデオに変更するためコメントアウト */
  /* background: url(../img/bg-top-section-billy-red-sp.png) no-repeat;
  background-size: cover;
  background-position: 100% 0%; */
  position: relative;
  overflow: hidden;
}

.top-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.top-section-image {
    width: 100%;
}

.top-section-fv-sp {
  width: 100%;
  margin-bottom: -3px;
}

.top-section-fv {
  display: none;
}

.top-section-inner {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  z-index: 1;
  top: 0;
}

.top-section-free {
  display: inline-block;
  position: relative;
  width: 265px;
  height: 30px;
  line-height: 30px;
  margin: 50% 0 8px;
  text-align: center;
  background: url(../img/top-section-free-sp.png) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}

.top-section-copy {
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0px 2px 10px rgba(128, 0, 74, 0.2);
  letter-spacing: 0.1em;
}

.top-section-copy-em1 {
  font-size: 32px;
  color: #BFFFFB;
}

.top-section-copy-em2 {
  font-size: 28px;
  color: #BFFFFB;
}

.top-section-button {
  z-index: 10;
  position: relative;
}

.underline-light-blue {
  background: linear-gradient(transparent 60%, rgba(101, 195, 202, .5) 40%);
}

.underline-blue {
  background: linear-gradient(transparent 60%, #10BBBF 40%);
}

/* インストラクターセクション
======================================== */
.instructor-section {
  position: relative;
  background: url(../img/bg-instructor-section-box.png) no-repeat top center;
  background-size: contain;
  background-color: #FDF9FA;
}

/* 背景画像を透過する */
.instructor-section-opacity {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-top: 80%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #FDF9FA 100%);
  background-blend-mode: lighten;
}

.instructor-section-inner {
  position: relative;
  padding: 48px 0 20px;
}

.instructor-section-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
}

.instructor-section-title-em {
  background: linear-gradient(transparent 70%, rgba(242, 138, 185, 0.5) 70%);
}

.instructor-section-title-small {
  font-size: 24px;
}

.instructor-section-description {
  font-weight: bold;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
}

.instructor-section-description-em {
  color: #FE5FA9;
}

.instructor-section-list {
  margin-top: 44px;
  padding: 0;
}

.instructor-section-item {
  display: flex;
}

.instructor-section-item:nth-child(even) {
  flex-direction: row-reverse;
}

.instructor-section-photo img {
  width: 124px;
}

.instructor-section-info {
  padding: 20px;
}

.instructor-section-service {
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
}

.instructor-section-name-en {
  margin-top: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #67D2E7;
}

.instructor-section-item:nth-child(even) .instructor-section-name-en {
  color: #FE5FA9;
}

.instructor-section-name-ja {
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  color: #67D2E7;
}

.instructor-section-item:nth-child(even) .instructor-section-name-ja {
  color: #FE5FA9;
}

.instructor-section-text-list {
  margin-top: 24px;
  list-style-type: none;
}

.instructor-section-text-item {
  font-size: 12px;
  line-height: 160%;
}

.instructor-section-text-item::before {
  content: '・';
}


/* プログラムセクション
======================================== */
.program-section {
  background-color: #3B424B;
}

.program-section-inner {
  padding: 50px 10px 20px;
}

.program-section-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 150%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

.program-section-title-em {
  background: linear-gradient(transparent 70%, rgba(235, 251, 138, 0.3) 70%);
}

.program-section-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.program-section-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 49%;
  height: 100px;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #fff;
}

.program-section-item {
  position: relative;
}

.program-section-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.program-section-item-name {
  position: relative;
}

.program-section-item:last-child .program-section-item-name {
  font-size: 14px;
}

.program-section-billy {
  position: relative;
  width: 100%;
  padding-top: 50%;
}

.program-section-billy iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.program-section-billy-name {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 32px);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.program-section-box {
  margin-top: 28px;
  text-align: center;
}

.program-section-box-caption {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}

.program-section-box-caption::before {
  position: absolute;
  bottom: -8px;
  display: block;
  content: ' ';
  width: 100%;
  border-bottom: #fff 1px solid;
}

.program-section-box-arrow {
  position: absolute;
  left: calc(50% - 10px);
  bottom: -28px;
  display: block;
  content: ' ';
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
}

.program-section-box-arrow::after {
  position: absolute;
  left: calc(50% - 10px);
  bottom: -8px;
  display: block;
  content: ' ';
  width: 0px;
  height: 0px;
  border-color: #3B424B transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
}

.program-section-box-em {
  color: #78c4ca;
}

.program-section-box-text {
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  line-height: 180%;
  text-align: center;
  color: #fff;
}

.program-section-box-text-em {
  color: #EBFB8A;
}


/* スケジュールセクション
======================================== */

.schedule-section {
  background-color: #F1F1F1;

}

.schedule-section-inner {
  padding: 50px 0px 12px;
}

.schedule-section-title {
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
}

.schedule-section-title-em {
  background: linear-gradient(transparent 70%, rgba(103, 210, 232, 0.3) 70%);
}

.schedule-section-image {
  width: 100%;
  margin-top: -10%;
}

.schedule-section-text {
  margin-top: -10%;
  font-weight: bold;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.1em;
}

.schedule-section-text-em {
  color: #FE5FA9;
}


/* バッチセクション
======================================== */

.badge-section {
  background: url(../img/bg-badge-section-sp.png) no-repeat top center;
  background-size: cover;
}

.badge-section-inner {
  position: relative;
  padding: 50px 0px 12px;
  text-align: center;
}

.badge-section-title {
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}

.badge-section-title-em {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  background: linear-gradient(transparent 70%, rgba(255, 120, 183, 0.7) 70%);
}

.badge-section-image {
  width: 248px;
  margin-top: 8px;
}

.badge-section-text {
  margin-top: 36px;
  font-weight: bold;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.1em;
}

.badge-section-text-em {
  color: #65C3CA;
}


/* メディアセクション
======================================== */

.media-section {
  position: relative;
  background-color: #65C3CA;
}

.media-section-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px 12px;
  text-align: center;
  background: url(../img/bg-media-section-sp.svg) no-repeat;
  background-size: cover;
}

.media-section-title {
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}

.media-section-title-em {
  background: linear-gradient(transparent 70%, rgba(235, 251, 138, 0.4) 70%);
}

.media-section-image {
  position: relative;
  margin-top: 24px;
  width: 100%;
  max-width: 600px;
}

.media-section-text {
  position: relative;
  margin-top: 28px;
  font-weight: bold;
  font-size: 15px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}

.media-section-cta {
  width: 100%;
}

.media-section-cta a {
  position: relative;
  margin-top: 32px;
}

.media-section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  width: 100%;
  background: linear-gradient(180deg, rgba(101, 195, 202, 0) 0%, #65C3CA 50%, #65C3CA 100%, #65C3CA 100%);
}


/* SNSセクション
======================================== */

.sns-section {
  background: #F1F1F1;
}

.sns-section-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 68px 20px 20px;
  background: url(../img/bg-sns-section.svg) no-repeat;
  background-size: contain;
}

.sns-section-title {
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
}

.sns-section-title-em {
  background: linear-gradient(transparent 70%, rgba(103, 210, 232, 0.3) 70%);
}

.sns-section-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 32px;
  max-width: 540px;
}

.sns-section-item {
  position: relative;
  margin-bottom: 12px;
}

.sns-section-item::after {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  content: ' ';
  width: 16px;
  height: 16px;
  background: url(../img/sns-section-like.png) no-repeat;
  background-size: contain;
}

.sns-section-item img {
  width: 140px;
}

.sns-section-cta {
  width: 100%;
}


/* ビフォアアフターセクション
======================================== */

.after-section {
  background: #444444;
}

.after-section-inner {
  position: relative;
  padding: 40px 20px 20px;
  background: url(../img/bg-after-section-sp.svg) no-repeat;
  background-size: cover;
}

.after-section-title {
  margin: 0;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  text-align: right;
  letter-spacing: 0.1em;
  color: #FFF;
  opacity: 0.5;
}

.after-section-title-ja {
  position: absolute;
  top: 96px;
  right: 180px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  text-align: right;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  opacity: 0.5;
}

.after-section-user {
  margin-top: 36px;
  background: rgba(51, 51, 51);
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}

.after-section-image {
  margin-top: 12px;
  width: 100%;
}

.after-section-text {
  margin-top: 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

.after-section-note {
  margin-top: 20px;
  font-size: 10px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}


/* ユーザーの声セクション
======================================== */

.voice-section-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 40px 20px 20px;
  background: url(../img/bg-voice-section-sp.png) no-repeat;
  background-size: contain;
}

.voice-section-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
}

.voice-section-title-em {
  background: linear-gradient(transparent 70%, rgba(242, 138, 185, 0.5) 70%);
}

.voice-section-list {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}

.voice-section-item {
  display: flex;
  margin-bottom: 40px;
}

.voice-section-item:nth-child(even) {
  flex-direction: row-reverse;
}

.voice-section-avator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.voice-section-avator-image {
  width: 80px;
  height: 80px;
  background: #65C3CA;
  border-radius: 50%;
}

.voice-section-avator-text {
  margin-top: 8px;
  font-size: 10px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
}

.voice-section-message {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  padding: 16px;
}

.voice-section-message-em {
  font-weight: bold;
}

.voice-section-item:nth-child(odd) .voice-section-message {
  margin-left: 12px;
  background: #F5F5F5;
  border-radius: 0px 40px 40px 40px;
}

.voice-section-item:nth-child(even) .voice-section-message {
  margin-right: 12px;
  background: #F5F5F5;
  border-radius: 40px 0px 40px 40px;
}

.voice-section-cta {
  width: 100%;
}


/* プライスセクション
======================================== */

.price-section {
  background: url(../img/bg-price-section-sp.svg) no-repeat;
  background-size: cover;
  padding: 32px 16px 64px;
}

.price-section-title {
  background: url(../img/price-section-title-sp.svg) no-repeat center;
  background-size: 80%;
  padding-bottom: calc(100%*199/608);
}

.price-section-table {
  width: 100%;
  color: #fff;
  margin-top: 32px;
  text-align: center;
  white-space: nowrap;
  border-spacing: 5px;
}

.price-section-table td {
  background: #3C434A;
  font-size: 11px;
  padding: 16px 0;
}

.price-section-table td:last-child {
  background: #65C3CA;
  font-size: 14px;
  font-weight: bold;
}

.price-section-table tr:first-child td:first-child {
  background: none;
}

.price-section-supplement {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  margin-top: 24px;
}

.br-spInvisible {
  display: none;
}


/* FAQセクション
======================================== */

.faq-section {
  background: url(../img/bg-faq-section-sp.svg) no-repeat;
  background-size: cover;
  padding: 32px 16px 64px;
}

.faq-section-title {
  background: url(../img/faq-section-title-sp.svg) no-repeat left;
  background-size: 80%;
  padding-bottom: calc(80%*59/385);
  max-width: 500px;
}

.faq-box-container {
  padding-top: 40px;
}

.faq-box {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 0 16px 0 36px;
  overflow: hidden;
}

.faq-box {
  margin-top: 24px;
}

.faq-question {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}

.faq-question::before {
  content: '';
  background: url(../img/icon-faq-q.svg) no-repeat;
  opacity: .5;
  position: absolute;
  top: 12px;
  left: -36px;
  width: 40px;
  height: 40px;
}

.faq-answer {
  display: none;
  font-size: 12px;
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #c4c4c4;
}

.faq-answer.is-show {
  display: block;
}

.faq-answer::before {
  content: '';
  background: url(../img/icon-faq-a.svg) no-repeat;
  opacity: .5;
  position: absolute;
  top: 20px;
  left: -36px;
  width: 40px;
  height: 40px;
}

.ba-section {
  background: url(../img/bg-ba-section-sp.svg) no-repeat;
  background-size: cover;
  padding: 32px 16px 30px;
}

.ba-section-button-wrapper {
  margin-top: 24px;
}

.ba-section-button {
  box-sizing: border-box;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: calc(100% - 16px);
  max-width: 500px;
  padding: 20px 32px;
  border-radius: 100px;
  background: linear-gradient(100.59deg, #FF77A8 0%, #D468A7 103.13%);
  white-space: nowrap;
  z-index: 1;
  text-align: center;
  margin: 0px auto 0px auto;
}

.ba-section-title {
  background: url(../img/ba-section-title-sp.svg) no-repeat right;
  background-size: 70%;
  padding-bottom: calc(70%*145/440);
  max-width: 600px;
  margin: 0 28px 0 auto;
}

.ba-section-username {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  background: rgba(51, 51, 51, 0.7);
  border-radius: 5px;
  text-align: center;
  padding: 6px 0;
  margin-top: 40px;
}

.ba-section-comparison {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 16px;
}

.ba-comparison-item {
  width: calc(100% / 2 - 8px);
  text-align: center;
}

.ba-comparison-item-mv {
  width: 100%;
}

.ba-comparison-item-label {
  height: 12px;
  margin: 10px 0
}

.ba-section-description {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 16px;
}

footer {
  text-align: center;
  background: #3B424B;
  padding: 24px
}

.footer-logo {
  width: 120px;
  margin-bottom: 16px;
}

.footer-line {
  width: 200px;
  margin-bottom: 16px;
}

.footer-link {
  list-style: none;
  padding: 0;
  font-weight: bold;
  margin-bottom: 32px;
}

.footer-link li {
  margin-bottom: 4px;
}

.footer-link a {
  font-size: 12px;
  text-decoration: none;
  color: #95A0AC;
}

.footer-copyright {
  font-size: 10px;
  color: #95A0AC;
}

/* =====================================
  汎用スタイル
======================================== */

/* SPのみ表示
======================================== */
.is-only-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-only-sp {
    display: block !important;
  }
}

/* PCのみ表示
======================================== */
@media screen and (max-width: 767px) {
  .is-only-pc {
    display: none !important;
  }
}

/* 各セクションのヘッダー
======================================== */
.section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 42px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  background-color: #fff;
}

.section-heading-number {
  font-weight: bold;
  font-size: 25px;
  color: #67D2E7;
  margin-left: 6px;
  line-height: 42px;
}

.section-heading-black {
  background-color: #333333;
  color: #fff;
}


/* CTAボタン
======================================== */
.cta-button {
  box-sizing: border-box;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 24px auto 44px auto;
  width: calc(100% - 70px);
  max-width: 500px;
  padding: 20px 32px;
  border-radius: 75px;
  background: linear-gradient(100.59deg, #65C3CA 0%, #67D2E8 103.13%);
  white-space: nowrap;
  text-align: center;
}

.cta-button-white {
  color: #65C3CA;
  background: #fff;
}

.cta-button-orange {
  color: #fff;
  background: linear-gradient(101.77deg, #FF782D 0%, #FFA723 103.13%);
}

@media screen and (min-width: 768px) {
  header {
    height: 80px;
  }

  header.is-scrolled {
    background: #fff;
  }

  .header-logo {
    background-size: 180px;
    margin-left: 32px;
  }

  .header-logo.is-scrolled {
    background-size: 180px;
  }

  .header-cv.is-scrolled {
    padding: 0 20px;
  }

  .header-cv {
    opacity: 0;
  }

  .header-login {
    padding: 0;
  }

  .header-login.is-scrolled {
    background: #333;
  }

  .header-login img {
    display: block;
    margin: 0 auto;
    width: 16px;
    padding-bottom: 2px;
  }

  .container-inner {
    max-width: 1280px;
    margin: 0 auto;
  }

  .top-section {
    background-size: cover;
    background-position: center top;
  }

  .top-section-free {
    width: 100%;
    height: 50px;
    background: url(../img/top-section-free.png) no-repeat center center;
  }

  .top-section-copy {
    font-size: 48px;
  }

  .top-section-copy-em1 {
    font-size: 62px;
  }

  .top-section-copy-em2 {
    font-size: 48px;
  }

  .top-section-fv-sp {
    display: none;
  }

  .top-section-fv {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }

  .top-section-fv video {
    width: 100%;
  }

  .top-section-back1 {
    position: absolute;
    top: 42px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 2% 0;
    background: #DBA4C4;
    mix-blend-mode: color-burn;
    opacity: 0.2;
    transform: rotate(4.23deg);
  }

  .top-section-back2 {
    position: absolute;
    top: 670px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 102%;
    padding: 2% 0;
    background: #DBA4C4;
    mix-blend-mode: color-burn;
    opacity: 0.3;
    transform: rotate(-8.28deg);
  }

  .top-section-back-box {
    width: 6vw;
    height: 0;
    padding-top: 4%;
    left: -0.73px;
    top: 24.03px;
    background: #E5E5E5;
    border-radius: 5px;
  }

  .top-section-inner {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 360px 0 64px 0;
  }

  .top-section-free {
    margin: 0 0 8px;
  }

  .top-section-opacity {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 480px;
    background: linear-gradient(180deg, rgba(242, 138, 185, 0) 0%, #F28AB9 100%);
  }

  .top-section-button {
    margin: 80px auto 48px auto;
    width: 400px;
  }

  .underline-light-blue {
    background: linear-gradient(transparent 60%, rgba(101, 195, 202, .5) 40%);
  }

  .underline-blue {
    background: linear-gradient(transparent 60%, #10BBBF 40%);
  }


  /* インストラクターセクション
  ======================================== */
  .instructor-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FDF9FA;
    height: 1220px;
  }

  .instructor-section-inner {
    width: 97%;
    max-width: 1024px;
    padding: 48px 0 0;
  }

  .instructor-section-title {
    font-size: 44px;
  }

  .instructor-section-title-small {
    font-size: 32px;
  }

  .instructor-section-list {
    display: flex;
    flex-wrap: wrap;
  }

  .instructor-section-item {
    width: 50%;
    margin-bottom: 60px;
  }

  .instructor-section-item:last-child {
    margin-bottom: 0px;
  }

  .instructor-section-item:nth-child(even) {
    flex-direction: row;
  }

  .instructor-section-info {
    width: 100%;
  }

  .instructor-section-service {
    font-size: 14px;
  }

  .instructor-section-name-en {
    font-size: 24px;
  }

  .instructor-section-name-ja {
    font-size: 14px;
  }

  .instructor-section-text-item {
    font-size: 16px;
  }

  .instructor-section-cta {
    margin-top: 60px;
  }


  /* プログラムセクション
  ======================================== */

  .program-section {
    margin: 0;
  }

  .program-section-title {
    font-size: 44px;
  }

  .program-section-inner {
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0 20px;
  }

  .program-section-list {
    margin: 60px auto 40px;
  }

  .program-section-item {
    width: 24%;
    height: 108px;
    margin-bottom: 12px;
  }

  .program-section-box {
    margin-top: 60px;
  }

  .program-section-box-caption {
    font-size: 20px;
  }

  .program-section-box-caption::before {
    bottom: -12px;
  }

  .program-section-box-arrow {
    bottom: -32px;
  }

  .program-section-box-text {
    margin-top: 42px;
    font-size: 28px;
  }

  .program-section-cta {
    margin-top: 60px;
  }


  /* スケジュールセクション
  ======================================== */

  .schedule-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .schedule-section-inner {
    padding: 80px 0px 20px;
  }

  .schedule-section-title {
    font-size: 44px;
  }

  .schedule-section-image {
    width: 100%;
    max-width: 980px;
    margin-top: -20px;
  }

  .schedule-section-text {
    font-size: 28px;
    margin-top: -20px;
  }

  .schedule-section-cta {
    margin-top: 60px;
  }


  /* バッチセクション
  ======================================== */

  .badge-section {
    min-height: 860px;
    background: url(../img/bg-badge-section.png) no-repeat top center;
    background-size: cover;
  }

  .badge-section-inner {
    min-height: 860px;
    background: url(../img/bg-badge-section-inner.png) no-repeat top center;
    background-size: contain;
  }

  .badge-section::after {
    content: ' ';
  }

  .badge-section-inner .section-heading {
    position: absolute;
    top: 190px;
    left: 55%;
  }

  .badge-section-title {
    position: absolute;
    top: 260px;
    left: 46%;
    font-size: 40px;
  }

  .badge-section-text {
    position: absolute;
    top: 450px;
    left: 50%;
    font-size: 27px;
  }

  .badge-section-image {
    position: absolute;
    top: 130px;
    left: 12%;
    width: 32%;
    max-width: 360px;
    margin: 0;
  }

  .badge-section-cta {
    position: absolute;
    width: 100%;
    top: 700px;
  }


  /* メディアセクション
  ======================================== */

  .media-section-inner {
    padding: 80px 0px 12px;
    background: url(../img/bg-media-section.svg) no-repeat;
    background-size: cover;
  }

  .media-section-title {
    font-size: 44px;
    line-height: 150%;
  }

  .media-section-image {
    width: 60%;
    max-width: unset;
    margin: 48px 0 0 180px;
  }

  .media-section-text {
    position: absolute;
    top: 34%;
    left: 12%;
    font-size: 20px;
  }

  .media-section-cta {
    margin-top: 60px;
  }


  /* SNSセクション
  ======================================== */

  .sns-section-title {
    font-size: 44px;
    line-height: 150%;
  }

  .sns-section-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
  }

  .sns-section-list {
    width: 98%;
    margin-top: 60px;
    max-width: 840px;
  }

  .sns-section-item img {
    width: 220px;
  }

  .sns-section-cta {
    width: 100%;
    margin: 24px;
  }


  /* ユーザーの声セクション
  ======================================== */

  .voice-section-title {
    font-size: 44px;
    line-height: 150%;
  }

  .voice-section-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .voice-section-list {
    width: 600px;
    margin-top: 40px;
  }

  .voice-section-item:nth-child(odd) .voice-section-message {
    margin-left: 20px;
  }

  .voice-section-item:nth-child(even) .voice-section-message {
    margin-right: 20px;
  }

  .voice-section-avator-image {
    width: 100px;
    height: 100px;
    background: #65C3CA;
    border-radius: 50%;
  }

  .voice-section-avator-text {
    font-size: 12px;
  }

  .voice-section-message {
    padding: 32px;
    line-height: 170%;
    font-size: 16px;
  }


  /* バナーセクション */
  .banner-section {
    background: #333333;
    color: #FFFFFF;
    padding: 2%;
    text-align: center;
  }

  .banner-section-title {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  .banner-section-sub-title {
    font-size: 2.0rem;
    letter-spacing: 0.2em;
    font-weight: 600;
    padding: 0.5% 0 1.5% 0;
  }

  .banner-section-description {
    border: solid #FFFFFF;
    border-width: 1px 0 1px 0;
    width: 45%;
    margin: 0 auto;
    margin-top: 2%;
    padding: 1% 0;
    font-size: 1em;
  }

  .banner-img {
    width: 50%;
  }

  .plan-section {
    background: url(../img/bg-plan-section.png) center no-repeat;
    background-size: cover;
    padding: 64px 40px;
    position: relative;
    height: auto;
    overflow-x: hidden;
  }

  .plan-section::after {
    content: '';
    background: url(../img/bg-plan-section-2.png) bottom no-repeat;
    background-size: 1000px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    padding-bottom: calc(1000px*720/1277);
  }

  .plan-section-title {
    background: url(../img/plan-section-title.svg) no-repeat;
    background-size: 400px;
    padding-bottom: calc(400px*282/406);
    margin-bottom: 80px
  }

  .plan-section-description {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    position: static;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }

  .home-section {
    background: url(../img/bg-home-section.svg) no-repeat;
    background-size: cover;
    min-height: 600px;
    position: relative;
    padding: 64px;
  }

  .home-section-title {
    background: url(../img/home-section-title.svg) no-repeat right;
    background-size: 550px;
    padding-bottom: calc(550px*128/513);
    margin-right: 0;
  }

  .home-section-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-section-movie-sp {
    display: none;
  }

  .home-section-movie-pc {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 24px;
  }

  .icon-play {
    width: 10%;
    left: 0;
  }

  .home-section-description {
    font-size: 24px;
    text-align: right;
    margin-left: 40px;
  }

  .goal-section {
    background: url(../img/bg-ba-section.svg) no-repeat center;
    background-size: cover;
    position: relative;
  }

  .goal-section-inner {
    background: url(../img/mv-goal-section.png) no-repeat bottom right;
    padding: 64px;
    min-height: 600px;
  }

  .goal-section-title {
    background: url(../img/goal-section-title.svg) no-repeat left;
    background-size: 250px;
    padding-bottom: calc(250px*253/229);
  }

  .goal-section-mv img {
    display: none;
  }

  .goal-section-description {
    padding: 64px 0 64px;
    font-size: 24px;
    text-align: left;
  }

  .certificate-section {
    background: url(../img/bg-certificate-section.svg) no-repeat;
    background-size: cover;
    padding: 0;
  }

  .certificate-section-inner {
    display: flex;
    justify-content: space-between;
    background: url(../img/bg-certificate-section.png) no-repeat top;
    background-size: cover;
    padding: 64px;
    background-size: 100%;
  }

  .certificate-section-mv {
    text-align: left;
    width: 50%;
    margin-bottom: -32px;
  }

  .certificate-section-title {
    background: url(../img/certificate-section-title.svg) no-repeat right bottom;
    padding-bottom: calc(500px*227/618);
    width: 650px;
  }

  .price-section {
    background: url(../img/bg-price-section.svg) no-repeat;
    background-size: cover;
    padding: 64px;
    height: 440px;
    position: relative;
  }

  .price-section-title {
    background: url(../img/price-section-title.svg) no-repeat left;
    background-size: 450px;
    padding-bottom: calc(450px*177/518);
  }

  .price-section-table {
    position: absolute;
    top: 64px;
    left: 50%;
    width: 40%;
    max-width: 600px;
    color: #fff;
    margin-top: 32px;
    text-align: center;
    white-space: nowrap;
    border-spacing: 5px;
  }

  .price-section-table td {
    font-size: 12px;
  }

  .price-section-table td:last-child {
    font-size: 18px;
  }

  .price-section-supplement {
    margin-top: 210px;
  }

  .br-spInvisible {
    display: block;
  }

  .faq-section {
    background: url(../img/bg-faq-section.svg) no-repeat;
    background-size: cover;
    padding: 64px 64px 128px 64px;
  }

  .faq-section-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: start;
  }

  .faq-section-title {
    background: url(../img/faq-section-title.svg) no-repeat left;
    background-size: 100%;
    padding-bottom: calc(200px*94/158);
    width: 200px;
  }

  .faq-box-container {
    padding-top: 0;
    width: 70%;
    margin-top: -24px;
    margin-right: 48px;
  }

  .faq-box-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .faq-box.flex:first-child {
    margin-right: 24px;
  }

  .faq-box {
    margin-top: 24px;
  }

  .faq-box:not(:first-child) {
    margin-top: 24px;
  }

  .faq-question {
    cursor: pointer;
    font-weight: 600;
  }

  .faq-answer {
    font-size: 14px;
  }

  .ba-section {
    background: url(../img/bg-ba-section.svg) no-repeat;
    background-size: cover;
    padding: 64px;
    position: relative;
    overflow-x: hidden;
  }

  .ba-section-title {
    width: 30%;
    height: 100px;
    background: url(../img/ba-section-title.svg) no-repeat left;
    padding-bottom: calc(350px*127/360);
    margin-right: auto;
    margin-left: 0;
  }

  .ba-section-comparison-wrapper {
    position: absolute;
    width: 40%;
    top: 64px;
    left: 50%;
  }

  .ba-section-description {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin-top: 200px;
  }

  .ba-section-supplement {
    font-size: 12px;
    text-align: left;
    color: #fff;
  }

  .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-logo {
    width: 120px;
    margin-bottom: 0;
  }

  .footer-line {
    width: 200px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .footer-link {
    display: flex;
    margin: 0;
  }

  .footer-link li {
    margin-right: 16px;
    margin-bottom: 0;
  }

  .footer-link a {
    font-size: 12px;
    text-decoration: none;
    color: #95A0AC;
  }

  .footer-copyright {
    margin: 0;
  }

  .section-heading {
    width: 258px;
    height: 54px;
    font-size: 16px;
  }

  .section-heading-number {
    font-size: 32px;
    margin-left: 8px;
    line-height: 64px;
  }
}

@media screen and (min-width: 1500px) {
  .ba-section-button-wrapper {
    margin-top: 88px;
  }
}

.fv-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 0;
}

.fv-image-sp {
  width: 100%;
  top: 0;
}

.header-logo-black {
  background: url(../img/logo_black.png) no-repeat 20px center;
  flex-grow: 2;
  background-size: 120px;
}

.top-section-button-orange {
  box-sizing: border-box;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 20px auto 10px auto;
  width: calc(100% - 48px);
  max-width: 500px;
  padding: 20px 32px;
  border-radius: 100px;
  background: linear-gradient(101.77deg, #FF782D 0%, #FFA723 103.13%);
  white-space: nowrap;
  z-index: 10;
  position: relative;
}


.home-section-button-orange {
  box-sizing: border-box;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: calc(100% - 48px);
  max-width: 500px;
  padding: 20px 32px;
  border-radius: 100px;
  background: linear-gradient(101.77deg, #FF782D 0%, #FFA723 103.13%);
  white-space: nowrap;
  z-index: 1;
  text-align: center;
  margin: 0px auto 0px auto;
}

.goal-section-button-orange {
  box-sizing: border-box;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: calc(100% - 48px);
  max-width: 500px;
  padding: 20px 32px;
  border-radius: 100px;
  background: linear-gradient(101.77deg, #FF782D 0%, #FFA723 103.13%);
  white-space: nowrap;
  z-index: 1;
  text-align: center;
  margin: 0px auto 0px auto;
}

.certificate-section-button-orange {
  box-sizing: border-box;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: calc(100% - 48px);
  max-width: 500px;
  padding: 20px 32px;
  border-radius: 100px;
  background: linear-gradient(101.77deg, #FF782D 0%, #FFA723 103.13%);
  white-space: nowrap;
  z-index: 1;
  text-align: center;
  margin: 0px auto 0px auto;
}

.ba-section-button-orange {
  box-sizing: border-box;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: calc(100% - 16px);
  max-width: 500px;
  padding: 20px 32px;
  border-radius: 100px;
  background: linear-gradient(101.77deg, #FF782D 0%, #FFA723 103.13%);
  white-space: nowrap;
  z-index: 1;
  text-align: center;
  margin: 0px auto 0px auto;
}

.header-cv.is-scrolled {
  opacity: 1;
  background: linear-gradient(303.69deg, #FFA723 0%, #FF782D 100%);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

.collaboration-by {
  width: 45px !important;
  display: block;
  margin: 10px auto;
}

.top-section-reading {
  text-align: center;
}

.top-drstretch-title img {
  max-width: 500px
}

.top-section-subtitle {
  font-weight: bold;
  font-size: 23px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #A78;
  margin-top: 20px;
}

#dr-stretch-logo {
  height: 45px;
}

#leanbody-logo {
  height: 31px;
}

.top-section-inner {
  padding: 193px 0 67px 0;
}

.dr-stretch-section {
  background: #333333;
  height: 350px;
  padding: 30px 28px;
}

.dr-stretch-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  width: 100%;
}

.dr-stretch-color {
  font-size: 25px;
  color: #EBFB8A;
}

.solid-line {
  border: 1px solid #FFFFFF;
}

.instructor-name {
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  margin-top: 25px;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0px;
}

.name-strong {
  font-size: 20px;
}

.dr-stretch-section-movie {
  width: 320px;
  margin: 20px auto;
}

.cv-button-orange {
  box-sizing: border-box;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 20px auto 10px auto;
  width: calc(100% - 48px);
  max-width: 500px;
  padding: 20px 32px;
  border-radius: 100px;
  background: linear-gradient(101.77deg, #FF782D 0%, #FFA723 103.13%);
  white-space: nowrap;
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 350px) {
  .dr-stretch-section-movie {
    width: 265px;
  }
}

@media screen and (max-width: 480px) {
  .br::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (min-width: 1024px) {
  .top-section {
    height: 780px;
  }

  #dr-stretch-logo {
    height: 98px;
  }

  #leanbody-logo {
    height: 70px;
  }

  .top-section-inner {
    padding: 144px 0 64px 0;
  }

  .top-section-subtitle {
    font-size: 34px;
  }

  .top-section-reading {
    text-align: right;
    margin-right: 38px;
    font-size: 20px;
  }

  .fv-image {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
  }

  .top-section-button-orange {
    box-sizing: border-box;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 72px auto 32px auto;
    width: calc(100% - 48px);
    max-width: 500px;
    padding: 20px 32px;
    border-radius: 100px;
    background: linear-gradient(101.77deg, #FF782D 0%, #FFA723 103.13%);
    white-space: nowrap;
    z-index: 10;
    position: relative;
    margin: 40px auto 48px auto;
    width: 400px;
  }

  .header-logo-black {
    background: url(../img/logo_black.png) no-repeat 20px center;
    flex-grow: 2;
    background-size: 220px;
  }

  .dr-stretch-section-movie {
    width: 750px;
    margin: 40px auto;
  }

  .dr-stretch-section {
    background: #333333;
    height: 720px;
    padding: 40px;
  }

  .dr-stretch-title {
    font-weight: bold;
    font-size: 25px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
  }

  .dr-stretch-color {
    font-size: 36px;
    color: #EBFB8A;
  }

  .instructor-name {
    color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-top: 40px;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .name-strong {
    font-size: 35px;
  }

  .home-section-button-orange {
    display: none;
  }

  .goal-section-button-orange {
    display: none;
  }

  .certificate-section-button-orange {
    display: none;
  }

  .ba-section-button-orange {
    display: none;
  }

}
