@charset "UTF-8";
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-VariableFont_wght.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
#top {
  position: relative;
}
#top #splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #333;
  text-align: center;
  color: #fff;
}
#top #splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top #splash_logo img {
  width: 260px;
}
#top .blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(8px);
    transform: scale(1.01);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
#top #js-modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
#top #js-modal.is-off {
  display: none;
}
#top .modal-inner {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top #js-btn {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 47px;
  font-size: 24px;
  background-color: #fff;
  color: #333;
  text-align: center;
  margin: 20px auto 0;
  cursor: pointer;
}
@media (max-width: 640px) {
  #top .modal-inner {
    width: 300px;
  }
  
}
#top .fv {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

#top .fv .fv-banner{
  position: absolute;
  width: 320px;
  bottom: 50px;
  right: 40px;
  z-index: 9;
}


@media (max-width: 1024px) {
  #top .fv .fv-banner{
    position: absolute;
    width: 25%;
    max-width: 240px;
    min-width: 123px;
    bottom: 20%;
    right: unset;
    z-index: 9;
    right: 5.33vw;
    transform: unset;
  }
  
}

#top .fv .slider {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
}
#top .fv .slider li {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#top .fv .slider li picture {
  width: 100%;
  height: 100%;
  display: block;
}
#top .fv .slider li picture img {
  width: 100%;
  height: 100%;
}
.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
    display: flex;
	margin:-50px auto 0;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {

  .slick-dots {
    margin:-4.88vw auto 0;
  }
}
.slick-dots li {
    display:inline-block;
	margin:0 15px;
}
@media only screen and (max-width: 768px) {
  #top .fv {
    height: 50vh;
  }
  #top .fv .slider {
    height: 50vh;
  }
  #top .fv .slider li {
    height: 50vh;
  }
  .slick-dots{
    margin: -20px auto 0;
  }
  .slick-dots li {
	margin:0 10px;
}
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:10px;
    height:10px;
    display:block;
    border-radius:50%;
    background:#fff;
    border: solid 1px #575757;
}

.slick-dots .slick-active button{
    background:#A39671;
}
#top .fv .fv__text {
  position: absolute;
  bottom: 0;
  left: 6%;
  bottom: 80px;
  z-index: 990;
}
@media only screen and (max-width: 768px) {
  #top .fv .fv__text {
    /* bottom: 15%; */
    bottom: 10%;
  }
}
#top .fv .fv__text .fv__text--txt {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  #top .fv .fv__text .fv__text--txt {
    font-size: 2.93vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .fv .fv__text .fv__text--txt {
    font-size: 14px;
    line-height: 25px;
  }
}
#top .fv .fv__text h1 {
  font-size: 15rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #FFFFFF;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #top .fv .fv__text h1 {
    font-size: 14.65vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .fv .fv__text h1 {
    font-size: 55px;
    margin-top: 5px;
  }
}
#top .fv .fv__text h1 span {
  font-size: 3rem;
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  #top .fv .fv__text h1 span {
    font-size: 2.93vw;
    margin-left: 2.93vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .fv .fv__text h1 span {
    font-size: 20px;
  }
}
#top .about {
  background-color: #F0F0F0;
  padding-top: 110vh;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  #top .about {
    padding-bottom: 8.79vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about {
    padding-top: 50vh;
    padding-bottom: 80px;
  }
}
#top .about .about__inner {
  width: 70%;
  padding-top: 10vw;
  max-width: 1010px;
  margin: 0 auto 138px;
}
@media only screen and (max-width: 1220px) {
  #top .about .about__inner {
    width: 83%;
  }
}
@media only screen and (max-width: 1024px) {
  #top .about .about__inner {
    width: 90%;
    margin: 0 auto 18.36vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__inner {
    margin: 0 auto 110px;
    padding-top: 20vw;
  }
}
#top .about .about__txt .about__txtHeading {
  font-weight: normal;
  font-size: 5rem;
  margin-bottom: 36px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__txt .about__txtHeading {
    font-size: 4.88vw;
    margin-bottom: 3.52vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__txt .about__txtHeading {
    font-size: 30px;
  }
}
#top .about .about__txt .about__txt--contents {
  font-size: 2rem;
  line-height: 2.3;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__txt .about__txt--contents {
    font-size: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__txt .about__txt--contents {
    font-size: 13px;
    line-height: 25px;
    margin-top: 30px;
  }
}
	p.price__txt--attention {
	text-align: center;
    padding: 20px 0 20px 0;
    font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  p.price__txt--attention {
    font-size: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  p.price__txt--attention {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: -20px;
  }
}
#top .about .about__container .about__lists .about__list {
  display: flex;
  width: 94%;
  position: relative;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1220px) {
  #top .about .about__container .about__lists .about__list {
    width: 99%;
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list {
    width: 99%;
    margin-bottom: 18.07vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list {
    margin-bottom: 80px;
    margin-top: 70px;
    flex-direction: column;
    width: 90%;
  }
}
#top .about .about__container .about__lists .about__list:first-child .about__list--txt {
  padding-top: 51px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:first-child .about__list--txt {
    padding-top: 4.98vw;
    padding-bottom: 6.84vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:first-child .about__list--txt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#top .about .about__container .about__lists .about__list:first-child .about__list--txt .vertical {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:first-child .about__list--txt .vertical {
    margin-bottom: 2.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:first-child .about__list--txt .vertical {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--img {
  position: relative;
  z-index: 10;
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt {
  padding-top: 36px;
  padding-bottom: 34px;
  z-index: 11;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt {
    padding-top: 3.52vw;
    padding-bottom: 3.32vw;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt .vertical {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt .vertical {
    margin-bottom: 1.46vw;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt .about__list--contents {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt .about__list--contents {
    margin-bottom: 1.95vw;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt .lpga {
  display: flex;
  width: 308px;
  align-items: center;
  margin-left: 25px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt .lpga {
    width: 30.08vw;
    margin-left: 2.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt .lpga {
    flex-direction: column;
    margin-top: 20px;
    width: 200px;
    align-items: baseline;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt .lpga img {
  width: 108px;
  margin-right: 5px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt .lpga img {
    width: 10.55vw;
    margin-right: 0.49vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt .lpga img {
    width: 90px;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt .lpga p {
  font-size: 1rem;
  line-height: 2;
  color: #CBC9CC;
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--txt .lpga p {
    width: 100%;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth {
  background-color: #D9D9D9;
  max-width: 1059px;
  width: 73%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
}
@media only screen and (min-width: 1921px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth {
    top: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth {
    width: 85%;
    top: 15%;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth {
    position: initial;
    width: 100%;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .listTxt {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 45px;
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .listTxt {
    padding-top: 4.39vw;
    padding-left: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .listTxt {
    width: 100%;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .listTxt h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .listTxt h4 {
    margin-bottom: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .listTxt h4 {
    font-size: 1.8rem;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .listTxt p {
  font-size: 1.3rem;
  line-height: 21px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .listTxt p {
    font-size: 1.27vw;
    line-height: 2.05vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .listTxt p {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .listTxt.textonly {
  padding-top: 96px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .listTxt.textonly {
    padding-top: 9.38vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .listTxt.textonly {
    font-size: 1.3rem;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner {
  margin: 500px auto 0;
  width: 680px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner {
    margin: 48.83vw auto 0;
    width: 66.41vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner {
    margin: 9.77vw auto 0;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner h3 {
  font-size: 4rem;
  font-weight: bold;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner h3 {
    font-size: 3.91vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner h3 {
    font-size: 2rem;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth {
    width: 100%;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 49px;
  border-bottom: solid 1px #A39671;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists {
    margin-top: 2.93vw;
    padding-bottom: 4.79vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists {
    flex-direction: column;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists li {
  width: 335px;
  height: 237px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists li {
    width: 32.71vw;
    height: 23.14vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists li {
    width: 100%;
    height: initial;
    margin-bottom: 10px;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists li:first-child {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists li:first-child {
    margin-bottom: 0.98vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists li:first-child {
    margin-bottom: 20px;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists li picture {
  display: block;
  width: 335px;
  height: 237px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists li picture {
    width: 32.71vw;
    height: 23.14vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists li picture {
    width: 100%;
    height: initial;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists li picture img {
  width: 335px;
  height: 237px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists li picture img {
    width: 32.71vw;
    height: 23.14vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--generalBooth .about__list--generalLists li picture img {
    width: 100%;
    height: initial;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth {
  width: 680px;
  margin-top: 33px;
  margin-bottom: 88px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth {
    width: 66.41vw;
    margin-top: 3.22vw;
    margin-bottom: 8.59vw;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists {
    flex-direction: column;
    flex-wrap: initial;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li {
  width: 335px;
  height: 237px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li {
    width: 32.71vw;
    height: 23.14vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li {
    width: 100%;
    height: initial;
    margin-bottom: 10px;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li picture {
  display: block;
  width: 335px;
  height: 237px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li picture {
    width: 32.71vw;
    height: 23.14vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li picture {
    width: 100%;
    height: initial;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li picture img {
  width: 335px;
  height: 237px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li picture img {
    width: 32.71vw;
    height: 23.14vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li picture img {
    width: 100%;
    height: initial;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li:first-child {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li:first-child {
    margin-bottom: 0.98vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li:first-child {
    margin-bottom: 10px;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li:nth-child(2) {
    order: 2;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li:nth-child(3) {
    order: 4;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(2) .about__list--booth .about__list--boothInner .about__list--vipBooth .about__list--vipLists li:nth-child(4) {
    order: 3;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(3) {
  margin-top: 1440px;
}
@media only screen and (min-width: 1921px) {
  #top .about .about__container .about__lists .about__list:nth-child(3) {
    margin-top: 1400px;
  }
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(3) {
    margin-top: 146.48vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(3) {
    margin-top: 0;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(3) .about__list--txt {
  padding-top: 64px;
  padding-bottom: 89px;
}
#top .about .about__container .about__lists .about__list:nth-child(5) .about__list--txt{
  padding-top: 64px;
  padding-bottom: 89px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(3) .about__list--txt {
    padding-top: 5.37vw;
    padding-bottom: vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(3) .about__list--txt {
    padding-top: 25px;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(3) .about__list--txt .vertical {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(3) .about__list--txt .vertical {
    margin-bottom: 1.95vw;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(3) .about__list--txt .about__list--contents {
  margin-top: 43px;
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(4) {
    margin-bottom: 0;
  }
}
#top .about .about__container .about__lists .about__list:nth-child(4) .about__list--txt {
  padding-top: 62px;
  padding-left: 74px;
  padding-bottom: 78px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list:nth-child(4) .about__list--txt {
    padding-top: 6.05vw;
    padding-left: 7.23vw;
    padding-bottom: 7.62vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(4) .about__list--txt {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list:nth-child(4) .about__list--img {
    height: initial;
  }
}
#top .about .about__container .about__lists .about__list .vertical {
  font-size: 4.6rem;
  font-family: "Oswald", sans-serif;
  color: #A39671;
  letter-spacing: 0.1em;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list .vertical {
    font-size: 4.49vw;
    margin-bottom: 2.05vw;
  }
}
#top .about .about__container .about__lists .about__list.listOdd {
  margin-left: auto;
}
#top .about .about__container .about__lists .about__list.listOdd .about__list--txt {
  background-color: #FFFFFF;
  width: 491px;
  position: absolute;
  top: 15%;
  left: 3%;
  padding-left: 77px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list.listOdd .about__list--txt {
    width: 47.95vw;
    padding-left: 6.84vw;
  }
}
@media only screen and (min-width: 1500px) {
  #top .about .about__container .about__lists .about__list.listOdd .about__list--txt {
    left: 10%;
  }
}
@media only screen and (min-width: 1921px) {
  #top .about .about__container .about__lists .about__list.listOdd .about__list--txt {
    left: 15%;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list.listOdd .about__list--txt {
    width: 100%;
    height: initial;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 25px;
    position: initial;
  }
}
#top .about .about__container .about__lists .about__list.listOdd .about__list--txt .vertical {
  font-size: 4.6rem;
  font-family: "Oswald", sans-serif;
  color: #A39671;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list.listOdd .about__list--txt .vertical {
    font-size: 4.49vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list.listOdd .about__list--txt .vertical {
    font-size: 20px;
  }
}
#top .about .about__container .about__lists .about__list.listOdd .about__list--txt .about__list--heading {
  font-size: 2.5rem;
  color: #262323;
  font-weight: bold;
  line-height: 43px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list.listOdd .about__list--txt .about__list--heading {
    font-size: 2.44vw;
    line-height: 4.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list.listOdd .about__list--txt .about__list--heading {
    font-size: 18px;
    line-height: 25px;
  }
}
#top .about .about__container .about__lists .about__list.listOdd .about__list--txt .about__list--contents {
  font-size: 1.3rem;
  color: #262323;
  width: 360px;
  line-height: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list.listOdd .about__list--txt .about__list--contents {
    font-size: 1.37vw;
    line-height: 1.95vw;
    width: 37.11vw;
    margin-top: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list.listOdd .about__list--txt .about__list--contents {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
    width: 85%;
  }
}
#top .about .about__container .about__lists .about__list.listOdd .about__list--img {
  width: 66%;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list.listOdd .about__list--img {
    width: 60%;
    height: 32.71vw;
    height: 32.71vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list.listOdd .about__list--img {
    width: 100%;
    height: initial;
  }
}
#top .about .about__container .about__lists .about__list.listEven {
  margin-right: auto;
}
#top .about .about__container .about__lists .about__list.listEven .about__list--txt {
  background-color: #575757;
  width: 491px;
  position: absolute;
  top: 88px;
  right: 43px;
  padding-left: 77px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list.listEven .about__list--txt {
    width: 47.95vw;
    top: 15%;
    right: 3%;
    padding-left: 6.84vw;
  }
}
@media only screen and (min-width: 1500px) {
  #top .about .about__container .about__lists .about__list.listEven .about__list--txt {
    right: 10%;
  }
}
@media only screen and (min-width: 1921px) {
  #top .about .about__container .about__lists .about__list.listEven .about__list--txt {
    right: 15%;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list.listEven .about__list--txt {
    width: 100%;
    height: initial;
    position: initial;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
  }
}
#top .about .about__container .about__lists .about__list.listEven .about__list--txt .vertical {
  font-size: 4.6rem;
  font-family: "Oswald", sans-serif;
  color: #A39671;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list.listEven .about__list--txt .vertical {
    font-size: 4.49vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list.listEven .about__list--txt .vertical {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#top .about .about__container .about__lists .about__list.listEven .about__list--txt .about__list--heading {
  font-size: 2.5rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 43px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list.listEven .about__list--txt .about__list--heading {
    font-size: 2.44vw;
    line-height: 4.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list.listEven .about__list--txt .about__list--heading {
    font-size: 18px;
    line-height: 25px;
  }
}
#top .about .about__container .about__lists .about__list.listEven .about__list--txt .about__list--contents {
  font-size: 1.3rem;
  color: #FFFFFF;
  width: 360px;
  line-height: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list.listEven .about__list--txt .about__list--contents {
    font-size: 1.27vw;
    width: 35.16vw;
    line-height: 1.95vw;
    margin-top: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list.listEven .about__list--txt .about__list--contents {
    font-size: 13px;
    line-height: 20px;
    width: 85%;
    margin-top: 20px;
  }
}
#top .about .about__container .about__lists .about__list.listEven .about__list--img {
  width: 66%;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  #top .about .about__container .about__lists .about__list.listEven .about__list--img {
    height: 32.71vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .about .about__container .about__lists .about__list.listEven .about__list--img {
    width: 100%;
    height: initial;
  }
}
#top .reserveBtn {
  background-color: #C6C0AB;
}
#top .reserveBtn .reserveBtn__inner {
  padding: 48px 0 40px;
}
@media only screen and (max-width: 1024px) {
  #top .reserveBtn .reserveBtn__inner {
    padding: 4.69vw 0 3.91vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .reserveBtn .reserveBtn__inner {
    padding: 40px 0;
  }
}
#top .reserveBtn .reserveBtn__inner .reserveBtn__heading {
  font-size: 3rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #top .reserveBtn .reserveBtn__inner .reserveBtn__heading {
    font-size: 2.93vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .reserveBtn .reserveBtn__inner .reserveBtn__heading {
    font-size: 18px;
  }
}
#top .reserveBtn .reserveBtn__inner .btn {
  width: 365px;
  margin: 26px auto 19px;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  background: transparent;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  outline: none;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1024px) {
  #top .reserveBtn .reserveBtn__inner .btn {
    width: 35.64vw;
    margin: 2.54vw auto 1.86vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .reserveBtn .reserveBtn__inner .btn {
    width: 200px;
    margin: 15px auto;
  }
}
#top .reserveBtn .reserveBtn__inner .btn:hover {
  border-color: transparent;
}
#top .reserveBtn .reserveBtn__inner .btn span {
  position: relative;
  z-index: 2;
  display: block;
  background: #262323;
  color: #FFFFFF;
  transition: all 0.3s ease;
  padding: 24px 103px;
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  #top .reserveBtn .reserveBtn__inner .btn span {
    padding: 2.34vw 10.06vw;
    font-size: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .reserveBtn .reserveBtn__inner .btn span {
    padding: 20px 30px;
    font-size: 15px;
  }
}
#top .reserveBtn .reserveBtn__inner .pushdown::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .reserveBtn .reserveBtn__inner .pushdown:hover span {
  background-color: #333;
  color: #FFFFFF;
  transform: translateY(4px);
}
#top .reserveBtn .reserveBtn__inner .reserveBtn__txt {
  font-size: 1.7rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #top .reserveBtn .reserveBtn__inner .reserveBtn__txt {
    font-size: 1.66vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .reserveBtn .reserveBtn__inner .reserveBtn__txt {
    font-size: 13px;
  }
}
#top .price {
  background-color: #C6C0AB;
}
#top .price .price__inner {
  width: 65%;
  max-width: 796px;
  padding-top: 100px;
  margin: 0 auto;
  padding-bottom: 75px;
}
@media only screen and (max-width: 1220px) {
  #top .price .price__inner {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
#top .price .price__inner .bl-ttl h2 {
  color: #262323;
}
#top .price .price__inner .price__type {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type {
    margin-top: 4.39vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type {
    margin-top: 50px;
  }
}
#top .price .price__inner .price__type div {
  background-color: #EBEBEB;
  width: 362px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div {
    width: 35.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div {
    width: 47%;
  }
}
#top .price .price__inner .price__type div .price__classification {
  font-size: 25px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div .price__classification {
    font-size: 2.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div .price__classification {
    font-size: 20px;
    margin: 15px auto 10px;
  }
}
#top .price .price__inner .price__type div .price__txt {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div .price__txt {
    font-size: 1.76vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div .price__txt {
    font-size: 14px;
    font-weight: normal;
  }
}
#top .price .price__inner .price__type div .price__txt span {
  font-size: 1.3rem;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div .price__txt span {
    font-size: 1.27vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div .price__txt span {
    font-size: 12px;
  }
}
#top .price .price__inner .price__type div .price__price {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 23px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div .price__price {
    font-size: 2.44vw;
    margin-top: 1.89vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div .price__price {
    font-size: 12px;
  }
}
#top .price .price__inner .price__type div .price__price span {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 8.3rem;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div .price__price span {
    font-size: 8.11vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div .price__price span {
    font-size: 30px;
  }
}
#top .price .price__inner .price__type div .price__taxIncluded {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 15px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div .price__taxIncluded {
    font-size: 1.46vw;
    margin-top: 1.46vw;
    margin-bottom: 4.39vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div .price__taxIncluded {
    font-size: 11px;
  }
}
#top .price .price__inner .price__type div .price__taxIncluded span {
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div .price__taxIncluded span {
    font-size: 2.73vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div .price__taxIncluded span {
    font-size: 13px;
  }
}
#top .price .price__inner .price__type div.price__type--fixedAmount {
  border: solid 1px #989A9A;
}
#top .price .price__inner .price__type div.price__type--fixedAmount .price__classification {
  margin: 24px auto;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div.price__type--fixedAmount .price__classification {
    margin: 3.91vw auto 2.34vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div.price__type--fixedAmount .price__classification {
    margin: 25px auto 10px;
  }
}
#top .price .price__inner .price__type div.price__type--fixedAmount .priceTop {
  position: relative;
  width: 100%;
  display: block;
}
#top .price .price__inner .price__type div.price__type--fixedAmount .priceTop:before {
  position: absolute;
  content: "";
  background-image: url(../img/corner_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1, 1);
  width: 20px;
  height: 20px;
  display: block;
  top: -3px;
  left: -3px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div.price__type--fixedAmount .priceTop:before {
    width: 1.95vw;
    height: 1.95vw;
    top: -0.29vw;
    left: -0.29vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div.price__type--fixedAmount .priceTop:before {
    width: 15px;
    height: 15px;
    top: -3px;
    left: -3px;
  }
}
#top .price .price__inner .price__type div.price__type--fixedAmount .priceTop:after {
  position: absolute;
  content: "";
  background-image: url(../img/corner_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
  width: 20px;
  height: 20px;
  display: block;
  top: -3px;
  right: -3px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div.price__type--fixedAmount .priceTop:after {
    width: 1.95vw;
    height: 1.95vw;
    top: -0.29vw;
    right: -0.29vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div.price__type--fixedAmount .priceTop:after {
    width: 15px;
    height: 15px;
    top: -3px;
    right: -3px;
  }
}
#top .price .price__inner .price__type div.price__type--fixedAmount:before {
  position: absolute;
  content: "";
  background-image: url(../img/corner_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1, -1);
  width: 20px;
  height: 20px;
  display: block;
  bottom: -3px;
  left: -3px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div.price__type--fixedAmount:before {
    width: 1.95vw;
    height: 1.95vw;
    bottom: -0.29vw;
    left: -0.29vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div.price__type--fixedAmount:before {
    width: 15px;
    height: 15px;
    bottom: -3px;
    left: -3px;
  }
}
#top .price .price__inner .price__type div.price__type--fixedAmount:after {
  position: absolute;
  content: "";
  background-image: url(../img/corner_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, -1);
  width: 20px;
  height: 20px;
  display: block;
  bottom: -3px;
  right: -3px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div.price__type--fixedAmount:after {
    width: 1.95vw;
    height: 1.95vw;
    bottom: -0.29vw;
    right: -0.29vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div.price__type--fixedAmount:after {
    width: 15px;
    height: 15px;
    bottom: -3px;
    right: -3px;
  }
}
#top .price .price__inner .price__type div.price__type--fixedAmount .price__price span {
  color: #A39671;
}
#top .price .price__inner .price__type div.price__type--light {
  border: solid 1px #989A9A;
}
#top .price .price__inner .price__type div.price__type--light .price__classification {
  margin: 24px auto 7px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div.price__type--light .price__classification {
    margin: 3.91vw auto 0.68vw;
  }
}
#top .price .price__inner .price__type div.price__type--light .priceTop {
  position: relative;
  width: 100%;
  display: block;
}
#top .price .price__inner .price__type div.price__type--light .priceTop:before {
  position: absolute;
  content: "";
  background-image: url(../img/corner_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  top: -3px;
  left: -3px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div.price__type--light .priceTop:before {
    width: 1.95vw;
    height: 1.95vw;
    top: -0.29vw;
    left: -0.29vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div.price__type--light .priceTop:before {
    width: 15px;
    height: 15px;
    top: -3px;
    left: -3px;
  }
}
#top .price .price__inner .price__type div.price__type--light .priceTop:after {
  position: absolute;
  content: "";
  background-image: url(../img/corner_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
  width: 20px;
  height: 20px;
  display: block;
  top: -3px;
  right: -3px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div.price__type--light .priceTop:after {
    width: 1.95vw;
    height: 1.95vw;
    top: -0.29vw;
    right: -0.29vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div.price__type--light .priceTop:after {
    width: 15px;
    height: 15px;
    top: -3px;
    right: -3px;
  }
}
#top .price .price__inner .price__type div.price__type--light:before {
  position: absolute;
  content: "";
  background-image: url(../img/corner_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1, -1);
  width: 20px;
  height: 20px;
  display: block;
  bottom: -3px;
  left: -3px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div.price__type--light:before {
    width: 1.95vw;
    height: 1.95vw;
    bottom: -0.29vw;
    left: -0.29vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div.price__type--light:before {
    width: 15px;
    height: 15px;
    bottom: -3px;
    left: -3px;
  }
}
#top .price .price__inner .price__type div.price__type--light:after {
  position: absolute;
  content: "";
  background-image: url(../img/corner_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, -1);
  width: 20px;
  height: 20px;
  display: block;
  bottom: -3px;
  right: -3px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div.price__type--light:after {
    width: 1.95vw;
    height: 1.95vw;
    bottom: -0.29vw;
    right: -0.29vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div.price__type--light:after {
    width: 15px;
    height: 15px;
    bottom: -3px;
    right: -3px;
  }
}
#top .price .price__inner .price__type div.price__type--light .price__price {
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__type div.price__type--light .price__price {
    margin-top: 1.46vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__type div.price__type--light .price__price {
    margin-top: 10px;
  }
}
#top .price .price__inner .price__txt ul {
  color: #252528;
  font-size: 1.5rem;
  margin-top: 25px;
  list-style: disc;
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__txt ul {
    font-size: 1.46vw;
    margin-top: 2.44vw;
    padding-left: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__txt ul {
    font-size: 13px;
    margin-top: 30px;
    padding-left: 15px;
  }
}
#top .price .price__inner .price__txt ul li {
  margin-bottom: 10px;
  line-height: 25px;
}
@media only screen and (max-width: 1024px) {
  #top .price .price__inner .price__txt ul li {
    margin-bottom: 0.98vw;
    line-height: 2.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price__inner .price__txt ul li {
    margin-bottom: 5px;
    line-height: 20px;
  }
}
#top .flow {
  background-color: #575757;
  padding-top: 86px;
  padding-bottom: 102px;
}
@media only screen and (max-width: 1024px) {
  #top .flow {
    padding-top: 8.4vw;
    padding-bottom: 9.96vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .flow {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
#top .flow .flow__inner {
  width: 58%;
  max-width: 841px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #top .flow .flow__inner {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  #top .flow .flow__inner {
    width: 93%;
    max-width: 550px;
  }
}
#top .flow .flow__inner .flow__container.flow__trial {
  margin: 0 auto 22px;
  background-color: #FFFFFF;
  padding: 40px 0 26px;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0 15%);
          clip-path: polygon(5% 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0 15%);
}
@media only screen and (max-width: 1024px) {
  #top .flow .flow__inner .flow__container.flow__trial {
    margin: 0 auto 2.15vw;
    padding: 3.91vw 0 2.54vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .flow .flow__inner .flow__container.flow__trial {
    margin: 0 auto 25px;
    padding: 30px 0 15px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 85%, 90% 100%, 0 100%, 0 15%);
            clip-path: polygon(10% 0, 100% 0, 100% 85%, 90% 100%, 0 100%, 0 15%);
  }
}
#top .flow .flow__inner .flow__container.flow__trial .flow__container--heading {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  #top .flow .flow__inner .flow__container.flow__trial .flow__container--heading {
    font-size: 3.91vw;
    margin-bottom: 1.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .flow .flow__inner .flow__container.flow__trial .flow__container--heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#top .flow .flow__inner .flow__container.flow__trial p {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #top .flow .flow__inner .flow__container.flow__trial p {
    font-size: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .flow .flow__inner .flow__container.flow__trial p {
    font-size: 14px;
    line-height: 1.5;
  }
}
#top .flow .flow__inner .flow__container.flow__trial .flowBtn {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.trial__speechBubble{
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(80%, -50%);
    width: 14vw;
    z-index: 3;
    max-width: 230px;
    pointer-events: none;;
}
@media only screen and (max-width: 768px) {
#top .flow .flow__inner .flow__container.flow__trial .flowBtn{
      margin: 9vw auto 15px /*14vw*/;
}

.trial__speechBubble{
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(85%, -55%);
    width: 35vw;
    z-index: 3;
    max-width: 130px;
}
.trial__speechBubble--visit{
    transform: translate(85%, -60%);
}

#top .flow .flow__inner .flow__container.flow__trial .btn.flowBtn span{
  padding: 15px;
}
}

#top .flow .flow__inner .flow__container.flow__join {
  background-color: #D9D9D9;
  margin: 0 auto 29px;
  padding: 29px 0 26px;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0 15%);
          clip-path: polygon(5% 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0 15%);
}
@media only screen and (max-width: 1024px) {
  #top .flow .flow__inner .flow__container.flow__join {
    margin: 3.91vw auto 2.15vw;
    padding: 3.91vw 0 2.54vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .flow .flow__inner .flow__container.flow__join {
    margin: 0 auto 25px;
    padding: 30px 0 15px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 85%, 90% 100%, 0 100%, 0 15%);
            clip-path: polygon(10% 0, 100% 0, 100% 85%, 90% 100%, 0 100%, 0 15%);
  }
}
#top .flow .flow__inner .flow__container.flow__join .flow__container--heading {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  #top .flow .flow__inner .flow__container.flow__join .flow__container--heading {
    font-size: 3.91vw;
    margin-bottom: 1.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .flow .flow__inner .flow__container.flow__join .flow__container--heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#top .flow .flow__inner .flow__container.flow__join p {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #top .flow .flow__inner .flow__container.flow__join p {
    font-size: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .flow .flow__inner .flow__container.flow__join p {
    font-size: 14px;
    line-height: 1.5;
  }
}
#top .flow .flow__inner .flow__container.flow__join .flowBtn {
  width: -moz-fit-content;
  width: fit-content;
}

#top .flow .flow__inner .flow__container.flow__join .flowBtn.flowBtn--visit{
  margin-top: 3.7vw;
}

#top .flow .flow__inner .flow__container.flow__staff {
  margin-bottom: 56px;
  background-color: #939391;
  -webkit-clip-path: polygon(3% 0, 100% 0, 100% 71%, 97% 100%, 0 100%, 0 29%);
          clip-path: polygon(3% 0, 100% 0, 100% 71%, 97% 100%, 0 100%, 0 29%);
  padding: 24px 0;
}
@media only screen and (max-width: 1024px) {
  #top .flow .flow__inner .flow__container.flow__staff {
    margin-bottom: vw;
    padding: 2.34vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #top .flow .flow__inner .flow__container.flow__staff {
    margin: 0 auto 50px;
    padding: 30px 0;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0 15%);
            clip-path: polygon(5% 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0 15%);
  }
#top .flow .flow__inner .flow__container.flow__join .flowBtn.flowBtn--visit{
        margin: 12.7vw auto  15px /*12vw*/;
}
#top .flow .flow__inner .flow__container.flow__join .flowBtn.flowBtn--visit span{
  padding: 15px;
  font-size: 13.5px;
}
}
#top .flow .flow__inner .flow__container.flow__staff .flow__container--precautions p {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  #top .flow .flow__inner .flow__container.flow__staff .flow__container--precautions p {
    font-size: 2.34vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .flow .flow__inner .flow__container.flow__staff .flow__container--precautions p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#top .flow .flow__inner .flowOtherBtn {
  width: -moz-fit-content;
  width: fit-content;
}
#top .flow .flow__inner .flowOtherBtn span {
  background-color: #A39671;
}
#top .faq {
  background-color: #EAEAEA;
  padding-top: 108px;
  padding-bottom: 98px;
}
@media only screen and (max-width: 1024px) {
  #top .faq {
    padding-top: 10.55vw;
    padding-bottom: 9.18vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .faq {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
#top .faq .faq__inner {
  max-width: 1060px;
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #top .faq .faq__inner {
    width: 85%;
  }
}
#top .faq .faq__inner .faq__container {
  margin-top: 71px;
}
@media only screen and (max-width: 1024px) {
  #top .faq .faq__inner .faq__container {
    margin-top: 6.93vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .faq .faq__inner .faq__container {
    margin-top: 60px;
  }
}
#top .faq .faq__inner .faq__container .faq__lists .faq__list {
  border-bottom: solid 1px #707070;
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  #top .faq .faq__inner .faq__container .faq__lists .faq__list {
    margin-top: 3.42vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .faq .faq__inner .faq__container .faq__lists .faq__list {
    margin-bottom: 25px;
  }
}
#top .faq .faq__inner .faq__container .faq__lists .faq__list:first-child {
  margin-top: 0;
}
#top .faq .faq__inner .faq__container .faq__lists .faq__list .faq__list--q {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #top .faq .faq__inner .faq__container .faq__lists .faq__list .faq__list--q {
    font-size: 2.44vw;
    margin-bottom: 1.66vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .faq .faq__inner .faq__container .faq__lists .faq__list .faq__list--q {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#top .faq .faq__inner .faq__container .faq__lists .faq__list .faq__list--q::before {
  content: "Q";
  font-family: "Oswald", sans-serif;
  color: #FFFFFF;
  font-size: 2.5rem;
  background-color: #262323;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  padding-top: 9px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  #top .faq .faq__inner .faq__container .faq__lists .faq__list .faq__list--q::before {
    font-size: 2.44vw;
    width: 4.88vw;
    height: 4.88vw;
    border-radius: 2.93vw;
    padding-top: 0.88vw;
    margin-right: 1.46vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .faq .faq__inner .faq__container .faq__lists .faq__list .faq__list--q::before {
    font-size: 14px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    padding-top: 5px;
    margin-right: 5px;
    flex-shrink: 0;
  }
}
#top .faq .faq__inner .faq__container .faq__lists .faq__list .faq__list--a {
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 33px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  #top .faq .faq__inner .faq__container .faq__lists .faq__list .faq__list--a {
    font-size: 1.56vw;
    line-height: 2.93vw;
    margin-bottom: 3.22vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .faq .faq__inner .faq__container .faq__lists .faq__list .faq__list--a {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
#top .faq .faq__inner .faq__container .faq__lists .faq__list .faq__list--a::before {
  content: "A";
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #FFFFFF;
  font-size: 2.5rem;
  background-color: #A39671;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  padding-top: 9px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  #top .faq .faq__inner .faq__container .faq__lists .faq__list .faq__list--a::before {
    font-size: 2.44vw;
    width: 4.88vw;
    height: 4.88vw;
    border-radius: 2.93vw;
    padding-top: 0.88vw;
    margin-right: 1.46vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .faq .faq__inner .faq__container .faq__lists .faq__list .faq__list--a::before {
    font-size: 14px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    padding-top: 2px;
    margin-right: 5px;
    flex-shrink: 0;
  }
}

.flow-tel{
  width: 50%;
  margin: 0 auto;
  font-weight: 700;
  border-bottom: 2px solid #A39671;
}
@media only screen and (max-width: 768px){
  .flow-tel{
    width: 80%;
    margin-bottom: 10px;
  }
}

#reserve-page {
  color: #FFFFFF;
}
#reserve-page .reserve .reserve__inner {
  width: 47%;
  max-width: 680px;
  margin: 230px auto 134px;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner {
    width: 80%;
    margin-top: 150px;
  }
}
#reserve-page .reserve .reserve__inner h2 {
  font-size: 3.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner h2 {
    font-size: 3.42vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner h2 {
    font-size: 2.5rem;
  }
}
#reserve-page .reserve .reserve__inner .reserve__txt {
  font-size: 1.5rem;
  margin-top: 39px;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner .reserve__txt {
    font-size: 1.46vw;
    margin-top: 3.81vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner .reserve__txt {
    font-size: 1.4rem;
  }
}
#reserve-page .reserve .reserve__inner .reserve__txt span {
  font-weight: bold;
}
#reserve-page .reserve .reserve__inner .reserve__supplement {
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner .reserve__supplement {
    font-size: 2.44vw;
    padding-left: 0.98vw;
    margin-left: 0.98vw;
    margin-bottom: 3.91vw;
    margin-top: 8.3vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner .reserve__supplement {
    font-size: 1.8rem;
    padding-left: 10px;
    margin-left: initial;
    margin-top: 50px;
    margin-bottom: 35px;
  }
}
#reserve-page .reserve .reserve__inner .reserve__supplement::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 39px;
  background-color: #A39671;
  margin-right: 10px;
  left: -10px;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner .reserve__supplement::before {
    width: 0.98vw;
    height: 3.81vw;
    margin-right: 0.98vw;
    left: -0.98vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner .reserve__supplement::before {
    width: 5px;
    height: 22px;
  }
}
#reserve-page .reserve .reserve__inner form dl {
  margin-bottom: 26px;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner form dl {
    margin-bottom: 2.54vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl {
    margin-bottom: 20px;
  }
}
#reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dt label {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dt label {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dt label span {
    margin-top: 5px;
    display: inline-block;
  }
}
#reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd {
    flex-direction: column;
    align-items: flex-start;
  }
}
#reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd input[type=text] {
  width: 150px;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd input[type=text] {
    width: 19.53vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd input[type=text] {
    width: 200px;
    margin-bottom: 10px;
  }
}
#reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd .select-arrow {
  position: relative;
  height: 37px;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd .select-arrow {
    height: 3.61vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd .select-arrow {
    width: -moz-fit-content;
    width: fit-content;
    height: initial;
  }
}
#reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd .select-arrow::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  top: 39%;
  right: 20px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #262323;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd .select-arrow::after {
    width: 1.17vw;
    height: 0.98vw;
    right: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd .select-arrow::after {
    width: 12px;
    height: 10px;
    top: 37%;
    right: 20px;
  }
}
#reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd .select-arrow select {
  width: 226px;
  padding: 10px 20px;
  height: 37px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd .select-arrow select {
    width: 22.07vw;
    font-size: 1.46vw;
    padding: 0.98vw 1.95vw;
    height: 3.61vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__choiceDate dd .select-arrow select {
    width: 200px;
    padding: 10px 20px 10px;
    font-size: 1.4rem;
    height: initial;
  }
}
#reserve-page .reserve .reserve__inner form dl.reserve__people dd input {
  width: 102px;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__people dd input {
    width: 9.96vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl.reserve__people dd input {
    width: 100px;
  }
}
#reserve-page .reserve .reserve__inner form dl.reserve__details dt {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
#reserve-page .reserve .reserve__inner form dl.reserve__details dt p {
  margin-top: 10px;
  font-weight: bold;
  text-decoration: underline;
}
#reserve-page .reserve .reserve__inner form dl dt {
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner form dl dt {
    font-size: 1.46vw;
    margin-bottom: 0.98vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
    display: block;
  }
}
#reserve-page .reserve .reserve__inner form dl dt label {
  display: flex;
  align-items: center;
}
#reserve-page .reserve .reserve__inner form dl dt span {
  font-size: 1rem;
  background-color: #A39671;
  color: #262323;
  padding: 5px 15px;
  border-radius: 15px;
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner form dl dt span {
    font-size: 1.17vw;
    padding: 0.49vw 1.46vw;
    border-radius: 1.46vw;
    margin-left: 0.98vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl dt span {
    font-size: 1rem;
    padding: 3px 10px;
    border-radius: 20px;
  }
}
#reserve-page .reserve .reserve__inner form dl dt.reserve__submitBTN {
  background-color: #A39671;
  font-size: 18px;
  font-weight: bold;
  padding: 17px 85px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner form dl dt.reserve__submitBTN {
    font-size: 1.76vw;
    padding: 1.66vw 8.3vw;
    margin: 5.86vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl dt.reserve__submitBTN {
    font-size: 1.6rem;
    padding: 15px 50px;
    margin: 40px auto;
  }
}
#reserve-page .reserve .reserve__inner form dl dd input {
  width: 100%;
  background-color: #E2E2E2;
  color: #262323;
  font-size: 1.5rem;
  padding: 10px 20px 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner form dl dd input {
    font-size: 1.46vw;
    padding: 0.98vw 1.95vw 0.98vw;
    border-radius: 0.39vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl dd input {
    font-size: 1.4rem;
    padding: 10px 20px 10px;
    border-radius: 4px;
  }
}
#reserve-page .reserve .reserve__inner form dl dd #date-tertiary,
#reserve-page .reserve .reserve__inner form dl dd #date-secondary,
#reserve-page .reserve .reserve__inner form dl dd #date-primary {
  width: 145px;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner form dl dd #date-tertiary,
  #reserve-page .reserve .reserve__inner form dl dd #date-secondary,
  #reserve-page .reserve .reserve__inner form dl dd #date-primary {
    width: 19.53vw;
    margin-right: 0.98vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl dd #date-tertiary,
  #reserve-page .reserve .reserve__inner form dl dd #date-secondary,
  #reserve-page .reserve .reserve__inner form dl dd #date-primary {
    width: 130px;
  }
}
#reserve-page .reserve .reserve__inner form dl dd select {
  width: 226px;
  background-color: #E2E2E2;
  color: #262323;
  font-size: 1.5rem;
  padding: 10px 20px 10px;
  border-radius: 4px;
}
#reserve-page .reserve .reserve__inner form dl dd textarea {
  width: 100%;
  height: 130px;
  background-color: #E2E2E2;
  color: #262323;
  font-size: 1.5rem;
  padding: 10px 20px 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  #reserve-page .reserve .reserve__inner form dl dd textarea {
    height: 12.7vw;
    font-size: 1.46vw;
    padding: 0.98vw 1.95vw 0.98vw;
    border-radius: 0.39vw;
  }
}
@media only screen and (max-width: 768px) {
  #reserve-page .reserve .reserve__inner form dl dd textarea {
    font-size: 1.4rem;
    height: 200px;
    padding: 10px 20px 10px;
    border-radius: 4px;
  }
}

#contact-page {
  color: #FFFFFF;
}
#contact-page .contact .contact__inner {
  width: 47%;
  max-width: 680px;
  margin: 230px auto 134px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner {
    width: 80%;
    margin-top: 150px;
  }
}
#contact-page .contact .contact__inner h2 {
  font-size: 3.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner h2 {
    font-size: 3.42vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner h2 {
    font-size: 2.5rem;
  }
}
#contact-page .contact .contact__inner .contact__supplement {
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 40px;
  margin-top: 85px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner .contact__supplement {
    font-size: 2.44vw;
    padding-left: 0.98vw;
    margin-left: 0.98vw;
    margin-bottom: 3.91vw;
    margin-top: 8.3vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner .contact__supplement {
    font-size: 1.8rem;
    padding-left: 10px;
    margin-left: initial;
    margin-top: 50px;
    margin-bottom: 35px;
  }
}
#contact-page .contact .contact__inner .contact__supplement::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 39px;
  background-color: #A39671;
  margin-right: 10px;
  left: -10px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner .contact__supplement::before {
    width: 0.98vw;
    height: 3.81vw;
    margin-right: 0.98vw;
    left: -0.98vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner .contact__supplement::before {
    width: 5px;
    height: 22px;
  }
}
#contact-page .contact .contact__inner form dl {
  margin-bottom: 26px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner form dl {
    margin-bottom: 2.54vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner form dl {
    margin-bottom: 20px;
  }
}
#contact-page .contact .contact__inner form dl dt {
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner form dl dt {
    font-size: 1.46vw;
    margin-bottom: 0.98vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner form dl dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
#contact-page .contact .contact__inner form dl dt label {
  display: flex;
  align-items: center;
}
#contact-page .contact .contact__inner form dl dt span {
  font-size: 1rem;
  background-color: #A39671;
  color: #262323;
  padding: 5px 15px;
  border-radius: 15px;
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner form dl dt span {
    font-size: 1.17vw;
    padding: 0.49vw 1.46vw;
    border-radius: 1.46vw;
    margin-left: 0.98vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner form dl dt span {
    font-size: 1rem;
    padding: 3px 10px;
    border-radius: 20px;
  }
}
#contact-page .contact .contact__inner form dl dt.contact__submitBTN {
  background-color: #A39671;
  font-size: 18px;
  font-weight: bold;
  padding: 17px 85px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner form dl dt.contact__submitBTN {
    font-size: 1.76vw;
    padding: 1.66vw 8.3vw;
    margin: 5.86vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner form dl dt.contact__submitBTN {
    font-size: 1.6rem;
    padding: 15px 50px;
    margin: 40px auto;
  }
}
#contact-page .contact .contact__inner form dl dd input {
  width: 100%;
  background-color: #E2E2E2;
  color: #262323;
  font-size: 1.5rem;
  padding: 10px 20px 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner form dl dd input {
    font-size: 1.46vw;
    padding: 0.98vw 1.95vw 0.98vw;
    border-radius: 0.39vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner form dl dd input {
    font-size: 1.4rem;
    padding: 10px 20px 10px;
    border-radius: 4px;
  }
}
#contact-page .contact .contact__inner form dl dd textarea {
  width: 100%;
  height: 130px;
  background-color: #E2E2E2;
  color: #262323;
  font-size: 1.5rem;
  padding: 10px 20px 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner form dl dd textarea {
    height: 12.7vw;
    font-size: 1.46vw;
    padding: 0.98vw 1.95vw 0.98vw;
    border-radius: 0.39vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner form dl dd textarea {
    font-size: 1.4rem;
    height: 200px;
    padding: 10px 20px 10px;
    border-radius: 4px;
  }
}
#contact-page .contact .contact__inner.contact__confirm {
  width: 70%;
  max-width: 900px;
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner.contact__confirm {
    width: 85%;
  }
}
#contact-page .contact .contact__inner.contact__confirm h2 {
  font-size: 2.5rem;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner.contact__confirm h2 {
    font-size: 2.44vw;
    margin-bottom: 3.91vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner.contact__confirm h2 {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
#contact-page .contact .contact__inner.contact__confirm .confirm__textWT {
  font-size: 1.6rem;
  line-height: 30px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner.contact__confirm .confirm__textWT {
    font-size: 1.56vw;
    line-height: 2.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner.contact__confirm .confirm__textWT {
    font-size: 14px;
    line-height: 20px;
  }
}
#contact-page .contact .contact__inner.contact__confirm .confirm__textG {
  font-size: 1.6rem;
  line-height: 30px;
  color: #A39671;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner.contact__confirm .confirm__textG {
    font-size: 1.56vw;
    line-height: 2.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner.contact__confirm .confirm__textG {
    font-size: 14px;
    line-height: 20px;
  }
}
#contact-page .contact .contact__inner.contact__confirm .confirmBtn {
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contact .contact__inner.contact__confirm .confirmBtn {
    margin-top: 7.81vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact-page .contact .contact__inner.contact__confirm .confirmBtn {
    margin-top: 50px;
  }
}
#contact-page .contact .contact__inner.contact__confirm .confirmBtn span {
  background: #A39671;
}

#privacy-page {
  color: #FFFFFF;
}
#privacy-page .privacy .privacy__inner {
  width: 72%;
  margin: 230px auto 134px;
}
@media only screen and (max-width: 768px) {
  #privacy-page .privacy .privacy__inner {
    width: 85%;
    margin-top: 150px;
  }
}
#privacy-page .privacy .privacy__inner h2 {
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 37px;
}
@media only screen and (max-width: 1024px) {
  #privacy-page .privacy .privacy__inner h2 {
    font-size: 3.61vw;
    margin-bottom: 3.61vw;
  }
}
@media only screen and (max-width: 768px) {
  #privacy-page .privacy .privacy__inner h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
#privacy-page .privacy .privacy__inner p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  #privacy-page .privacy .privacy__inner p {
    font-size: 1.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #privacy-page .privacy .privacy__inner p {
    font-size: 1.4rem;
  }
}
#privacy-page .privacy .privacy__inner .privacy__lists {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #privacy-page .privacy .privacy__inner .privacy__lists {
    margin-top: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #privacy-page .privacy .privacy__inner .privacy__lists {
    margin-top: 25px;
  }
}
#privacy-page .privacy .privacy__inner .privacy__lists .privacy__list {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  #privacy-page .privacy .privacy__inner .privacy__lists .privacy__list {
    margin-bottom: 1.46vw;
  }
}
@media only screen and (max-width: 768px) {
  #privacy-page .privacy .privacy__inner .privacy__lists .privacy__list {
    margin-bottom: 20px;
  }
}
#privacy-page .privacy .privacy__inner .privacy__lists .privacy__list .privacy__list--heading {
  font-size: 2rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  #privacy-page .privacy .privacy__inner .privacy__lists .privacy__list .privacy__list--heading {
    font-size: 1.95vw;
    margin-bottom: 1.46vw;
  }
}
@media only screen and (max-width: 768px) {
  #privacy-page .privacy .privacy__inner .privacy__lists .privacy__list .privacy__list--heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#privacy-page .privacy .privacy__inner .privacy__lists .privacy__list .privacy__list--txt {
  line-height: 1.5;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  #privacy-page .privacy .privacy__inner .privacy__lists .privacy__list .privacy__list--txt {
    margin-bottom: 0.49vw;
  }
}
@media only screen and (max-width: 768px) {
  #privacy-page .privacy .privacy__inner .privacy__lists .privacy__list .privacy__list--txt {
    margin-bottom: 10px;
  }
}
#privacy-page .privacy .privacy__inner .privacy__lists .privacy__list ul {
  padding-left: 5px;
}

#terms-page {
  color: #FFFFFF;
}
#terms-page .terms .terms__inner {
  width: 72%;
  margin: 230px auto 134px;
}
@media only screen and (max-width: 768px) {
  #terms-page .terms .terms__inner {
    width: 85%;
    margin-top: 150px;
  }
}
#terms-page .terms .terms__inner h2 {
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 37px;
}
@media only screen and (max-width: 1024px) {
  #terms-page .terms .terms__inner h2 {
    font-size: 3.61vw;
    margin-bottom: 3.61vw;
  }
}
@media only screen and (max-width: 768px) {
  #terms-page .terms .terms__inner h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
#terms-page .terms .terms__inner p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  #terms-page .terms .terms__inner p {
    font-size: 1.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #terms-page .terms .terms__inner p {
    font-size: 1.4rem;
  }
}
#terms-page .terms .terms__inner .terms__lists--primary {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #terms-page .terms .terms__inner .terms__lists--primary {
    margin-top: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #terms-page .terms .terms__inner .terms__lists--primary {
    margin-top: 25px;
  }
}
#terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  #terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary {
    margin-bottom: 1.46vw;
  }
}
@media only screen and (max-width: 768px) {
  #terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary {
    margin-bottom: 20px;
  }
}
#terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary .terms__listHeading {
  font-size: 2rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  #terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary .terms__listHeading {
    font-size: 1.95vw;
    margin-bottom: 1.46vw;
  }
}
@media only screen and (max-width: 768px) {
  #terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary .terms__listHeading {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary .terms__listTxt {
  line-height: 1.5;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  #terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary .terms__listTxt {
    margin-bottom: 0.49vw;
  }
}
@media only screen and (max-width: 768px) {
  #terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary .terms__listTxt {
    margin-bottom: 10px;
  }
}
#terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary .terms__lists--secondary {
  margin-top: 5px;
}
#terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary .terms__lists--secondary .terms__list--secondary {
  margin-bottom: 8px;
}
#terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary .terms__lists--secondary .terms__list--secondary .terms__lists--tertiary {
  margin-top: 5px;
}
#terms-page .terms .terms__inner .terms__lists--primary .terms__list--primary .terms__lists--secondary .terms__list--secondary .terms__lists--tertiary .terms__list--tertiary {
  margin-bottom: 5px;
}

#trade-page {
  color: #FFFFFF;
}
#trade-page .trade .trade__inner {
  width: 72%;
  margin: 230px auto 134px;
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner {
    width: 85%;
    margin-top: 150px;
  }
}
#trade-page .trade .trade__inner h2 {
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 37px;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner h2 {
    font-size: 3.61vw;
    margin-bottom: 3.61vw;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
#trade-page .trade .trade__inner .trade__container {
  width: 100%;
  max-width: 1046px;
  margin: 0 auto;
}
#trade-page .trade .trade__inner .trade__container p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner .trade__container p {
    font-size: 1.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container p {
    font-size: 1.4rem;
  }
}
#trade-page .trade .trade__inner .trade__container table {
  width: 100%;
  border: solid 1px #707070;
  font-size: 2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner .trade__container table {
    font-size: 1.95vw;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container table {
    font-size: 1.4rem;
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container table tr {
    display: flex;
    flex-direction: column;
  }
}
#trade-page .trade .trade__inner .trade__container table tr:nth-of-type(4) th {
  padding: 70px 0 70px 5%;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner .trade__container table tr:nth-of-type(4) th {
    padding: 6.84vw 0 6.84vw 5%;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container table tr:nth-of-type(4) th {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 15px 0 5px;
    border: none;
  }
}
#trade-page .trade .trade__inner .trade__container table tr:nth-of-type(4) td {
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner .trade__container table tr:nth-of-type(4) td {
    margin-left: 3.91vw;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container table tr:nth-of-type(4) td {
    text-align: left;
    font-size: 1.4rem;
    font-weight: normal;
    padding-left: 10px;
    padding: 5px 0;
    border: none;
    margin-left: 0;
  }
}
#trade-page .trade .trade__inner .trade__container table tr:nth-of-type(4) td span {
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner .trade__container table tr:nth-of-type(4) td span {
    margin-left: 2.93vw;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container table tr:nth-of-type(4) td span {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container table tr:nth-of-type(5) td {
    text-align: left;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 5px 0 15px;
    border: none;
  }
}
#trade-page .trade .trade__inner .trade__container table tr:nth-of-type(5) td span {
  margin-left: 37px;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner .trade__container table tr:nth-of-type(5) td span {
    margin-left: 2.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container table tr:nth-of-type(5) td span {
    margin-left: 10px;
  }
}
#trade-page .trade .trade__inner .trade__container table tr th {
  padding: 27px 0 27px 5%;
  width: 32%;
  border: solid 1px #707070;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner .trade__container table tr th {
    padding: 2.64vw 0 2.64vw 5%;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container table tr th {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 15px 0 5px;
    border: none;
  }
}
#trade-page .trade .trade__inner .trade__container table tr td {
  padding: 27px 0;
  border: solid 1px #707070;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner .trade__container table tr td {
    padding: 2.64vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container table tr td {
    text-align: left;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 5px 0 15px;
    border: none;
  }
}
#trade-page .trade .trade__inner .trade__container .trade__txt {
  font-size: 1.5rem;
  margin-top: 65px;
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner .trade__container .trade__txt {
    font-size: 1.46vw;
    margin-top: 6.35vw;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container .trade__txt {
    font-size: 1.4rem;
    margin-top: 50px;
    width: 100%;
  }
}
#trade-page .trade .trade__inner .trade__container .trade__txt .trade__txt--heading {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner .trade__container .trade__txt .trade__txt--heading {
    font-size: 1.46vw;
    margin-bottom: 1.46vw;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container .trade__txt .trade__txt--heading {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
#trade-page .trade .trade__inner .trade__container .trade__txt .trade__txt--txt {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner .trade__container .trade__txt .trade__txt--txt {
    font-size: 1.46vw;
    margin-bottom: 1.46vw;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container .trade__txt .trade__txt--txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container .trade__txt .trade__txt--listsContainer {
    padding-bottom: 5px;
  }
}
#trade-page .trade .trade__inner .trade__container .trade__txt .trade__txt--listsContainer .trade__txt--lists {
  font-size: 1.5rem;
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  #trade-page .trade .trade__inner .trade__container .trade__txt .trade__txt--listsContainer .trade__txt--lists {
    font-size: 1.46vw;
    padding-left: 1.95vw;
    margin-bottom: 1.46vw;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container .trade__txt .trade__txt--listsContainer .trade__txt--lists {
    font-size: 1.4rem;
    padding-left: 15px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #trade-page .trade .trade__inner .trade__container .trade__txt .trade__txt--listsContainer .trade__txt--lists li {
    line-height: 1.4;
  }
}

.follow-banner{
  width: 320px;
  height: auto;
  position: fixed;
  top: 85px;
  right:  40px;
  z-index: 999;
}

.follow-banner a{
  display: block;
  width: 100%;
  height: fit-content;
}


@media only screen and (max-width: 1024px) {

  .follow-banner{
    width:  54%;;
    max-width: 300px;
    height: auto;
    position: fixed;
    top: unset;
    bottom: 30px;
    right:  23px;
    z-index: 999;
  }

  .follow-banner a{
    display: block;
    width: 100%;
    height: fit-content;
  }

}


input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 2px solid #FFF;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 5px;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: -6px;
  left: 4px;
  transform: rotate(50deg);
  width: 8px;
  height: 15px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  content: "";
}

.privacy-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 30px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}

.form--policyLink {
  text-decoration: underline;
}
