@charset "UTF-8";
:root {
  --text-color-base: #000000;
  --color-white: #ffffff;
  --color-black: #333333;
  --color-lightblack: #505050;
  --color-btnred: #C80528;
  --color-blue: #009BC5;
  --color-red: #F93600;
  --color-orange: #FF6F00;
  --color-pink: #E2027F;
  --color-maingreen: #4CB8B0;
  --color-gray: #6B7982;
  --color-bggray: #F1F1F1;
  --color-bgblack: #000000;
  --color-bgivoly: #FFF9F3;
  --header-height: 60px;
  /* 0. 極小：（10px → 12px） */
  --text-xxs: clamp(0.625rem, 0.579rem + 0.19vw, 0.75rem);
  /* 1. 小：（12px → 14px） */
  --text-xs: clamp(0.75rem, 0.705rem + 0.19vw, 0.875rem);
  /* 2. 標準：（14px → 16px） */
  --text-base: clamp(0.875rem, 0.82rem + 0.23vw, 1rem);
  /* 3. 中：（16px → 20px） */
  --text-md: clamp(1rem, 0.886rem + 0.47vw, 1.25rem);
  /* 3.5 中大：（20px → 24px） */
  --text-ml: clamp(1.25rem, 1.159rem + 0.37vw, 1.5rem);
  /* 4. 大：（24px → 32px） */
  --text-lg: clamp(1.5rem, 1.318rem + 0.74vw, 2rem);
  /* 5. 特大：（32px → 48px） */
  --text-xl: clamp(2rem, 1.63rem + 1.52vw, 3rem);
  /* 6. 特大：（42px → 56px） */
  --text-xxl: clamp(2.5rem, 2.09rem + 1.75vw, 3.625rem);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: var(--text-color-base);
  font-optical-sizing: none;
  font-weight: 800;
  font-style: normal;
}

body, div, p, a, article, section, nav, ul, li, header, footer, input, select, textarea, h1, h2, h3, h4, h5, th, td {
  line-height: 160%;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.basic {
  margin-left: 1.5em;
  list-style-type: normal;
}

ol {
  margin: 0;
  padding-left: 1.5em;
}

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

/* 基本設定 */
body {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: var(--text-color-base);
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

/*TEXT*/
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_blue {
  color: var(--color-blue);
}

.text_orange {
  color: var(--color-orange);
}

.text_red {
  color: var(--color-red);
}

.text_pink {
  color: var(--color-pink);
}

.text_bold {
  font-weight: 800;
}

h1 {
  letter-spacing: 0;
}

/*レイアウト調整*/
.block_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

/* コンテナ全体 */
.main-content {
  position: relative;
  z-index: 1;
  background: #fff;
}

.content-logo {
  padding-left: 15%;
  padding-right: 15%;
}

/* BLOCK */
.block-title {
  font-size: var(--text-xl);
}
.block-title small {
  font-size: 0.6em;
}

.block-mv {
  position: relative;
}
.block-mv h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.block-mv p {
  margin: 0;
  padding: 0;
}
.block-mv .mv-copy {
  font-feature-settings: "palt";
  text-align: center;
  background: linear-gradient(90deg, #FE67D6 0%, #3C4CAB 77.4%, #04449F 100%);
}
.block-mv .mv-copy p {
  color: #fff;
  font-size: var(--text-xxl);
  letter-spacing: 0;
  padding: 0.5em 0;
  line-height: 1;
}
.block-mv .mv-copy p small {
  font-size: 0.6em;
}
.block-mv .mv-bomb {
  position: relative;
}
.block-mv .mv-bomb h1 {
  color: #fff;
  font-size: var(--text-xl);
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.2;
}
.block-mv .mv-bomb h1 small {
  font-size: 0.5em;
}
.block-mv .mv-bomb .logo-product {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  gap: 10px;
}
.block-mv .mv-bomb .logo-product .img-logo {
  width: 35%;
}
.block-mv .mv-bomb .logo-product .img-product {
  width: 65%;
}

.block-about .about-box-bg {
  background: linear-gradient(180deg, #FFFFFF 0%, #040078 26.92%, #000000 48.56%, #110033 65.87%, #6B003E 80.29%, #FFFFFF 100%);
}
.block-about .about-box {
  position: relative;
  overflow: hidden;
}
.block-about .about-box .about-box-image {
  padding: 0 20px 100px;
}
.block-about .about-box .about-box-image img {
  border-radius: 20px;
}
.block-about .about-box h2 {
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 5%;
  font-size: var(--text-xl);
  color: #ffffff;
  padding: 0.1em 0.75em;
  background: linear-gradient(90deg, #06AAF6 0%, #B700AE 100%);
}
.block-about .about-box p {
  width: 80%;
  position: absolute;
  right: 0;
  bottom: 5%;
  padding: 1.5em 1.5em;
  background: linear-gradient(90deg, #FFFFFF 0%, #F3DFFF 100%);
  border-radius: 10px 0 0 10px;
}
.block-about .about-box.reverse h2 {
  right: 0;
  left: auto;
  background: linear-gradient(90deg, #00C778 0%, #094F99 100%);
}
.block-about .about-box.reverse p {
  left: 0;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(90deg, #E2E4FF 0%, #FFFFFF 100%);
}
.block-about .about-icon ul {
  display: flex;
  gap: 20px;
}

.block-enjoy .enjoy-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 40px;
}
.block-enjoy .enjoy-box::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 70px;
  width: 8px;
  height: calc(100% - 70px);
  background-color: rgba(255, 130, 201, 0.2);
  z-index: 1;
}
.block-enjoy .enjoy-box .line-inner {
  position: absolute;
  left: 31px;
  top: 70px;
  width: 8px;
  height: 0;
  background-color: #ff82c9;
  z-index: 2;
  transition: height 0.8s ease-out;
}
.block-enjoy .enjoy-box.is-visible .line-inner {
  height: calc(100% - 70px);
}
.block-enjoy .enjoy-box.is-visible .no {
  transform: scale(1);
}
.block-enjoy .enjoy-box.is-visible .content {
  opacity: 1;
  transform: translateX(0);
}
.block-enjoy .enjoy-box.is-last {
  padding-bottom: 0 !important;
}
.block-enjoy .enjoy-box.is-last::before {
  display: none !important;
  content: none !important;
}
.block-enjoy .enjoy-box.is-last .line-inner {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
}
.block-enjoy .enjoy-box .no {
  position: relative;
  z-index: 3;
  width: 70px;
  height: 70px;
  background-color: #ff82c9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.block-enjoy .enjoy-box .no span {
  color: #fff;
  font-weight: bold;
  font-size: var(--text-lg);
}
.block-enjoy .enjoy-box .content {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s ease-out 0.3s;
  display: flex;
  align-items: center;
  gap: 20px;
}
.block-enjoy .enjoy-box .content h2 {
  width: 40%;
  font-weight: 900;
}
.block-enjoy .enjoy-box .content p {
  width: 60%;
  color: #5D5D5D;
  font-size: var(--text-base);
}

.block-lineup .lineup-box .product-image {
  position: relative;
}
.block-lineup .lineup-box .product-image .prodcut-image-product {
  width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-lineup .lineup-box .lineup-text {
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  padding: 10px 20px 20px;
  color: #fff;
}
.block-lineup .lineup-box .lineup-text.bg-berry {
  background: linear-gradient(89.46deg, #C21156 -8.76%, #68007F 102%);
}
.block-lineup .lineup-box .lineup-text.bg-mint {
  background: linear-gradient(89.95deg, #36E4FF 3.63%, #006FED 98.04%);
}
.block-lineup .lineup-box .lineup-text.bg-black {
  background: linear-gradient(90deg, #0B0040 3.26%, #000000 103.71%);
}
.block-lineup .lineup-box .lineup-text.bg-massive {
  background: linear-gradient(1.18deg, #000000 40.54%, #620101 109.41%);
}
.block-lineup .lineup-box .lineup-text h1 {
  width: 15%;
  margin: 10px auto;
}
.block-lineup .lineup-box .lineup-text h2 {
  color: #fff;
  font-size: var(--text-xl);
  letter-spacing: -0.1em;
}
.block-lineup .lineup-box .lineup-text p {
  color: #fff;
  font-size: var(--text-ml);
  font-weight: 600;
}
.block-lineup .lineup-box .lineup-text p.kosu-price {
  font-size: var(--text-base);
}
.block-lineup .lineup-box .lineup-text .gradient-line {
  width: 75%;
  max-width: 400px;
  height: 3px;
  margin: 15px auto;
  border-radius: 5px;
}
.block-lineup .lineup-box .lineup-text .gradient-line.bg-berry {
  background: linear-gradient(90deg, #B30F5E 0%, #ffffff 100%);
}
.block-lineup .lineup-box .lineup-text .gradient-line.bg-mint {
  background: linear-gradient(90deg, #30D7FD 0%, #ffffff 100%);
}
.block-lineup .lineup-box .lineup-text .gradient-line.bg-black {
  background: linear-gradient(90deg, #0A003C 0%, #ffffff 100%);
}
.block-lineup .lineup-box .lineup-text .gradient-line.bg-massive {
  background: linear-gradient(90deg, #0B0000 0%, #ffffff 100%);
}

.shop-button-outer {
  display: flex;
  justify-content: center;
  gap: clamp(15px, 2vw, 20px);
  flex-flow: row;
}

.shop-one {
  display: flex;
  justify-content: center;
}
@media (min-width: 960px) {
  .shop-one {
    width: 100%;
  }
}
.shop-one.withbg {
  background: linear-gradient(182.21deg, #000000 1.86%, #18008F 101.44%);
}
.shop-one h2 .logo {
  display: inline;
  height: 2em;
  width: auto;
  margin-right: 0.5em;
  vertical-align: middle;
}
.shop-one.type-button a {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  font-size: var(--text-ml);
  background: linear-gradient(90deg, #FFB700 0%, #FF7B00 100%);
  padding: 0.75em 1em;
  width: 100%;
  animation: btn_animation 1s infinite;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}
.shop-one.type-button a:hover::after {
  right: 2em;
  transition: 0.4s;
}

@keyframes btn_animation {
  0% {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    top: 0px;
  }
  10% {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    top: 3px;
  }
  20% {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    top: 0px;
  }
  30% {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    top: 3px;
  }
  40% {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    top: 0px;
  }
}
.block-pricing .pricing-bg {
  background: linear-gradient(180deg, #FFFFFF 6.25%, #C3EBFF 100%);
}
.block-pricing .alert {
  font-size: var(--text-xs);
  color: #646464;
}

.block-value .table_scroll_wrap {
  overflow-x: scroll;
  width: 100%;
  background-color: #fff;
}
.block-value table {
  width: 700px;
  table-layout: fixed;
  border-collapse: collapse;
}
@media (min-width: 960px) {
  .block-value table {
    width: 800px;
  }
}
.block-value table .hiden {
  opacity: 0;
  width: 20%;
}
.block-value table .riv {
  position: sticky;
  left: -5px;
  z-index: 5;
}
.block-value table thead tr:first-child div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 80px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 10px;
  background: #489CD0;
}
.block-value table thead tr:last-child th {
  border-radius: 10px 10px 0 0;
}
.block-value table thead tr th {
  border-radius: 10px 10px 0 0;
  padding: 0 0 0 5px;
  color: #ffffff;
  font-size: var(--text-xs);
}
.block-value table thead tr th.other div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 80px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 10px;
}
.block-value table thead tr th.other.bgcolor1 div {
  background: #759BAB none;
}
.block-value table thead tr th.other.bgcolor2 div {
  background: #8894A8 none;
}
.block-value table tbody tr:first-child th {
  border-radius: 10px 0 0 0;
}
.block-value table tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}
.block-value table tbody tr th {
  padding: 10px;
  font-size: var(--text-xs);
  color: #ffffff;
  background-color: #00B0F0;
  border-bottom: 1px solid #dddddd;
}
.block-value table tbody tr th div {
  text-align: center;
  background: none;
}
.block-value table tbody tr td {
  padding: 0 0 0 5px;
  font-size: var(--text-xs);
  text-align: center;
  background: #ffffff none;
}
.block-value table tbody tr td small {
  display: inline-block;
  line-height: 1.5;
}
.block-value table tbody tr td div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  padding: 20px 5px;
  font-weight: 400;
  vertical-align: middle;
  border-width: 0 3px 1px 3px;
  border-style: solid;
  border-color: #489CD0 #489CD0 #d9d9d9 #489CD0;
}
.block-value table tbody tr .other {
  text-align: center;
}
.block-value table tbody tr .other div {
  border-width: 0 0 1px 0;
  background: #eeeeee none;
  border-width: 0 3px 1px 3px;
  border-style: solid;
}
.block-value table tbody tr .other.bordercolor1 div {
  border-color: #759BAB #759BAB #d9d9d9 #759BAB;
}
.block-value table tbody tr .other.bordercolor2 div {
  border-color: #8894A8 #8894A8 #d9d9d9 #8894A8;
}

.block-review .review-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.block-review .review-box:last-child {
  margin-bottom: 0;
}
.block-review .review-box .review-box-image {
  padding: 0 20px 0px;
}
.block-review .review-box .review-box-image.right {
  display: flex;
  justify-content: flex-end;
}
.block-review .review-box .review-box-image img {
  width: 70%;
  border-radius: 20px;
}
.block-review .review-box .review-box-text {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 55%;
  top: 10%;
}
.block-review .review-box .review-box-text.left {
  left: 0;
}
.block-review .review-box .review-box-text.right {
  right: 0;
}
.block-review .review-box .review-box-text h2 {
  font-size: clamp(0.7rem, 0.7rem + 0.5vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #ffffff;
  padding: 0.75em 1em;
}
.block-review .review-box .review-box-text h2.type1 {
  background: linear-gradient(90deg, #00B2E3 0%, #7800A0 100%);
}
.block-review .review-box .review-box-text h2.type2 {
  background: linear-gradient(90deg, #FF7199 0%, #3900B4 100%);
}
.block-review .review-box .review-box-text h2.type3 {
  background: linear-gradient(90deg, #15B8AF 0%, #01627F 100%);
}
.block-review .review-box .review-box-text p {
  font-size: clamp(0.7rem, 0.7rem + 0.5vw, 0.9rem);
  font-weight: 600;
  padding: 1em;
  line-height: 1.8;
  letter-spacing: 0.12em;
  /* line-break: anywhere; */
}

.block-faq {
  background: var(--color-bggray);
}
.block-faq h1 {
  text-align: center;
  font-size: 1.2rem;
  margin: 1em auto 0.5em;
}
.block-faq h1 big {
  font-size: 1.5em;
  font-weight: 600;
}
.block-faq h2 {
  font-size: var(--text-md);
  font-weight: 500;
  margin: 2em 20px 0.5em;
}
.block-faq .border {
  display: flex;
  align-items: center;
  margin: 20px 0;
  height: 5px;
}
.block-faq .border::before {
  content: "";
  background: #1A1A1A;
  width: 20%;
  height: 3px;
}
.block-faq .border::after {
  content: "";
  background: #CECECE;
  width: 80%;
  height: 1px;
}
.block-faq .faqs {
  padding: 0 20px 20px;
}
.block-faq .faqs .faq-one {
  position: relative;
}
.block-faq .faqs .faq-one h3 {
  background: url(../img/faq-ico-q.png) left top no-repeat;
  background-size: 2em auto;
  padding: 0.5em 2.5em 0 2.5em;
  min-height: 2.5em;
  margin: 1em 0;
  font-size: var(--text-base);
  letter-spacing: 0.05;
  color: var(--color-lightblack);
  font-weight: 600;
}
.block-faq .faqs .faq-one .answer {
  background: url(../img/faq-ico-a.png) left top no-repeat;
  background-size: 2em auto;
  padding: 0.5em 0 0 2.5em;
  min-height: 2.5em;
  display: none;
  color: var(--color-lightblack);
  font-size: var(--text-base);
  font-weight: 400;
}
.block-faq .faqs .faq-one .answer.opened {
  display: block;
}
.block-faq .faqs .faq-one .oc-button {
  position: absolute;
  top: 0.4rem;
  right: 0;
}
.block-faq .faqs .more-link {
  display: inline-block;
  position: relative;
  padding: 10px 40px 10px 10px;
  text-decoration: none;
  font-size: var(--text-base);
  font-weight: 400;
  transition: color 0.3s ease;
}
.block-faq .faqs .more-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80%;
  border-bottom: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  transform: skewX(35deg);
  transform-origin: bottom right;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease;
}
.block-faq .faqs .more-link:hover::after {
  transform: skewX(35deg) translateX(6px);
  border-color: #CDCDCD;
}
.block-faq .faqs .more-link:active {
  opacity: 0.7;
  transform: translateY(1px);
}

.oc-button {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.oc-button:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.oc-button::before, .oc-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 27px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
  border-radius: 5px;
  transition: all 0.3s;
}
.oc-button::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.oc-button::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.oc-button.active::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.oc-button.active::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.block-endimage {
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
  background: var(--color-bggray);
}
.block-endimage h2 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.block-endimage p {
  margin: 0;
  padding: 1em;
  font-size: var(--text-ml);
  font-weight: 600;
  color: #fff;
}
.block-endimage .copy1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  background: linear-gradient(90deg, #37BCE0 0%, #62007D 100%);
}
.block-endimage .copy2 {
  position: absolute;
  left: 0;
  bottom: 7%;
  width: 87%;
  background: linear-gradient(90deg, #F794B0 0%, #B900AD 100%);
}

/* TEXT MARKER */
.marker {
  display: inline;
}
.marker.lightblue {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 209, 216, 0.3) 100%);
  background-size: 100% 33.33%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.marker.greenpurple {
  background: linear-gradient(90deg, rgba(0, 228, 213, 0.3) 0%, rgba(34, 10, 142, 0.3) 100%);
  background-size: 100% 33.33%;
  background-repeat: no-repeat;
  background-position: bottom;
}

/* BOTTOM SHOP NAV  */
.foot-nav-shop {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.foot-nav-shop.is-active {
  opacity: 1;
  visibility: visible;
  width: inherit;
  max-width: 45rem;
  margin-inline: auto;
  z-index: 10;
}
.foot-nav-shop.is-active .shop-one {
  padding: 10px 0;
}
.foot-nav-shop.is-active .shop-one.type-button a {
  padding: 0.25em 1em;
}
.foot-nav-shop.is-bottom {
  position: absolute;
  bottom: auto;
}
.foot-nav-shop.is-bottom .shop-one {
  height: 240px;
  display: flex;
  align-items: center;
}
.foot-nav-shop.is-bottom .shop-one.type-button a {
  padding: 0.75em 1em;
}
@media (min-width: 1320px) {
  .foot-nav-shop {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
  }
  .foot-nav-shop .shop-one {
    padding: 80px 0px;
  }
  .foot-nav-shop.is-bottom {
    position: relative;
    top: auto !important;
  }
}

.foot-nav-spacer {
  display: block;
  background-color: #000000;
  height: 240px;
}
@media (min-width: 1320px) {
  .foot-nav-spacer {
    display: none;
  }
}

/* HEADER */
.pt-header {
  padding-top: var(--header-height);
}

header {
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  height: var(--header-height);
  width: 100%;
  max-width: 45rem;
  background: linear-gradient(90deg, #4CB8B0 0%, #8E76D8 100%);
  color: var(--color-white);
}
header .logo {
  padding: 20px 10px;
}
header .logo img {
  height: calc(var(--header-height) - 30px);
  width: auto;
}
header .header-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
}
header .sns {
  padding: 15px;
}
header .sns ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .sns ul li {
  padding: 0 0.5em;
}
header .sns img {
  height: calc(var(--header-height) - 30px);
  width: calc(var(--header-height) - 30px);
}

/*ナビゲーションボタン*/
#global_nav_btn {
  z-index: 10;
}
#global_nav_btn .menu_trigger,
#global_nav_btn .menu_trigger span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}
#global_nav_btn .menu_trigger {
  position: relative;
  width: 35px;
  height: 20px;
}
#global_nav_btn .menu_trigger span {
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
}
#global_nav_btn .menu_trigger span.top {
  top: 3px;
}
#global_nav_btn .menu_trigger span.bottom {
  bottom: 3px;
}
#global_nav_btn {
  /*クリック後*/
}
#global_nav_btn.active .menu_trigger span.top {
  transform: translateY(5px) rotate(-45deg);
  top: 4px;
}
#global_nav_btn.active .menu_trigger span.bottom {
  transform: translateY(-5px) rotate(45deg);
  bottom: 4px;
}

@media (min-width: 1320px) {
  #global_nav_btn {
    display: none;
  }
}
body.is-menu-open {
  overflow: hidden;
  height: 100vh;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

/*GLOBALNAVE*/
#global_nav {
  width: 100%;
  height: 100vh;
  background: var(--color-maingreen);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
#global_nav.active {
  overflow: scroll;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}
#global_nav ul {
  padding: var(--header-height) 5% 5%;
  font-size: 1em;
  font-weight: 400;
}
#global_nav ul li a {
  padding: 5.31% 3.62%;
  color: var(--color-white);
  display: block;
}
#global_nav ul li:not(:last-of-type) {
  border-bottom: solid 1px var(--color-white);
}

/* FOOTER */
footer {
  background: var(--color-bgblack);
  color: var(--color-white);
  padding: 10px 0 20px;
  font-weight: 400;
}
footer .foot-logo {
  width: 25%;
  margin: 30px auto 30px;
}
footer .foot-menu {
  text-align: center;
  margin-bottom: 30px;
}
footer .foot-menu a {
  display: block;
  padding: 0.5em;
  color: var(--color-white);
}
footer .copyright {
  text-align: center;
  font-size: 0.9em;
  color: var(--color-white);
}

#pagetop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 60px;
  height: 85px;
  z-index: 4;
}

/* PC時左右ブロック*/
.frame-sidebar {
  display: none;
}

@media (min-width: 600px) {
  .main-content {
    max-width: 45rem;
    margin-inline: auto;
    box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.1);
  }
  .frame-sidebar {
    display: block;
  }
}
.l-sidebar {
  display: none;
}

@media (min-width: 1320px) {
  .l-sidebar {
    display: block;
    position: fixed;
    left: 0;
    top: calc(50% - 12.375rem);
    width: calc(50% - 22.5rem);
    padding-left: 1em;
  }
  .l-sidebar .l-side-menu {
    font-size: var(--text-md);
    font-weight: 500;
  }
  .l-sidebar .l-side-menu li {
    text-align: center;
    margin-bottom: 1em;
  }
  .l-sidebar .l-side-menu li a {
    color: #fff;
  }
}
.r-sidebar {
  display: none;
}

@media (min-width: 1320px) {
  .r-sidebar {
    display: block;
    position: fixed;
    right: 0;
    top: calc(50% - 12.375rem);
    width: calc(50% - 22.5rem);
    padding: 0 10px;
  }
  .r-sidebar .shops {
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 100%;
  }
  .r-sidebar .shops h3 {
    margin-top: 0;
    font-size: var(--text-md);
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 1.5em;
  }
  .r-sidebar .shops h3 .logo {
    height: 2em;
    width: auto;
  }
  .r-sidebar .shops a {
    font-size: var(--text-md);
    animation: btn_animation_pc 3s infinite;
  }
}
@keyframes btn_animation_pc {
  0% {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    top: 0px;
  }
  3.3% {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    top: 3px;
  }
  6.6% {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    top: 0px;
  }
  9.9% {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    top: 3px;
  }
  12% {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    top: 0px;
  }
}
/*年齢確認モーダル*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(120deg, #FE67D6, #3C4CAB, #00C778);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 確認ボックス */
.verification-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 450px;
  width: 90%;
}
.verification-box P {
  margin-bottom: 1em;
  font-weight: 500;
}

.button-group {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.btn {
  padding: 0.5em 3em;
  cursor: pointer;
  border: none;
  background-color: #3C4CAB;
  color: #fff;
  border-radius: 4px;
}

#btn-no {
  background-color: #ccc;
  color: #333;
}

/* 非表示クラス */
.is-hidden {
  display: none;
}

/* 裏側のアニメーション制御 */
#inview-blocker {
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9998;
}

/* ==================
   SHOPLIST
   ================== */
.block-shoplist {
  background: var(--color-bggray);
}
.block-shoplist h1 {
  text-align: center;
  font-size: 1.2rem;
  margin: 1em auto 0.5em;
}
.block-shoplist h1 big {
  font-size: 1.5em;
  font-weight: 600;
}
.block-shoplist {
  /* 地方・都道府県共通の非表示設定 */
}
.block-shoplist .area-content, .block-shoplist .pref-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.block-shoplist .area-content.is-active, .block-shoplist .pref-content.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: auto;
}
.block-shoplist {
  /* 選択中ボタンのスタイル */
}
.block-shoplist [data-areatarget].is-selected, .block-shoplist [data-preftarget].is-selected {
  background-color: #37BCE0;
  color: #fff;
}
.block-shoplist .menu-buttons.menu-areas {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.block-shoplist .menu-buttons ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block-shoplist .menu-buttons ul li {
  width: calc(50% - 10px);
  cursor: pointer;
  touch-action: manipulation;
  text-align: center;
  font-size: var(--text-base);
  font-weight: 500;
  padding: 1em;
  border: 1px solid #37BCE0;
}
.block-shoplist .shoplist-one {
  font-weight: 400;
  font-size: var(--text-base);
  border: 1px solid #ccc;
  margin-bottom: 1em;
}
.block-shoplist .shoplist-one .shoplist-one-name {
  padding: 0.3em 0.5em;
  border-bottom: 1px solid #ccc;
  background: #ddd;
}
.block-shoplist .shoplist-one .shoplist-one-address {
  padding: 0.3em 0.5em;
}
.block-shoplist p.indent {
  font-weight: 400;
  font-size: var(--text-xs);
}/*# sourceMappingURL=base.css.map */