@import url("reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta+Mahee:wght@200;300;400;500;600;700;800&display=swap");

* {
  scroll-behavior: smooth;
}

body {
  background-image: url("../images/fullbg.jpg");
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  font-family: "Takafuta";
}

.logo_pc {
  display: none;
  width: 561px;
  margin-top: 40.333333333333336vh;
  position: absolute;
}
.button_pc {
  display: none;
  margin-top: 39.25925925925926vh;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 31px;
}

.main-container {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.button_pc a {
  width: 449px;
  height: 101px;
  background-color: #c9495a;
  border-radius: 51px;
  border: 1px solid #c9495a;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 24px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.button_pc a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.button_pc a:nth-of-type(1) svg:nth-of-type(1) {
  width: 70px;
  height: 70px;
  /* margin-left: 21px;
  margin-right: 1.9px; */
}
.button_pc a:nth-of-type(1) svg:nth-of-type(2) {
  width: 30px;
  height: 30px;
  margin-left: 6.9px;
}
.button_pc a:nth-of-type(2) svg:nth-of-type(1) {
  width: 70px;
  height: 70px;
  /* margin-left: 43px;
  margin-right: 3.8px; */
}

.main-content {
  background-image: url("../images/smallbg.jpg");
  width: 375px;
  background-size: contain;
  margin: 0 auto;
}
.header {
  position: fixed;
  width: 375px;
  z-index: 99;
}
#showMenu {
  padding: 0;
  width: 40px;
  height: 40px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-top: 20px;
  margin-right: 22px;
  margin-left: auto;
  cursor: pointer;
}
#showMenu:hover,
#closeMenu:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
#showMenu svg {
  width: 40px;
  height: 40px;
}
.menu {
  display: flex;
  flex-direction: column;
  width: 375px;
  height: 269px;
  background-color: #c9495a;
  position: absolute;
  top: -269px;
  transition: top 0.5s ease;
}
.menu.animate {
  top: 0;
}
#closeMenu {
  padding: 0;
  width: 40px;
  height: 40px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-top: 20px;
  margin-right: 22px;
  margin-left: auto;
  cursor: pointer;
}
#closeMenu svg {
  width: 40px;
  height: 40px;
}
.menuList {
  margin-top: 26.8px;
  display: flex;
}
.menuList div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 75px;
}
.menuList div:nth-of-type(1) {
  margin-left: 31px;
}
.menuList a {
  font-size: 12px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.menuList a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.menuList div:nth-of-type(2) {
  margin-left: 37px;
}
.lastMenu {
  width: 314px;
  margin: 45px auto 0 auto;
  padding-top: 11px;
  border-top: 1px solid white;
  display: flex;
  align-items: center;
}
.lastMenu a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.lastMenu a svg {
  width: 20px;
  height: 20px;
}
.lastMenu a:nth-of-type(2) {
  margin-left: 51px;
}

.section-1 {
  background-image: url(../images/section-1.png);
  width: 375px;
  height: 607px;
  background-size: cover;
  position: relative;
}
.section-1 p {
  position: absolute;
}
.section-1 p:nth-of-type(1) {
  color: white;
  font-size: 9px;
  margin-top: 121px;
  margin-left: 144px;
  rotate: 6deg;
  font-weight: bold;
}
.section-1 p:nth-of-type(1) span {
  font-size: 12px;
}

.section-1 p:nth-of-type(2) {
  color: white;
  font-size: 10px;
  margin-top: 140px;
  margin-left: 143px;
  rotate: 6deg;
  font-weight: bold;
}
.section-1 p:nth-of-type(2) span {
  font-size: 12px;
  color: white;
}

.section-1 p:nth-of-type(3) {
  color: white;
  font-size: 9px;
  margin-top: 169px;
  margin-left: 141px;
  rotate: 6.5deg;
  font-weight: bold;
}
.section-1 p:nth-of-type(3) span:nth-of-type(1) {
  font-size: 12px;
  color: white;
}
.section-1 p:nth-of-type(3) span:nth-of-type(2) {
  font-size: 12px;
  color: #ffff00;
}
.section-1 p:nth-of-type(4) {
  color: white;
  font-size: 9px;
  margin-top: 187.5px;
  margin-left: 138px;
  rotate: 5.6deg;
  font-weight: bold;
}
.section-1 p:nth-of-type(4) span {
  font-size: 12px;
  color: #ffff00;
}
.section-1 p:nth-of-type(5) {
  color: #822820;
  font-size: 12px;
  margin-top: 393px;
  margin-left: 28px;
  letter-spacing: -0.1em;
  rotate: 354deg;
  font-weight: bold;
  text-align: center;
}
.section-1 p:nth-of-type(5) span {
  font-size: 23px;
  letter-spacing: -0.2em;
}

.section-1 p:nth-of-type(6) {
  color: white;
  font-size: 18px;
  line-height: 19px;
  margin-top: 386px;
  margin-left: 294px;
  font-weight: bold;
  text-align: center;
}
.section-1 p:nth-of-type(6) span {
  font-size: 7px;
  line-height: 8px;
  display: block;
  width: 50px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin-top: 2px;
}

.section-2 {
  width: 314px;
  height: 82px;
  margin: 32px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #606060;
  box-sizing: border-box;
  position: relative;
}
.section-2 p:nth-of-type(1) {
  position: absolute;
  font-size: 30px;
  color: #606060;
  width: 155px;
  text-align: center;
  background-color: #c6f3b0;
  margin-top: -14px;
  font-weight: bold;
}
.section-2 p:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
  color: #606060;
  text-align: center;
  height: 27px;
  line-height: 27px;
  font-family: "Noto Sans JP";
  margin-top: 32px;
}
.section-2 p:nth-of-type(2) span {
  font-size: 20px;
}

.section-3 {
  padding-top: 74px;
}
.section-3 > p {
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: 30px;
  color: #606060;
}
.gift {
  margin: 46px auto 0 auto;
  width: 314px;
  box-shadow: 3px -1px 6px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 3px -1px 6px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 3px -1px 6px 0px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
}
.g-top {
  height: 230px;
  border-radius: 10px 10px 0 0;
  background-color: #fefacc;
  position: relative;
}
.g-class {
  width: 214px;
  height: 40px;
  background-color: #c39a15;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  clip-path: polygon(0 0, 5% 50%, 0 100%, 100% 100%, 95% 50%, 100% 0);
  position: absolute;
  margin-top: -19px;
  margin-left: 50px;
  display: flex;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: white;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.g-image {
  margin-top: 40px;
  height: 136px;
  display: inline-block;
}
.g-label {
  line-height: 23px;
  padding: 0 12px;
  background-color: #c9495a;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: bold;
  color: white;
  width: fit-content;
  border-radius: 14px;
  margin: 17px 0 0 11px;
}
.g-label span {
  font-size: 22px;
  display: inline-block;
}
.g-stamp {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #008424;
  border: 1px solid white;
  font-size: 9px;
  color: white;
  font-family: "Noto Sans JP";
  font-weight: bold;
  right: -16px;
  bottom: -27px;
  align-content: center;
  text-align: center;
  line-height: 12px;
}
.g-stamp span {
  font-size: 36px;
  display: inline-block;
  line-height: 30px;
}
.g-bottom {
  background-color: white;
  border-radius: 0 0 10px 10px;
  padding: 22px 13px;
}
.g-text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  color: #606060;
}
.gift-small {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 18px;
  row-gap: 28px;
}
.gs {
  width: 148px;
  border-radius: 10px;
  box-shadow: 3px -1px 6px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 3px -1px 6px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 3px -1px 6px 0px rgba(0, 0, 0, 0.17);
}
.gs-top {
  height: 180px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.gs:nth-of-type(1) .gs-top {
  background-color: #ffeaf4;
}
.gs:nth-of-type(2) .gs-top {
  background-color: #eafbff;
}
.gs:nth-of-type(3) .gs-top {
  background-color: #efffe2;
}
.gs:nth-of-type(4) .gs-top {
  background-color: #f4edfc;
}
.gs-class {
  width: 116px;
  height: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  clip-path: polygon(0 0, 5% 50%, 0 100%, 100% 100%, 95% 50%, 100% 0);
  position: absolute;
  margin-top: -14px;
  margin-left: 18px;
  display: flex;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: white;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.gs:nth-of-type(1) .gs-class {
  background-color: #d44d20;
}
.gs:nth-of-type(2) .gs-class {
  background-color: #20aad4;
}
.gs:nth-of-type(3) .gs-class {
  background-color: #75a000;
}
.gs:nth-of-type(4) .gs-class {
  background-color: #8564ab;
}
.gs-image {
  margin-top: 35px;
  height: 74px;
  display: inline-block;
}
.gs-label {
  line-height: 15px;
  padding: 4px 10px;
  background-color: #c9495a;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: bold;
  color: white;
  width: fit-content;
  border-radius: 14px;
  margin: 17px 0 0 7px;
}
.gs-label span {
  font-size: 22px;
}
.gs-stamp {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #008424;
  border: 1px solid white;
  font-size: 6px;
  color: white;
  font-family: "Noto Sans JP";
  font-weight: bold;
  right: -11px;
  bottom: 9px;
  align-content: center;
  text-align: center;
  line-height: 8px;
}
.gs-stamp span {
  font-size: 26px;
  display: inline-block;
  line-height: 21px;
}
.gs-bottom {
  background-color: white;
  border-radius: 0 0 10px 10px;
  padding: 0px 10px;
  height: 121px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gs-text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #606060;
}
.gs-hint {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 8px;
  line-height: 11px;
  color: #606060;
}

.section-4 {
  padding-top: 74px;
}
.section-4 > p:nth-of-type(1) {
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: 30px;
  color: #606060;
}
.section-4 img:nth-of-type(1) {
  width: 375px;
  margin-top: 31px;
}
.section-4 > p:nth-of-type(2) {
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  font-family: "Noto Sans JP";
  font-weight: 500;
  width: 260.36px;
  margin-top: 16.7px;
  margin-left: 77px;
}
.section-4 > p:nth-of-type(2) a {
  color: #606060;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #606060;
}
.section-4 > p:nth-of-type(2) a svg {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.section-4 img:nth-of-type(2) {
  width: 375px;
  margin-top: -15px;
}
.section-4 > p:nth-of-type(3) {
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  font-family: "Noto Sans JP";
  font-weight: 500;
  width: 262px;
  margin-top: 11.7px;
  margin-left: 31px;
}
.section-4 img:nth-of-type(3) {
  width: 375px;
  margin-top: -15px;
}
.section-4 > p:nth-of-type(4) {
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  font-family: "Noto Sans JP";
  font-weight: 500;
  width: 258px;
  margin-top: 19.7px;
  margin-left: 77.6px;
}
.section-4 img:nth-of-type(4) {
  width: 375px;
}
.section-4 > p:nth-of-type(5) {
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  font-family: "Noto Sans JP";
  font-weight: 500;
  width: 266.21px;
  margin-top: 18.2px;
  margin-left: 31px;
}
.section-4 > p:nth-of-type(5) a {
  text-decoration: none;
  color: #606060;
  border-bottom: 1px solid #606060;
}

.section-5 {
  margin: 74.5px auto 0 auto;
  width: 314px;
  padding: 38px 27px 32px 27px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 30px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
}
.section-5 > p:nth-of-type(1) {
  font-size: 30px;
  text-align: center;
  color: #606060;
  font-weight: bold;
}
.the-numbers {
  width: 260px;
  height: 22px;
  border-radius: 11px;
  font-size: 18px;
  background-color: #c9495a;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.the-numbers:nth-of-type(2) {
  margin-top: 21.3px;
}
.section-5 > p:nth-of-type(3) {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  margin-top: 15px;
}

.the-numbers:nth-of-type(4) {
  margin-top: 29px;
}
.section-5 > div:nth-of-type(1) {
  display: flex;
  gap: 35px;
  margin-top: 12px;
}
.section-5 > div:nth-of-type(1) > div {
  position: relative;
}
.section-5 > div:nth-of-type(1) > div > p:nth-of-type(1) {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  margin-bottom: 50px;
}
.section-5 > div:nth-of-type(1) > div > p:nth-of-type(1) > span {
  font-weight: bold;
}
.section-5 > div:nth-of-type(1) > div > p:nth-of-type(2) {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 10px;
  line-height: 19px;
  color: #d84f45;
  margin-top: -38px;
  position: absolute;
  width: 314px;
}
.section-5 > div:nth-of-type(1) > img {
  width: 60px;
  height: 123px;
}
.the-numbers:nth-of-type(5) {
  margin-top: 20px;
}
.section-5 > div:nth-of-type(2) {
  margin-top: 12px;
}
.alphas {
  width: 90px;
  height: 30px;
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
}
.section-5 > div:nth-of-type(2) > div {
  display: flex;
  gap: 33px;
  margin-top: 10px;
}
.alphas_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #606060;
}
.section-5 > div:nth-of-type(2) > div div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-5 > div:nth-of-type(2) > div img {
  width: 60px;
  height: 123px;
}
.alphas:nth-of-type(2) {
  margin-top: 10px;
}
.section-5 > div:nth-of-type(3) {
  width: 260px;
  height: 85px;
  background-color: rgba(130, 40, 32, 0.12);
  border-radius: 10px;
  margin-top: 34px;
}
.section-5 > div:nth-of-type(3) > p:nth-of-type(1) {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: white;
  background-color: #822820;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.section-5 > div:nth-of-type(3) > p:nth-of-type(2) {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  color: #822820;
}
.the-numbers:nth-of-type(6) {
  margin-top: 23px;
}
.section-5 > p:nth-of-type(7) {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  margin-top: 12px;
}
.section-5 > div:nth-of-type(4) {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 10px;
}

.button-place {
  padding-top: 55px;
}
#showPlace {
  width: 314px;
  height: 130px;
  background-color: #c9495a;
  border: none;
  border-radius: 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
}
#showPlace:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
#showPlace > p:nth-of-type(1) {
  color: white;
  font-family: "Takafuta";
  font-size: 26px;
}
#showPlace > p:nth-of-type(2) {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.place {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 375px;
  height: auto;
  top: 65px;
  bottom: 80px;
  z-index: 98;
  transition: all 0.5s ease;
}
.place.animate {
  display: flex;
}
.place > div {
  display: flex;
  background-color: #c9495a;
  width: 314px;
  height: 100%;
  border-radius: 30px;
  align-items: center;
  flex-direction: column;
  padding: 28px 0;
  box-sizing: border-box;
}
.place > div > p:nth-of-type(1) {
  font-size: 26px;
  color: white;
}
.place > div > button {
  margin-top: 15px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: white;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  text-decoration: underline;
  gap: 10px;
  cursor: pointer;
}
.place > div > button:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.place > div > button > svg {
  width: 20px;
  height: 20px;
}
.filter-place {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  display: flex;
  gap: 10px;
}
.filter-place > select {
  width: 130px;
  height: 25px;
  color: #606060;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
}
.each-place {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  height: auto;
  overflow-y: scroll;
  gap: 25px;
  width: 277px;
}
.each-place > div > div {
  display: flex;
  gap: 10px;
}
.each-place > div > div:nth-of-type(1) > p:nth-of-type(1),
.each-place > div > div:nth-of-type(1) > p:nth-of-type(2) {
  width: fit-content;
  padding: 0 21px;
  height: 25px;
  border-radius: 13px;
  background-color: white;
  color: #606060;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
.each-place > div > p:nth-of-type(1) {
  margin-top: 5px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  color: white;
  width: 267px;
  line-height: 20px;
}
.each-place > div > p:nth-of-type(2) {
  width: 270px;
  line-height: 25px;
  color: #606060;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  background-color: white;
  margin-top: 13px;
}
.each-place > div > div:nth-of-type(2) {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
.each-place > div > div:nth-of-type(2) p {
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: white;
}
.each-place > div > div:nth-of-type(2) img {
  width: 113px;
  height: 110px;
}

.each-place::-webkit-scrollbar {
  width: 7px;
}
.each-place::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.each-place::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
}
.each-place::-webkit-scrollbar-thumb:hover {
  background: white;
}

.button-place p:nth-of-type(1){
	width: 313px;
    height: 68px;
    position: relative;
    border-radius: 34px;
    background-color: #C9495A;
    margin: 0 auto;
    text-align: center;
    align-content: center;
    color: white;
    font-size: 20px;
}
.button-place p:nth-of-type(1)::before{
	content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 15px solid #C9495A;
}
.button-place p:nth-of-type(2){
	font-size: 14px;
    line-height: 24px;
    width: 314px;
    font-family: "Noto Sans JP";
    margin: 52px auto 0 auto;
    font-weight: 500;
    color: #606060;
}
.button-place a{
	width: 276px;
    height: 50px;
    background-color: #c9495a;
    z-index: 2;
    border-radius: 25px;
    display: flex;
    align-items: center;
    font-family: "Mukta Mahee";
    font-weight: bold;
    font-size: 14px;
    color: white;
    position: relative;
	margin: 32px auto 0 auto;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    box-sizing: border-box;
	justify-content: center;
	gap: 15px;
}
.button-place a svg{
	width: 20px;
    height: 20px;
}
.maps {
	margin: 32px auto 0 auto;
	width: 100%;
	height: 500px;
}

.section-6 {
  width: 314px;
  height: 350px;
  margin: 47px auto 0 auto;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-6 > div {
  position: absolute;
  width: 100%;
  height: 100%;
  /* mix-blend-mode: color; */
  background-color: white;
  z-index: 1;
  border-radius: 30px;
}
.section-6 > p:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #606060;
  margin-top: 37px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
.section-6 > p:nth-of-type(2) {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  width: 246.36px;
  position: relative;
  z-index: 2;
  margin-top: 27px;
}
.section-6 > a,
.top-button {
  width: 276px;
  height: 50px;
  background-color: #c9495a;
  position: relative;
  z-index: 2;
  border-radius: 25px;
  display: flex;
  align-items: center;
  font-family: "Mukta Mahee";
  font-weight: bold;
  font-size: 14px;
  color: white;
  position: relative;
  z-index: 2;
  margin-top: 25px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  padding-left: 75px;
  box-sizing: border-box;
}
.section-6 > a > svg {
  width: 20px;
  height: 20px;
  margin-left: 19px;
}

.section-7 {
  padding-top: 40px;
}
.section-7 > p {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #606060;
}
.section-7 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 26px;
}
.section-7 > div > div {
  width: 314px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section-7 > div > div > p:nth-of-type(1) {
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #606060;
  font-size: 12px;
  line-height: 24px;
  width: 314px;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.section-7 > div > div > p:nth-of-type(1) > span:nth-of-type(1) {
  width: 30px;
  height: 30px;
  background-color: #c9495a;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.section-7 > div > div > p:nth-of-type(1) > span:nth-of-type(2) {
  display: inline-flex;
  width: 215px;
  margin-left: 15px;
}
.section-7 > div > div > p:nth-of-type(1) > span:nth-of-type(3) {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.section-7 > div > div > p:nth-of-type(2) {
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #606060;
  font-size: 14px;
  line-height: 24px;
}
.section-7 > div > div > p:nth-of-type(2) > a {
  color: #606060;
}
.section-7 > div > div > p:nth-of-type(2) > a > svg {
  width: 20px;
  height: 20px;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.section-8 {
  width: 314px;
  margin: 70px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-8 > p:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  color: #606060;
  margin-bottom: 10px;
}
.section-8 > p:nth-of-type(2),
.section-8 > p:nth-of-type(3),
.section-8 > p:nth-of-type(4),
.section-8 > p:nth-of-type(5),
.section-8 > p:nth-of-type(6),
.section-8 > p:nth-of-type(7) {
  width: 314px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #606060;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #606060;
}
.section-8 > p:nth-of-type(2) span:nth-of-type(1),
.section-8 > p:nth-of-type(3) span:nth-of-type(1),
.section-8 > p:nth-of-type(4) span:nth-of-type(1),
.section-8 > p:nth-of-type(5) span:nth-of-type(1),
.section-8 > p:nth-of-type(6) span:nth-of-type(1),
.section-8 > p:nth-of-type(7) span:nth-of-type(1) {
  width: 60px;
  display: inline-block;
  font-weight: bold;
}
.section-8 > p:nth-of-type(2) span:nth-of-type(2),
.section-8 > p:nth-of-type(3) span:nth-of-type(2),
.section-8 > p:nth-of-type(4) span:nth-of-type(2),
.section-8 > p:nth-of-type(5) span:nth-of-type(2),
.section-8 > p:nth-of-type(6) span:nth-of-type(2),
.section-8 > p:nth-of-type(7) span:nth-of-type(2) {
  display: inline-flex;
  width: 254px;
}

.section-9 {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-9 > p:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  color: #606060;
}
.section-9 > div {
  width: 314px;
  height: 200px;
  background-color: white;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-9 > div > p:nth-of-type(1) {
  width: 268px;
  height: 170px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #606060;
  font-size: 12px;
  line-height: 20px;
  /* 	box-sizing: border-box; */
  overflow-y: scroll;
  padding-right: 14px;
  padding-top: 5px;
  margin-left: 16px;
}
.section-9 > div > p:nth-of-type(1) > span {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.section-9 > div > p:nth-of-type(1)::-webkit-scrollbar {
  width: 7px;
}
.section-9 > div > p:nth-of-type(1)::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.section-9 > div > p:nth-of-type(1)::-webkit-scrollbar-thumb {
  background: #c9495a;
  border-radius: 10px;
}
.section-9 > div > p:nth-of-type(1)::-webkit-scrollbar-thumb:hover {
  background: #c9495a;
}

.section-10 {
  padding-bottom: 86px;
  margin-top: 81px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-10 > p:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #606060;
}
.section-10 > div {
  display: flex;
  justify-content: center;
  gap: 10.3px;
  align-items: center;
  margin-top: 20px;
}
.section-10 > div > img {
  width: 122px;
  height: 68px;
}
.section-10 > div > p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #606060;
  font-size: 12px;
  line-height: 18px;
}
.section-10 > p:nth-of-type(2) {
  margin-top: 18px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #606060;
  font-size: 12px;
  line-height: 18px;
}
.section-10 > p:nth-of-type(3) {
  margin-top: 20.7px;
  width: 290px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #606060;
}

.gtranslate_wrapper {
  display: none !important;
}
.gt-current-lang {
  display: none !important;
}
a.glink {
  text-decoration: none;
  background-image: url("../images/translate.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  display: block;
}
a.glink:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
a.glink img {
  display: none !important;
}
.gt_switcher_wrapper {
  top: 46px !important;
  right: 60px !important;
}
a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

.end-notif {
  width: 375px;
  height: 100vh;
  position: fixed;
  background-color: rgb(0 0 0 / 35%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
  top: 0;
}
.end-notif div {
  width: 300px;
  top: 30%;
  background-color: white;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 0 10px 25px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 999;
}
.end-notif div > svg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.end-notif p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 56px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #606060;
  text-align: center;
}
.end-notif button {
  margin-top: 28px;
  width: 266px;
  height: 50px;
  font-size: 14px;
  border-radius: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: white;
  background-color: #d7a237;
  display: flex;
  gap: 85px;
  align-items: center;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  justify-content: flex-end;
}
.end-notif button svg {
  width: 6px;
  height: 12px;
  margin-right: 16px;
}
.end-notif div > svg:hover,
.end-notif button:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

@media screen and (min-width: 1710px) {
  .logo_pc {
    display: block;
    margin-right: 1140px;
  }
  .button_pc {
    display: flex;
    margin-left: 1118px;
  }
}
@media screen and (min-width: 1535px) and (max-width: 1710px) {
  .logo_pc {
    display: block;
    margin-right: 62.80130293159609vw;
  }
  .button_pc {
    display: flex;
    margin-left: 60.390879478827365vw;
  }
}
@media screen and (min-width: 1535px) {
  .gtranslate_wrapper {
    display: block !important;
  }
  .navigation {
    display: none;
  }
}
@media screen and (max-width: 1535px) {
  .navigation {
    width: 375px;
    height: 70px;
    background-color: white;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 26px;
    justify-content: center;
    z-index: 99;
  }
  .navigation a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 10px;
    color: #606060;
    text-decoration: none;
  }
  .navigation a svg {
    width: 30px;
    height: 30px;
  }
  .navigation a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 10px;
    color: #606060;
    text-decoration: none;
  }
  .gtranslate_wrapper:nth-of-type(1) {
    display: block !important;
  }
  a.glink {
    width: 44px;
    height: 44px;
  }
}

@media screen and (max-width: 640px) {
  .button_pc a {
    width: 119.73vw;
    height: 26.93vw;
    border-radius: 13.6vw;
    border: 0.27vw solid #822820;
    font-size: 6.4vw;
  }
  .button_pc a:nth-of-type(1) svg:nth-of-type(1) {
    width: 18.67vw;
    height: 18.67vw;
    /* margin-left: 5.6vw;
    margin-right: 0.51vw; */
  }
  .button_pc a:nth-of-type(1) svg:nth-of-type(2) {
    width: 8vw;
    height: 8vw;
    margin-left: 1.84vw;
  }
  .button_pc a:nth-of-type(2) svg:nth-of-type(1) {
    width: 18.67vw;
    height: 18.67vw;
    /* margin-left: 14.4vw;
    margin-right: 1.01vw; */
  }

  .main-content {
    width: 100vw;
  }
  .header {
    width: 100vw;
    z-index: 99;
  }
  #showMenu {
    width: 10.67vw;
    height: 10.67vw;
    margin-top: 5.33vw;
    margin-right: 5.87vw;
  }
  #showMenu svg {
    width: 10.67vw;
    height: 10.67vw;
  }
  .menu {
    width: 100vw;
    height: 71.73vw;
    top: -71.73vw;
  }
  #closeMenu {
    width: 10.67vw;
    height: 10.67vw;
    margin-top: 5.33vw;
    margin-right: 5.87vw;
  }
  #closeMenu svg {
    width: 10.67vw;
    height: 10.67vw;
  }
  .menuList {
    margin-top: 7.15vw;
  }
  .menuList div {
    gap: 5.33vw;
    width: 20vw;
  }
  .menuList div:nth-of-type(1) {
    margin-left: 8.27vw;
  }
  .menuList a {
    font-size: 3.2vw;
  }
  .menuList div:nth-of-type(2) {
    margin-left: 9.87vw;
  }
  .lastMenu {
    width: 83.73vw;
    margin: 12vw auto 0 auto;
    padding-top: 2.93vw;
    border-top: 0.27vw solid white;
  }
  .lastMenu a {
    font-size: 3.2vw;
    line-height: 5.33vw;
  }
  .lastMenu a svg {
    width: 5.33vw;
    height: 5.33vw;
  }
  .lastMenu a:nth-of-type(2) {
    margin-left: 13.6vw;
  }

  .section-1 {
    width: 100vw;
    height: 161.87vw;
  }
  .section-1 p:nth-of-type(1) {
    font-size: 2.4vw;
    margin-top: 32.27vw;
    margin-left: 38.4vw;
  }
  .section-1 p:nth-of-type(1) span {
    font-size: 3.2vw;
  }

  .section-1 p:nth-of-type(2) {
    font-size: 2.67vw;
    margin-top: 37.33vw;
    margin-left: 38.13vw;
  }
  .section-1 p:nth-of-type(2) span {
    font-size: 3.2vw;
  }

  .section-1 p:nth-of-type(3) {
    font-size: 2.4vw;
    margin-top: 45.07vw;
    margin-left: 37.47vw;
  }
  .section-1 p:nth-of-type(3) span:nth-of-type(1) {
    font-size: 3.2vw;
  }
  .section-1 p:nth-of-type(3) span:nth-of-type(2) {
    font-size: 3.2vw;
  }
  .section-1 p:nth-of-type(4) {
    font-size: 2.4vw;
    margin-top: 49.8vw;
    margin-left: 36.8vw;
  }
  .section-1 p:nth-of-type(4) span {
    font-size: 3.2vw;
  }
  .section-1 p:nth-of-type(5) {
    font-size: 3.2vw;
    margin-top: 104vw;
    margin-left: 7.47vw;
  }
  .section-1 p:nth-of-type(5) span {
    font-size: 6.93vw;
  }

  .section-1 p:nth-of-type(6) {
    font-size: 4.8vw;
    line-height: 5.07vw;
    margin-top: 102.93vw;
    margin-left: 78.4vw;
  }
  .section-1 p:nth-of-type(6) span {
    font-size: 1.87vw;
    line-height: 2.13vw;
    width: 13.33vw;
    margin-top: 0.53vw;
  }

  .section-2 {
    width: 83.73vw;
    height: 21.87vw;
    margin: 8.53vw auto 0 auto;
    border: 0.27vw solid #606060;
  }
  .section-2 p:nth-of-type(1) {
    font-size: 8vw;
    width: 41.33vw;
    margin-top: -3.73vw;
  }
  .section-2 p:nth-of-type(2) {
    font-size: 3.73vw;
    height: 7.2vw;
    line-height: 7.2vw;
    margin-top: 8.53vw;
  }
  .section-2 p:nth-of-type(2) span {
    font-size: 5.33vw;
  }

  .section-3 {
    padding-top: 19.73vw;
  }
  .section-3 > p {
    font-size: 8vw;
  }
  .gift {
    margin: 12.266666666666666vw auto 0 auto;
    width: 83.73333333333333vw;
    border-radius: 2.666666666666667vw;
    box-shadow: 0.8vw -0.26666666666666666vw 1.6vw 0px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0.8vw -0.26666666666666666vw 1.6vw 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0.8vw -0.26666666666666666vw 1.6vw 0px rgba(0, 0, 0, 0.17);
  }
  .g-top {
    height: 61.33333333333333vw;
    border-radius: 2.666666666666667vw 2.666666666666667vw 0 0;
  }
  .g-class {
    width: 57.06666666666666vw;
    height: 10.666666666666668vw;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.161);
    margin-top: -5.066666666666666vw;
    margin-left: 13.333333333333334vw;
    font-size: 4.266666666666667vw;
  }
  .g-image {
    margin-top: 10.666666666666668vw;
    height: 36.266666666666666vw;
  }
  .g-label {
    line-height: 6.133333333333333vw;
    padding: 0 3.2vw;
    font-size: 2.666666666666667vw;
    border-radius: 3.733333333333334vw;
    margin: 4.533333333333333vw 0 0 2.933333333333333vw;
  }
  .g-label span {
    font-size: 5.866666666666666vw;
  }
  .g-stamp {
    width: 19.2vw;
    height: 19.2vw;
    border: 0.26666666666666666vw solid white;
    font-size: 2.4vw;
    right: -4.266666666666667vw;
    bottom: -7.199999999999999vw;
    line-height: 3.2vw;
  }
  .g-stamp span {
    font-size: 9.6vw;
    line-height: 8vw;
  }
  .g-bottom {
    border-radius: 0 0 2.666666666666667vw 2.666666666666667vw;
    padding: 5.866666666666666vw 3.4666666666666663vw;
  }
  .g-text {
    font-size: 3.733333333333334vw;
  }
  .gift-small {
    margin-top: 10.133333333333333vw;
    column-gap: 4.8vw;
    row-gap: 7.466666666666668vw;
  }
  .gs {
    width: 39.46666666666667vw;
    border-radius: 2.666666666666667vw;
    box-shadow: 0.8vw -0.26666666666666666vw 1.6vw 0px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0.8vw -0.26666666666666666vw 1.6vw 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0.8vw -0.26666666666666666vw 1.6vw 0px rgba(0, 0, 0, 0.17);
  }
  .gs-top {
    height: 48vw;
    border-radius: 2.666666666666667vw 2.666666666666667vw 0 0;
  }
  .gs-class {
    width: 30.933333333333334vw;
    height: 8vw;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.161);
    margin-top: -3.733333333333334vw;
    margin-left: 4.8vw;
    font-size: 4.266666666666667vw;
  }
  .gs-image {
    margin-top: 9.333333333333334vw;
    height: 19.733333333333334vw;
  }
  .gs-label {
    line-height: 4vw;
    padding: 1.0666666666666667vw 2.666666666666667vw;
    font-size: 2.666666666666667vw;
    border-radius: 3.733333333333334vw;
    margin: 4.533333333333333vw 0 0 1.866666666666667vw;
  }
  .gs-label span {
    font-size: 5.866666666666666vw;
  }
  .gs-stamp {
    width: 14.399999999999999vw;
    height: 14.399999999999999vw;
    border: 0.26666666666666666vw solid white;
    font-size: 1.6vw;
    right: -2.933333333333333vw;
    bottom: 2.4vw;
    line-height: 2.1333333333333333vw;
  }
  .gs-stamp span {
    font-size: 6.933333333333333vw;
    line-height: 5.6000000000000005vw;
  }
  .gs-bottom {
    border-radius: 0 0 2.666666666666667vw 2.666666666666667vw;
    padding: 0px 2.666666666666667vw;
    height: 32.266666666666666vw;
  }
  .gs-text {
    font-size: 3.733333333333334vw;
    line-height: 6.4vw;
  }
  .gs-hint {
    font-size: 2.133333333vw;
    line-height: 2.933333333vw;
  }

  .section-4 {
    padding-top: 19.73vw;
  }
  .section-4 > p:nth-of-type(1) {
    font-size: 8vw;
  }
  .section-4 img:nth-of-type(1) {
    width: 100vw;
    margin-top: 8.27vw;
  }
  .section-4 > p:nth-of-type(2) {
    font-size: 3.73vw;
    line-height: 6.4vw;
    width: 69.43vw;
    margin-top: 4.45vw;
    margin-left: 20.53vw;
  }
  .section-4 > p:nth-of-type(2) a {
    border-bottom: 0.27vw solid #606060;
  }
  .section-4 > p:nth-of-type(2) a svg {
    width: 5.33vw;
    height: 5.33vw;
    margin-left: 1.07vw;
  }
  .section-4 img:nth-of-type(2) {
    width: 100vw;
    margin-top: -4vw;
  }
  .section-4 > p:nth-of-type(3) {
    font-size: 3.73vw;
    line-height: 6.4vw;
    width: 69.87vw;
    margin-top: 3.12vw;
    margin-left: 8.27vw;
  }
  .section-4 img:nth-of-type(3) {
    width: 100vw;
    margin-top: -4vw;
  }
  .section-4 > p:nth-of-type(4) {
    font-size: 3.73vw;
    line-height: 6.4vw;
    width: 68.8vw;
    margin-top: 5.25vw;
    margin-left: 20.69vw;
  }
  .section-4 img:nth-of-type(4) {
    width: 100vw;
  }
  .section-4 > p:nth-of-type(5) {
    font-size: 3.73vw;
    line-height: 6.4vw;
    width: 71.49vw;
    margin-top: 4.85vw;
    margin-left: 8.27vw;
  }
  .section-4 > p:nth-of-type(5) a {
    border-bottom: 0.27vw solid #606060;
  }

  .section-5 {
    margin: 19.87vw auto 0 auto;
    width: 83.73vw;
    padding: 10.13vw 7.2vw 8.53vw 7.2vw;
    border-radius: 8vw;
    box-shadow: 0vw 0.8vw 1.6vw 0vw rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0vw 0.8vw 1.6vw 0vw rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0vw 0.8vw 1.6vw 0vw rgba(0, 0, 0, 0.75);
  }
  .section-5 > p:nth-of-type(1) {
    font-size: 8vw;
  }
  .the-numbers {
    width: 69.33vw;
    height: 5.87vw;
    border-radius: 2.93vw;
    font-size: 4.8vw;
  }
  .the-numbers:nth-of-type(2) {
    margin-top: 5.68vw;
  }
  .section-5 > p:nth-of-type(3) {
    font-size: 3.73vw;
    line-height: 6.4vw;
    margin-top: 4vw;
  }

  .the-numbers:nth-of-type(4) {
    margin-top: 7.73vw;
  }
  .section-5 > div:nth-of-type(1) {
    gap: 9.33vw;
    margin-top: 3.2vw;
  }
  .section-5 > div:nth-of-type(1) > div > p:nth-of-type(1) {
    font-size: 3.733333333333334vw;
    line-height: 6.4vw;
    margin-bottom: 13.333333333333334vw;
  }
  .section-5 > div:nth-of-type(1) > div > p:nth-of-type(2) {
    font-size: 2.666666666666667vw;
    line-height: 5.066666666666666vw;
    margin-top: -10.133333333333333vw;
    width: 83.73333333333333vw;
  }

  .section-5 > div:nth-of-type(1) > img {
    width: 16vw;
    height: 32.8vw;
  }
  .the-numbers:nth-of-type(5) {
    margin-top: 5.33vw;
  }
  .section-5 > div:nth-of-type(2) {
    margin-top: 3.2vw;
  }
  .alphas {
    width: 24vw;
    height: 8vw;
    border-radius: 1.33vw;
    font-size: 3.2vw;
  }
  .section-5 > div:nth-of-type(2) > div {
    gap: 8.8vw;
    margin-top: 2.67vw;
  }
  .alphas_text {
    font-size: 3.73vw;
    line-height: 6.4vw;
  }
  .section-5 > div:nth-of-type(2) > div div {
    gap: 6.4vw;
  }
  .section-5 > div:nth-of-type(2) > div img {
    width: 16vw;
    height: 32.8vw;
  }
  .alphas:nth-of-type(2) {
    margin-top: 2.67vw;
  }
  .section-5 > div:nth-of-type(3) {
    width: 69.33vw;
    height: 22.666666666666664vw;
    border-radius: 2.67vw;
    margin-top: 9.07vw;
  }
  .section-5 > div:nth-of-type(3) > p:nth-of-type(1) {
    font-size: 3.2vw;
    height: 5.33vw;
    line-height: 5.33vw;
    border-radius: 2.67vw 2.67vw 0 0;
  }
  .section-5 > div:nth-of-type(3) > p:nth-of-type(2) {
    font-size: 3.2vw;
    line-height: 4.8vw;
    height: 16.53333333333333vw;
  }
  .the-numbers:nth-of-type(6) {
    margin-top: 6.13vw;
  }
  .section-5 > p:nth-of-type(7) {
    font-size: 3.73vw;
    line-height: 6.4vw;
    margin-top: 3.2vw;
  }
  .section-5 > div:nth-of-type(4) {
    margin-top: 2.67vw;
    gap: 2.67vw;
  }

  .button-place {
    padding-top: 14.666666666666666vw;
  }
  #showPlace {
    width: 83.73vw;
    height: 34.67vw;
    border-radius: 8vw;
    gap: 4.27vw;
  }
  #showPlace > p:nth-of-type(1) {
    font-size: 6.93vw;
  }
  #showPlace > p:nth-of-type(2) {
    font-size: 3.73vw;
    line-height: 6.4vw;
    gap: 2.67vw;
  }
  .place {
    width: 100vw;
    top: 17.33vw;
    bottom: 21.33vw;
    z-index: 98;
  }
  .place > div {
    width: 83.73vw;
    height: 100%;
    border-radius: 8vw;
    padding: 7.47vw 0;
  }
  .place > div > p:nth-of-type(1) {
    font-size: 6.93vw;
  }
  .place > div > button {
    margin-top: 4vw;
    font-size: 3.73vw;
    line-height: 6.4vw;
    gap: 2.666666666666667vw;
  }
  .place > div > button > svg {
    width: 5.33vw;
    height: 5.33vw;
  }
  .filter-place {
    margin-top: 10.67vw;
    padding-bottom: 5.33vw;
    border-bottom: 0.27vw solid white;
    gap: 2.666666666666667vw;
  }
  .filter-place > select {
    width: 34.66666666666667vw;
    height: 6.67vw;
    font-size: 3.2vw;
  }
  .each-place {
    margin-top: 5.33vw;
    gap: 6.666666666666667vw;
    width: 73.86666666666667vw;
  }
  .each-place > div > div {
    gap: 2.666666666666667vw;
  }
  .each-place > div > div:nth-of-type(1) > p:nth-of-type(1),
  .each-place > div > div:nth-of-type(1) > p:nth-of-type(2) {
    padding: 0 5.6000000000000005vw;
    height: 6.67vw;
    border-radius: 3.47vw;
    font-size: 3.73vw;
    line-height: 6.67vw;
  }
  .each-place > div > p:nth-of-type(1) {
    margin-top: 1.3333333333333335vw;
    font-size: 4.27vw;
    width: 71.2vw;
    line-height: 5.333333333333334vw;
  }
  .each-place > div > p:nth-of-type(2) {
    width: 72vw;
    line-height: 6.666666666666667vw;
    font-size: 3.733333333333334vw;
    margin-top: 3.4666666666666663vw;
  }
  .each-place > div > div:nth-of-type(2) {
    margin-top: 3.2vw;
    padding-bottom: 2.666666666666667vw;
    gap: 2.666666666666667vw;
  }
  .each-place > div > div:nth-of-type(2) p {
    font-size: 3.733333333333334vw;
    line-height: 6.4vw;
  }
  .each-place > div > div:nth-of-type(2) img {
    width: 30.133333333333333vw;
    height: 29.333333333333332vw;
  }

  .each-place::-webkit-scrollbar {
    width: 1.87vw;
  }
  .each-place::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1.33vw grey;
    border-radius: 2.67vw;
  }
  .each-place::-webkit-scrollbar-thumb {
    border-radius: 2.67vw;
  }
	
	.button-place p:nth-of-type(1){
		width: 83.46666666666667vw;
		height: 18.133333333333333vw;
		font-size: 5.333333333333334vw;
	}
	.button-place p:nth-of-type(1)::before{
		bottom: -3.733333333333334vw;
		border-left: 1.3333333333333335vw solid transparent;
		border-right: 1.3333333333333335vw solid transparent;
		border-top: 4vw solid #C9495A;
	}
	.button-place p:nth-of-type(2){
		font-size: 3.733333333333334vw;
		line-height: 6.4vw;
		width: 83.73333333333333vw;
		margin: 13.866666666666665vw auto 0 auto;
	}
	.button-place a{
		width: 73.6vw;
		height: 13.333333333333334vw;
		border-radius: 6.666666666666667vw;
		font-size: 3.733333333333334vw;
		margin: 8.533333333333333vw auto 0 auto;
		box-shadow: 0px 0.8vw 1.6vw 0px rgba(0, 0, 0, 0.16);
		-webkit-box-shadow: 0px 0.8vw 1.6vw 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 0.8vw 1.6vw	 0px rgba(0, 0, 0, 0.16);
		gap: 4vw;
	}
	.button-place a svg{
		width: 5.333333333333334vw;
		height: 5.333333333333334vw;
	}
	.maps {
		margin: 8.533333333333333vw auto 0 auto;
		width: 100%;
		height: 133.33333333333331vw;
	}

  .section-6 {
    width: 83.73vw;
    height: 93.33333333333333vw;
    margin: 12.533333333333333vw auto 0 auto;
  }
  .section-6 > div {
    border-radius: 8vw;
  }
  .section-6 > p:nth-of-type(1) {
    font-size: 5.33vw;
    margin-top: 9.87vw;
    line-height: 8vw;
  }
  .section-6 > p:nth-of-type(2) {
    font-size: 3.73vw;
    line-height: 6.4vw;
    width: 65.7vw;
    margin-top: 7.2vw;
  }
  .section-6 > a,
  .top-button {
    width: 73.6vw;
    height: 13.33vw;
    border-radius: 6.67vw;
    font-size: 3.73vw;
    margin-top: 6.67vw;
    box-shadow: 0vw 0.8vw 1.6vw 0vw rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0vw 0.8vw 1.6vw 0vw rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0vw 0.8vw 1.6vw 0vw rgba(0, 0, 0, 0.16);
    padding-left: 20vw;
  }
  .section-6 > a > svg {
    width: 5.33vw;
    height: 5.33vw;
    margin-left: 5.07vw;
  }

  .section-7 {
    padding-top: 10.666666666666668vw;
  }
  .section-7 > p {
    font-size: 8vw;
  }
  .section-7 > div {
    gap: 5.33vw;
    margin-top: 6.93vw;
  }
  .section-7 > div > div {
    width: 83.73vw;
    gap: 4vw;
  }
  .section-7 > div > div > p:nth-of-type(1) {
    font-size: 3.2vw;
    line-height: 6.4vw;
    width: 83.73vw;
    padding: 2.67vw 4vw;
    border-radius: 2.67vw;
  }
  .section-7 > div > div > p:nth-of-type(1) > span:nth-of-type(1) {
    width: 8vw;
    height: 8vw;
  }
  .section-7 > div > div > p:nth-of-type(1) > span:nth-of-type(2) {
    width: 57.333333333333336vw;
    margin-left: 4vw;
  }
  .section-7 > div > div > p:nth-of-type(1) > span:nth-of-type(3) {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
  .section-7 > div > div > p:nth-of-type(2) {
    font-size: 3.73vw;
    line-height: 6.4vw;
  }
  .section-7 > div > div > p:nth-of-type(2) > a > svg {
    width: 5.33vw;
    height: 5.33vw;
  }

  .section-8 {
    width: 83.73vw;
    margin: 18.67vw auto 0 auto;
  }
  .section-8 > p:nth-of-type(1) {
    font-size: 5.33vw;
    margin-bottom: 2.67vw;
  }
  .section-8 > p:nth-of-type(2),
  .section-8 > p:nth-of-type(3),
  .section-8 > p:nth-of-type(4),
  .section-8 > p:nth-of-type(5),
  .section-8 > p:nth-of-type(6),
  .section-8 > p:nth-of-type(7) {
    width: 83.73vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 2.67vw;
    padding-bottom: 2.67vw;
    border-bottom: 0.27vw solid #606060;
  }
  .section-8 > p:nth-of-type(2) span:nth-of-type(1),
  .section-8 > p:nth-of-type(3) span:nth-of-type(1),
  .section-8 > p:nth-of-type(4) span:nth-of-type(1),
  .section-8 > p:nth-of-type(5) span:nth-of-type(1),
  .section-8 > p:nth-of-type(6) span:nth-of-type(1),
  .section-8 > p:nth-of-type(7) span:nth-of-type(1) {
    width: 16vw;
  }
  .section-8 > p:nth-of-type(2) span:nth-of-type(2),
  .section-8 > p:nth-of-type(3) span:nth-of-type(2),
  .section-8 > p:nth-of-type(4) span:nth-of-type(2),
  .section-8 > p:nth-of-type(5) span:nth-of-type(2),
  .section-8 > p:nth-of-type(6) span:nth-of-type(2),
  .section-8 > p:nth-of-type(7) span:nth-of-type(2) {
    width: 67.73vw;
  }

  .section-9 {
    margin-top: 21.33vw;
  }

  .section-9 > p:nth-of-type(1) {
    font-size: 5.33vw;
  }
  .section-9 > div {
    width: 83.73vw;
    height: 53.333333333333336vw;
    border-radius: 2.67vw;
    margin-top: 5.33vw;
  }
  .section-9 > div > p:nth-of-type(1) {
    width: 71.47vw;
    height: 45.33333333333333vw;
    font-size: 3.2vw;
    line-height: 5.33vw;
    padding-right: 3.73vw;
    padding-top: 1.33vw;
    margin-left: 4.27vw;
  }
  .section-9 > div > p:nth-of-type(1) > span {
    font-size: 3.73vw;
  }
  .section-9 > div > p:nth-of-type(1)::-webkit-scrollbar {
    width: 1.87vw;
  }
  .section-9 > div > p:nth-of-type(1)::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1.33vw grey;
    border-radius: 2.67vw;
  }
  .section-9 > div > p:nth-of-type(1)::-webkit-scrollbar-thumb {
    border-radius: 2.67vw;
  }

  .section-10 {
    padding-bottom: 22.93vw;
    margin-top: 21.6vw;
  }
  .section-10 > p:nth-of-type(1) {
    font-size: 5.33vw;
  }
  .section-10 > div {
    gap: 2.75vw;
    margin-top: 5.33vw;
  }
  .section-10 > div > img {
    width: 32.53333333333333vw;
    height: 18.133333333333333vw;
  }
  .section-10 > div > p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .section-10 > p:nth-of-type(2) {
    margin-top: 4.8vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .section-10 > p:nth-of-type(3) {
    margin-top: 5.52vw;
    width: 77.33vw;
    font-size: 2.67vw;
    line-height: 3.73vw;
  }
  .navigation {
    width: 100vw;
    height: 18.67vw;
    gap: 6.93vw;
  }
  .navigation a {
    gap: 1.33vw;
    font-size: 2.67vw;
  }
  .navigation a svg {
    width: 8vw;
    height: 8vw;
  }
  .navigation a {
    gap: 1.33vw;
    font-size: 2.67vw;
  }
  a.glink {
    width: 11.73vw;
    height: 11.73vw;
  }

  .end-notif {
    width: 100vw;
    height: 100vh;
  }
  .end-notif div {
    width: 80vw;
    padding: 0 2.666666666666667vw 6.666666666666667vw 2.666666666666667vw;
    border-radius: 2.666666666666667vw;
  }
  .end-notif div > svg {
    right: 2.666666666666667vw;
    top: 2.666666666666667vw;
    width: 8vw;
    height: 8vw;
  }
  .end-notif p {
    font-size: 3.733333333333334vw;
    line-height: 5.866666666666666vw;
    margin-top: 14.933333333333335vw;
  }
  .end-notif button {
    margin-top: 7.466666666666668vw;
    width: 70.93333333333334vw;
    height: 13.333333333333334vw;
    font-size: 3.733333333333334vw;
    border-radius: 6.666666666666667vw;
    gap: 22.666666666666664vw;
  }
  .end-notif button svg {
    width: 1.6vw;
    height: 3.2vw;
    margin-right: 4.266666666666667vw;
  }
}