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

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", serif;
  color: rgb(5, 5, 5);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

.space0{margin-top:-150px;}
section.section-bottom .contents-wrapper {
  padding-bottom: 0;
}

.contents-wrapper {
  padding: 150px 0;
  width: calc(100% - 100px);
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    padding: 75px 0;
    width: calc(100% - 20px);
  }
}
.contents-wrapper.mini {
  max-width: 1100px;
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
.space0{margin-top:-75px;}
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
  line-height: 200%;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

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

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

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

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

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

figure {
  margin: 0;
  padding: 0;
}

.fv-title {
  font-size: 3.8rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .fv-title {
    font-size: 2.8rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .fv-title {
    font-size: 2rem;
  }
}
.fv-title span {
  position: relative;
  z-index: 2;
}
.fv-title .image-wrapper {
  width: 25%;
  position: relative;
}
@media screen and (max-width: 1155px) {
  .fv-title .image-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .fv-title .image-wrapper {
    position: absolute;
    right: -50px;
    top: 0;
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .fv-title .image-wrapper {
    right: -10px;
    top: 20px;
  }
}
.fv-title .image-wrapper .pink {
  width: 89%;
  margin-right: 0;
}
.fv-title .image-wrapper .blue {
  position: absolute;
  bottom: -25%;
  left: -18%;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .fv-title .image-wrapper .blue {
    bottom: -45%;
    left: auto;
    right: 50px;
  }
}

.point-title {
  margin-bottom: 25px;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.font-ja {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
}
.font-ja2 {
    font-size:0.56em;
}

.buy-link {
  position: relative;
  z-index: 4;
  display: block;
  margin: 0 auto;
  width: 50%;
  max-width: 465px;
  border-radius: 70px;
  color: rgb(255, 255, 255);
  background-color: rgb(5, 5, 5);
  padding: 30px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .buy-link {
    font-size: 1.2rem;
    width: 30%;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-link {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .buy-link {
    width: 70%;
    padding: 10px 5px;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.buy-link span {
  vertical-align: middle;
}
.buy-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  content: "";
  width: 12px;
  height: 8px;
  background-color: rgb(5, 5, 5);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.buy-link::after {
  content: "";
  display: inline-block;
  width: 30px;
  margin-left: 10px;
  vertical-align: middle;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../../images/blank.svg");
  mask-image: url("../../images/blank.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: rgb(181, 121, 157);
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 767px) {
  .buy-link::after {
    width: 15px;
  }
}

.check-list li {
  font-size: 1.1rem;
}
@media screen and (max-width: 1050px) {
  .check-list li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .check-list li {
    font-size: 0.9rem;
    text-indent: -30px;
    padding-left: 30px;
  }
}
.check-list li:not(:last-child) {
  margin-bottom: 15px;
}
.check-list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  background-size: contain;
  background-image: url("../../images/chack.svg");
}
.check-list li span {
  vertical-align: middle;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  border-bottom: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 767px) {
  header {
    border-width: 1px;
  }
}
header .contents-wrapper {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  header .contents-wrapper {
    padding: 10px 0;
  }
}

.site-title {
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .site-title {
    font-size: 1.3rem;
  }
}

.buy-link-blue-section {
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(9.38%, #D09CC5), color-stop(92.1%, #68ACC9));
  background: linear-gradient(90deg, #D09CC5 9.38%, #68ACC9 92.1%);
}
.buy-link-blue-section .contents-wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .buy-link-blue-section .contents-wrapper {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.buy-link-blue-section .contents-wrapper .try-box p {
  -webkit-text-fill-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .buy-link-blue-section .contents-wrapper .roded-shisha-box {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
    right: -30px;
    z-index: 4;
    pointer-events: none;
    width: 30%;
    display: block;
  }
}

.footr-circle {
  position: absolute;
  border: 2px solid rgb(5, 5, 5);
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .footr-circle {
    display: none;
  }
}
.footr-circle.big {
  width: 30%;
  max-width: 225px;
  bottom: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  right: 10px;
}
.footr-circle.small {
  width: 15%;
  max-width: 110px;
  right: -30px;
  bottom: 170px;
}

.footer-title {
  font-weight: 900;
  font-size: 2.9rem;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .footer-title {
    font-size: 1.9rem;
  }
}

.copy-right {
  padding: 10px;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  background-color: rgb(5, 5, 5);
  color: rgb(255, 255, 255);
}

.hidden {
  overflow: hidden;
}

.fv-section {
  position: relative;
}
.fv-section .contents-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  border-right: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 1155px) {
  .fv-section .contents-wrapper {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .fv-section .contents-wrapper {
    padding-top: 200px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .contents-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
    border: none;
  }
  .fv-section .contents-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    width: 1px;
    background-color: rgb(5, 5, 5);
  }
}

.fv-bg-image-wrapper {
  position: absolute;
  max-width: 1500px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1500px;
}

.blur-circle {
  position: absolute;
  top: -30px;
  left: 20%;
  width: 30%;
  max-width: 138px;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, right top, color-stop(9.38%, #D09CC5), color-stop(92.1%, #68ACC9));
  background: linear-gradient(90deg, #D09CC5 9.38%, #68ACC9 92.1%);
  border-radius: 50%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.in-circle-circle {
  position: absolute;
  top: -10%;
  right: 20%;
  width: 35%;
  max-width: 143px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 767px) {
  .in-circle-circle {
    max-width: 40px;
    top: -10px;
    border-width: 1px;
  }
}
.in-circle-circle img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
}
@media screen and (max-width: 767px) {
  .in-circle-circle img {
    width: 15px;
    left: -5px;
  }
}

.black-circle {
  position: absolute;
  top: 80px;
  left: 30%;
  width: 20%;
  max-width: 81px;
  aspect-ratio: 1/1;
  border: 2px solid rgb(5, 5, 5);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .black-circle {
    max-width: 24px;
    top: 40px;
    left: 50%;
    border-width: 1px;
  }
}

.planet {
  position: absolute;
  top: 120px;
  left: -3%;
  width: 30%;
  max-width: 165px;
}
@media screen and (max-width: 767px) {
  .planet {
    top: 60px;
    max-width: 80px;
  }
}

.back-deco {
  position: absolute;
  aspect-ratio: 1/1;
}
.back-deco::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(9.38%, #D09CC5), color-stop(92.1%, #68ACC9));
  background: linear-gradient(90deg, #D09CC5 9.38%, #68ACC9 92.1%);
  border-radius: 50%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media screen and (max-width: 767px) {
  .back-deco::before {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
.back-deco img {
  position: absolute;
  z-index: 2;
}
.back-deco.small {
  top: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35%;
  max-width: 218px;
}
@media screen and (max-width: 767px) {
  .back-deco.small {
    max-width: 60px;
    top: 120px;
    left: 70%;
  }
}
.back-deco.small img {
  width: 80%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .back-deco.small img {
    width: 100%;
  }
}
.back-deco.big {
  bottom: -100px;
  left: -40px;
  width: 40%;
  max-width: 300px;
}
@media screen and (max-width: 1155px) {
  .back-deco.big {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .back-deco.big {
    max-width: 135px;
    bottom: -130px;
  }
}
.back-deco.big::after {
  content: "";
  display: block;
  width: 50%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid rgb(5, 5, 5);
  max-width: 168px;
  position: absolute;
  top: -20%;
  left: -20%;
}
@media screen and (max-width: 767px) {
  .back-deco.big::after {
    left: -5%;
  }
}
.back-deco.big img {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
}
.back-deco.shisha {
  right: 20%;
  bottom: 0;
  width: 40%;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .back-deco.shisha {
    width: 30%;
    right: 0;
  }
}
.back-deco.shisha .deco1 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 70%;
}
.back-deco.shisha .deco2 {
  width: 20px;
  position: absolute;
  top: 50px;
  right: 50px;
}
.back-deco.shisha::after {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(20%, 20%);
          transform: translate(20%, 20%);
  content: "";
  display: block;
  width: 50%;
  aspect-ratio: 1/1;
  border: 2px solid rgb(5, 5, 5);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .back-deco.shisha::after {
    display: none;
  }
}

.fv-dragon-sp-wrapper {
  position: relative;
  display: none;
}
@media screen and (max-width: 1155px) {
  .fv-dragon-sp-wrapper {
    display: block;
    padding-top: 100px;
  }
}

.fv-dragon-sp-deco-image .deco {
  position: absolute;
}
.fv-dragon-sp-deco-image .deco.one {
  top: 30px;
  right: 38%;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .fv-dragon-sp-deco-image .deco.one {
    width: 11px;
  }
}
.fv-dragon-sp-deco-image .deco.two {
  left: 30px;
  width: 15px;
}
.fv-dragon-sp-deco-image .deco.three {
  bottom: 60px;
  right: 30%;
  width: 28px;
}
@media screen and (max-width: 767px) {
  .fv-dragon-sp-deco-image .deco.three {
    right: 40%;
    width: 13px;
  }
}

@media screen and (max-width: 1155px) {
  .fv-swiper.swiper {
    width: 70%;
    max-width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .fv-swiper.swiper {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .fv-swiper.swiper {
    max-width: 200px;
  }
}
.fv-swiper.swiper .swiper-slide-active {
  opacity: 1;
}
.fv-swiper.swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.fv-dragon-wrapper {
  position: relative;
  z-index: 5;
  max-width: 1500px;
  padding: 0 20px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1155px) {
  .fv-dragon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .fv-dragon-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .fv-dragon-wrapper {
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
  }
}
.fv-dragon-wrapper .after-wrapper {
  display: contents;
}
@media screen and (max-width: 1155px) {
  .fv-dragon-wrapper .after-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .fv-dragon-wrapper .after-wrapper {
    gap: 5px;
    margin-top: 30px;
  }
}
.fv-dragon-wrapper::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 100%;
  border-right: 2px solid rgb(5, 5, 5);
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .fv-dragon-wrapper::before {
    width: calc(100% - 41px);
    border-right: 1px solid rgb(5, 5, 5);
  }
}
.fv-dragon-wrapper img:not(.deco) {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  width: 75%;
}
@media screen and (max-width: 1155px) {
  .fv-dragon-wrapper img:not(.deco) {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .fv-dragon-wrapper img:not(.deco) {
    width: 80%;
  }
}
.fv-dragon-wrapper .deco {
  position: absolute;
}
.fv-dragon-wrapper .deco.one {
  width: 20px;
  top: 0;
  right: 0;
}
.fv-dragon-wrapper .deco.two {
  width: 44px;
  top: 80px;
  left: -20px;
}
.fv-dragon-wrapper .deco.three {
  width: 20px;
  top: -20px;
  left: 50px;
}
.fv-dragon-wrapper .deco.four {
  width: 15px;
  bottom: 20px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .fv-dragon-wrapper .deco.four {
    bottom: -50px;
  }
}
.fv-dragon-wrapper .deco.five {
  width: 43px;
  bottom: 70px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fv-dragon-wrapper .deco.five {
    bottom: -20px;
    left: auto;
    right: 30px;
  }
}

.fv-dragon-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
@media screen and (max-width: 1155px) {
  .fv-dragon-text {
    -webkit-transform: translateY(-30%) rotate(15deg);
            transform: translateY(-30%) rotate(15deg);
  }
}
@media screen and (max-width: 1023px) {
  .fv-dragon-text {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    width: 70%;
  }
  .fv-dragon-text img {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .fv-dragon-text {
    width: 49%;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}

.dragon-box {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1155px) {
  .dragon-box {
    width: calc((100% - 45px) / 3);
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .dragon-box {
    width: calc((100% - 15px) / 3);
  }
}
.dragon-box .fravor {
  position: relative;
  z-index: 2;
  border: 1px solid;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  font-size: 1.4rem;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
@-moz-document url-prefix() {
.dragon-box .fravor2 {
    padding:3px 0px;
  }
}

.dragon-box .fravor2 {
  position: relative;
  z-index: 2;
  border: 1px solid;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  font-size: 1.24rem;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1320px) {
  .dragon-box .fravor {
    font-size: 1.2rem;
  }
    .dragon-box .fravor2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .dragon-box .fravor {
    padding: 3px 0;
    font-size: 0.8rem;
  }
    .dragon-box .fravor2 {
    padding: 3px 0;
    font-size: 0.8rem;
  }
}

/* @media screen and (max-width: 767px) {
  .dragon-box.red {
    width: 40%;
  }
   .dragon-box.yellow {
    width: 40%;
  }
  .dragon-box.white
  {
    width: 40%;
  }
  
    .dragon-box.blue
  {
    width: 40%;
  }
  
    .dragon-box.pink
  {
    width: 40%;
  }
   .dragon-box.black {
    width: 40%;
  }
  
}*/
.dragon-box.red .fravor {
  border-color: rgb(219, 67, 54);
  background-color: rgb(219, 67, 54);
}
.dragon-box.peach .fravor {
  border-color: rgb(241, 59, 159);
  background-color: rgb(241, 59, 159);
}
.dragon-box.green .fravor {
  border-color: rgb(36, 252, 0);
  background-color: rgb(36, 252, 0);
}
.dragon-box.brown .fravor {
  background-image: linear-gradient(0deg, #97665a, #000000);
border-image: linear-gradient(0deg, #97665a, #000000);
}
.dragon-box.grape .fravor {
 background-image: linear-gradient(0deg, #ef6296, #9132ce);
border-image: linear-gradient(0deg, #ef6296, #9132ce);
}

.dragon-box.black .fravor {
  -o-border-image: linear-gradient(178.3deg, rgb(102, 77, 158) 1.29%, rgb(26, 102, 178) 98.41%) 1/1px;
     border-image: linear-gradient(178.3deg, rgb(102, 77, 158) 1.29%, rgb(26, 102, 178) 98.41%) 1/1px;
  background: linear-gradient(178.3deg, rgb(102, 77, 158) 1.29%, rgb(26, 102, 178) 98.41%);
}
.dragon-box.white .fravor {
  background-color: rgb(255, 255, 255);
  border-color: rgb(5, 5, 5);
  color: rgb(5, 5, 5);
}
.dragon-box.blue .fravor {
  border-color: rgb(124, 203, 218);
  background-color: rgb(124, 203, 218);
}
.dragon-box.pink .fravor {
  border-color: rgb(242, 174, 175);
  background-color: rgb(242, 174, 175);
}
.dragon-box.yellow .fravor2 {
 border-color: rgba(254, 217, 23, 1);
background-color: rgba(254, 217, 23, 1);
 color: rgb(5, 5, 5);
}


.point-section .contents-wrapper {
  position: relative;
  border-right: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 767px) {
  .point-section .contents-wrapper {
    padding-top: 100px;
    border: none;
  }
  .point-section .contents-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    width: 1px;
    background-color: rgb(5, 5, 5);
  }
}

.shisha-seco-image {
  position: absolute;
  top: 34%;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 30%;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .shisha-seco-image {
    display: none;
  }
}

.point-wrapper {
  max-width: 825px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .point-wrapper {
    position: relative;
    z-index: 2;
    gap: 5px;
  }
}

.point-box {
  background-color: rgb(255, 255, 255);
  padding: 10px;
  text-align: center;
  font-weight: 900;
  font-size: 1.5rem;
  border: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 767px) {
  .point-box {
    font-size: 0.9rem;
    padding: 10px 5px;
  }
}
.point-box .font-big {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .point-box .font-big {
    font-size: 1.3rem;
  }
}
.point-box .en {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  }

.font-pink {
  color: rgb(181, 121, 157);
}

.text-pink {
  color: rgb(181, 121, 157);
}

.font-blue {
  color: rgb(132, 180, 217);
}

.buy-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy-link-wrapper .dragon-image {
  position: relative;
  width: 25%;
}
.buy-link-wrapper .dragon-image .main-image {
  position: relative;
  z-index: 2;
  width: 90%;
  margin-right: 0;
}
.buy-link-wrapper .try-box {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.buy-link-wrapper .try-box p {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  font-size: 1.6rem;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(9.38%, #D09CC5), color-stop(92.1%, #68ACC9));
  background: linear-gradient(90deg, #D09CC5 9.38%, #68ACC9 92.1%);
  background: -webkit-linear-gradient(90deg, #D09CC5 9.38%, #68ACC9 92.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.buy-link-wrapper .try-box img {
  position: absolute;
}
.buy-link-wrapper .try-box .one {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 150%;
}
.buy-link-wrapper .try-box .two {
  top: -15px;
  left: 20px;
  width: 15px;
}
.buy-link-wrapper .try-box .three {
  top: -20px;
  right: 16px;
  width: 17px;
}
.buy-link-wrapper .circle-deco-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 141px;
  border-radius: 50%;
  border: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 1023px) {
  .buy-link-wrapper .circle-deco-btn {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .buy-link-wrapper .circle-deco-btn {
    bottom: -30px;
    max-width: 40px;
  }
}
.buy-link-wrapper .circle-deco-btn .four {
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
}
@media screen and (max-width: 1023px) {
  .buy-link-wrapper .circle-deco-btn .four {
    width: 15px;
    left: -20px;
  }
}
@media scren and (max-width: 767px) {
  .buy-link-wrapper .circle-deco-btn .four {
    width: 8px;
  }
}
.buy-link-wrapper .circle-deco-btn .five {
  position: absolute;
  bottom: 40%;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
}
@media screen and (max-width: 1023px) {
  .buy-link-wrapper .circle-deco-btn .five {
    width: 20px;
  }
}
@media scren and (max-width: 767px) {
  .buy-link-wrapper .circle-deco-btn .five {
    width: 10px;
  }
}
.buy-link-wrapper .roded-shisha-box {
  position: relative;
  z-index: 2;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .buy-link-wrapper .roded-shisha-box {
    display: none;
  }
}
.buy-link-wrapper .roded-shisha-box .star {
  width: 16px;
  position: absolute;
  bottom: 30px;
  right: 60px;
}
.buy-link-wrapper .roded-shisha-box .mini-circle {
  position: absolute;
  bottom: 0;
  right: 40px;
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  background-color: rgb(239, 237, 215);
  border-radius: 50%;
}
.buy-link-wrapper.red {
  margin-top: -100px;
}
@media screen and (max-width: 1200px) {
  .buy-link-wrapper.red {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-link-wrapper.red {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .buy-link-wrapper.red .buy-link {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .buy-link-wrapper.red .buy-link {
    margin-top: 0;
  }
}

.check-list-section .contents-wrapper {
  position: relative;
  padding: 80px 30px;
  border: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 1023px) {
  .check-list-section .contents-wrapper {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 767px) {
  .check-list-section .contents-wrapper {
    border-width: 1px;
    padding: 60px 15px 20px;
    width: calc(100% - 40px);
  }
}

.bg-white-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 670px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  font-size: 2.2rem;
  font-weight: 800;
}
@media screen and (max-width: 1023px) {
  .bg-white-title {
    min-width: 400px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .bg-white-title {
    font-size: 1.3rem;
    min-width: 280px;
  }
}
.bg-white-title .en {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}
@media screen and (max-width: 1023px) {
  .bg-white-title .en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .bg-white-title .en {
    font-size: 1.9rem;
  }
}

.check-list-section .contents-wrapper {
  position: relative;
}
.check-list-section .contents-wrapper::before, .check-list-section .contents-wrapper::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  background-color: rgb(5, 5, 5);
  width: 30vw;
}
@media screen and (max-width: 767px) {
  .check-list-section .contents-wrapper::before, .check-list-section .contents-wrapper::after {
    height: 1px;
  }
}
.check-list-section .contents-wrapper::before {
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
.check-list-section .contents-wrapper::after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
}

.check-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .check-list-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
  }
}

.attention-section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .attention-section::after {
    content: "";
    display: block;
    margin-left: auto;
    width: 80%;
    height: 1px;
    background-color: rgb(5, 5, 5);
  }
  .attention-section::before {
    position: absolute;
    bottom: -20px;
    right: 0;
    content: "";
    display: block;
    width: 60%;
    height: 1px;
    background-color: rgb(5, 5, 5);
  }
}
.attention-section .contents-wrapper {
  border-left: 2px solid rgb(5, 5, 5);
  border-bottom: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 767px) {
  .attention-section .contents-wrapper {
    border-left: none;
    border-bottom: none;
  }
}

.attention-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 150px;
  position: relative;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  font-size: 2.9rem;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .attention-title {
    font-size: 1.7rem;
    margin-bottom: 50px;
  }
}
.attention-title .ja {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .attention-title .ja {
    font-size: 1.2rem;
  }
}
.attention-title .image-box {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 50%;
}
@media screen and (max-width: 767px) {
  .attention-title .image-box .shisha {
    display: none;
  }
}
.attention-title .image-box .deco1 {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 15px;
}
.attention-title .image-box .deco2 {
  position: absolute;
  top: 21px;
  right: 80px;
  width: 13px;
}
@media screen and (max-width: 767px) {
  .attention-title .image-box .deco2 {
    right: 30px;
    top: 13px;
  }
}
.attention-title .deco-box {
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  width: 100px;
}
.attention-title .deco3 {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 13px;
}
.attention-title .deco4 {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 20px;
}

.attention-wrapper {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .attention-wrapper {
    padding: 0;
  }
}

.attention-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1225px) {
  .attention-box {
    gap: 30px;
  }
}
.attention-box:not(:last-child) {
  margin-bottom: 100px;
}
.attention-box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.attention-box .image-box,
.attention-box .text-box {
  width: calc((100% - 70px) / 2);
}
@media screen and (max-width: 1225px) {
  .attention-box .image-box,
  .attention-box .text-box {
    width: 45%;
  }
}
@media screen and (max-width: 1023px) {
  .attention-box .image-box,
  .attention-box .text-box {
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .attention-box .image-box,
  .attention-box .text-box {
    width: 100%;
  }
}
@media screen and (max-width: 1225px) {
  .attention-box .text-box {
    width: calc(55% - 30px);
  }
}
@media screen and (max-width: 1023px) {
  .attention-box .text-box {
    width: 100%;
  }
}
.attention-box .inner-title {
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .attention-box .inner-title {
    font-size: 1.2rem;
  }
}

.attention-inner-title {
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.attention-inner-title .point {
  width: 90px;
  padding: 10px 20px 0;
  aspect-ratio: 1/1;
  background-color: rgb(223, 223, 223);
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .attention-inner-title .point {
    width: 70px;
    padding: 5px 12px 0;
  }
}
.attention-inner-title .numbr {
  display: block;
  font-size: 2.9rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .attention-inner-title .numbr {
    font-size: 1.8rem;
  }
}
.attention-inner-title .text {
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 2.2rem;
  text-align: left;
}
@media screen and (max-width: 1225px) {
  .attention-inner-title .text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .attention-inner-title .text {
    font-size: 1.4rem;
  }
}
.attention-inner-title .text.three {
  font-size: 1.8rem;
}
@media screen and (max-width: 1225px) {
  .attention-inner-title .text.three {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .attention-inner-title .text.three {
    font-size: 1.2rem;
  }
}
.attention-inner-title .percent {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19%;
  aspect-ratio: 1/1;
  color: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, color-stop(9.38%, #D09CC5), color-stop(92.1%, #68ACC9));
  background: linear-gradient(90deg, #D09CC5 9.38%, #68ACC9 92.1%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  font-size: 4rem;
}
@media screen and (max-width: 1225px) {
  .attention-inner-title .percent {
    right: -20px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .attention-inner-title .percent {
    right: 0;
  }
}
.attention-inner-title .percent img {
  position: absolute;
  top: 0;
  left: 50%;
}
.attention-inner-title .percent .smal {
  font-size: 1.5rem;
}
.attention-inner-title .grdetion-text {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(9.38%, #D09CC5), color-stop(92.1%, #68ACC9));
  background: linear-gradient(90deg, #D09CC5 9.38%, #68ACC9 92.1%);
  background: -webkit-linear-gradient(90deg, #D09CC5 9.38%, #68ACC9 92.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 4rem;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .attention-inner-title .grdetion-text {
    font-size: 2.5rem;
  }
}
.attention-inner-title .text-right {
  display: block;
  font-size: 1.8rem;
  text-align: right;
}

.buy-link-black-section {
  border-bottom: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 767px) {
  .buy-link-black-section {
    border-bottom: none;
  }
}
.buy-link-black-section .contents-wrapper {
  position: relative;
  border-right: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 767px) {
  .buy-link-black-section .contents-wrapper {
    border-right: none;
  }
}

.circle-fllave-before {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-80%, 50%);
          transform: translate(-80%, 50%);
  width: 30%;
  max-width: 238px;
}
.circle-fllave-before .two {
  position: absolute;
  bottom: 50px;
  right: -50px;
  width: 50px;
  width: 25%;
}

.fravor-section {
  overflow: hidden;
}
.fravor-section .contents-wrapper {
  position: relative;
}

.fravor-title {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.3rem;
}
.fravor-title .big {
  font-size: 1.9rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .fravor-title .big {
    font-size: 1.5rem;
  }
}
.fravor-title .big .en {
  font-size: 4rem;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .fravor-title .big .en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .fravor-title .small {
    margin-top: 15px;
    font-size: 0.9rem;
  }
}

.flavor-text {
  position: absolute;
  top: 35%;
  left: -70px;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .flavor-text {
    height: auto;
    width: 80%;
    left: 50%;
    top: 27%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.flavor-deco1 {
  width: 20%;
  position: absolute;
  top: 20%;
  right: 0;
}

.flavor-deco2 {
  position: absolute;
  width: 25px;
  top: 50%;
  right: 0;
}

.flavor-deco3 {
  width: 20%;
  position: absolute;
  bottom: 200px;
  right: 15%;
}

.swiper.flavor-swiper {
  overflow: visible;
}
.swiper.flavor-swiper img {
  width: 90%;
  margin: 0 auto 30px;
}
.swiper.flavor-swiper .fravor {
  margin-bottom: 10px;
}
.swiper.flavor-swiper .swiper-pagination {
  position: static;
  margin-top: 50px;
  width: 40%;
  margin: 50px auto 0;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(5, 5, 5);
  height: 10px;
}
.swiper.flavor-swiper .swiper-pagination-progressbar-fill {
  background-color: rgb(5, 5, 5);
}

.flsvor-circle {
  width: 137px;
  position: absolute;
  bottom: 140px;
  left: 0;
}
.flsvor-circle::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, right top, color-stop(9.38%, #D09CC5), color-stop(92.1%, #68ACC9));
  background: linear-gradient(90deg, #D09CC5 9.38%, #68ACC9 92.1%);
  border-radius: 50%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.flsvor-circle img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.voice-section {
  position: relative;
  border-top: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 767px) {
  .voice-section {
    border-width: 1px;
  }
  .voice-section::before, .voice-section::after {
    left: 0;
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    background-color: rgb(5, 5, 5);
  }
  .voice-section::after {
    width: 80%;
    bottom: 0;
  }
  .voice-section::before {
    bottom: -20px;
    width: 70%;
  }
}
.voice-section .contents-wrapper {
  position: relative;
  border-left: 2px solid rgb(5, 5, 5);
  border-bottom: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 767px) {
  .voice-section .contents-wrapper {
    border-bottom: none;
  }
}
.voice-section .contents-wrapper::after {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
  content: "";
  display: block;
  width: 50vw;
  height: 2px;
  background-color: rgb(5, 5, 5);
}
@media screen and (max-width: 767px) {
  .voice-section .contents-wrapper::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .voice-section .contents-wrapper {
    border-left: none;
  }
  .voice-section .contents-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    width: 1px;
    background-color: rgb(5, 5, 5);
  }
}

.voice-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  text-align: center;
}
.voice-title .en {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  font-size: 2.8rem;
}
.voice-title .ja {
  display: block;
  font-weight: 500;
  font-size: 1.3rem;
}
.voice-title .deco1 {
  width: 15px;
  position: absolute;
  top: -10px;
  left: -20px;
}
.voice-title .deco2 {
  width: 25px;
  position: absolute;
  bottom: 20px;
  right: -50px;
}

.voice-deco-wrapper {
  width: 50%;
  z-index: 3;
  position: absolute;
  top: 30px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .voice-deco-wrapper {
    top: 150px;
  }
}
.voice-deco-wrapper .dragon {
  width: 35%;
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .voice-deco-wrapper .dragon {
    width: 60%;
  }
}
.voice-deco-wrapper .shisha {
  position: absolute;
  bottom: -130px;
  right: 130px;
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .voice-deco-wrapper .shisha {
    width: 40%;
    right: 90px;
  }
}
.voice-deco-wrapper .deco {
  width: 15px;
  position: absolute;
  bottom: 0;
  right: 320px;
}
@media screen and (max-width: 767px) {
  .voice-deco-wrapper .deco {
    bottom: 50px;
  }
}

.voice-wrapper {
  position: relative;
  z-index: 2;
  max-width: 975px;
  margin: auto;
}
.voice-wrapper .shisha {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
}

.voice-box {
  border: 2px solid rgb(5, 5, 5);
  background-color: rgb(255, 255, 255);
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .voice-box {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .voice-box {
    gap: 10px;
    padding: 20px;
  }
}
.voice-box:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .voice-box:not(:last-child) {
    margin-bottom: 30px;
  }
}
.voice-box img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .voice-box img {
    width: 30px;
  }
}
.voice-box .text-box {
  width: calc(100% - 50px - 30px);
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .voice-box .text-box {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-box .text-box {
    width: calc(100% - 30px - 10px);
    font-size: 0.9rem;
  }
}
.voice-box .text-box p:not(:last-child) {
  margin-bottom: 10px;
}
.voice-box .text-box .en {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.buy-link-pink-section {
  position: relative;
}
.buy-link-pink-section::before, .buy-link-pink-section::after {
  content: "";
  display: block;
  height: 2px;
  background-color: rgb(5, 5, 5);
}
@media screen and (max-width: 767px) {
  .buy-link-pink-section::before, .buy-link-pink-section::after {
    display: none;
  }
}
.buy-link-pink-section::before {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 60%;
}
.buy-link-pink-section::after {
  width: 80%;
}

.type-section .contents-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .type-section .contents-wrapper {
    padding-bottom: 0;
  }
}

.type-deco-wrapper {
  position: absolute;
  right: 0;
  bottom: 100px;
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
}
@media screen and (max-width: 1500px) {
  .type-deco-wrapper {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: auto;
    top: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .type-deco-wrapper {
    top: 80px;
    -webkit-transform: translateX(55%);
            transform: translateX(55%);
  }
}
@media screen and (max-width: 767px) {
  .type-deco-wrapper {
    display: contents;
  }
}
.type-deco-wrapper .dragon {
  margin-left: 0;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .type-deco-wrapper .dragon {
    position: absolute;
    width: 40%;
    top: 0;
    right: 0;
  }
}
.type-deco-wrapper .text {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translateY(-100%) rotate(15deg);
          transform: translateY(-100%) rotate(15deg);
  width: 50%;
}
@media screen and (max-width: 767px) {
  .type-deco-wrapper .text {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 40px;
    left: 0;
  }
}

.type-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
}
@media screen and (max-width: 1023px) {
  .type-wrapper {
    gap: 30px;
  }
}
.type-wrapper .type-box {
  width: calc((100% - 100px) / 2);
}
@media screen and (max-width: 1023px) {
  .type-wrapper .type-box {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .type-wrapper .type-box {
    width: 100%;
  }
}
.type-wrapper .image-box {
  position: relative;
}
.type-wrapper .main {
  position: relative;
  z-index: 2;
  width: 60%;
}
.type-wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
}

.detaile-table .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.detaile-table .title {
  padding: 10px 5px;
  font-weight: 500;
  width: 100px;
  border-bottom: 1px solid rgb(5, 5, 5);
}
.detaile-table .contents {
  padding: 10px 5px;
  width: calc(100% - 100px - 10px);
  border-bottom: 1px solid rgb(5, 5, 5);
}
.detaile-table .contents span {
  width: 130px;
  display: inline-block;
}

.voice-title.faq img {
  position: absolute;
}
.voice-title.faq .faq-deco1 {
  left: -90px;
  bottom: 0;
  width: 30px;
}
.voice-title.faq .faq-deco2 {
  width: 20px;
  bottom: 10px;
  left: -40px;
}
.voice-title.faq .faq-deco3 {
  top: 0;
  right: 0;
  width: 70px;
}

.faq-section {
  overflow: hidden;
}
.faq-section .contents-wrapper {
  position: relative;
  border-top: 2px solid rgb(5, 5, 5);
  border-right: 2px solid rgb(5, 5, 5);
}
@media screen and (max-width: 767px) {
  .faq-section .contents-wrapper {
    border: none;
  }
}
.faq-section .contents-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 50vw;
  height: 2px;
  background-color: rgb(5, 5, 5);
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
@media screen and (max-width: 767px) {
  .faq-section .contents-wrapper::before {
    display: none;
  }
}

.faq-wrapper {
  max-width: 1000px;
  margin: auto;
  width: 90%;
  padding: 10px 0;
  border-bottom: 1px solid rgb(223, 223, 223);
}
@media screen and (max-width: 767px) {
  .faq-wrapper {
    width: 100%;
  }
}
.faq-wrapper .q-box {
  position: relative;
  padding-right: 30px;
  -webkit-box-align: centerl;
      -ms-flex-align: centerl;
          align-items: centerl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.faq-wrapper .q-box::before {
  width: 50px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  aspect-ratio: 1/1;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  content: "Q";
  background-color: rgb(132, 180, 217);
  color: rgb(255, 255, 255);
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .q-box::before {
    width: 35px;
    font-size: 1.8rem;
  }
}
.faq-wrapper .q-box .contents {
  width: calc(100% - 50px - 25px);
}
@media screen and (max-width: 767px) {
  .faq-wrapper .q-box .contents {
    width: calc(100% - 35px - 25px);
  }
}
.faq-wrapper .q-box.active .plus {
  background-color: rgb(132, 180, 217);
}
.faq-wrapper .q-box.active .plus::before {
  background-color: rgb(132, 180, 217);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq-wrapper .plus {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 5px;
  background-color: rgb(181, 121, 157);
}
.faq-wrapper .plus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(181, 121, 157);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq-wrapper .a-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}
.faq-wrapper .a-box.open {
  max-height: 500px; /* 必要に応じて調整 */
  padding: 10px 0; /* 内容に応じて調整 */
}
.faq-wrapper .a-box::before {
  width: 50px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  aspect-ratio: 1/1;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
  content: "A";
  background-color: rgb(181, 121, 157);
  color: rgb(255, 255, 255);
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .a-box::before {
    width: 35px;
    font-size: 1.8rem;
  }
}
.faq-wrapper .contents {
  width: calc(100% - 50px - 25px);
}
@media screen and (max-width: 767px) {
  .faq-wrapper .contents {
    width: calc(100% - 35px - 25px);
  }
}
/*# sourceMappingURL=main.css.map */