@charset "UTF-8";
* {
  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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho";
  font-size: 16px;
  background: #FFFFFF;
  color: #393327;
}

body, html {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

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

.l__container {
  max-width: 1060px;
  margin: 0 auto;
  width: 76.3888%;
}

span {
  margin-left: -10px;
}

.util-title-1 {
  font-family: "Lora", serif;
  text-align: center;
  font-size: 56px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1279px) {
  .util-title-1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .util-title-1 {
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 1.4px;
  }
}

.util-title-jp-1 {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1279px) {
  .util-title-jp-1 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .util-title-jp-1 {
    margin-top: 4px;
  }
}

.util-title-2 {
  font-family: "Lora", serif;
  font-size: 56px;
  letter-spacing: 4.1px;
}
@media screen and (max-width: 1279px) {
  .util-title-2 {
    margin-top: 10px;
    font-size: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .util-title-2 {
    font-size: 28px;
    line-height: 42px; /* 150% */
    letter-spacing: 1.4px;
  }
}

.util-title-jp-2 {
  margin-top: 40px;
  letter-spacing: 10%;
}
@media screen and (max-width: 1279px) {
  .util-title-jp-2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .util-title-jp-2 {
    margin-top: 0px;
    font-size: 14px;
    line-height: 21px; /* 150% */
    letter-spacing: 1.4px;
  }
}

.util-title-line-2 {
  display: flex;
  align-items: center;
}

.util-title-bar {
  height: 0.6px;
  width: 32%;
  background: #393327;
  margin-left: 32px;
}
@media screen and (max-width: 1023px) {
  .util-title-bar {
    display: none;
  }
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 1023px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 1023px) {
  .sp-hidden {
    display: none;
  }
}

.sp2-appear {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp2-appear {
    display: block;
  }
}

header {
  background: #FFFFFF;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1279px) {
  header {
    height: 68px;
  }
}
@media screen and (max-width: 1023px) {
  header {
    height: 68px;
  }
}

.header__inner {
  display: flex;
  height: 120px;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .header__inner {
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 89.33%;
  }
}
.header__logo {
  width: 130px;
  height: 93.38px;
}

.header__logo-sp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header__logo-sp {
    display: block;
    width: 76px;
    height: 54.702px;
    flex-shrink: 0;
  }
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 834px;
  vertical-align: middle;
}
@media screen and (max-width: 1279px) {
  .header__nav {
    display: none;
  }
}

.header__nav-item {
  font-family: "Lora", serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .header__nav-item {
    display: none;
  }
}

.header__button {
  width: 169px;
  height: 50px;
  background: linear-gradient(259deg, #8B6C3A 21.4%, #B19464 58.78%, #8B6C3A 96.8%);
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  margin-top: 32px;
}
.header__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1279px) {
  .header__button {
    margin-top: 0;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .header__button {
    width: 134px;
    height: 38px;
    border-radius: 2px;
    flex-shrink: 0;
    margin-right: 50px;
  }
}

.drawer__icon {
  position: fixed;
  top: 20px;
  right: 50px;
  z-index: 120;
  transition: transform 0.5s ease 0s;
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .drawer__icon {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .drawer__icon {
    top: 24px;
    right: 25px;
    width: 30px;
    height: 30px;
  }
}
.drawer__icon.is-active {
  top: 29px;
  right: 33px;
}
.drawer__icon.is-active .drawer__icon-bar1 {
  transform: rotate(-45deg);
  top: 4px;
  background: #8B6C3A;
  width: 100%;
}
.drawer__icon.is-active .drawer__icon-bar2 {
  display: none;
}
.drawer__icon.is-active .drawer__icon-bar3 {
  transform: rotate(45deg);
  top: 4px;
  width: 100%;
  background: #8B6C3A;
}
.drawer__icon.is-active .drawer__text {
  display: none;
}

.drawer__icon-bars {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.drawer__icon-bar1, .drawer__icon-bar2, .drawer__icon-bar3 {
  position: absolute;
  width: 30px;
  height: 1px;
  background: #8B6C3A;
  top: 0;
  left: 7px;
}

.drawer__icon-bar1 {
  width: 70%;
  top: 10px;
}

.drawer__icon-bar2 {
  top: 21px;
  width: 50%;
  left: 7px;
}

.drawer__icon-bar3 {
  width: 100%;
  top: 0px;
}

.drawer__content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 16px;
  display: none;
  margin-top: 16px;
}
@media screen and (max-width: 1279px) {
  .drawer__content {
    transition: transform 0.5s ease 0S;
    background: #FFFFFF;
  }
  .drawer__content.is-active {
    width: 250px;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
}

.drawer__content-items {
  width: 78.6%;
  margin: 56px auto;
  z-index: 100;
}

.drawer__content-item {
  width: 100%;
}
.drawer__content-item a {
  display: flex;
  align-items: center;
}
.drawer__content-item a::nth-child(n + 2) {
  margin-top: 32px;
}

.drawer__nav {
  color: #393327;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1279px) {
  .drawer__content-item + .drawer__content-item {
    margin-top: 32px;
  }
}
.drawer__background {
  background: rgba(140, 109, 59, 0.7);
  z-index: 98;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 1279px) {
  .drawer__background {
    display: block;
    transform: translateX(105%);
    transition: transform 0.5s ease 0S;
  }
  .drawer__background.is-active {
    transform: translateX(0);
  }
}

.drawer__text {
  color: #8B6C3A;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho";
  font-size: 6px;
  font-style: normal;
  font-weight: 700;
  line-height: 6px; /* 100% */
  letter-spacing: 0.12px;
}

.drawer__rectangle {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  flex-shrink: 0;
  border-radius: 1px;
  border: 2px solid #8B6C3A;
}

.drawer__button {
  display: none;
}
@media screen and (max-width: 1279px) {
  .drawer__button {
    width: 300px;
    display: block;
    margin-top: 62px;
    margin-left: auto;
    margin-right: auto;
  }
}

.drawer__do-button {
  display: block;
  width: 250px;
  transition: all 0.5s ease-in-out;
}
.drawer__do-button:hover {
  transform: translateY(-5px);
}
.drawer__do-button a {
  width: 250px;
  flex-shrink: 0;
  border-radius: 27px;
  background: #8B6C3A;
  color: #FFFFFF;
  padding: 16px 26px;
  text-align: center;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
  font-family: "游明朝体", "Yu Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.drawer__download-button {
  display: block;
  width: 250px;
  margin-left: 37px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1279px) {
  .drawer__download-button {
    margin-left: 0;
    margin-top: 60px;
  }
}
.drawer__download-button:hover {
  transform: translateY(-5px);
}
.drawer__download-button a {
  width: 250px;
  flex-shrink: 0;
  border-radius: 27px;
  background: #FFFFFF;
  color: #8B6C3A;
  padding: 16px 26px;
  text-align: center;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
  font-family: "游明朝体", "Yu Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.drawer__nav-sns {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.drawer__sns-youtube {
  width: 40px;
  height: 40px;
}
.drawer__sns-youtube:hover {
  opacity: 0.7;
}

.drawer__sns-x {
  width: 40px;
  height: 40px;
  margin-left: 24px;
  margin-right: 24px;
}
.drawer__sns-x:hover {
  opacity: 0.7;
}

.drawer__sns-instagram {
  width: 40px;
  height: 40px;
}
.drawer__sns-instagram:hover {
  opacity: 0.7;
}

.top {
  margin-top: 120px;
}
@media screen and (max-width: 1279px) {
  .top {
    margin-top: 68px;
  }
}

.top__bg {
  width: 100%;
  margin: 0 auto;
  background: url(../img/pc/mv-bg-2-x.png) no-repeat center center/cover;
  height: 681px;
}
@media screen and (max-width: 1023px) {
  .top__bg {
    background: url(../img/pc/mv-bg-2-x.png) no-repeat 60% center/cover;
  }
}
@media screen and (max-width: 767px) {
  .top__bg {
    background: url(../img/sp/mv-bg.png) no-repeat center center/cover;
    height: 602px;
  }
}

.top__title {
  color: #393327;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 150% */
  letter-spacing: 4px;
  padding-top: 222px;
}
@media screen and (max-width: 1023px) {
  .top__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .top__title {
    font-size: 24px;
    padding-top: 40px;
    letter-spacing: 1px;
    line-height: 36px;
    text-align: center;
  }
}

.top__title-1 span {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .top__title-1 span {
    font-size: 24px;
  }
}

.top__title-2 span {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .top__title-2 span {
    font-size: 24px;
  }
}

.top__sub-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .top__sub-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }
}

/* concept */
@media screen and (max-width: 1023px) {
  .concept__inner {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .concept__inner {
    width: 89.33%;
  }
}

.concept__main-title {
  font-size: 32px;
  color: #8B6C3A;
  margin: 102px auto 0px;
  text-align: center;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 1279px) {
  .concept__main-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .concept__main-title {
    margin-top: 56px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px; /* 150% */
    letter-spacing: 1px;
  }
}

.concept {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 90px;
}
@media screen and (max-width: 1023px) {
  .concept {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}

.concept__2 {
  flex-direction: row-reverse;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .concept__2 {
    flex-direction: column-reverse;
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .concept__2 {
    flex-direction: column-reverse;
    margin-top: 43px;
  }
}

.concept__3 {
  margin-top: 76px;
}
@media screen and (max-width: 1023px) {
  .concept__3 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .concept__3 {
    margin-top: 45px;
  }
}

.concept__texts {
  width: 48.3%;
  margin-top: 55px;
}
@media screen and (max-width: 1279px) {
  .concept__texts {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .concept__texts {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .concept__texts {
    width: 100%;
    margin-top: 24px;
  }
}

.concept__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023px) {
  .concept__title {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.concept__title-2 {
  text-align: left;
  margin-top: 19px;
}
@media screen and (max-width: 1023px) {
  .concept__title-2 {
    margin-top: 3px;
  }
}

.concept__text {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 5%;
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .concept__text {
    margin-top: 10px;
    letter-spacing: 0.5px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .concept__text {
    margin-top: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
}

.concept__text-2 {
  text-align: left;
  margin-right: 0;
  margin-left: auto;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .concept__text-2 {
    margin-top: 27px;
  }
}

.concept__texts-3 {
  margin-top: 72px;
}
@media screen and (max-width: 1279px) {
  .concept__texts-3 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .concept__texts-3 {
    margin-top: 25px;
  }
}

.concept__text-3 {
  width: 98%;
  margin-top: 10px;
  line-height: 1.6x;
}
@media screen and (max-width: 767px) {
  .concept__text-3 {
    margin-top: 29px;
  }
}

.concept__profile {
  font-size: 16px;
  margin-top: 17px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .concept__profile {
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: 14px;
    margin-top: 15px;
  }
}

.concept__img {
  width: 42.4%;
}
@media screen and (max-width: 1023px) {
  .concept__img {
    width: 100%;
  }
}
.concept__img img {
  width: 100%;
}

.profile {
  padding-top: 190px;
}
@media screen and (max-width: 1023px) {
  .profile {
    padding-top: 100px;
  }
}

.profile__inner {
  width: 60.9%;
  max-width: 878px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .profile__inner {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .profile__inner {
    width: 89.33%;
  }
}

.profile__owner {
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .profile__owner {
    flex-direction: column;
    margin-top: 40px;
  }
}

.profile__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .profile__line {
    width: 100%;
    margin-top: 30px;
  }
}

.profile__owner-img {
  width: 51.2%;
}
@media screen and (max-width: 1023px) {
  .profile__owner-img {
    width: 100%;
  }
}
.profile__owner-img img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .profile__owner-img img {
    width: 100%;
  }
}

.profile__texts {
  width: 48.8%;
}
@media screen and (max-width: 1023px) {
  .profile__texts {
    width: 100%;
  }
}

.profile__text {
  line-height: 32px;
  margin-top: 28px;
}
@media screen and (max-width: 1279px) {
  .profile__text {
    line-height: 22px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .profile__text {
    font-size: 16px;
    line-height: 29px;
  }
}

.profile__name {
  font-size: 24px;
  font-weight: 700;
}

.profile__sns {
  display: flex;
}

.profile__sns-youtube {
  width: 38.4px;
  height: 38.4px;
}
.profile__sns-youtube:hover {
  opacity: 0.7;
}
.profile__sns-x {
  width: 38.4px;
  height: 38.4px;
  margin-right: 24px;
  margin-left: 24px;
}
.profile__sns-x:hover {
  opacity: 0.7;
}
.profile__sns-instagram {
  width: 38.4px;
  height: 38.4px;
}
.profile__sns-instagram:hover {
  opacity: 0.7;
}
.profile__message {
  margin: 80px auto 99px;
  border: 1px solid #8B6C3A;
}
@media screen and (max-width: 1023px) {
  .profile__message {
    margin: 40px auto 80px;
  }
}

.profile__message-title {
  font-size: 74px;
  font-family: Allura;
  color: #8B6C3A;
  text-align: center;
  margin: 44px auto 20px;
}
@media screen and (max-width: 1023px) {
  .profile__message-title {
    font-size: 60px;
    color: #8B6C3A;
    margin: 10px auto 10px;
  }
}

.profile__message-text {
  width: 79.7%;
  margin: 0 auto 64px;
  line-height: 32px;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 1023px) {
  .profile__message-text {
    width: 88.05%;
    letter-spacing: 0px;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .worries {
    margin-top: 130px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .worries {
    margin-top: 0;
  }
}

.worries__bg {
  background: #fafafa;
  width: 100%;
  margin: 0 auto 96px;
  height: 481px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .worries__bg {
    flex-direction: column-reverse;
    margin-bottom: 48px;
    display: block;
    height: auto;
  }
}

.worries__texts {
  display: block;
  margin-left: 19.3%;
  margin-top: 102px;
  width: 36.2%;
}
@media screen and (max-width: 1279px) {
  .worries__texts {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .worries__texts {
    width: 40%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .worries__texts {
    width: 89.33%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 104px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .worries__texts ul {
    margin-top: 5px;
  }
}

.worries__img {
  width: 55.34%;
  margin-right: 0;
  margin-left: auto;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .worries__img {
    display: block;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .worries__img {
    width: 100%;
  }
}
.worries__img img {
  width: 100%;
  height: 100%;
}

.worries__title {
  font-size: 24px;
  margin-bottom: 41px;
}
@media screen and (max-width: 1023px) {
  .worries__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .worries__title {
    margin-top: -55px;
    font-size: 20px;
  }
}

.worries__text {
  font-size: 18px;
  margin-left: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .worries__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .worries__text {
    font-size: 16px;
    margin-bottom: 8px;
    height: 48px;
    line-height: 23px;
  }
}
.worries__text::before {
  content: "";
  background: url(../img/pc/check-square.png) no-repeat center center/cover;
  position: absolute;
  width: 24px;
  height: 24px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .worries__text::before {
    top: 40%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .worries__text::before {
    top: 0%;
    transform: translateY(0%);
  }
}

.reason__comment {
  font-size: 32px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 3px;
  text-align: center;
  color: #8B6C3A;
}
@media screen and (max-width: 1279px) {
  .reason__comment {
    font-size: 26px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1023px) {
  .reason__comment {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .reason__comment {
    font-size: 16px;
    line-height: 27px; /* 168.79% */
    letter-spacing: 0.8px;
  }
}

.reason__arrow {
  width: 56px;
  height: 56px;
  border: 1px solid #8B6C3A;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  transform: rotate(45deg);
  margin: 18px auto 84px;
}
@media screen and (max-width: 1023px) {
  .reason__arrow {
    width: 29px;
    height: 29px;
    margin-bottom: 40px;
  }
}

.feature {
  margin-top: 11px;
}
@media screen and (max-width: 1023px) {
  .feature {
    margin-top: -41px;
  }
}

.feature__inner {
  width: 73.6%;
  max-width: 1061px;
  margin: 90px auto 82px;
}
@media screen and (max-width: 1023px) {
  .feature__inner {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .feature__inner {
    width: 89.33%;
    margin: 80px auto 0;
  }
}

.feature__item {
  display: flex;
  margin-top: 88px;
}
@media screen and (max-width: 1023px) {
  .feature__item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .feature__item {
    display: block;
    margin-top: 40px;
  }
}
.feature__item:nth-last-of-type(3) {
  margin-top: 88px;
}
@media screen and (max-width: 1023px) {
  .feature__item:nth-last-of-type(3) {
    margin-top: 88px;
  }
}
@media screen and (max-width: 767px) {
  .feature__item:nth-last-of-type(3) {
    margin-top: 40px;
  }
}

.feature__item-img {
  width: 42.4%;
}
@media screen and (max-width: 1023px) {
  .feature__item-img {
    width: 100%;
  }
}
.feature__item-img img {
  width: 100%;
}

.feature__item-text {
  width: 50.8%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 38px;
}
@media screen and (max-width: 1023px) {
  .feature__item-text {
    margin-top: 0;
    width: 100%;
  }
}

.feature__item-title-line {
  display: flex;
  margin-top: 53px;
}

.feature__item-title-line-third {
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .feature__item-title-line-third {
    margin-top: 0px;
  }
}

.feature__item-vertical-line {
  width: 1px;
  height: 100px;
  background: #8B6C3A;
}

.feature__sub-title {
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 2.4px;
  width: 92.7%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .feature__sub-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.feature__sub-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: -13px;
  width: 1px;
  height: 100%;
  background: #8B6C3A;
}
@media screen and (max-width: 1023px) {
  .feature__sub-title {
    color: #393327;
    font-size: 18px;
    font-weight: 600;
    line-height: 32.4px; /* 180% */
    letter-spacing: 0.9px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .feature__sub-title {
    color: #393327;
    font-size: 18px;
    font-weight: 600;
    line-height: 32.4px; /* 180% */
    letter-spacing: 0.9px;
    margin-top: 20px;
  }
}
.feature__sub-title:nth-last-of-type(3) {
  margin-top: -20px;
}
@media screen and (max-width: 1023px) {
  .feature__sub-title:nth-last-of-type(3) {
    margin-top: 0;
  }
}

.feature__text {
  line-height: 32px;
  letter-spacing: 5%;
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  .feature__text {
    line-height: 28px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .feature__text {
    margin-top: 12px;
    line-height: 28.8px; /* 180% */
    letter-spacing: 0.32px;
  }
}

.yoga__img-pc {
  width: 100%;
  margin: 82px auto 0px;
}
.yoga__img-pc img {
  width: 100%;
}

.yoga__img-sp {
  width: 113%;
  margin: 60px auto 0px;
}
@media screen and (max-width: 1023px) {
  .yoga__img-sp {
    margin: 15px auto 0px;
  }
}
.yoga__img-sp img {
  transform: rotate(-5deg);
  width: 100%;
  margin-left: -30px;
}

.members-voice {
  margin-top: -70px;
  padding-top: 150px;
  padding-bottom: 99px;
  background: url(../img/pc/bg@3x.png) no-repeat center center/cover;
}
@media screen and (max-width: 1023px) {
  .members-voice {
    margin-top: -100px;
    padding-bottom: 53px;
  }
}

.members-voice__inner {
  width: 73.6%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .members-voice__inner {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .members-voice__inner {
    width: 89.33%;
  }
}

.members-voice__items {
  margin-top: 78px;
}
@media screen and (max-width: 1023px) {
  .members-voice__items {
    margin-top: 40px;
  }
}

.members-voice__item {
  display: flex;
  margin-bottom: 77px;
}
@media screen and (max-width: 1023px) {
  .members-voice__item {
    display: block;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .members-voice__item {
    margin-bottom: 40px;
  }
}

.members-voice__item-img {
  width: 42.4%;
}
@media screen and (max-width: 1023px) {
  .members-voice__item-img {
    width: 100%;
  }
}
.members-voice__item-comments {
  width: 50.8%;
  margin-left: 6.8%;
}
@media screen and (max-width: 1023px) {
  .members-voice__item-comments {
    width: 100%;
    margin-left: 0;
  }
}

.members-voice__item-title {
  color: #8B6C3A;
  font-family: "游明朝体", "Yu Mincho";
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .members-voice__item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .members-voice__item-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .members-voice__item-title {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px; /* 150% */
    letter-spacing: 0.9px;
  }
}

.members-voice__item-profile {
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 10%;
}
@media screen and (max-width: 1279px) {
  .members-voice__item-profile {
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .members-voice__item-profile {
    margin-top: 4px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .members-voice__item-profile {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; /* 150% */
    letter-spacing: 0.7px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.members-voice__item-text {
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 1279px) {
  .members-voice__item-text {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .members-voice__item-text {
    line-height: 28.8px; /* 180% */
    letter-spacing: 0.8px;
  }
}

.item-reverse {
  flex-direction: row-reverse;
}

.item-comments-reverse {
  margin-left: 0;
  margin-right: 6.8%;
}

.item-text-3 {
  line-height: 1.9;
}
@media screen and (max-width: 1279px) {
  .item-text-3 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 1023px) {
  .item-text-3 {
    line-height: 1.8;
  }
}

.last-item {
  margin-bottom: 0;
}

.price {
  background: url(../img/pc/price-bg@3x.png) no-repeat center center/cover;
  width: 100%;
  margin: 0 auto;
  height: 660px;
}
@media screen and (max-width: 1023px) {
  .price {
    height: auto;
  }
}

.price__inner {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .price__inner {
    padding-top: 58px;
    background: url(../img/sp/price-bg.png) no-repeat center center/cover;
  }
}

.price__title {
  padding-top: 102px;
}
@media screen and (max-width: 1023px) {
  .price__title {
    padding-top: 0px;
  }
}

.price__title-jp {
  margin-top: 36px;
}
@media screen and (max-width: 1279px) {
  .price__title-jp {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .price__title-jp {
    margin-top: 0;
  }
}

.price__card {
  width: 46.9%;
  margin: 87px auto 78px;
}
@media screen and (max-width: 1279px) {
  .price__card {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .price__card {
    display: block;
    width: 89.33%;
    margin: 44px auto 0px;
  }
}

.price__line {
  display: flex;
  color: #8B6C3A;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .price__line {
    margin-left: auto;
    margin-right: auto;
  }
}

.price__monthly {
  font-size: 36px;
  letter-spacing: 4px;
  margin-right: 19px;
}
@media screen and (max-width: 1279px) {
  .price__monthly {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .price__monthly {
    font-size: 23px;
    letter-spacing: 0.1em;
    margin-left: 21px;
    margin-right: 10px;
  }
}

.price__mark {
  font-size: 54px;
  line-height: 0.8;
  margin-right: 11px;
}
@media screen and (max-width: 1023px) {
  .price__mark {
    font-size: 30px;
    margin-right: 6px;
  }
}

.price__number {
  font-size: 81px;
  line-height: 0.8;
  margin-right: 10px;
  text-align: center;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 1279px) {
  .price__number {
    font-size: 68px;
  }
}
@media screen and (max-width: 1023px) {
  .price__number {
    font-size: 51px;
    letter-spacing: 0;
  }
}

.price__tax {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .price__tax {
    font-size: 16px;
  }
}

.price__text-1 {
  text-align: center;
  font-size: 24px;
  color: #8B6C3A;
  font-weight: bold;
  letter-spacing: 2.4px;
  margin-top: 54px;
}
@media screen and (max-width: 1279px) {
  .price__text-1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .price__text-1 {
    margin-top: 41px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

.price__text-2 {
  text-align: center;
  margin-top: 44px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1023px) {
  .price__text-2 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
    margin-top: 8px;
  }
}

.price__description {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #393327;
  margin-top: 31px;
}
@media screen and (max-width: 1023px) {
  .price__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.02em;
    margin-bottom: 56px;
  }
}

.campaign {
  background: url(../img/pc/campaign-bg-pc@3x.png) no-repeat center center/cover;
  height: 913px;
  padding-top: 98px;
}
@media screen and (max-width: 1023px) {
  .campaign {
    padding-top: 56px;
    padding-bottom: 56px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .campaign {
    padding-bottom: 51px;
  }
}

@media screen and (max-width: 1023px) {
  .campaign__inner {
    width: 89.33%;
  }
}

.campaign__card {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #FFFFFF;
  opacity: 0.95;
  height: 721px;
  border: 1px solid #8B6C3A;
}
@media screen and (max-width: 1023px) {
  .campaign__card {
    height: auto;
  }
}

.campaign__title-content {
  margin: 59px auto 119px;
}
@media screen and (max-width: 1023px) {
  .campaign__title-content {
    margin: 40px auto 78px;
  }
}

.campaign__top-bar {
  width: 83.2%;
  height: 1px;
  background-color: #8B6C3A;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .campaign__top-bar {
    width: 89.33%;
  }
}

.campaign__title {
  text-align: center;
  font-size: 40px;
  color: #8B6C3A;
  letter-spacing: 6px;
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1279px) {
  .campaign__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .campaign__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.campaign__bottom-bar {
  width: 83.2%;
  height: 1px;
  background-color: #8B6C3A;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .campaign__bottom-bar {
    width: 89.33%;
  }
}

.campaign__card-inner {
  width: 600px;
  margin: 119px auto 64px;
}
@media screen and (max-width: 1279px) {
  .campaign__card-inner {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .campaign__card-inner {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .campaign__card-inner {
    margin: 78px auto 40px;
    width: 91.33%;
    max-width: 300px;
  }
}

.campaign__content {
  font-size: 28px;
  letter-spacing: 4.2px;
}
@media screen and (max-width: 1023px) {
  .campaign__content {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.22em;
    /* text-align: center; */
    width: 79%;
    margin-left: auto;
    margin-right: auto;
  }
}

.campaign__price-line {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .campaign__price-line {
    width: 79%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -19px;
  }
}
@media screen and (max-width: 767px) {
  .campaign__price-line {
    width: 86%;
  }
}

.campaign__price {
  margin-top: 36px;
}

.campaign__price-text {
  font-size: 24px;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .campaign__price-text {
    font-size: 18px;
    margin-bottom: 9px;
  }
}

.campaign__price-number {
  font-size: 40px;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .campaign__price-number {
    font-size: 24px;
    display: block;
  }
}
.campaign__price-number span {
  font-size: 24px;
  margin-left: 12px;
  margin-top: 12px;
}
@media screen and (max-width: 1023px) {
  .campaign__price-number span {
    margin-left: 0;
    margin-right: 0;
  }
}

.campaign__arrow {
  width: 31px;
  height: 51px;
  margin-left: 97px;
  margin-top: 67px;
  margin-right: -14px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .campaign__arrow {
    margin-left: 18%;
  }
}
.campaign__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  width: 31px;
  height: 51px;
  background: url(../img/pc/arrow@3x.png) no-repeat center center/cover;
}
@media screen and (max-width: 1023px) {
  .campaign__arrow::after {
    width: 18px;
    height: 29px;
    top: 0;
    left: -9px;
  }
}
@media screen and (max-width: 1023px) {
  .campaign__arrow {
    margin-left: 53px;
    width: 18px;
    height: 18px;
    margin-right: 31px;
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .campaign__arrow {
    margin-left: 30px;
    width: 18px;
    height: 18px;
    margin-right: 3px;
    margin-top: 56px;
  }
}

.campaign__price-0 {
  font-size: 160px;
  color: #8B6C3A;
  line-height: 120px;
  letter-spacing: -18.4%;
  margin-left: auto;
  margin-right: 37px;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .campaign__price-0 {
    font-size: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .campaign__price-0 {
    font-size: 80px;
    margin-right: 0;
    margin-top: 0;
    margin-right: 14px;
  }
}
.campaign__price-0::after {
  content: "";
  position: absolute;
  top: -114px;
  left: 62%;
  transform: translateX(-50%);
  background: url(../img/pc/campaign-bubble.png) no-repeat center center/cover;
  width: 236px;
  height: 73px;
  font-size: 12px;
  color: #8B6C3A;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1023px) {
  .campaign__price-0::after {
    top: -44px;
    left: 71%;
    width: 124px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .campaign__price-0::after {
    top: -61px;
    left: 8%;
    width: 124px;
    height: 38px;
  }
}
.campaign__price-0 span {
  font-size: 80px;
  margin-right: -40px;
}
@media screen and (max-width: 1279px) {
  .campaign__price-0 span {
    font-size: 64px;
    margin-right: -28px;
  }
}
@media screen and (max-width: 1023px) {
  .campaign__price-0 span {
    font-size: 40px;
    margin-right: -22px;
  }
}

.campaign__period-line {
  margin: 16px auto 52px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .campaign__period-line {
    display: block;
    width: 79%;
    margin-bottom: 32px;
    margin-top: -6px;
  }
}

.campaign__period-text {
  font-size: 18px;
  border: 1px solid #393327;
  padding: 9px 16px;
  margin-right: 20px;
}
@media screen and (max-width: 1279px) {
  .campaign__period-text {
    font-size: 16px;
    padding: 9px;
  }
}
@media screen and (max-width: 1023px) {
  .campaign__period-text {
    width: 131px;
    font-size: 14px;
    line-height: 21px; /* 150% */
    letter-spacing: 0.7px;
    padding: 2px 4px;
  }
}

.campaign__period {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  .campaign__period {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    margin-top: 10px;
  }
}

.campaign__button {
  display: flex;
  width: 100%;
  max-width: 600px;
  background: linear-gradient(to right, #8B6C3A, rgba(139, 108, 58, 0.5), #8B6C3A);
  border: none;
  padding-top: 26px;
  border: none;
  padding-top: 17px;
  padding-bottom: 19px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 1.94vw;
  font-family: "游明朝体", "Yu Mincho";
  padding-left: 11.3%;
  letter-spacing: 0.192em;
  font-size: 28px;
}
.campaign__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1279px) {
  .campaign__button {
    font-size: 1.94vw;
    padding-left: 0;
    padding-top: 25px;
    max-width: none;
    padding-left: 14.3%;
  }
}
@media screen and (max-width: 1023px) {
  .campaign__button {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .campaign__button {
    padding-top: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .campaign__button-text {
    margin-left: auto;
    margin-right: auto;
  }
}

.campaign__button-arrow {
  margin-top: 4px;
  margin-left: 5%;
  width: 16px;
  height: 27px;
}
@media screen and (max-width: 1023px) {
  .campaign__button-arrow {
    display: none;
  }
}

.flow {
  background: #FAFAFA;
}

.flow__inner {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1023px) {
  .flow__inner {
    padding-top: 56px;
    padding-bottom: 56px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding-top: 50px;
    padding-bottom: 56px;
    width: 89.33%;
  }
}

.flow__title {
  margin-top: 0;
}

.flow__items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .flow__items {
    display: block;
  }
}

.flow__item {
  margin-top: 80px;
  width: calc(33.3% - 53.3333333333px);
}
@media screen and (max-width: 1023px) {
  .flow__item {
    margin-top: 8s0px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flow__item {
    margin-top: 40px;
    width: 100%;
  }
}

.flow__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.flow__item-step {
  font-size: 16px;
  color: #8B6C3A;
  font-family: "Lora", serif;
  letter-spacing: 1.6px;
  margin-top: 19px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .flow__item-step {
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .flow__item-step {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

.flow__item-title {
  font-size: 22px;
}
@media screen and (max-width: 1279px) {
  .flow__item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .flow__item-title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05em;
  }
}

.flow__item-text {
  margin-top: 16px;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1279px) {
  .flow__item-text {
    line-height: 1.4;
  }
}
@media screen and (max-width: 1023px) {
  .flow__item-text {
    margin-top: 0;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .flow__item-text {
    margin-top: 8px;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}

.Q-A {
  padding-top: 104px;
}
@media screen and (max-width: 1023px) {
  .Q-A {
    padding-top: 56px;
  }
}
.Q-A dl {
  width: 100%;
  margin: 80px auto 96px;
}
@media screen and (max-width: 1023px) {
  .Q-A dl {
    margin: 40px auto 56px;
  }
}

.Q-A__inner {
  width: 61.1%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .Q-A__inner {
    width: 89.33%;
  }
}

.Q-A__question {
  font-weight: bold;
  line-height: 2;
  position: relative;
  margin-left: 51px;
}
@media screen and (max-width: 1023px) {
  .Q-A__question {
    margin-left: 28px;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}

.Q-A__question::before {
  content: "Q";
  font-weight: normal;
  font-size: 20px;
  color: #8B6C3A;
  font-family: "Lora", serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
@media screen and (max-width: 1023px) {
  .Q-A__question::before {
    top: 25%;
  }
}

.Q-A__answer {
  margin-top: 36px;
  line-height: 2;
  position: relative;
  margin-left: 58px;
  margin-right: 28px;
}
@media screen and (max-width: 1023px) {
  .Q-A__answer {
    margin-top: 12px;
    margin-left: 34px;
    margin-right: 0;
    line-height: 1.8;
  }
}

.Q-A__answer::before {
  content: "A";
  font-weight: normal;
  font-size: 20px;
  font-family: "Lora", serif;
  position: absolute;
  left: -30px;
  top: -4px;
}

.Q-A__bar {
  width: 100%;
  height: 1px;
  background: #E8E8E8;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .Q-A__bar {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.gym__img-pc, .gym__img-sp {
  width: 100%;
  margin: 0 auto;
}
.gym__img-pc img, .gym__img-sp img {
  width: 100%;
}

.access {
  padding-top: 96px;
}
@media screen and (max-width: 1023px) {
  .access {
    padding-top: 56px;
    padding-bottom: 39px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .access {
    padding-top: 46px;
  }
}

@media screen and (max-width: 1023px) {
  .access__inner {
    width: 89.33%;
  }
}

.access__item {
  display: flex;
  margin-top: 80px;
  margin-bottom: 96px;
}
@media screen and (max-width: 1023px) {
  .access__item {
    margin-top: 40px;
    margin-bottom: 55px;
    display: block;
  }
}

.access__info {
  width: 50.9%;
}
@media screen and (max-width: 1023px) {
  .access__info {
    width: 100%;
    margin-bottom: 40px;
  }
}

.access__gym-name {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1023px) {
  .access__gym-name {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.1em;
  }
}

.access__gym-name-jp {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1023px) {
  .access__gym-name-jp {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.02em;
  }
}

.post-number {
  margin-top: 49px;
  margin-bottom: 14px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1023px) {
  .post-number {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
  }
}

.gym-address {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .gym-address {
    margin-top: 0px;
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: 0.02em;
  }
}

.access__description {
  margin-top: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .access__description {
    margin-top: 12px;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}

.gym-tel {
  margin-top: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .gym-tel {
    margin-top: 21px;
  }
}

.gym-businesshour {
  margin-top: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .gym-businesshour {
    margin-top: 22px;
  }
}

.access__map {
  width: 49.1%;
}
@media screen and (max-width: 1023px) {
  .access__map {
    width: 100%;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.iframe-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 1023px) {
  .footer__wrapper {
    display: block;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.footer__logo {
  width: 130px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .footer__logo {
    width: 76px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__nav-items {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .footer__nav-items {
    display: block;
    margin-top: 32px;
  }
}

.footer__nav-item {
  margin-left: 27px;
}
@media screen and (max-width: 1279px) {
  .footer__nav-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__nav-item {
    margin-left: 0;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-item {
    margin-top: 34px;
  }
}

.footer__nav-sns {
  display: flex;
  justify-content: flex-end;
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .footer__nav-sns {
    justify-content: center;
  }
}

.footer__sns-youtube {
  width: 40px;
  height: 40px;
}
.footer__sns-youtube:hover {
  opacity: 0.7;
}

.footer__sns-x {
  width: 40px;
  height: 40px;
  margin-left: 24px;
  margin-right: 24px;
}
.footer__sns-x:hover {
  opacity: 0.7;
}

.footer__sns-instagram {
  width: 40px;
  height: 40px;
}
.footer__sns-instagram:hover {
  opacity: 0.7;
}

.footer__bottom-text {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 40px;
  margin-left: 12.1944%;
  margin-right: 10.625%;
}
.footer__bottom-text small {
  display: block;
}
@media screen and (max-width: 1279px) {
  .footer__bottom-text small {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__bottom-text small {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1279px) {
  .footer__bottom-text {
    display: block;
    width: 89.33%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__bottom-text {
    margin-top: 40px;
    text-align: left;
  }
}

.footer__annotation {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-left: 12px;
}
@media screen and (max-width: 1023px) {
  .footer__annotation {
    line-height: 18px; /* 150% */
    letter-spacing: 0.24px;
  }
}