@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Lora:wght@400;600&display=swap");
img {
  width: 100%;
}

.btn:hover {
  opacity: 0.7;
}

a {
  text-decoration: none;
  color: #393327;
}

a.disabled {
  pointer-events: none;
}

html.is-active {
  overflow: hidden;
}

body {
  max-width: 1440px;
  margin: 0 auto;
  font-size: 16px;
  color: #393327;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: YuMincho, "Yu Mincho", serif;
  min-width: 1024px;
}
@media (max-width: 375px) {
  body {
    max-width: 375px;
    min-width: 375px;
  }
}
body.is-active {
  overflow: hidden;
}

@media (max-width: 375px) {
  .is-pc {
    display: none;
  }
}

.is-sm {
  display: block;
}
@media (min-width: 376px) {
  .is-sm {
    display: none;
  }
}

.is-hover:hover {
  opacity: 0.7;
}

.btn {
  color: #fff;
  background-color: #8B6C3A;
}
.btn:focus, .btn:hover {
  cursor: pointer;
}

.inner {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 375px) {
  .inner {
    max-width: 375px;
  }
}

section {
  padding: 96px 0;
}
@media (max-width: 375px) {
  section {
    padding: 56px 0;
  }
}

.section__title {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 56px;
  font-family: "Lora", serif;
}
@media (max-width: 375px) {
  .section__title {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.section__title--deco::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 32.0754716981%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14.9056603774%;
  background-color: #393327;
}
@media (max-width: 375px) {
  .section__title--deco::after {
    display: none;
  }
}

.section__jpn-title {
  line-height: 1;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 375px) {
  .section__jpn-title {
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-size: 14px;
    margin-top: 0;
  }
}

.header {
  max-width: 1440px;
  height: 120px;
  position: fixed;
  background-color: #fff;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 375px) {
  .header {
    height: 68px;
    max-width: 375px;
    margin-left: 0;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
@media (max-width: 375px) {
  .header__inner {
    height: 68px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-left__menu, .header-right__menu {
  display: inline-block;
}
@media (max-width: 375px) {
  .header-left__menu, .header-right__menu {
    display: none;
  }
}
.header-left__menu:not(:first-child), .header-right__menu:not(:first-child) {
  margin-left: 32px;
}
.header-left__menu-link:hover, .header-right__menu-link:hover {
  color: #8B6C3A;
}
.header__logo {
  width: 130px;
  width: 9.0277777778%;
}
@media (max-width: 375px) {
  .header__logo {
    width: 76px;
    margin-right: auto;
  }
}
.header-left {
  margin-right: auto;
}
.header-left__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-right {
  margin-left: auto;
}
.header-right__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__btn {
  margin-left: 57px;
  margin-left: auto;
  padding: 18px 40px 16px;
  background: linear-gradient(258.82deg, #8B6C3A 21.4%, #B19464 58.78%, #8B6C3A 96.8%);
  border-radius: 2px;
}
@media (max-width: 375px) {
  .header__btn {
    padding: 12px 28px;
    margin-left: 0;
    margin-right: 20px;
  }
}
.header__btn-link {
  color: #fff;
}
.header__drawer-btn {
  width: 28px;
  height: 21px;
}
.header__drawer-btn-link {
  display: block;
  position: relative;
  height: 21px;
  width: 28px;
}
.header__drawer-bar1, .header__drawer-bar2, .header__drawer-bar3 {
  width: 28px;
  height: 1px;
  background-color: #393327;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.header__drawer-bar1.is-active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.header__drawer-bar2 {
  top: 10px;
  width: 22px;
}
.header__drawer-bar2.is-active {
  width: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header__drawer-bar3 {
  top: 20px;
  width: 15px;
}
.header__drawer-bar3.is-active {
  display: none;
}

.drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(100vh + 100px);
  background: rgba(140, 109, 59, 0.7);
  z-index: 5;
  width: 375px;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 375px) {
  .drawer {
    display: block;
  }
}
.drawer.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer__menu {
  padding-top: 124px;
  width: 250px;
  margin-left: auto;
  background-color: #fff;
  height: calc(100vh + 100px);
}
.drawer__menu-link:hover {
  color: #8B6C3A;
}
.drawer__sns {
  font-size: 38px;
  color: #393327;
}
.drawer__sns:not(:first-child) {
  margin-left: 25px;
}
.drawer__sns-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drawer__nav {
  display: block;
  margin-top: 32px;
}
.drawer__nav-menu {
  margin-left: 0;
  margin-top: 24px;
  text-align: center;
}
.drawer__nav-menu-link:hover {
  color: #8B6C3A;
}
.drawer__nav-link {
  color: #393327;
  font-family: "Lora", serif;
  font-size: 14px;
}

.main-visual {
  margin-top: 120px;
  background: url(../img/mv-bg.jpg) no-repeat center center/cover;
  padding-top: 47.2916666667%;
  position: relative;
}
@media (max-width: 375px) {
  .main-visual {
    margin-top: 68px;
    background: url(../img/mv-SP-bg.jpg) no-repeat center center/cover;
    padding-top: 160.5333333333%;
  }
}
.main-visual__text-area {
  position: absolute;
  margin-left: 191px;
  left: 0;
  top: 32.892804699%;
}
@media (max-width: 375px) {
  .main-visual__text-area {
    margin-left: 0;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 40px;
    width: 100%;
    text-align: center;
  }
}
.main-visual__title {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (max-width: 375px) {
  .main-visual__title {
    font-size: 20px;
    line-height: 1.8;
  }
}
.main-visual__title--accent {
  font-size: 40px;
}
@media (max-width: 375px) {
  .main-visual__title--accent {
    font-size: 22px;
    line-height: 1.6363636364;
  }
}
.main-visual__text {
  margin-top: 32px;
  font-size: 22px;
}
@media (max-width: 375px) {
  .main-visual__text {
    margin-top: 12px;
    font-size: 14px;
  }
}

.voice {
  padding: 96px 0;
}
@media (max-width: 375px) {
  .voice {
    padding: 56px 0;
  }
}
.voice__title {
  font-size: 32px;
  color: #8B6C3A;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (max-width: 375px) {
  .voice__title {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
.voice-media {
  margin-top: 80px;
}
@media (max-width: 375px) {
  .voice-media {
    margin-top: 40px;
  }
}
.voice-media__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 375px) {
  .voice-media__item {
    display: block;
  }
}
.voice-media__item:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 375px) {
  .voice-media__item:not(:first-child) {
    margin-top: 40px;
  }
}
.voice-media__item:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice-media__body {
  width: 49.0566037736%;
}
@media (max-width: 375px) {
  .voice-media__body {
    width: 100%;
    margin-top: 20px;
  }
}
.voice-media__img-box {
  width: 42.4528301887%;
}
@media (max-width: 375px) {
  .voice-media__img-box {
    width: 100%;
  }
}
.voice-media__title {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (max-width: 375px) {
  .voice-media__title {
    font-size: 18px;
  }
}
.voice-media__article {
  margin-top: 20px;
}
.voice-media__profile {
  margin-top: 17px;
  text-align: right;
}

.profile__inner {
  max-width: 878px;
}
@media (max-width: 375px) {
  .profile__inner {
    max-width: 335px;
  }
}
.profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 375px) {
  .profile__item {
    display: block;
  }
}
.profile__img-box {
  width: 41.0022779043%;
}
@media (max-width: 375px) {
  .profile__img-box {
    width: 100%;
  }
}
.profile__body {
  width: 48.7471526196%;
}
@media (max-width: 375px) {
  .profile__body {
    width: 100%;
  }
}
.profile__body-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__name {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-family: "Lora", serif;
}
.profile__body-text {
  margin-top: 32px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.profile__message {
  margin-top: 80px;
  padding: 64px 10.2505694761%;
  border: 1px solid #8B6C3A;
}
.profile__message-title {
  text-align: center;
  font-size: 56px;
  line-height: 0.7142857143;
  color: #8B6C3A;
  font-family: "Allura", cursive;
}
.profile__message-text {
  margin-top: 40px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.profile__sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile__sns:not(:first-child) {
  margin-left: 25px;
}
.profile__sns-icon {
  font-size: 38px;
  color: #393327;
}

.worry__img-box {
  position: relative;
}
@media (max-width: 375px) {
  .worry__img-box {
    position: static;
  }
}
.worry__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 878px;
}
@media (max-width: 375px) {
  .worry__inner {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 40px;
    margin-bottom: 56px;
  }
}
.worry__title {
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media (max-width: 375px) {
  .worry__title {
    font-size: 20px;
  }
}
.worry__list {
  padding-top: 33px;
}
.worry__list-text {
  padding-left: 32px;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 375px) {
  .worry__list-text {
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}
.worry__list-text::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #393327;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 375px) {
  .worry__list-text::before {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.worry__list-text:not(:first-child) {
  margin-top: 21px;
}
@media (max-width: 375px) {
  .worry__list-text:not(:first-child) {
    margin-top: 10px;
  }
}
.worry__catch-copy {
  margin-top: 96px;
  margin-bottom: 74px;
  text-align: center;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #8B6C3A;
  position: relative;
}
@media (max-width: 375px) {
  .worry__catch-copy {
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 90px;
  }
}
.worry__catch-copy::after {
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  border-bottom: 1px solid #8B6C3A;
  border-right: 1px solid #8B6C3A;
  left: 50%;
  bottom: -56px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 375px) {
  .worry__catch-copy::after {
    width: 30px;
    height: 30px;
  }
}

.feature-media {
  margin-top: 80px;
}
@media (max-width: 375px) {
  .feature-media {
    margin-top: 40px;
  }
}
.feature-media__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 375px) {
  .feature-media__item {
    display: block;
  }
}
.feature-media__item:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 375px) {
  .feature-media__item:not(:first-child) {
    margin-top: 40px;
  }
}
.feature-media__body {
  width: 50.9433962264%;
}
@media (max-width: 375px) {
  .feature-media__body {
    width: 100%;
  }
}
.feature-media__img-box {
  width: 42.4528301887%;
}
@media (max-width: 375px) {
  .feature-media__img-box {
    width: 100%;
  }
}
.feature-media__title {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.7857142857;
  padding-left: 20px;
  border-left: 1px solid #8B6C3A;
}
@media (max-width: 375px) {
  .feature-media__title {
    margin-top: 20px;
    font-size: 18px;
    padding-left: 7.5px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.feature-media__article {
  margin-top: 32px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 375px) {
  .feature-media__article {
    margin-top: 12px;
    line-height: 1.8;
  }
}

.gym {
  -webkit-transform: translateY(50px) skewY(-3deg);
          transform: translateY(50px) skewY(-3deg);
  overflow: hidden;
}
@media (max-width: 375px) {
  .gym {
    -webkit-transform: translateY(10px) skewY(-3deg);
            transform: translateY(10px) skewY(-3deg);
  }
}
.gym__img {
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
  scale: 1.18;
}

.member-voice {
  padding-top: 162px;
  background: url(./img/bg.png) no-repeat 0 0;
}
@media (max-width: 375px) {
  .member-voice {
    padding-top: 66px;
  }
}
.member-voice__title {
  -moz-text-align-last: left;
       text-align-last: left;
  position: relative;
}
.member-voice__title::after {
  width: 32.0754716981%;
  right: 14.9056603774%;
}
.member-voice__jpn-title {
  -moz-text-align-last: left;
       text-align-last: left;
}
.member-voice-media__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 375px) {
  .member-voice-media__item {
    display: block;
    margin-top: 40px;
  }
}
.member-voice-media__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.member-voice-media__item:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 375px) {
  .member-voice-media__item:not(:first-child) {
    margin-top: 20px;
  }
}
.member-voice-media__body {
  width: 51.4150943396%;
}
@media (max-width: 375px) {
  .member-voice-media__body {
    width: 100%;
    margin-top: 20px;
  }
}
.member-voice-media__img-box {
  width: 42.4528301887%;
}
@media (max-width: 375px) {
  .member-voice-media__img-box {
    width: 100%;
  }
}
.member-voice-media__title {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #8B6C3A;
}
@media (max-width: 375px) {
  .member-voice-media__title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
.member-voice-media__profile {
  margin-top: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 375px) {
  .member-voice-media__profile {
    margin-top: 12px;
    font-size: 14px;
  }
}
.member-voice-media__article {
  margin-top: 24px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 375px) {
  .member-voice-media__article {
    margin-top: 12px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

.price {
  text-align: center;
  background: url(./img/price-bg.png) no-repeat center center/cover;
}
.price__plan {
  display: inline-block;
  color: #8B6C3A;
  margin-top: 80px;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 375px) {
  .price__plan {
    margin-top: 40px;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 0em;
    padding-left: 8px;
  }
}
.price__plan::before {
  position: absolute;
  content: "月額";
  font-size: 40px;
  right: 100%;
  bottom: 0;
  width: 100px;
}
@media (max-width: 375px) {
  .price__plan::before {
    font-size: 22px;
    letter-spacing: 0.1em;
    width: 49px;
    bottom: 10px;
  }
}
.price__plan--accent1 {
  font-size: 64px;
}
@media (max-width: 375px) {
  .price__plan--accent1 {
    font-size: 32px;
    line-height: 50px;
  }
}
.price__plan--accent2 {
  font-size: 24px;
}
@media (max-width: 375px) {
  .price__plan--accent2 {
    font-size: 16;
    line-height: 20px;
  }
}
.price__message1 {
  margin-top: 36px;
  color: #8B6C3A;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (max-width: 375px) {
  .price__message1 {
    margin-top: 32px;
    font-size: 18px;
  }
}
.price__message2 {
  margin-top: 32px;
  color: #8B6C3A;
  letter-spacing: 0.1em;
}
@media (max-width: 375px) {
  .price__message2 {
    margin-top: 8px;
    font-size: 14px;
  }
}
.price__special-plan {
  margin-top: 32px;
  font-size: 24px;
  letter-spacing: 0.02em;
}
@media (max-width: 375px) {
  .price__special-plan {
    font-size: 16px;
    line-height: 1.6875;
  }
}

.campaign {
  padding: 96px 20px;
  background: url(./img/campaign-bg-pc.jpg) no-repeat center center/cover;
  background-color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 375px) {
  .campaign {
    padding: 56px 20px;
  }
}
.campaign__inner {
  border: 1px solid #8B6C3A;
  padding: 64px 0;
  background-color: #fff;
}
@media (max-width: 375px) {
  .campaign__inner {
    padding: 40px 0;
  }
}
.campaign__title {
  margin-left: 91px;
  margin-right: 87px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 16px;
  font-size: 40px;
  border-top: 1px solid #8B6C3A;
  border-bottom: 1px solid #8B6C3A;
  color: #8B6C3A;
  font-weight: 600;
}
@media (max-width: 375px) {
  .campaign__title {
    margin: 0 10px;
    text-align: center;
    font-size: 20px;
    padding: 12px 0;
  }
}
.campaign__item {
  margin: 0 auto;
  width: 57.1698113208%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 375px) {
  .campaign__item {
    width: 65.9701492537%;
  }
}
.campaign__item::after, .campaign__item::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 25px;
  -webkit-transform: translateY(-50%) skewX(45deg);
          transform: translateY(-50%) skewX(45deg);
  border-left: 1px solid #8B6C3A;
  border-right: 1px solid #8B6C3A;
  top: 50%;
  left: 60%;
}
@media (max-width: 375px) {
  .campaign__item::after, .campaign__item::before {
    width: 10px;
    height: 15px;
    top: 40%;
    left: 45%;
  }
}
.campaign__item::before {
  top: 50%;
  -webkit-transform: translateY(50%) skewX(-45deg);
          transform: translateY(50%) skewX(-45deg);
}
@media (max-width: 375px) {
  .campaign__item::before {
    top: 40%;
  }
}
.campaign__course {
  margin: 0 auto;
  width: 57.1698113208%;
  margin-top: 135px;
  letter-spacing: 0.15em;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 375px) {
  .campaign__course {
    width: 65.9701492537%;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 78px;
  }
}
.campaign__plan {
  margin-bottom: 40px;
}
@media (max-width: 375px) {
  .campaign__plan {
    margin-bottom: 0;
    height: 88px;
    padding-top: 20px;
  }
}
.campaign__plan-text2 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 375px) {
  .campaign__plan-text2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.campaign__plan-text3 {
  margin-top: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 40px;
}
@media (max-width: 375px) {
  .campaign__plan-text3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0;
  }
}
.campaign__plan-text3--accent {
  font-size: 24px;
}
@media (max-width: 375px) {
  .campaign__plan-text3--accent {
    display: none;
  }
}
.campaign__price-text {
  font-size: 72px;
  line-height: 120px;
  letter-spacing: 0.2em;
  color: #8B6C3A;
  position: relative;
}
@media (max-width: 375px) {
  .campaign__price-text {
    font-size: 40px;
    line-height: 72px;
  }
}
.campaign__price-text::before {
  position: absolute;
  content: "先着10名様限定";
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 190px;
  padding: 15px 26px 15px 23px;
  border: 1px solid #8B6C3A;
  top: -93px;
  left: 0;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media (max-width: 375px) {
  .campaign__price-text::before {
    font-size: 14px;
    padding: 7px 10px;
    width: 115px;
    letter-spacing: 0.05em;
    left: -18px;
    top: -90px;
    text-align: center;
  }
}
.campaign__price-text::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  border-right: 1px solid #8B6C3A;
  top: -38.5px;
  left: 65%;
}
@media (max-width: 375px) {
  .campaign__price-text::after {
    top: -61px;
    left: 45%;
  }
}
.campaign__price-text--accent {
  font-size: 160px;
  line-height: 1;
}
@media (max-width: 375px) {
  .campaign__price-text--accent {
    font-size: 72px;
  }
}
.campaign__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
@media (max-width: 375px) {
  .campaign__schedule {
    display: block;
    margin-top: 32px;
  }
}
.campaign__schedule-header {
  padding: 9px 16px;
  border: 1px solid #393327;
  margin-left: auto;
}
@media (max-width: 375px) {
  .campaign__schedule-header {
    font-size: 14px;
    padding: 5px 7px;
    display: inline-block;
    margin-left: 57px;
  }
}
.campaign__schedule-data {
  margin-left: 20px;
  font-size: 20px;
  margin-right: auto;
}
@media (max-width: 375px) {
  .campaign__schedule-data {
    margin-top: 10px;
    margin-left: 57px;
    font-size: 16px;
  }
}
.campaign__btn {
  text-align: center;
  margin-top: 52px;
}
@media (max-width: 375px) {
  .campaign__btn {
    margin-top: 32px;
  }
}
.campaign__btn-link {
  text-align: center;
  background-color: #8B6C3A;
  display: inline-block;
  padding: 27px 82px 25px 68px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  background: linear-gradient(265.98deg, #8B6C3A 23.24%, #B19464 55.28%, #8B6C3A 85.32%, #8B6C3A 85.32%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
}
@media (max-width: 375px) {
  .campaign__btn-link {
    padding: 20px 33px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.campaign__btn-link::after, .campaign__btn-link::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 18px;
  top: 50%;
  right: 30px;
  background-color: #fff;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
@media (max-width: 375px) {
  .campaign__btn-link::after, .campaign__btn-link::before {
    display: none;
  }
}
.campaign__btn-link::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.flow__title {
  text-align: left;
  position: relative;
}
.flow__title::after {
  width: 32.0754716981%;
  right: 48.3018867925%;
}
.flow__jpn-title {
  text-align: left;
}
.flow-cards {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: num;
}
@media (max-width: 375px) {
  .flow-cards {
    display: block;
    margin-top: 40px;
  }
}
.flow-card {
  width: 28.3018867925%;
}
@media (max-width: 375px) {
  .flow-card {
    width: 100%;
  }
}
.flow-card__img-box {
  overflow: hidden;
}
.flow-card__number {
  margin-top: 24px;
  color: #8B6C3A;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
}
.flow-card__number::after {
  position: absolute;
  counter-increment: num;
  content: "0" counter(num);
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #8B6C3A;
}
.flow-card__title {
  margin-top: 16px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 375px) {
  .flow-card__title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.flow-card__text {
  margin-top: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 375px) {
  .flow-card__text {
    margin-top: 8px;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}

@media (min-width: 376px) {
  .qa {
    padding-bottom: 104px;
  }
}
.qa__inner {
  width: 61.1111111111%;
}
@media (max-width: 375px) {
  .qa__inner {
    width: 335px;
  }
}
.qa-box {
  margin-top: 80px;
}
@media (max-width: 375px) {
  .qa-box {
    margin-top: 40px;
  }
}
.qa-list:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 375px) {
  .qa-list:not(:first-child) {
    padding-top: 24px;
  }
}
.qa-list:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 40px;
}
@media (max-width: 375px) {
  .qa-list:not(:last-child) {
    padding-bottom: 24px;
  }
}
.qa-list__question, .qa-list__answer {
  padding: 0 38px 0 66px;
  line-height: 2;
  letter-spacing: 0.02em;
  position: relative;
}
@media (max-width: 375px) {
  .qa-list__question, .qa-list__answer {
    padding-left: 30px;
    padding-right: 0;
    line-height: 1.8;
  }
}
.qa-list__question::before, .qa-list__answer::before {
  position: absolute;
  content: "A";
  top: 0;
  left: 27px;
  font-size: 20px;
  line-height: 32px;
  font-family: "Lora", serif;
}
@media (max-width: 375px) {
  .qa-list__question::before, .qa-list__answer::before {
    left: 0;
  }
}
.qa-list__question {
  font-weight: 600;
}
.qa-list__question:not(:first-child) {
  margin-top: 80px;
}
.qa-list__question::before {
  color: #8B6C3A;
  content: "Q";
}
.qa-list__answer {
  margin-top: 36px;
}
@media (max-width: 375px) {
  .qa-list__answer {
    margin-top: 12px;
  }
}
.qa__gym-picture {
  padding-top: 27.7777777778%;
  background: url(../img/gym-pc.jpg) no-repeat center center/cover;
}
@media (max-width: 375px) {
  .qa__gym-picture {
    opacity: 0.5;
    width: 100%;
    padding-top: 60%;
    background: url(../img/gym-sp.jpg) no-repeat center center/cover;
  }
}

@media (max-width: 375px) {
  .access__title, .access__jpn-title, .access__info {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.access__title {
  -moz-text-align-last: left;
       text-align-last: left;
  position: relative;
}
.access__title::after {
  width: 32.0754716981%;
  right: 42.7358490566%;
}
@media (max-width: 375px) {
  .access__inner {
    max-width: 375px;
  }
}
.access__jpn-title {
  text-align: left;
}
.access__content {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 375px) {
  .access__content {
    display: block;
    margin-top: 40px;
  }
}
.access__map-box {
  width: 49.0566037736%;
  padding-top: 36.7924528302%;
  position: relative;
}
@media (max-width: 375px) {
  .access__map-box {
    width: 100%;
    margin-top: 40px;
    padding-top: 75%;
  }
}
.access__map {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access__en-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 375px) {
  .access__en-name {
    font-size: 18px;
    line-height: 1.5;
  }
}
.access__jpn-name {
  margin-top: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 375px) {
  .access__jpn-name {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
.access__adress {
  margin-top: 40px;
  line-height: 2;
}
@media (max-width: 375px) {
  .access__adress {
    margin-top: 20px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
.access__location {
  margin-top: 32px;
  line-height: 1;
}
@media (max-width: 375px) {
  .access__location {
    margin-top: 12px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
.access__tel, .access__time {
  line-height: 1;
  margin-top: 40px;
}
@media (max-width: 375px) {
  .access__tel, .access__time {
    margin-top: 12px;
    line-height: 1.8;
  }
}

.footer {
  padding: 48px 0 40px;
}
@media (max-width: 375px) {
  .footer {
    padding: 32px 0 46px;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 375px) {
  .footer__content {
    display: block;
    text-align: center;
  }
}
.footer__logo {
  width: 130px;
  margin: 0 auto;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 375px) {
  .footer__nav {
    display: block;
    margin-top: 32px;
  }
}
.footer__nav-menu:not(:first-child) {
  margin-left: 32px;
}
@media (max-width: 375px) {
  .footer__nav-menu:not(:first-child) {
    margin-left: 0;
    margin-top: 24px;
  }
}
.footer__nav-menu-link {
  color: #393327;
  font-family: "Lora", serif;
  font-size: 14px;
}
.footer__nav-menu-link:hover {
  color: #8B6C3A;
}
.footer__text-box {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 375px) {
  .footer__text-box {
    margin-top: 40px;
    display: block;
  }
}
.footer__text1, .footer__text2 {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.footer__text2 {
  font-family: "Lora", serif;
}
@media (max-width: 375px) {
  .footer__text2 {
    text-align: center;
    margin-top: 40px;
  }
}
.footer__sns {
  font-size: 38px;
  color: #393327;
}
.footer__sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 375px) {
  .footer__sns-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
}
.footer__sns:not(:first-child) {
  margin-left: 25px;
}