@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap");
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5094339623vw;
  }
}
@media (min-width: 1060px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  color: #393327;
  background-color: #FFF;
}

body.is-fixed {
  width: 100%;
  overflow: hidden;
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    color: #8B6C3A;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.access {
  padding: 63px 0 57px;
  padding: 3.9375rem 0 3.5625rem;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 6rem 0 6rem;
  }
}

.access__contents {
  margin-top: 43px;
  margin-top: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .access__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 4.6875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.access__main-name {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .access__main-name {
    font-size: 1.5rem;
  }
}

.access__sub-name {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .access__sub-name {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.access__adressWrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.access__adressWrapper p:nth-of-type(n + 2) {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .access__adressWrapper p:nth-of-type(n + 2) {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .access__adressWrapper {
    margin-top: 2.5rem;
  }
}

.access__adress {
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .access__adress {
    letter-spacing: 0.1rem;
    line-height: 2;
  }
}

.access__station {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .access__station {
    letter-spacing: 0.1em;
  }
}

.access__phone-number {
  letter-spacing: 0.1em;
}

.access__infomation {
  letter-spacing: 0.1em;
}

.access__map {
  position: relative;
  margin-top: 44px;
  margin-top: 2.75rem;
  margin-left: -20px;
  margin-left: -1.25rem;
  margin-right: -20px;
  margin-right: -1.25rem;
}
.access__map:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.access__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .access__map {
    margin-top: 0.375rem;
    width: 49.0566%;
    margin-right: 0rem;
  }
}

.button-reservation {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  color: #fff;
  border-radius: 0.125rem;
  background: linear-gradient(258.82deg, #8B6C3A 21.4%, #B19464 58.78%, #8B6C3A 96.8%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 28px;
  padding: 0 1.75rem;
  height: 38px;
  height: 2.375rem;
  font-weight: 600;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button-reservation:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .button-reservation {
    font-size: 1rem;
    height: 3.125rem;
    padding: 0 2.5rem;
  }
}

.button-reservation--main {
  position: relative;
  height: 61px;
  height: 3.8125rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  min-width: 295px;
  min-width: 18.4375rem;
  font-size: 0;
}
.button-reservation--main:after {
  position: absolute;
  content: "";
  display: none;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 5px;
  top: 0.3125rem;
  right: -50px;
  right: -3.125rem;
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .button-reservation--main:after {
    display: block;
    top: 2rem;
    right: 2.6875rem;
  }
}
.button-reservation--main span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .button-reservation--main span {
    font-size: 1.75rem;
    letter-spacing: 0.2em;
    margin-left: -0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .button-reservation--main span:nth-of-type(2) {
    letter-spacing: 0.44em;
    margin-left: -0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .button-reservation--main span:nth-of-type(3) {
    letter-spacing: 0.2em;
    margin-left: -0.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .button-reservation--main {
    height: 5rem;
    max-width: 37.5rem;
    width: 100%;
    padding: 0 2.8125rem;
    font-size: 0;
  }
}

.campaign {
  height: 612px;
  height: 38.25rem;
  position: relative;
  background: url(../images/gym.png) no-repeat left bottom/cover;
}
.campaign:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .6);
}
@media screen and (min-width: 768px) {
  .campaign {
    height: 57.0625rem;
    background-position: center;
  }
}

.campaign__contents {
  max-width: 363px;
  max-width: 22.6875rem;
  width: 89.3333%;
  height: 500px;
  height: 31.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  background: #FFF;
  padding: 38px 10px 20px;
  padding: 2.375rem 0.625rem 1.25rem;
  border: 1px solid #8B6C3A;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .campaign__contents {
    padding: 3.875rem 5.4375rem 3.875rem 5.6875rem;
    height: 45.0625rem;
    max-width: 66.25rem;
  }
}

.campaign__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #8B6C3A;
  font-weight: 600;
  border-top: solid 1px #8B6C3A;
  border-bottom: solid 1px #8B6C3A;
  height: 54px;
  height: 3.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign__title span {
    padding-left: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .campaign__title {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    padding: 2.9375rem 0;
    margin-left: 0.3125rem;
  }
}

.campaign__wrapper {
  padding: 0 13.5%;
  margin-top: 78px;
  margin-top: 4.875rem;
}
@media screen and (min-width: 768px) {
  .campaign__wrapper {
    padding: 0;
    margin-top: 6.9375rem;
    margin-left: -1rem;
  }
}

.campaign__textBlock {
  position: relative;
  max-width: 295px;
  max-width: 18.4375rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .campaign__textBlock {
    max-width: 37.5rem;
  }
}

.campaign__logo {
  position: absolute;
  width: 125px;
  width: 7.8125rem;
  top: -54px;
  top: -3.375rem;
  right: -34px;
  right: -2.125rem;
}
@media screen and (min-width: 768px) {
  .campaign__logo {
    width: 14.75rem;
    top: -4.0625rem;
    right: -2.1875rem;
  }
}

.campaign__experience {
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
  padding-left: 6px;
  padding-left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .campaign__experience {
    font-size: 1.75rem;
    letter-spacing: 0.17em;
  }
}

.campaign__pricedown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .campaign__pricedown {
    margin-top: 8px;
  }
}

.campaign__price {
  margin-top: -1px;
  margin-top: -0.0625rem;
  padding-left: 6px;
  padding-left: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .campaign__price {
    margin-top: 1rem;
  }
}

.campaign__usalprice {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .campaign__usalprice {
    font-size: 1.5rem;
  }
}

.campaign__priceImg {
  width: 85px;
  width: 5.3125rem;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .campaign__priceImg {
    margin-top: 1.125rem;
    width: 12.125rem;
  }
}

.campaign__usalvalue {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

.campaign__arrow {
  width: 24px;
  width: 1.5rem;
  margin-top: 22px;
  margin-top: 1.375rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .campaign__arrow {
    width: 3.4375rem;
    margin-top: 2.75rem;
    margin-right: -0.5rem;
  }
}

.campaign__price-zero {
  width: 65px;
  width: 4.0625rem;
  margin-right: 17px;
  margin-right: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .campaign__price-zero {
    width: 8.75rem;
    margin-right: 2rem;
  }
}

.campaign__button-reservation {
  padding: 0 10px;
  padding: 0 0.625rem;
}

.campaign__termWrapper {
  margin-top: 37px;
  margin-top: 2.3125rem;
  word-break: break-all;
  padding-left: 3px;
  padding-left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .campaign__termWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0rem;
    margin-top: 2.8125rem;
  }
}

.campaign__term {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  border: 1px solid #393327;
  height: 29px;
  height: 1.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px;
  padding: 0 0.375rem;
  white-space: nowrap;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .campaign__term {
    height: 2.625rem;
    font-size: 1.125rem;
    padding: 0 0.875rem;
    letter-spacing: 0.1em;
    margin-right: 1.5rem;
  }
}

.campaign__term-date {
  display: inline-block;
  margin-top: 13px;
  margin-top: 0.8125rem;
  width: 211px;
  width: 13.1875rem;
}
@media screen and (min-width: 768px) {
  .campaign__term-date {
    width: 16.25rem;
    margin-top: 0rem;
  }
}

.campaign__button-reservation {
  margin-top: 31px;
  margin-top: 1.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign__button-reservation {
    margin-top: 3.1875rem;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card__item + .card__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .card__item + .card__item {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .card__item {
    width: calc(33.3333% - 3.33333rem);
    margin-left: 5rem;
  }
  .card__item:nth-of-type(3n + 1) {
    margin-left: 0rem;
  }
  .card__item:nth-of-type(n + 4) {
    margin-top: 3.75rem;
  }
}

.comment {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .comment {
    margin-top: 6rem;
  }
}

.comment__head {
  font-size: 20px;
  font-size: 1.25rem;
  color: #8B6C3A;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.comment__head span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .comment__head {
    font-size: 2rem;
    margin-top: 4.25rem;
    letter-spacing: 0.1em;
  }
}

.comment__body {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .comment__body {
    margin-top: 5rem;
  }
}

.comment__media01 + .comment__media01 {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .comment__media01 + .comment__media01 {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .comment__media01:nth-of-type(odd) .media01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .comment__media01:nth-of-type(odd) .media01__body {
    padding-left: 0;
  }
  .comment__media01:nth-of-type(odd) .media01__contributor {
    margin-right: 0.5rem;
  }
}

.drawer-background {
  position: fixed;
  background: rgba(139, 108, 58, .7);
  z-index: 14;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.drawer-background.is-checked {
  display: block;
}

.drawer-contents {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 66.666%;
  text-align: center;
  height: 100vh;
  -webkit-transform: translate(101%);
          transform: translate(101%);
  right: 0;
  top: 0;
  z-index: 15;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #fff;
}
.drawer-contents.is-checked {
  -webkit-transform: translate(0%);
          transform: translate(0%);
}

.drawer-contents__items {
  margin-top: 128px;
  margin-top: 8rem;
}

.drawer-contents__item {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.drawer-contents__item + .drawer-contents__item {
  margin-top: 32px;
  margin-top: 2rem;
}

.drawer-contents__sns {
  display: inline-block;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.drawer-icon {
  display: block;
  position: fixed;
  width: 28px;
  width: 1.75rem;
  height: 25px;
  height: 1.5625rem;
  top: 24px;
  top: 1.5rem;
  right: 20px;
  right: 1.25rem;
  z-index: 21;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bars {
  position: relative;
  height: 100%;
}

.drawer-icon__bar {
  position: absolute;
  height: 1px;
  height: 0.0625rem;
  width: 100%;
  background: #393327;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
  top: 0.5625rem;
}
.drawer-icon__bar:nth-of-type(2) {
  width: 22px;
  width: 1.375rem;
  top: 10px;
  top: 0.625rem;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon__bar:nth-of-type(3) {
  width: 15px;
  width: 0.9375rem;
  top: 20px;
  top: 1.25rem;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
  top: 9px;
  top: 0.5625rem;
}

.feature__section-title {
  margin-top: 98px;
  margin-top: 6.125rem;
  position: relative;
}
.feature__section-title:before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-bottom: 1px solid #8B6C3A;
  border-bottom: 0.0625rem solid #8B6C3A;
  border-left: 1px solid #8B6C3A;
  border-left: 0.0625rem solid #8B6C3A;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  left: 50%;
  top: -74px;
  top: -4.625rem;
}
@media screen and (min-width: 768px) {
  .feature__section-title:before {
    width: 3.5rem;
    height: 3.5rem;
    top: -8.875rem;
  }
}
@media screen and (min-width: 768px) {
  .feature__section-title {
    margin-top: 10rem;
  }
}

.feature__topMessage {
  text-align: center;
  line-height: 1.6565;
  letter-spacing: 0.05em;
  color: #8B6C3A;
  font-weight: 600;
  font-size: 0;
}
.feature__topMessage span {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .feature__topMessage span {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .feature__topMessage {
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.feature__contents {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .feature__contents {
    margin-top: 5rem;
  }
}

.feature__media03 + .feature__media03 {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .feature__media03 + .feature__media03 {
    margin-top: 5rem;
  }
}
.feature__media03:nth-of-type(1) .media03__title {
  padding-left: 8px;
  padding-left: 0.5rem;
}

.flow {
  padding: 63px 0;
  padding: 3.9375rem 0;
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 6rem 0;
  }
}

.flow__contents {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .flow__contents {
    margin-top: 5rem;
  }
}

.footer-nav__items {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -0.25rem;
  }
}

.footer-nav__item {
  letter-spacing: 0.1em;
  font-family: "Lora", serif;
}
.footer-nav__item:nth-of-type(n + 2) {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer-nav__item:nth-of-type(n + 2) {
    margin-top: 0rem;
    font-size: 0.875rem;
    padding-left: 32px;
    padding-right: 0;
  }
}

.footer {
  padding: 32px 0 28px;
  padding: 2rem 0 1.75rem;
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 2.8125rem 0 1.5rem;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__logo {
  width: 75px;
  width: 4.6875rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 8.125rem;
    margin-left: 0;
  }
}

.footer__footer-nav {
  text-align: center;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .footer__footer-nav {
    margin-top: 0rem;
  }
}

.footer__sns {
  margin-top: 32px;
  margin-top: 2rem;
  margin-left: 2px;
  margin-left: 0.125rem;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    margin-top: 2.3125rem;
    text-align: right;
  }
}

.footer__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 34px;
  margin-top: 2.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer__notes {
    margin-top: 3.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
}

.footer__attention {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .footer__attention {
    letter-spacing: 0.1em;
    margin-bottom: 1.125rem;
  }
}

.footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.065em;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-left: 22px;
  padding-left: 1.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    margin-top: 0rem;
    padding-left: 0;
  }
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.global-nav__left,
.global-nav__right {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .global-nav__left,
.global-nav__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .global-nav__left {
    padding-right: 1.3125rem;
    width: calc(50% - 4.0625rem);
  }
  .global-nav__right {
    padding-left: 1.4375rem;
    width: calc(50% - 4.0625rem);
  }
}
.global-nav__item {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Lora", serif;
  letter-spacing: 0.1em;
  padding: 15px 0;
  padding: 0.9375rem 0;
  display: inline-block;
  line-height: 1;
}

.global-nav__item--button {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.header {
  height: 68px;
  height: 4.25rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header {
    height: 7.5rem;
  }
}

.header__inner {
  height: inherit;
  position: relative;
}

.header__button-reservation {
  position: fixed;
  right: 69px;
  right: 4.3125rem;
}
@media screen and (min-width: 768px) {
  .header__button-reservation {
    position: static;
  }
}

.header__hidden-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 68px;
  right: 4.25rem;
}

.imageview01__picture {
  padding-top: 66.6666%;
  position: relative;
  top: 31px;
  top: 1.9375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .imageview01__picture {
    padding-top: 37.9861%;
    top: 4.125rem;
  }
}

.imageview02 {
  position: relative;
  background: url(../images/gym.png) no-repeat center top -6px/cover;
  background: url(../images/gym.png) no-repeat center top -0.375rem/cover;
}
@media screen and (min-width: 768px) {
  .imageview02 {
    background-position: center bottom -4.375rem;
    background-size: 100% 204%;
  }
}

.imageview02__picture {
  padding-top: 60%;
}
@media screen and (min-width: 768px) {
  .imageview02__picture {
    padding-top: 27.7777%;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1110px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .inner--profile {
    max-width: 928px;
  }
}

@media screen and (min-width: 768px) {
  .inner--footer {
    max-width: 1147px;
  }
}

.logo {
  width: 76px;
  width: 4.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 8.125rem;
  }
}

.mainview {
  overflow: hidden;
  margin-top: 68px;
  margin-top: 4.25rem;
  position: relative;
  background: url(../images/mv-bg.jpg) no-repeat center left -456px/cover;
  background: url(../images/mv-bg.jpg) no-repeat center left -28.5rem/cover;
}
.mainview:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .2);
}
.mainview:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/woman.png) no-repeat bottom right/96%;
  height: 100%;
  width: 375px;
  width: 23.4375rem;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .mainview:after {
    width: 0;
    width: 41.6666%;
    right: 10.5%;
    background-size: 91%;
  }
}
@media screen and (min-width: 768px) {
  .mainview {
    margin-top: 7.5rem;
    background-position: bottom right;
  }
}

.mainview__picture {
  height: 602px;
  height: 37.625rem;
}
@media screen and (min-width: 768px) {
  .mainview__picture {
    height: 0;
    padding-top: 47.2916%;
  }
}

.mainview__message {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 44px;
  top: 2.75rem;
  z-index: 1;
  text-align: center;
}
.mainview__message span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .mainview__message {
    top: 50%;
    -webkit-transform: translateY(-62%);
            transform: translateY(-62%);
    text-align: left;
  }
}

.mainview__lead {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.mainview__lead p {
  display: inline-block;
  line-height: 1;
  font-size: 0;
}
.mainview__lead p:nth-of-type(n + 2) {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .mainview__lead p:nth-of-type(2) {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .mainview__lead p:nth-of-type(3) {
    margin-left: -0.25rem;
  }
}
.mainview__lead .large-font {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mainview__lead .large-font {
    font-size: 2.5rem;
  }
}
.mainview__lead .middle-font {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mainview__lead .middle-font {
    font-size: 2rem;
  }
}
.mainview__lead .small-font {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mainview__lead .small-font {
    font-size: 2rem;
  }
}

.mainview__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  line-height: 1.5;
  display: inline-block;
  padding-right: 10px;
  padding-right: 0.625rem;
}
.mainview__text p {
  display: inline-block;
}
.mainview__text P + P {
  padding-right: 13px;
  padding-right: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .mainview__text P + P {
    margin-left: -0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .mainview__text {
    display: block;
    margin-top: 2.5625rem;
    font-size: 1.375rem;
  }
}

.media01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.media01 + .media01 {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .media01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.media01__head {
  position: relative;
  width: 100%;
}
.media01__head:after {
  content: "";
  display: block;
  padding-top: 66.6666%;
}
.media01__head img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .media01__head {
    max-width: 28.125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.media01__body {
  padding-right: 1px;
  padding-right: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .media01__body {
    width: 49%;
    padding-left: 0.75rem;
  }
}

.media01__title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-top: 22px;
  margin-top: 1.375rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .media01__title {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-top: -0.1875rem;
  }
}

.media01__text {
  margin-top: 11px;
  margin-top: 0.6875rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .media01__text {
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 1.25rem;
  }
}

.media01__contributor {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .media01__contributor {
    font-size: 1rem;
    margin-top: 0.75rem;
    text-align: right;
  }
}

.media02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .media02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.media02__head {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.media02__head:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.media02__head img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .media02__head {
    width: 41.0022%;
  }
}

@media screen and (min-width: 768px) {
  .media02__body {
    width: 48.74715%;
  }
}

.media02__detail {
  margin-top: 33px;
  margin-top: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .media02__detail {
    margin-top: 0;
  }
}

.media02__name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}

.media02__sns {
  margin-right: 1.6px;
  margin-right: 0.1rem;
}

.media02__text {
  margin-top: 18px;
  margin-top: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding-right: 1px;
  padding-right: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .media02__text {
    margin-top: 1.625rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

.media03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .media03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.media03__head {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.media03__head:after {
  content: "";
  display: block;
  padding-top: 73.3333%;
}
@media screen and (min-width: 768px) {
  .media03__head {
    width: 42.4528%;
  }
}
.media03__head img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .media03__body {
    width: 50.943%;
  }
}

.media03__title {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-left: 11px;
  padding-left: 0.6875rem;
  border-left: 1px solid #8B6C3A;
  white-space: wrap;
}
@media screen and (min-width: 768px) {
  .media03__title span:first-of-type {
    margin-left: 0.8125rem;
  }
}
.media03__title span:nth-of-type(2) {
  margin-left: 13px;
  margin-left: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .media03__title span:nth-of-type(2) {
    margin-left: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .media03__title {
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: 0;
    letter-spacing: 0.1em;
    padding-left: 1.1875rem;
  }
}

.media03__text {
  margin-top: 13px;
  margin-top: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding-right: 7px;
  padding-right: 0.4375rem;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .media03__text {
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 1.9375rem;
  }
}

.media04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .media04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .member-voice__media:nth-of-type(2) .media04 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .member-voice__media:nth-of-type(3) .media04 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.media04__head {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .media04__head {
    width: 42.4528%;
  }
}
.media04__head:after {
  content: "";
  display: block;
  padding-top: 75.5223%;
}
@media screen and (min-width: 768px) {
  .media04__head:after {
    padding-top: 75.5555%;
  }
}
.media04__head img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .media04__body {
    width: 50.849%;
  }
  .member-voice__media:nth-of-type(2) .media04__body {
    margin-top: 0.9375rem;
  }
}

.media04__title {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #8B6C3A;
}
@media screen and (min-width: 768px) {
  .media04__title {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: -0.125rem;
  }
}

.media04__contributor {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .media04__contributor {
    font-size: 1rem;
    margin-top: 1.0625rem;
  }
}

.media04__text {
  margin-top: 13px;
  margin-top: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .media04__text {
    line-height: 2;
    margin-top: 1.75rem;
  }
  .member-voice__media:nth-of-type(2) .media04__text {
    letter-spacing: 0.02em;
  }
}

.media05__head {
  position: relative;
  width: 100%;
}
.media05__head:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.media05__head img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.media05__step {
  color: #8B6C3A;
  letter-spacing: 0.1em;
  margin-top: 19px;
  margin-top: 1.1875rem;
  margin-left: 3px;
  margin-left: 0.1875rem;
}

.media05__title {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #393327;
}
@media screen and (min-width: 768px) {
  .media05__title {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
    margin-top: 0.375rem;
    letter-spacing: 0.02em;
  }
  .card__item:first-of-type .media05__title {
    letter-spacing: 0.1em;
  }
}

.media05__text {
  margin-top: 9px;
  margin-top: 0.5625rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .media05__text {
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .card__item:first-of-type .media05__text {
    letter-spacing: 0.05em;
  }
}

.member-voice {
  padding-top: 94px;
  padding-top: 5.875rem;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
  position: relative;
  background: url(../images/voice-bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .member-voice {
    padding-top: 10rem;
    padding-bottom: 6.0625rem;
  }
}

.member-voice__contents {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .member-voice__contents {
    margin-top: 5.1875rem;
  }
}

.member-voice__media + .member-voice__media {
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .member-voice__media:nth-of-type(even) .media04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .member-voice__media + .member-voice__media {
    margin-top: 4.9375rem;
  }
}

.price {
  text-align: center;
  padding: 62px 0 58px;
  padding: 3.875rem 0 3.625rem;
  background: url(../images/price-bg.png) no-repeat left top/cover;
}
@media screen and (min-width: 768px) {
  .price {
    padding: 6rem 0 6.0625rem;
    background-size: 45.625%;
  }
}

.price__mass {
  margin-top: 45px;
  margin-top: 2.8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8B6C3A;
}
.price__mass img {
  width: 172px;
  width: 10.75rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .price__mass img {
    width: 21.6875rem;
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .price__mass {
    margin-top: 4.6875rem;
    margin-right: 4.625rem;
  }
}

@media screen and (min-width: 768px) {
  price__picture {
    width: 21.625rem;
  }
}

.price__manthly {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .price__manthly {
    font-size: 2.5rem;
    margin-top: 1.6875rem;
  }
}

.price__intax {
  margin: 11px 24px 0px 3px;
  margin: 0.6875rem 1.5rem 0rem 0.1875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .price__intax {
    display: none;
  }
}

.price__lead {
  font-size: 0px;
  font-size: 0rem;
  margin-top: 32px;
  margin-top: 2rem;
  font-weight: 600;
  color: #8B6C3A;
  line-height: 1.3333;
}
.price__lead span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .price__lead span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .price__lead {
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.price__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #8B6C3A;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .price__text {
    font-size: 1rem;
    margin-top: 2rem;
  }
}

.price__name {
  margin-top: 34px;
  margin-top: 2.125rem;
  margin-left: -4px;
  margin-left: -0.25rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .price__name {
    font-size: 1.5rem;
  }
}

.profile__media02 {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .profile__media02 {
    margin-top: 5rem;
  }
}

.profile__message {
  margin-top: 48px;
  margin-top: 3rem;
  border: 1px solid #8B6C3A;
  padding: 25px 19px;
  padding: 1.5625rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .profile__message {
    padding: 3.75rem 5.3125rem 4rem;
    margin-top: 5rem;
  }
}

.profile__message-title {
  display: block;
  width: 155px;
  width: 9.6875rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .profile__message-title {
    width: 13.3125rem;
  }
}

.profile__message-text {
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .profile__message-text {
    line-height: 2;
    margin-top: 1.875rem;
    letter-spacing: 0.1em;
  }
}

.qa {
  padding: 63px 0 56px;
  padding: 3.9375rem 0 3.5rem;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .qa {
    padding: 6.125rem 0 6.5625rem;
  }
}

.qa__contents {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .qa__contents {
    margin-top: 5rem;
    padding: 0 5.5625rem;
  }
}

.qa__box {
  letter-spacing: 0.02em;
  line-height: 1.8;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}
.qa__box + .qa__box {
  margin-top: 24px;
  margin-top: 1.5rem;
  border-top: 1px solid #E8E8E8;
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .qa__box {
    line-height: 2;
    padding-left: 4.1875rem;
  }
  .qa__box + .qa__box {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

.qa__question {
  position: relative;
  font-weight: 600;
}
.qa__question:before {
  content: "Q";
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  left: -30px;
  left: -1.875rem;
  top: -8px;
  top: -0.5rem;
  color: #8B6C3A;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .qa__question:before {
    top: -0.25rem;
    left: -2.625rem;
  }
}

.qa__answer {
  margin-top: 12px;
  margin-top: 0.75rem;
  position: relative;
}
.qa__answer:before {
  content: "A";
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  left: -27px;
  left: -1.6875rem;
  top: -2px;
  top: -0.125rem;
  color: #393327;
}
@media screen and (min-width: 768px) {
  .qa__answer {
    margin-top: 2.1875rem;
  }
  .qa__answer:before {
    left: -2.5625rem;
  }
}

.section-title {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.section-title--left {
  text-align: left;
}

.section-title__main {
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
  font-family: "Lora", serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .section-title__main {
    font-size: 3.5rem;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 768px) {
  .section-title__main--line::after {
    position: absolute;
    content: "";
    display: block;
    width: 21.25rem;
    height: 0.0375rem;
    background-color: #393327;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -22.625rem;
  }
}

.section-title__sub {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-top: 7px;
  margin-top: 0.4375rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .section-title__sub {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.sns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 168px;
  max-width: 10.5rem;
  width: 100%;
  margin: auto;
}

.sns__icon {
  width: 38.4px;
  width: 2.4rem;
  height: 38.4px;
  height: 2.4rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sns__icon:hover {
  opacity: 0.7;
}
.sns__icon + .sns__icon {
  margin-left: 24.8px;
  margin-left: 1.55rem;
}

.sns__icon--youtube {
  background: url(../images/youtube.png) no-repeat center center/cover;
}

.sns__icon--twitter {
  background: url(../images/twitter.png) no-repeat center center/cover;
}

.sns__icon--insta {
  background: url(../images/insta.png) no-repeat center center/cover;
}

.worries {
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
  position: relative;
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .worries {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .worries__inner {
    padding-top: 24px;
  }
}

.worries__head {
  position: relative;
  width: 100%;
}
.worries__head:after {
  content: "";
  display: block;
  padding-top: 60.352%;
}
@media screen and (min-width: 768px) {
  .worries__head:after {
    padding-top: 33.4027%;
  }
}
.worries__head img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .worries__head img {
    width: 55.3472%;
  }
}

.worries__body {
  margin-top: 45px;
  margin-top: 2.8125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .worries__body {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
}

.worries__lead {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .worries__lead {
    font-size: 1.5rem;
    white-space: nowrap;
    margin-left: 5.625rem;
  }
}

.worries__items {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .worries__items {
    margin-top: 2.4375rem;
    margin-left: 5.625rem;
  }
}

.worries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  height: 3rem;
}
.worries__item + .worries__item {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .worries__item + .worries__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .worries__item {
    white-space: nowrap;
  }
}

.worries__icon {
  width: 23px;
  width: 1.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.worries__text {
  margin-left: 9px;
  margin-left: 0.5625rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .worries__text {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}

.feature-top {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .feature-top {
    margin-top: 5.9375rem;
  }
}

.flow-top {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.imageview01-top {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .imageview01-top {
    margin-top: 1.8125rem;
  }
}

.profile-top {
  margin-top: 106px;
  margin-top: 6.625rem;
}
@media screen and (min-width: 768px) {
  .profile-top {
    margin-top: 12rem;
  }
}

.voice-top {
  margin-top: 230px;
  margin-top: 14.375rem;
}

.worries-top {
  margin-top: 79px;
  margin-top: 4.9375rem;
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .worries-top {
    margin-top: 5.9375rem;
  }
}
/*# sourceMappingURL=styles.css.map */
