@charset "utf-8";
/* CSS Document */

*{
  box-sizing: border-box;
}
html {
  width: 100%;
  -webkit-text-size-ajust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
body {
  position: relative;
  margin: 0;
}
body::after {
  position: fixed;
  content: "";
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/bg_01.webp) no-repeat;
  background-size: cover;
  z-index: -3;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  margin: 0;
}
header {
  width: 100%;
  background: #f15cc0;
  text-align: center;
}
header .avista {
  max-width: 160px;
  margin: 0 auto;
  padding: 25px 0;
}
main {
  position: relative;
  max-width: 1024px;
  width: 100%;
  background: #ffffff33;
  margin: 0 auto;
  z-index: 0;
}
/*　ーー　共通class　ーー　*/
.circle_copy {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 270px;
  background: #ffffff;
  font-size: 38px;
  text-align: center;
  border-radius: 50%;
}
.circle_copy span {
  font-size: 60px;
}
.model_number {
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  margin: 30px auto 20px;
}
.attention {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  color: #666666;
}
.point_number {
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  font-weight: bold;  
  text-align: center;
  background: linear-gradient(60deg, #b564d9, #ee609c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: 350px; 
  width: 80%;
  margin: 0 auto; 
}
.point_number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  display: inline-block;
  background: url(../images/icon_star.webp) no-repeat;
  width: 20px;
  height: 20px;
}
.point_number::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: inline-block;
  background: url(../images/icon_star.webp) no-repeat;
  width: 20px;
  height: 20px;
}
.btn_more {
  text-align: center;
  margin: 50px auto 0;
}
.btn_more a {
  display: inline-block;
  background: #ffffff;
  font-size: 24px;
  color: #666666;
  border-radius: 50px;
  padding: 20px 30px;  
}
.btn_buy {
  text-align: center;
}
.btn_buy a {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #ffffff;
  border-radius: 50px;
  border: 3px solid #ffffff;
  padding: 20px 50px 20px 30px;
  transition: background-color 0.8s ease;
}
.btn_buy.marche a {
  background: #6442b9;
}
.btn_buy.rakuten a {
  background: #f15cc0;
}
.btn_buy.amazon a {
  background: #5797ff;
}
.btn_buy.active a {
  background: #666666;
}
.btn_buy a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(../images/icon_cart.svg) no-repeat;
  width: 24px;
  height: 24px;
}
.letter-spacing {
  letter-spacing: -0.05em;
}
.br_769 {
  display: block;
}
/*　ーー　/共通class　ーー　*/
#main_image {
  position: relative;
  background: url("../images/bg_02.webp") no-repeat top left;
  background-size: cover;
  aspect-ratio: 1024 / 1711;
  margin: 0;
}
#main_image h1 {
  width: 80%;
  max-width: 755px;
  margin: 0 auto;
  padding: 50px 0 0;
}
#main_image .main_image {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#main_image .main_image img {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 0 0 auto;
}
#main_image .circle_copy {
  margin: 50px auto auto 50px;
}
#main_image .circle_copy p {
  background: linear-gradient(60deg, #b564d9, #ee609c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#about {
  background: #f15cc066;
  text-align: center;
  padding: 0 10%;
}
#about h2 {
  filter: drop-shadow(0 0 8px rgba(241, 92, 192, 0.8))
          drop-shadow(0 0 16px rgba(241, 92, 192, 0.6))
          drop-shadow(0 0 24px rgba(241, 92, 192, 0.4));
  margin: 0 auto 50px;
}
#results {
  text-align: center;
  background: url(../images/bg_03.webp) no-repeat;
  padding: 80px 10%;
}
#results .attention {
  margin: 30px 0 0;
}
#problem {
  position: relative;
  padding: 100px 0 0;
}
#problem .problem_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
#problem .problem_copy_01 {
  width: 80%;
  font-family: "Shippori Mincho B1", serif;
  font-size: 74px;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.8), 0px 0px 15px rgba(20, 20, 20, 0.9);
  margin: 0 auto;
}
#problem .problem_copy_01 span {
  font-size: 100px;
}
#problem .problem_copy_02 {
  margin: 100px auto auto 30px; 
}
#problem .problem_copy_03 {
  margin: 30px auto auto 60px; 
}
#problem .problem_copy_bg {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 393px;
  background: url(../images/bg_05.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 393 / 336;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}
#problem .problem_copy_bg span {
  font-size: 46px;
  font-weight: 400;
}
#problem h2 {
  width: 70%;
  font-size: 70px;
  color: #ffffff;
  filter: drop-shadow(0 0 8px rgba(241, 92, 192, 0.8))
          drop-shadow(0 0 16px rgba(241, 92, 192, 0.6))
          drop-shadow(0 0 24px rgba(241, 92, 192, 0.4));
  margin: 150px auto 0 60px;
}
#problem .problem_01 {
  position: absolute;
  bottom: -150px;
  right: 30px;
}
#solution {
  margin: 300px auto 0;
}
#solution .solution {
  position: relative;
  aspect-ratio: 795 / 950;
  width: 100%;
}
#solution .solution_01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 76.2%;
  z-index: -1;
}
#solution .solution_01 img{
  width: 100%;
  height: auto;
  display: block;
}
#solution .solution_copy_02 {
  position: absolute;
  top: 80px;
  right: 50px;
  color: #6442b9;
}
#solution .solution_copy_03 {
  position: absolute;
  bottom: 250px;
  left: 50px;
  color: #f15cc0;
}
#solution .solution_copy_04 {
  position: absolute;
  bottom: -50px;
  right: 150px;
  color: #5797ff;
}
#solution .point_nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  max-width: 762px;
  width: 90%;
  margin: 150px auto 100px;
}
#solution .point_nav p {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
}
#solution .point_nav li {
  position: relative;
  background:#ffffffcc;
  width: 32%; 
  border-radius: 90px;
}
#solution .point_nav li a {
  display: block;
}
#solution .point_nav li .point {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  padding: 0;
}
#solution .point_nav li.point_nav_01 {
  color: #6442b9;
  border: 5px solid #6442b9;
}
#solution .point_nav li.point_nav_01 .point {
  text-shadow:
    0 0 10px #6442b9,
    0 0 10px #6442b9,
    0 0 10px #6442b9,
    0 0 10px #6442b9,
    0 0 10px #6442b9,
    0 0 10px #6442b9,
    0 0 10px #6442b9;
}
#solution .point_nav li.point_nav_02 {
  color: #f15cc0;
  border: 5px solid #f15cc0;
}
#solution .point_nav li.point_nav_02 .point {
  text-shadow:
    0 0 10px #f15cc0,
    0 0 10px #f15cc0,
    0 0 10px #f15cc0,
    0 0 10px #f15cc0,
    0 0 10px #f15cc0,
    0 0 10px #f15cc0,
    0 0 10px #f15cc0;
}
#solution .point_nav li.point_nav_03 {
  color: #5797ff;
  border: 5px solid #5797ff;
}
#solution .point_nav li.point_nav_03 .point {
  text-shadow:
    0 0 10px #5797ff,
    0 0 10px #5797ff,
    0 0 10px #5797ff,
    0 0 10px #5797ff,
    0 0 10px #5797ff,
    0 0 10px #5797ff,
    0 0 10px #5797ff;
}
#solution .point_nav li p {
  font-size: 36px;
  text-align: center;
  padding: 30px 0;  
}
[id^="point"] {
  max-width: 762px;
  width: 90%; 
  font-size: 24px;
  text-align: center;
  color: #666666;
  border-radius: 50px;
  margin: 12px auto 100px;
  padding: 80px 0;
}
[id^="point"] h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  text-shadow:
    0 0 10px #ffffff,
    0 0 10px #ffffff,
    0 0 10px #ffffff,
    0 0 10px #ffffff,
    0 0 10px #ffffff,
    0 0 10px #ffffff,
    0 0 10px #ffffff;
}
[id^="point"] .point_copy_01 {
  margin: 12px auto 50px; 
}
[id^="point"] .point_copy_list {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  margin: 50px auto 50px 80px; 
}
[id^="point"] .point_copy_list li {
  display: inline-block;
  background: #ffffff;
  text-align: left;
  padding: 5px 10px; 
}
[id^="point"] .point_feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  max-width: 570px;
  margin: 0 auto;
}
[id^="point"] .point_feature_list h4 {
  background: linear-gradient(
    90deg,
    #8fd3e8 0%,
    #c9c7f5 50%,
    #f3c6dd 100%);
  color: #6442b9;
  border-radius: 50px;
  border: 2px solid #6442b9;
  margin: 12px 0;  
  padding: 10px 5px;
}
[id^="point"] .point_feature_list p {
  margin: 12px 0;
}
[id^="point"] .point_img {
  width: 90%;
  margin: 0 auto;
}
#point01 {
  background: #6442b933;
  border: 5px solid #6442b9;
}
#point01 h3 {
  color: #6442b9;
}
#point01 .point_copy_01 {
  color: #6442b9;
}
#point01 .point_copy_list li {
  color: #6442b9;
}
#point02 {
  background: #f15cc033;
  border: 5px solid #f15cc0;
}
#point02 h3 {
  color: #f15cc0;
}
#point02 .point_copy_01 {
  color: #f15cc0;
}
#point02 .point_copy_list li {
  color: #f15cc0;
}
#point03 {
  background: #5797ff33;
  border: 5px solid #5797ff;
}
#point03 h3 {
  color: #5797ff;
}
#point03 .point_copy_01 {
  color: #5797ff;
}
#point03 .point_copy_list li {
  color: #5797ff;
}
#detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background: #f15cc066;
  padding: 100px 30px; 
}
#detail h2 {
  width: 90%;
  filter: drop-shadow(0 0 8px rgba(241, 92, 192, 0.8))
          drop-shadow(0 0 16px rgba(241, 92, 192, 0.6))
          drop-shadow(0 0 24px rgba(241, 92, 192, 0.4));
  margin: 0 auto;       
}
.ai.attention {
  padding: 50px 30px;  
}
#cta {
  opacity: 0;
  transition: all 0.5s ease-out;
  pointer-events: none;
  z-index: 999999;
}
#cta.scroll_view {
  pointer-events: auto;
  opacity: 1;
}
#cta ul {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  width: 90%;
  max-width: 610px;
}
footer {
  background: #6442b9;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  padding: 100px 0; 
}
@media screen and (max-width: 1024px) {
  .circle_copy {
    width: 230px;
    height: 230px;
    font-size: 32px;
  }
  .circle_copy span {
    font-size: 50px;
  }
  .model_number {
    font-size: 27px;
    margin: 3% auto 2%;
  }
  .attention {
    font-size: 16px;
  }
  .point_number {
    font-size: 25px;
  }
  .btn_more {
    margin: 5% auto 0;
  }
  .btn_more a {
    font-size: 20px;
    padding: 18px 28px;
  }
  .btn_buy a {
    font-size: 20px;
    border: 2px solid #ffffff;
    padding: 20px 50px 20px 30px;  
  }
  .btn_buy a::after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  header .avista {
    padding: 2.5% 0;
    width: 20%;
  }
  #main_image h1 {
    padding: 5% 0 0;
  }
  #main_image .circle_copy {
    margin: 5% auto auto 5%;
  }
  #main_image .main_image {
    bottom: 3%;
    right: 3%;
  }
  #main_image .main_image img {
    max-width: clamp(360px,45vw,450px);
  }
  #about h2 {
    margin: 0 auto 5%;
  }
  #results {
    padding: 8% 10%;
  }
  #results .attention {
    margin: 3% 0 0;
  }
  #problem {
    padding: 10% 0 0;
  }
  #problem .problem_copy_01 {
    width: 85%;
    font-size: 62px;
  }
  #problem .problem_copy_01 span {
    font-size: 84px;
  }
  #problem .problem_copy_bg {
    width: clamp(323px,42vw,393px);
    font-size: 32px;
  }
  #problem .problem_copy_bg span {
    font-size: 38px;
  }
  #problem .problem_copy_02 {
    margin: 10% auto auto 3%;
  }
  #problem .problem_copy_03 {
    margin: 3% auto auto 6%;
  }
  #problem h2 {
    font-size: 54px;
    margin: 15% auto 0 6%;
  }
  #problem .problem_01 {
    bottom: -5%;
    right: 3%;
    width: 20%;
  }
  #solution {
    margin: 30% auto 0;
  }
  #solution h2 {
    width: 70%;
    margin: 0 auto 0 1%;
  }
  #solution .solution_copy_02 {
    top: 20%;
    right: 2%;
  }
  #solution .solution_copy_03 {
    bottom: 25%;
    left: 5%;
  }
  #solution .solution_copy_04 {
    bottom: -5%;
    right: 15%;
  }
  #solution .point_nav {
    gap: 1%;
    width: 90%;
    margin: 15% auto 10%;
  }
  #solution .point_nav li.point_nav_01 {
    border: 4px solid #6442b9;
  }
  #solution .point_nav li.point_nav_02 {
    border: 4px solid #f15cc0;
  }
  #solution .point_nav li.point_nav_03 {
    border: 4px solid #5797ff;
  }
  #solution .point_nav li p {
    font-size: 30px;
    padding: 10% 0;
  }
  [id^="point"] {
    font-size: 22px;
    border-radius: 40px;
    margin: 1% auto 10%;
    padding: 8% 0;
  }
  [id^="point"] h3 {
    font-size: 30px;
  }
  [id^="point"] .point_copy_01 {
    margin: 1% auto 5%;
  }
  [id^="point"] .point_copy_list {
    margin: 5% auto 5% 8%;
  }
  [id^="point"] .point_feature_list p {
    margin: 2% 0;
  }
  #point01 {
    border: 4px solid #6442b9;
  }
  #point02 {
    border: 4px solid #f15cc0;
  }
  #point03 {
    border: 4px solid #5797ff;
  }
  #detail {
    gap: 3%;
    padding: 10% 3%;
  }
  #detail div {
    width: 70%;
  }
  #detail figure {
    width: 30%;
  }
  .ai.attention {
    padding: 5% 3%;
  }
  footer {
    font-size: 16px;
    padding: 10% 0;
  }
}
@media screen and (max-width: 769px) {
  .circle_copy {
    width: clamp(140px,29.1vw,230px);
    height: clamp(140px,29.1vw,230px);
    font-size: clamp(20px,4.1vw,32px);
  }
  .circle_copy span {
    font-size: clamp(33px,6.8vw,50px);
  }
  .model_number {
    font-size: clamp(16px,3.3vw,27px);
  }
  .attention {
    font-size: clamp(12px,2.4vw,16px);
  }
  .point_number {
    font-size: clamp(22px,4.5vw,25px);
  }
  .point_number::before {
    left: -3%;
  }
  .point_number::after {
    right: -3%;
  }
  .btn_more a {
    font-size: 16px;
    padding: 16px 25px;
  }
  .btn_buy a {
    font-size: 16px;
    padding: 18px 40px 18px 20px;  
  }
  .btn_buy a::after {
    right: 15px;
    width: 18px;
    height: 18px;
  }
  .br_769 {
    display: block;
  }
  #main_image .main_image img {
    max-width: clamp(230px, 47.8vw, 360px);
  }
  #problem .problem_copy_01 span {
    font-size: clamp(64px,13.3vw,84px);
  }
  #problem .problem_copy_01 {
    font-size: clamp(39px,8.1vw,62px);
  }
  #problem .problem_copy_bg {
    width: clamp(194px, 40.3vw, 323px);
    font-size: clamp(20px,4.1vw,32px);
  }
  #problem .problem_copy_bg span {
    font-size: clamp(24px,4.9vw,38px);
  }
  #problem h2 {
    font-size: clamp(33px,6.8vw,54px);
  }
  #solution .solution_copy_03 {
    bottom: 15%;
  }
 #solution .point_nav li.point_nav_01 {
    border: 3px solid #6442b9;
  }
  #solution .point_nav li.point_nav_02 {
    border: 3px solid #f15cc0;
  }
  #solution .point_nav li.point_nav_03 {
    border: 3px solid #5797ff;
  }
  #solution .point_nav li p {
    font-size: clamp(20px,4.1vw,30px);
  }
  [id^="point"] {
    font-size: clamp(16px,3.3vw,22px);
  }
  [id^="point"] h3 {
    font-size: clamp(24px,4.9vw,30px);
  }
  [id^="point"] .point_copy_list {
    gap: 5px;
  }
  [id^="point"] .point_feature_list {
    justify-content: space-between;
    gap: 0;
    width: 90%;
  }
  [id^="point"] .point_feature_list li {
    width: 49%;
  }
  [id^="point"] .point_feature_list h4 {
    margin: 8px 0;
    padding: 7px 3px;
  }
  #cta ul {
    max-width: 481px;
  }
  footer {
    font-size: clamp(12px,2.4vw,16px);
  }
}
@media screen and (max-width: 480px) {
  .circle_copy {
    width: clamp(100px,31.1vw,140px);
    height: clamp(100px,31.1vw,140px);
    font-size: clamp(15px,4.6vw,20px);
    line-height: 1.2;
  }
  .circle_copy span {
    font-size: clamp(24px,7.4vw,33px);
  }
  .model_number {
    font-size: clamp(13px,4.0vw,16px);
  }
  .attention {
    font-size: clamp(9px,2.8vw,12px);
  }
  .point_number {
    font-size: clamp(15px,4.6vw,22px);
  }
  .point_number::before {
    left: 3%;
  }
  .point_number::after {
    right: 3%;
  }
  .btn_more a {
    font-size: 13px;
    padding: 13px 20px;
  }
  .btn_buy a {
    font-size: 13px;
    padding: 16px 28px 18px 12px;  
    border: 1px solid #ffffff;
  }
  .btn_buy a::after {
    right: 9px;
    width: 13px;
    height: 13px;
  }
  #main_image .main_image img {
    max-width: clamp(140px, 43.6vw, 230px);
  }
  #problem .problem_copy_01 span {
    font-size: clamp(40px,12.6vw,64px);
  }
  #problem .problem_copy_01 {
    font-size: clamp(26px,8.0vw,39px);
  }
  #problem .problem_copy_bg {
    width: clamp(126px, 39.2vw, 194px);
    font-size: clamp(13px,4.0vw,20px);
  }
  #problem .problem_copy_bg span {
    font-size: clamp(16px,4.9vw,34px);
  }
  #problem h2 {
    font-size: clamp(22px,6.8vw,33px);
  }
  #solution .point_nav {
    width: 98%;
  }
  #solution .point_nav li.point_nav_01 {
    border: 2px solid #6442b9;
  }
  #solution .point_nav li.point_nav_02 {
    border: 2px solid #f15cc0;
  }
  #solution .point_nav li.point_nav_03 {
    border: 2px solid #5797ff;
  }
  #solution .point_nav li p {
    font-size: clamp(14px,4.3vw,20px);
  }
  [id^="point"] {
    font-size: clamp(12px,3.7vw,16px);
    border-radius: 30px;
  }
  [id^="point"] h3 {
    font-size: clamp(18px,5.6vw,24px);
  }
  #detail {
    gap: 1%;
    padding: 10% 2%;
  }
  #cta ul {
    width: 98%;
    max-width: 315px;
    gap: 5px;
  }
  footer {
    font-size: clamp(9px,2.8vw,12px);
  }
}