@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: rem(16);
}

body {
  margin: 0;
}

main {
  display: block;
  overflow-y: hidden;
  overflow-x: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

body {
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  color: #3b3b3b;
  font-weight: 500;
}

img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none;
}

.pc {
  display: block !important;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}

@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

@media (max-width: 1240px) {
  .container {
    padding: 0 calc(20vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 calc(20vw / (768 / 100));
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main {
  padding-bottom: 100px;
}

@media (max-width: 1240px) {
  .main {
    padding-bottom: calc(100vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .main {
    padding-bottom: calc(100vw / (748 / 100));
  }
}

@media (max-width: 440px) {
  .main {
    padding-bottom: calc(100vw / (440 / 100));
  }
}

.h2-title {
  position: relative;
  padding: 55px 0 0;
  text-align: center;
  color: #8c5637;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
}

@media (max-width: 1240px) {
  .h2-title {
    padding: calc(55vw / (1240 / 100)) 0 0;
    font-size: calc(16vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .h2-title {
    font-size: calc(23vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .h2-title {
    font-size: calc(20vw / (440 / 100));
  }
}

.h2-title span {
  display: block;
  color: #d9b68b;
  font-size: 17px;
  font-family: 游明朝, Yu Mincho, 游明朝体, YuMincho, serif;
}

@media (max-width: 1240px) {
  .h2-title span {
    font-size: calc(17vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .h2-title span {
    font-size: calc(19vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .h2-title span {
    font-size: calc(17vw / (440 / 100));
  }
}

.h2-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 77%;
  left: 41%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 42px;
  height: 18px;
  background: url(../images/h2-deco.png) no-repeat;
  background-size: contain;
}

@media (max-width: 1240px) {
  .h2-title::before {
    width: calc(42vw / (1240 / 100));
    height: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .h2-title::before {
    width: calc(42vw / (768 / 100));
    height: calc(18vw / (768 / 100));
    left: 32%;
  }
}

@media (max-width: 440px) {
  .h2-title::before {
    width: calc(42vw / (440 / 100));
    height: calc(18vw / (440 / 100));
    left: 22%;
  }
}

.h2-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 77%;
  right: 37.5%;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
  width: 42px;
  height: 18px;
  background: url(../images/h2-deco.png) no-repeat;
  background-size: contain;
}

@media (max-width: 1240px) {
  .h2-title::after {
    width: calc(42vw / (1240 / 100));
    height: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .h2-title::after {
    width: calc(42vw / (768 / 100));
    height: calc(18vw / (768 / 100));
    right: 26%;
  }
}

@media (max-width: 440px) {
  .h2-title::after {
    width: calc(42vw / (440 / 100));
    height: calc(18vw / (440 / 100));
    right: 12%;
  }
}

.store-label {
  padding: 11px 0;
  margin: 0 auto 5px;
  background: #8c5637;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.2px;
}

@media (max-width: 1240px) {
  .store-label {
    padding: calc(11vw / (1240 / 100)) 0;
    margin: 0 auto calc(5vw / (1240 / 100));
    font-size: calc(17vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .store-label {
    font-size: calc(17vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .store-label {
    font-size: calc(16vw / (440 / 100));
  }
}

.rank-i {
  padding: 5px 0;
  margin-top: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#743232), color-stop(50%, #b84040), to(#743232));
  background: linear-gradient(180deg, #743232 0%, #b84040 50%, #743232 100%);
  text-align: center;
}

@media (max-width: 1240px) {
  .rank-i {
    margin-top: calc(5vw / (1240 / 100));
    padding: calc(5vw / (1240 / 100)) 0;
  }
}

.rank-i span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
}

@media (max-width: 1240px) {
  .rank-i span {
    font-size: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .rank-i span {
    font-size: calc(17vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .rank-i span {
    font-size: calc(16vw / (440 / 100));
  }
}

.rank-r {
  padding: 5px 0;
  margin-top: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#39425f), color-stop(50%, #536397), to(#39425f));
  background: linear-gradient(180deg, #39425f 0%, #536397 50%, #39425f 100%);
  text-align: center;
}

@media (max-width: 1240px) {
  .rank-r {
    margin-top: calc(5vw / (1240 / 100));
    padding: calc(5vw / (1240 / 100)) 0;
  }
}

.rank-r span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
}

@media (max-width: 1240px) {
  .rank-r span {
    font-size: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .rank-r span {
    font-size: calc(17vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .rank-r span {
    font-size: calc(16vw / (440 / 100));
  }
}

.rank-g {
  padding: 5px 0;
  margin-top: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#9b915b), color-stop(50%, #e2d27c), to(#9b915b));
  background: linear-gradient(180deg, #9b915b 0%, #e2d27c 50%, #9b915b 100%);
  text-align: center;
}

@media (max-width: 1240px) {
  .rank-g {
    margin-top: calc(5vw / (1240 / 100));
    padding: calc(5vw / (1240 / 100)) 0;
  }
}

.rank-g span {
  color: #69623a;
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: bold;
}

@media (max-width: 1240px) {
  .rank-g span {
    font-size: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .rank-g span {
    font-size: calc(17vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .rank-g span {
    font-size: calc(16vw / (440 / 100));
  }
}

.rank-p {
  padding: 5px 0;
  margin-top: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), color-stop(50%, lightgray), to(#7f7f7f));
  background: linear-gradient(180deg, #7f7f7f 0%, lightgray 50%, #7f7f7f 100%);
  text-align: center;
}

@media (max-width: 1240px) {
  .rank-p {
    margin-top: calc(5vw / (1240 / 100));
    padding: calc(5vw / (1240 / 100)) 0;
  }
}

.rank-p span {
  color: #5d5d5d;
  font-size: 18px;
  letter-spacing: 1.5px;
}

@media (max-width: 1240px) {
  .rank-p span {
    font-size: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .rank-p span {
    font-size: calc(17vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .rank-p span {
    font-size: calc(16vw / (440 / 100));
  }
}

.rank-b {
  padding: 5px 0;
  margin-top: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(50%, #444444), to(black));
  background: linear-gradient(180deg, black 0%, #444444 50%, black 100%);
  text-align: center;
}

@media (max-width: 1240px) {
  .rank-b {
    margin-top: calc(5vw / (1240 / 100));
    padding: calc(5vw / (1240 / 100)) 0;
  }
}

.rank-b span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
}

@media (max-width: 1240px) {
  .rank-b span {
    font-size: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .rank-b span {
    font-size: calc(17vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .rank-b span {
    font-size: calc(16vw / (440 / 100));
  }
}

.top__concept {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url(../images/concept-bg.png) no-repeat;
  background-size: cover;
}

.top__concept-text {
  padding: 35px 0 36px;
  text-align: center;
  color: #d9b68b;
  line-height: 3;
  letter-spacing: 3.5px;
}

@media (max-width: 1240px) {
  .top__concept-text {
    padding: calc(35vw / (1240 / 100)) 0 calc(36vw / (1240 / 100));
    font-size: calc(16vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__concept-text {
    padding: calc(32vw / (768 / 100)) 5%;
    font-size: calc(18vw / (768 / 100));
    line-height: 2.4;
  }
}

@media (max-width: 440px) {
  .top__concept-text {
    font-size: calc(14vw / (440 / 100));
  }
}

.top__concept .h2-title {
  color: #d9b68b;
}

.top__swiper {
  padding: 60px 0;
  margin: 0 auto;
  width: 1150px;
}

@media (max-width: 1240px) {
  .top__swiper {
    width: calc(1150vw / (1240 / 100));
    padding: calc(60vw / (1240 / 100)) 0;
  }
}

.top__swiper-wrap {
  text-align: center;
}

.top__swiper .swiper-button-next,
.top__swiper .swiper-button-prev {
  color: #8c5637;
}

.top__swiper .swiper-button-next::after,
.top__swiper .swiper-button-prev::after {
  font-size: 70px !important;
}

@media (max-width: 1240px) {
  .top__swiper .swiper-button-next::after,
  .top__swiper .swiper-button-prev::after {
    font-size: calc(70vw / (1240 / 100)) !important;
  }
}

.top__newface {
  padding-bottom: 60px;
  background-color: #ffe9ce;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

@media (max-width: 1240px) {
  .top__newface {
    padding-bottom: calc(60vw / (1240 / 100));
  }
}

.top__newface__nav {
  padding: 50px 0 55px;
}

@media (max-width: 1240px) {
  .top__newface__nav {
    padding: calc(50vw / (1240 / 100)) 0 calc(55vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__newface__nav {
    overflow: scroll;
  }
}

.top__newface__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .top__newface__nav__list {
    min-width: calc(970vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .top__newface__nav__list {
    min-width: calc(840vw / (440 / 100));
  }
}

.top__newface-button {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media (max-width: 1240px) {
  .top__newface-button {
    font-size: calc(16vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__newface-button {
    margin-top: calc(22vw / (768 / 100));
    font-size: calc(20vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .top__newface-button {
    font-size: calc(16vw / (440 / 100));
  }
}

.top__newface-button a {
  display: inline-block;
  width: 400px;
  padding: 20px 0;
  background-color: #8c5637;
}

@media (max-width: 1240px) {
  .top__newface-button a {
    padding: calc(20vw / (1240 / 100)) 0;
    width: calc(400vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__newface-button a {
    width: calc(400vw / (768 / 100));
    padding: calc(14vw / (768 / 100)) 0;
  }
}

@media (max-width: 440px) {
  .top__newface-button a {
    width: calc(320vw / (440 / 100));
    padding: calc(12vw / (440 / 100)) 0;
  }
}

.top__news {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 50px;
  background: url(../images/news-bg.png) no-repeat;
  background-size: cover;
}

@media (max-width: 1240px) {
  .top__news {
    padding-bottom: calc(50vw / (1240 / 100));
  }
}

.top__news__wrap {
  padding-top: 50px;
}

@media (max-width: 1240px) {
  .top__news__wrap {
    padding-top: calc(50vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 440px) {
  .top__news__wrap {
    padding: calc(32vw / (440 / 100)) 0 calc(12vw / (440 / 100));
    gap: calc(32vw / (440 / 100));
  }
}

.top__news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 1240px) {
  .top__news__inner {
    gap: calc(30vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__news__inner {
    width: 48%;
  }
}

@media (max-width: 440px) {
  .top__news__inner {
    width: 100%;
  }
}

.top__news__inner-img {
  width: 132px;
}

@media (max-width: 1240px) {
  .top__news__inner-img {
    width: calc(132vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__news__inner-img {
    width: calc(132vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .top__news__inner-img {
    width: calc(100vw / (440 / 100));
  }
}

.top__news__inner-img img {
  width: 132px;
}

@media (max-width: 1240px) {
  .top__news__inner-img img {
    width: calc(132vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__news__inner-img img {
    width: calc(132vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .top__news__inner-img img {
    width: calc(100vw / (440 / 100));
  }
}

.top__news__inner-text {
  width: 800px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

@media (max-width: 1240px) {
  .top__news__inner-text {
    width: calc(800vw / (1240 / 100));
  }
}

.top__news__inner-text h3 {
  font-size: 17px;
}

@media (max-width: 1240px) {
  .top__news__inner-text h3 {
    font-size: calc(17vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__news__inner-text h3 {
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .top__news__inner-text h3 {
    font-size: calc(17vw / (440 / 100));
  }
}

.top__news__inner-text p {
  padding-top: 20px;
  color: #8c5637;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1240px) {
  .top__news__inner-text p {
    padding-top: calc(20vw / (1240 / 100));
    font-size: calc(14vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__news__inner-text p {
    font-size: calc(16vw / (768 / 100));
    line-height: 1.6;
  }
}

@media (max-width: 440px) {
  .top__news__inner-text p {
    font-size: calc(14vw / (440 / 100));
  }
}

.top__sche .h2-title {
  margin-bottom: 60px;
}

@media (max-width: 1240px) {
  .top__sche .h2-title {
    margin-bottom: calc(60vw / (1240 / 100));
  }
}

.top__sche__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 1%;
}

@media (max-width: 1240px) {
  .top__sche__nav__list {
    gap: calc(15vw / (1240 / 100)) 1%;
  }
}

.top__sche-button {
  margin: 54px auto 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media (max-width: 1240px) {
  .top__sche-button {
    margin: calc(54vw / (1240 / 100)) auto calc(40vw / (1240 / 100));
    font-size: calc(16vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__sche-button {
    font-size: calc(20vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .top__sche-button {
    font-size: calc(16vw / (440 / 100));
  }
}

.top__sche-button a {
  display: inline-block;
  width: 400px;
  padding: 20px 0;
  background-color: #8c5637;
}

@media (max-width: 1240px) {
  .top__sche-button a {
    padding: calc(20vw / (1240 / 100)) 0;
    width: calc(400vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__sche-button a {
    width: calc(400vw / (768 / 100));
    padding: calc(14vw / (768 / 100)) 0;
  }
}

@media (max-width: 440px) {
  .top__sche-button a {
    width: calc(320vw / (440 / 100));
    padding: calc(12vw / (440 / 100)) 0;
  }
}

.top__review {
  padding-bottom: 62px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url(../images/review-bg.png) no-repeat;
  background-size: cover;
}

@media (max-width: 1240px) {
  .top__review {
    padding-bottom: calc(62vw / (1240 / 100));
  }
}

.top__review__nav {
  margin-top: 60px;
}

@media (max-width: 1240px) {
  .top__review__nav {
    margin-top: calc(60vw / (1240 / 100));
  }
}

.top__review__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .top__review__nav__list {
    gap: calc(32vw / (768 / 100));
  }
}

.top__review-button {
  margin: 40px auto 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media (max-width: 1240px) {
  .top__review-button {
    margin: calc(40vw / (1240 / 100)) auto 0;
    font-size: calc(16vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__review-button {
    font-size: calc(20vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .top__review-button {
    font-size: calc(16vw / (440 / 100));
  }
}

.top__review-button a {
  display: inline-block;
  width: 400px;
  padding: 20px 0;
  background-color: #8c5637;
}

@media (max-width: 1240px) {
  .top__review-button a {
    padding: calc(20vw / (1240 / 100)) 0;
    width: calc(400vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .top__review-button a {
    width: calc(400vw / (768 / 100));
    padding: calc(14vw / (768 / 100)) 0;
  }
}

@media (max-width: 440px) {
  .top__review-button a {
    width: calc(320vw / (440 / 100));
    padding: calc(12vw / (440 / 100)) 0;
  }
}

.top__banner {
  padding: 60px 20px;
  background-color: #ffe9ce;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
}

@media (max-width: 1240px) {
  .top__banner {
    padding: calc(60vw / (1240 / 100)) calc(20vw / (1240 / 100));
  }
}

.top__banner :nth-child(2) {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}

@media (max-width: 1240px) {
  .top__banner :nth-child(2) {
    padding-top: calc(10vw / (1240 / 100));
  }
}

.therapist {
  background-color: #fffde0;
}

@media (max-width: 768px) {
  .therapist {
    padding-top: calc(80vw / (768 / 100));
  }
}

.therapist__nav {
  padding-top: 35px;
}

@media (max-width: 1240px) {
  .therapist__nav {
    padding-top: calc(35vw / (1240 / 100));
  }
}

.therapist__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 1%;
}

@media (max-width: 1240px) {
  .therapist__nav__list {
    gap: calc(15vw / (1240 / 100)) 1%;
  }
}

.schedule {
  background-color: #fffde0;
}

@media (max-width: 768px) {
  .schedule {
    padding-top: calc(80vw / (768 / 100));
  }
}

.schedule__btn {
  margin: 73px 0 59px;
  background-color: #fffde0;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 1240px) {
  .schedule__btn {
    margin: calc(73vw / (1240 / 100)) 0 calc(59vw / (1240 / 100));
    font-size: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .schedule__btn {
    font-size: calc(18vw / (768 / 100));
    overflow: scroll;
  }
}

@media (max-width: 440px) {
  .schedule__btn {
    font-size: calc(16vw / (440 / 100));
  }
}

.schedule__btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .schedule__btn__list {
    min-width: calc(1100vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .schedule__btn__list {
    min-width: calc(800vw / (440 / 100));
  }
}

.schedule__btn__list .dateActive {
  background-color: #fffde0;
  color: #8c5637;
  border: solid 1px #8c5637;
}

.schedule__btn__list-link {
  width: 14%;
  padding: 14px 0;
  background-color: #8c5637;
  color: #fffde0;
}

@media (max-width: 1240px) {
  .schedule__btn__list-link {
    padding: calc(14vw / (1240 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .schedule__btn__list-link {
    padding: calc(12vw / (768 / 100)) 0;
  }
}

@media (max-width: 440px) {
  .schedule__btn__list-link {
    padding: calc(10vw / (440 / 100)) 0;
  }
}

.schedule__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 1%;
}

@media (max-width: 1240px) {
  .schedule__nav__list {
    gap: calc(15vw / (1240 / 100)) 1%;
  }
}

.system {
  padding-bottom: 55px;
  background-color: #fffde0;
  font-size: 18px;
}

@media (max-width: 1240px) {
  .system {
    padding-bottom: calc(55vw / (1240 / 100));
    font-size: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .system {
    padding-top: calc(80vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .system {
    font-size: calc(17vw / (440 / 100));
  }
}

.system-wrap {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1240px) {
  .system-wrap {
    padding-top: calc(50vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .system-wrap {
    gap: calc(32vw / (768 / 100));
  }
}

.system-container {
  padding: 0 95px;
}

@media (max-width: 1240px) {
  .system-container {
    padding: 0 calc(95vw / (1240 / 100));
  }
}

.system__menu {
  padding-bottom: 35px;
  width: 49%;
  color: #bf6b6b;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.2px;
}

@media (max-width: 1240px) {
  .system__menu {
    padding-bottom: calc(35vw / (1240 / 100));
    font-size: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .system__menu {
    width: 100%;
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .system__menu {
    font-size: calc(17vw / (440 / 100));
  }
}

.system__menu-title {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 65px;
  color: #fff;
  background-color: #bf6b6b;
}

@media (max-width: 1240px) {
  .system__menu-title {
    padding: calc(10vw / (1240 / 100)) 0;
    margin-bottom: calc(65vw / (1240 / 100));
  }
}

.system__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 28px;
}

@media (max-width: 1240px) {
  .system__menu__list {
    padding-top: calc(28vw / (1240 / 100));
  }
}

.system__menu__list:first-child {
  padding-top: 0;
}

.system__play {
  margin: 32px 0 0;
  padding: 30px 0;
  border-top: 1px dashed #bf6b6b;
  border-bottom: 1px dashed #bf6b6b;
}

@media (max-width: 1240px) {
  .system__play {
    margin: calc(32vw / (1240 / 100)) 0 0;
    padding: calc(30vw / (1240 / 100)) 0;
  }
}

.system__play span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 5px 0;
}

@media (max-width: 1240px) {
  .system__play span {
    padding: calc(5vw / (1240 / 100)) 0;
  }
}

.system__option {
  padding-top: 23px;
}

@media (max-width: 1240px) {
  .system__option {
    padding-top: calc(23vw / (1240 / 100));
  }
}

.system__option span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 5px 0;
}

@media (max-width: 1240px) {
  .system__option span {
    padding: calc(5vw / (1240 / 100)) 0;
  }
}

.system__option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 19px;
}

@media (max-width: 1240px) {
  .system__option__list {
    padding-top: calc(19vw / (1240 / 100));
  }
}

.system__option__list:first-of-type {
  padding-top: 0;
}

.system__menu2 {
  padding-bottom: 35px;
  width: 49%;
  color: #bf926b;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.2px;
}

@media (max-width: 1240px) {
  .system__menu2 {
    padding-bottom: calc(35vw / (1240 / 100));
    font-size: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .system__menu2 {
    width: 100%;
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .system__menu2 {
    font-size: calc(17vw / (440 / 100));
  }
}

.system__menu2-title {
  padding: 10px 0;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  background-color: #bf926b;
}

@media (max-width: 1240px) {
  .system__menu2-title {
    padding: calc(10vw / (1240 / 100)) 0;
    margin-bottom: calc(30vw / (1240 / 100));
  }
}

.system__menu2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 28px;
}

@media (max-width: 1240px) {
  .system__menu2__list {
    padding-top: calc(28vw / (1240 / 100));
  }
}

.system__play2 {
  margin: 40px 0 0;
  padding: 30px 0 32px;
  border-top: 1px dashed #bf926b;
  border-bottom: 1px dashed #bf926b;
}

@media (max-width: 1240px) {
  .system__play2 {
    margin: calc(40vw / (1240 / 100)) 0 0;
    padding: calc(30vw / (1240 / 100)) 0 calc(32vw / (1240 / 100));
  }
}

.system__play2 span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 5px 0;
}

@media (max-width: 1240px) {
  .system__play2 span {
    padding: calc(5vw / (1240 / 100)) 0;
  }
}

.system__option2 {
  padding-top: 30px;
}

@media (max-width: 1240px) {
  .system__option2 {
    padding-top: calc(30vw / (1240 / 100));
  }
}

.system__option2 span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 5px 0;
}

@media (max-width: 1240px) {
  .system__option2 span {
    padding: calc(5vw / (1240 / 100)) 0;
  }
}

.system__option2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
}

@media (max-width: 1240px) {
  .system__option2__list {
    padding-top: calc(30vw / (1240 / 100));
  }
}

.system__option2__list:first-of-type {
  padding-top: 5px;
}

@media (max-width: 1240px) {
  .system__option2__list:first-of-type {
    padding-top: calc(5vw / (1240 / 100));
  }
}

.system__special {
  background-color: #fff;
  margin: 20px 0 63px;
  padding-bottom: 57px;
  font-weight: bold;
}

@media (max-width: 1240px) {
  .system__special {
    margin: calc(20vw / (1240 / 100)) 0 calc(63vw / (1240 / 100));
    padding-bottom: calc(57vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .system__special {
    margin: calc(32vw / (768 / 100)) 0 calc(48vw / (768 / 100));
  }
}

.system__special-container {
  padding: 0 135px;
}

@media (max-width: 1240px) {
  .system__special-container {
    padding: 0 calc(135vw / (1240 / 100));
  }
}

.system__special-title {
  padding: 55px 0 0;
  margin-bottom: 30px;
  letter-spacing: 2.2px;
  font-weight: bold;
  color: #8c5637;
}

@media (max-width: 1240px) {
  .system__special-title {
    padding: calc(55vw / (1240 / 100)) 0 0;
    margin-bottom: calc(30vw / (1240 / 100));
  }
}

.system__special-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 2.2px;
  gap: 37px;
}

@media (max-width: 1240px) {
  .system__special-wrap {
    gap: calc(37vw / (1240 / 100));
  }
}

.system__special__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}

@media (max-width: 1240px) {
  .system__special__list {
    gap: 0 calc(5vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .system__special__list {
    font-size: calc(20vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .system__special__list {
    font-size: calc(18vw / (440 / 100));
  }
}

.system__special__list div {
  width: 280px;
  margin-top: 0;
}

@media (max-width: 1240px) {
  .system__special__list div {
    width: calc(280vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .system__special__list div {
    width: calc(200vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .system__special__list div {
    width: calc(160vw / (440 / 100));
  }
}

.system__special__list p {
  color: #8c5637;
}

.system__special__list p span {
  letter-spacing: -6px;
  padding-right: 2px;
}

.system__price {
  border-top: #8c5637 1px dashed;
  border-bottom: #8c5637 1px dashed;
  padding: 30px 0;
  margin: 45px 0 34px;
  color: #8c5637;
  letter-spacing: 2.2px;
}

@media (max-width: 1240px) {
  .system__price {
    padding: calc(30vw / (1240 / 100)) 0;
    margin: calc(45vw / (1240 / 100)) 0 calc(34vw / (1240 / 100));
  }
}

.system__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 64px 0 40px;
  gap: 20px 0;
}

@media (max-width: 1240px) {
  .system__price-wrap {
    padding: 0 calc(64vw / (1240 / 100)) 0 calc(40vw / (1240 / 100));
    gap: calc(20vw / (1240 / 100)) 0;
  }
}

.system__price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 38%;
  gap: 20px;
}

@media (max-width: 1240px) {
  .system__price__list {
    gap: calc(20vw / (1240 / 100));
  }
}

.system__price-text {
  padding: 40px 40px 0;
}

@media (max-width: 1240px) {
  .system__price-text {
    padding: calc(40vw / (1240 / 100)) calc(40vw / (1240 / 100)) 0;
  }
}

.system__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .system__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(12vw / (768 / 100));
  }
}

.system__card-img {
  padding: 0 25px 0 33px;
}

@media (max-width: 1240px) {
  .system__card-img {
    padding: 0 calc(25vw / (1240 / 100)) 0 calc(33vw / (1240 / 100));
  }
}

.system__card-img img {
  padding: 0 15px 0 0;
}

@media (max-width: 1240px) {
  .system__card-img img {
    width: calc(96vw / (1240 / 100));
    padding: 0 calc(15vw / (1240 / 100)) 0 0;
  }
}

@media (max-width: 768px) {
  .system__card-img img {
    width: calc(80vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .system__card-img img {
    width: calc(50vw / (440 / 100));
  }
}

.system__card-text {
  color: #8c5637;
  font-size: 16px;
  letter-spacing: 3px;
}

@media (max-width: 1240px) {
  .system__card-text {
    font-size: calc(16vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .system__card-text {
    font-size: calc(16vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .system__card-text {
    font-size: calc(14vw / (440 / 100));
  }
}

.system__box {
  margin-top: 47px;
  background-color: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2.2px;
}

@media (max-width: 1240px) {
  .system__box {
    margin-top: calc(47vw / (1240 / 100));
    font-size: calc(17vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .system__box {
    font-size: calc(17vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .system__box {
    font-size: calc(16vw / (440 / 100));
  }
}

.system__box-title {
  text-align: center;
  background-color: #731810;
  color: #fff;
  padding: 10px 0;
}

@media (max-width: 1240px) {
  .system__box-title {
    padding: calc(10vw / (1240 / 100)) 0;
  }
}

.system__box-container {
  padding: 0 100px;
}

@media (max-width: 1240px) {
  .system__box-container {
    padding: 0 calc(100vw / (1240 / 100));
  }
}

.system__box-text {
  color: #8c5637;
  padding: 42px 0;
  line-height: 2.1;
}

@media (max-width: 1240px) {
  .system__box-text {
    padding: calc(42vw / (1240 / 100)) 0;
  }
}

.system__box-text ul {
  padding-top: 20px;
  line-height: 1.7;
}

@media (max-width: 1240px) {
  .system__box-text ul {
    padding-top: calc(20vw / (1240 / 100));
  }
}

.access {
  background-color: #fffde0;
  font-size: 18px;
}

@media (max-width: 1240px) {
  .access {
    font-size: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .access {
    padding-top: calc(80vw / (768 / 100));
  }
}

.access-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 100px;
}

@media (max-width: 1240px) {
  .access-wrap {
    padding-top: calc(100vw / (1240 / 100));
  }
}

.access__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
}

@media (max-width: 1240px) {
  .access__nav__list {
    gap: calc(40vw / (1240 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .access__nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(32vw / (768 / 100));
  }
}

.review {
  padding-bottom: 32px;
  font-size: 18px;
  background-color: #fffde0;
}

@media (max-width: 1240px) {
  .review {
    padding-bottom: calc(32vw / (1240 / 100));
    font-size: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .review {
    padding-top: calc(80vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .review {
    font-size: calc(17vw / (440 / 100));
  }
}

.review-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 56px 20%;
}

@media (max-width: 1240px) {
  .review-wrap {
    padding: calc(56vw / (1240 / 100)) 20%;
  }
}

@media (max-width: 768px) {
  .review-wrap {
    padding: calc(32vw / (768 / 100)) 15%;
  }
}

@media (max-width: 440px) {
  .review-wrap {
    padding: calc(24vw / (440 / 100)) 3%;
  }
}

.review__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 40px 0;
}

@media (max-width: 1240px) {
  .review__form {
    gap: calc(40vw / (1240 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .review__form {
    gap: calc(32vw / (768 / 100)) 0;
  }
}

@media (max-width: 440px) {
  .review__form {
    gap: calc(24vw / (440 / 100));
  }
}

.review__form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .review__form-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(12vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .review__form-box {
    gap: calc(12vw / (440 / 100));
  }
}

.review__form-box-label {
  width: 23%;
  color: #8c5637;
  font-size: 18px;
}

@media (max-width: 1240px) {
  .review__form-box-label {
    font-size: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .review__form-box-label {
    width: 100%;
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .review__form-box-label {
    font-size: calc(17vw / (440 / 100));
  }
}

.review__form-box-input {
  position: relative;
  width: 77%;
  padding: 4px 12px;
  border: 1px solid #8c5637;
  border-radius: 2px;
  background: #fff;
}

@media (max-width: 1240px) {
  .review__form-box-input {
    padding: calc(4vw / (1240 / 100)) calc(12vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .review__form-box-input {
    width: 100%;
  }
}

.review__form-box-input.select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #8c5637;
}

@media (max-width: 1240px) {
  .review__form-box-input.select::after {
    right: calc(12vw / (1240 / 100));
  }
}

.review__form-box-input input {
  width: 100%;
}

.review__form-box-input input::-webkit-input-placeholder {
  color: #c1c1c1;
}

.review__form-box-input input:-ms-input-placeholder {
  color: #c1c1c1;
}

.review__form-box-input input::-ms-input-placeholder {
  color: #c1c1c1;
}

.review__form-box-input input::placeholder {
  color: #c1c1c1;
}

.review__form-box-input select {
  width: 100%;
}

.review__form-box-input textarea {
  resize: none;
}

.review__form-box-input textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}

.review__form-box-input textarea:-ms-input-placeholder {
  color: #c1c1c1;
}

.review__form-box-input textarea::-ms-input-placeholder {
  color: #c1c1c1;
}

.review__form-box-input textarea::placeholder {
  color: #c1c1c1;
}

.review__form-box-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 77%;
  gap: 0 18px;
  color: #8c5637;
}

@media (max-width: 1240px) {
  .review__form-box-radio {
    gap: 0 calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .review__form-box-radio {
    width: 100%;
  }
}

@media (max-width: 440px) {
  .review__form-box-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(8vw / (440 / 100));
  }
}

.review__form-box-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
}

@media (max-width: 1240px) {
  .review__form-box-radio-wrap {
    gap: 0 calc(6vw / (1240 / 100));
  }
}

.review__form-box-textarea {
  width: 77%;
}

@media (max-width: 768px) {
  .review__form-box-textarea {
    width: 100%;
  }
}

.review__form-box-textarea-current {
  margin-top: 6px;
  color: #868686;
  letter-spacing: 0.1rem;
}

@media (max-width: 1240px) {
  .review__form-box-textarea-current {
    margin-top: calc(6vw / (1240 / 100));
  }
}

.review__form-box-textarea-current span {
  font-size: 22px;
}

@media (max-width: 1240px) {
  .review__form-box-textarea-current span {
    font-size: calc(22vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .review__form-box-textarea-current span {
    font-size: calc(22vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .review__form-box-textarea-current span {
    font-size: calc(20vw / (440 / 100));
  }
}

.review__form-box-textarea-atte {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: -0.02rem;
}

@media (max-width: 1240px) {
  .review__form-box-textarea-atte {
    margin-top: calc(6vw / (1240 / 100));
    font-size: calc(14vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .review__form-box-textarea-atte {
    font-size: calc(12vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .review__form-box-textarea-atte {
    font-size: calc(12vw / (440 / 100));
  }
}

.review__form-box:last-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.review__form-box:last-of-type .review__form-box-input {
  width: 100%;
}

.review-submit {
  width: 400px;
  margin: 64px auto 18px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background: #8c5637;
  cursor: pointer;
}

@media (max-width: 1240px) {
  .review-submit {
    width: calc(400vw / (1240 / 100));
    margin: calc(64vw / (1240 / 100)) auto calc(18vw / (1240 / 100));
    padding: calc(20vw / (1240 / 100)) 0;
  }
}

.footer {
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
  color: #fff;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0 60px;
  gap: 50px;
  font-size: 14px;
  letter-spacing: 1.5px;
}

@media (max-width: 1240px) {
  .footer-wrap {
    padding: calc(30vw / (1240 / 100)) 0 calc(60vw / (1240 / 100));
    gap: calc(50vw / (1240 / 100));
    font-size: calc(14vw / (1240 / 100));
  }
}

@media (max-width: 1240px) {
  .footer-logo img {
    width: calc(223vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .footer-logo img {
    width: calc(180vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .footer-logo img {
    width: calc(200vw / (440 / 100));
  }
}

@media (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 15px;
}

@media (max-width: 1240px) {
  .footer__nav__list {
    gap: calc(10vw / (1240 / 100));
    font-size: calc(15vw / (1240 / 100));
  }
}

.footer__nav__list li + li {
  border-left: 1px solid #fff;
  padding-left: 10px;
}

@media (max-width: 1240px) {
  .footer__nav__list li + li {
    padding-left: calc(10vw / (1240 / 100));
  }
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
}

@media (max-width: 1240px) {
  .footer-info {
    gap: calc(10vw / (1240 / 100));
    padding-top: calc(20vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .footer-info {
    font-size: calc(16vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .footer-info {
    font-size: calc(16vw / (440 / 100));
  }
}

.footer-copy {
  padding-bottom: 30px;
  text-align: center;
  color: #bf926b;
  letter-spacing: 2px;
}

@media (max-width: 1240px) {
  .footer-copy {
    padding-bottom: calc(30vw / (1240 / 100));
    font-size: calc(16vw / (1240 / 100));
  }
}

.girlCard {
  border: 1px solid #8c5637;
  padding: 4px;
  width: 23.5%;
}

@media (max-width: 1240px) {
  .girlCard {
    padding: calc(4vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .girlCard {
    width: 32%;
  }
}

@media (max-width: 440px) {
  .girlCard {
    width: 48.5%;
  }
}

.girlCard-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
}

@media (max-width: 1240px) {
  .girlCard-info {
    padding: calc(10vw / (1240 / 100)) 0;
  }
}

.girlCard-name, .girlCard-size {
  color: #8c5637;
  font-size: 17px;
  font-weight: bold;
}

@media (max-width: 1240px) {
  .girlCard-name, .girlCard-size {
    font-size: calc(17vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .girlCard-name, .girlCard-size {
    font-size: calc(17vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .girlCard-name, .girlCard-size {
    font-size: calc(15vw / (440 / 100));
  }
}

.girlCard-name span {
  padding-left: 35px;
}

@media (max-width: 1240px) {
  .girlCard-name span {
    padding-left: calc(35vw / (1240 / 100));
  }
}

.girlCard-size {
  padding-top: 5px;
}

@media (max-width: 1240px) {
  .girlCard-size {
    padding-top: calc(5vw / (1240 / 100));
  }
}

.girlCard-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

@media (max-width: 1240px) {
  .girlCard-label {
    gap: calc(5vw / (1240 / 100));
  }
}

.girlCard-label-inner {
  color: #fff;
  background-color: #8c5637;
  padding: 9px 0;
  width: 49%;
  text-align: center;
}

@media (max-width: 1240px) {
  .girlCard-label-inner {
    padding: calc(9vw / (1240 / 100));
    font-size: calc(16vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .girlCard-label-inner {
    padding: calc(6vw / (768 / 100)) 0;
    font-size: calc(16vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .girlCard-label-inner {
    font-size: calc(15vw / (440 / 100));
  }
}

.girlCard-img img {
  width: 278px;
}

@media (max-width: 1240px) {
  .girlCard-img img {
    width: calc(278vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .girlCard-img img {
    width: 100%;
  }
}

.girlCard-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8px;
  padding: 10px 0 5px;
  color: #8c5637;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1.5px;
}

@media (max-width: 1240px) {
  .girlCard-time {
    padding: calc(10vw / (1240 / 100)) 0 calc(5vw / (1240 / 100));
    gap: 0 calc(8vw / (1240 / 100));
    font-size: calc(20vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .girlCard-time {
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .girlCard-time {
    font-size: calc(18vw / (440 / 100));
  }
}

.girlCard-time::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/girl-time.png) no-repeat;
  background-size: contain;
}

@media (max-width: 1240px) {
  .girlCard-time::before {
    width: calc(18vw / (1240 / 100));
    height: calc(18vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .girlCard-time::before {
    width: calc(16vw / (768 / 100));
    height: calc(16vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .girlCard-time::before {
    width: calc(14vw / (440 / 100));
    height: calc(14vw / (440 / 100));
  }
}

.header {
  position: relative;
}

.header-top {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10 !important;
}

.header-info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 480px;
  margin: 7px auto 0;
  padding: 12px 0;
  gap: 20px;
  color: #ffa26c;
  font-size: 20px;
  letter-spacing: 1.5px;
  background-color: #8c5637;
}

@media (max-width: 1240px) {
  .header-info {
    width: calc(480vw / (1240 / 100));
    margin: calc(7vw / (1240 / 100)) auto 0;
    padding: calc(12vw / (1240 / 100)) 0;
    gap: calc(20vw / (1240 / 100));
    font-size: calc(20vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .header-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: calc(20vw / (768 / 100));
    text-align: center;
  }
}

@media (max-width: 440px) {
  .header-info {
    font-size: calc(16vw / (440 / 100));
  }
}

.header__swiper {
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 1240px) {
  .header__swiper {
    padding-bottom: calc(30vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .header__swiper {
    padding-bottom: 0;
  }
}

.header__swiper .swiper-slide img {
  width: 100%;
}

.header .swiper-pagination {
  bottom: -10px !important;
  color: #8c5637;
}

@media (max-width: 1240px) {
  .header .swiper-pagination {
    bottom: calc(-10vw / (1240 / 100)) !important;
  }
}

@media (max-width: 768px) {
  .header .swiper-pagination {
    bottom: calc(-24vw / (768 / 100)) !important;
  }
}

.header .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #fff;
  border: 1px solid #8c5637;
  opacity: inherit;
}

@media (max-width: 1240px) {
  .header .swiper-pagination-bullet {
    width: calc(10vw / (1240 / 100)) !important;
    height: calc(10vw / (1240 / 100)) !important;
  }
}

.header .swiper-pagination-bullet-active {
  background: #8c5637 !important;
}

.header__nav {
  padding: 50px 0;
}

@media (max-width: 1240px) {
  .header__nav {
    padding: calc(50vw / (1240 / 100)) 0;
  }
}

.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8c5637;
}

.header__nav__list-link {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 1240px) {
  .header__nav__list-link {
    font-size: calc(16vw / (1240 / 100));
  }
}

.header__nav__list-link span {
  display: block;
  text-align: center;
  font-family: 游明朝, Yu Mincho, 游明朝体, YuMincho, serif;
  font-size: 15px;
  font-weight: normal;
}

@media (max-width: 1240px) {
  .header__nav__list-link span {
    font-size: calc(15vw / (1240 / 100));
  }
}

.header__tabNav {
  position: fixed;
  left: -100%;
}

.header__tabNav-active {
  position: fixed;
  left: 0 !important;
  top: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #ad7757;
  z-index: 10;
}

.header__tabNav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.header__tabNav__list-link {
  padding-bottom: calc(50vw / (768 / 100));
  margin: 0 auto;
  font-size: calc(32vw / (768 / 100));
}

@media (max-width: 440px) {
  .header__tabNav__list-link {
    font-size: calc(24vw / (440 / 100));
  }
}

.header__tabNav__list-link span {
  display: block;
  margin-top: calc(12vw / (768 / 100));
  font-size: calc(22vw / (768 / 100));
}

@media (max-width: 440px) {
  .header__tabNav__list-link span {
    font-size: calc(18vw / (440 / 100));
  }
}

.header__tabButton {
  position: fixed;
  width: calc(44vw / (768 / 100));
  height: calc(32vw / (768 / 100));
  right: calc(32vw / (768 / 100));
  top: calc(66vw / (768 / 100));
  z-index: 20;
}

.header__tabButton span {
  position: absolute;
  left: 0px;
  top: calc(14vw / (768 / 100));
  width: 100%;
  height: calc(3vw / (768 / 100));
  background: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header__tabButton span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(-14vw / (768 / 100));
  width: 100%;
  height: calc(3vw / (768 / 100));
  background: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header__tabButton span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(14vw / (768 / 100));
  width: 100%;
  height: calc(3vw / (768 / 100));
  background: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header__tabButton-active {
  background: none !important;
}

.header__tabButton-active::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

.header__tabButton-active::after {
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}

.header__tabButton-bg {
  z-index: 20;
  position: fixed;
  display: block;
  width: calc(80vw / (768 / 100));
  height: calc(80vw / (768 / 100));
  right: calc(14vw / (768 / 100));
  top: calc(42vw / (768 / 100));
  background: #8c5637;
  opacity: 0.8;
}

.newfaceCard {
  width: 24%;
  padding: 4px;
  border: 1px solid #8c5637;
}

@media (max-width: 1240px) {
  .newfaceCard {
    padding: calc(4vw / (1240 / 100));
  }
}

.newfaceCard-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
}

@media (max-width: 1240px) {
  .newfaceCard-info {
    padding: calc(10vw / (1240 / 100)) 0;
  }
}

.newfaceCard-name, .newfaceCard-size {
  color: #8c5637;
  font-size: 17px;
  font-weight: bold;
}

@media (max-width: 1240px) {
  .newfaceCard-name, .newfaceCard-size {
    font-size: calc(17vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .newfaceCard-name, .newfaceCard-size {
    font-size: calc(17vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .newfaceCard-name, .newfaceCard-size {
    font-size: calc(16vw / (440 / 100));
  }
}

.newfaceCard-name span {
  padding-left: 35px;
}

@media (max-width: 1240px) {
  .newfaceCard-name span {
    padding-left: calc(35vw / (1240 / 100));
  }
}

.newfaceCard-size {
  padding-top: 5px;
}

@media (max-width: 1240px) {
  .newfaceCard-size {
    padding-top: calc(5vw / (1240 / 100));
  }
}

.newfaceCard-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

@media (max-width: 1240px) {
  .newfaceCard-label {
    gap: calc(5vw / (1240 / 100));
  }
}

.newfaceCard-label-inner {
  color: #fff;
  background-color: #8c5637;
  padding: 9px 0;
  width: 49%;
  text-align: center;
}

@media (max-width: 1240px) {
  .newfaceCard-label-inner {
    padding: calc(9vw / (1240 / 100)) 0;
    font-size: calc(16vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .newfaceCard-label-inner {
    font-size: calc(16vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .newfaceCard-label-inner {
    font-size: calc(16vw / (440 / 100));
  }
}

.reviewCard {
  color: #bf926b;
  letter-spacing: 2px;
  width: 580px;
  background: #fff;
  padding: 32px 38px 21px;
}

@media (max-width: 1240px) {
  .reviewCard {
    width: calc(580vw / (1240 / 100));
    padding: calc(32vw / (1240 / 100)) calc(38vw / (1240 / 100)) calc(21vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .reviewCard {
    width: 100%;
  }
}

.reviewCard-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .reviewCard-wrap {
    gap: calc(20vw / (1240 / 100)) calc(40vw / (1240 / 100));
  }
}

.reviewCard-img img {
  width: 150px;
}

@media (max-width: 1240px) {
  .reviewCard-img img {
    width: calc(150vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .reviewCard-img img {
    width: calc(150vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .reviewCard-img img {
    width: calc(120vw / (440 / 100));
  }
}

.reviewCard-inner {
  padding-top: 20px;
}

@media (max-width: 1240px) {
  .reviewCard-inner {
    padding-top: calc(20vw / (1240 / 100));
  }
}

.reviewCard__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media (max-width: 1240px) {
  .reviewCard__user {
    gap: calc(10vw / (1240 / 100));
  }
}

@media (max-width: 440px) {
  .reviewCard__user {
    gap: calc(6vw / (440 / 100));
  }
}

@media (max-width: 1240px) {
  .reviewCard__user img {
    width: calc(43vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .reviewCard__user img {
    width: calc(43vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .reviewCard__user img {
    width: calc(36vw / (440 / 100));
  }
}

.reviewCard__user-name {
  font-size: 14px;
}

@media (max-width: 1240px) {
  .reviewCard__user-name {
    font-size: calc(14vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .reviewCard__user-name {
    font-size: calc(16vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .reviewCard__user-name {
    font-size: calc(15vw / (440 / 100));
  }
}

.reviewCard__user-name span {
  display: block;
  padding: 5px 0;
  margin-bottom: 5px;
  width: 50px;
  text-align: center;
  background-color: #bf926b;
  color: #fff;
  letter-spacing: 0;
}

@media (max-width: 1240px) {
  .reviewCard__user-name span {
    padding: calc(5vw / (1240 / 100)) 0;
    margin-bottom: calc(5vw / (1240 / 100));
    width: calc(50vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .reviewCard__user-name span {
    width: calc(60vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .reviewCard__user-name span {
    width: calc(50vw / (440 / 100));
  }
}

.reviewCard__info {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

@media (max-width: 1240px) {
  .reviewCard__info {
    padding-top: calc(15vw / (1240 / 100));
    gap: calc(10vw / (1240 / 100));
    font-size: calc(16vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .reviewCard__info {
    margin-top: calc(16vw / (768 / 100));
    font-size: calc(16vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .reviewCard__info {
    font-size: calc(14vw / (440 / 100));
  }
}

.reviewCard__info-star p {
  display: inline-block;
}

.reviewCard__info-star p span {
  color: #8c5637;
}

.reviewCard__info-course, .reviewCard__info-count {
  font-size: 17px;
}

@media (max-width: 1240px) {
  .reviewCard__info-course, .reviewCard__info-count {
    font-size: calc(17vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .reviewCard__info-course, .reviewCard__info-count {
    font-size: calc(17vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .reviewCard__info-course, .reviewCard__info-count {
    font-size: calc(14vw / (440 / 100));
  }
}

.reviewCard-text {
  line-height: 1.5;
  font-size: 15px;
}

@media (max-width: 1240px) {
  .reviewCard-text {
    font-size: calc(15vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .reviewCard-text {
    font-size: calc(15vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .reviewCard-text {
    font-size: calc(14vw / (440 / 100));
  }
}

.mapList {
  color: #8c5637;
}

@media (max-width: 768px) {
  .mapList {
    width: calc(580vw / (768 / 100));
    font-size: calc(20vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .mapList {
    width: 100%;
    font-size: calc(16vw / (440 / 100));
  }
}

.mapList-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mapList-top-head {
  width: 4px;
  margin-right: 10px;
  background: #731810;
}

@media (max-width: 1240px) {
  .mapList-top-head {
    margin-right: calc(10vw / (1240 / 100));
  }
}

.mapList-top-desc {
  margin-left: 42px;
  letter-spacing: 0.1rem;
}

@media (max-width: 1240px) {
  .mapList-top-desc {
    margin-left: calc(42vw / (1240 / 100));
  }
}

.mapList-img {
  margin-top: 12px;
}

@media (max-width: 1240px) {
  .mapList-img {
    margin-top: calc(12vw / (1240 / 100));
  }
}

@media (max-width: 1240px) {
  .mapList-img img {
    width: calc(580vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .mapList-img img {
    width: 100%;
  }
}

.mapList-address {
  margin-top: 8px;
}

@media (max-width: 1240px) {
  .mapList-address {
    margin-top: calc(8vw / (1240 / 100));
  }
}
/*# sourceMappingURL=style.css.map */