@charset "utf-8";

/*ルール中の要素の横幅は基本%ブレイクポイントは768px画像サイズは780px以上を意識して作るfont-size:clamp(最小値を入れる, 推奨値を入れる, 最大値を入れる);*/
/*CSSカスタムプロパティ（サイト全体を一括管理する為の設定）---------------------------------------------------------------------------*/
/* * { margin: 0; padding: 0; box-sizing: border-box;} */
html {
  font-size: clamp(15px, 0.9vw, 18px);
}

/* 各要素は rem で指定 */
h1 {
  font-size: clamp(28px, 4vw, 52px);
}

h2 {
  font-size: var(--font-size-5);
  /* font-size: clamp(22px, 3vw, 40px); */
}

h3 {
  font-size: clamp(18px, 2vw, 28px);
}

p {
  /* font-size: clamp(15px, 1.4vw, 18px); */
  font-size: var(--font-size-1);
}

/* 読みやすさ優先 */
small {
  font-size: clamp(12px, 1vw, 14px);
}

.map-read p .emphasis {
  font-weight: bold;
}

.rank-small {
  margin-top: 2px;
  font-size: clamp(12px, 1vw, 14px);
}

body {
  scrollbar-width: none;

  ::-webkit-scrollbar {
    display: none;
  }

  font-family: "Jost", sans-serif;
  /* font-family: Outfit, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif; */
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.test {
  font-size: clamp(3rem, calc((45 / 1200) * 100vw), 4.5rem);
}

p {
}

/*@media screen and (min-width:480px) { 　画面サイズが480pxからはここを読み込む　}*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  p {
  }
}

/*@media screen and (min-width:1024px) {　画面サイズが1024pxからはここを読み込む　}*/
@media (min-width: 1120px) {
  .module__container {
    border-radius: var(--radius-xl);
    /* flex-direction: row; */
    max-width: min(calc(100% - var(--breakpoint-md-margin) * 2), 1240px);
  }
}

/* #fv {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-image: url(../img/haikei2.png);
  いらないbackground-size: contain;
  いらないheight: 100vh;
} */

/*背景スライド */

/* #fv {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease-in-out;
}

.test1 {
  background-image: url(../img/TOPA.png);
}

.test2 {
  background-image: url(../img/TOPB.png);
  opacity: 0;
}

.test3 {
  background-image: url(../img/TOPC.png);
  opacity: 0;
}

.test4 {
  background-image: url(../img/TOPD2.png);
  opacity: 0;
}

.test5 {
  background-image: url(../img/Top2.png);
  opacity: 0;
}

@keyframes slide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slide:nth-child(1) {
  animation: slide 12s infinite;
}

.slide:nth-child(2) {
  animation: slide 12s 3s infinite;
}

.slide:nth-child(3) {
  animation: slide 12s 6s infinite;
}

.slide:nth-child(4) {
  animation: slide 12s 9s infinite;
}

.slide:nth-child(5) {
  animation: slide 12s 12s infinite;
} */

/*背景スライドおわり */

/* .fv_contents {
  padding-top: clamp(1.875rem, 0.739rem + 5.68vw, 4rem);
  padding-bottom: 400px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: var(--headline-text-color);
  line-height: 1;
  padding-bottom: 650px;
} */

@media screen and (min-width: 960px) {
  .fv_contents {
    /* padding-top: clamp(1rem, 0.636rem + 1.82vw, 2rem); */
  }
}

.fv_title {
  /* font-size: clamp(2rem, 6vw, 7.5rem); */
  font-size: clamp(4.5rem, 2.227rem + 6.36vw, 7.5rem);
  font-weight: bold;
  font-family: Outfit, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  /*Montserrat*/
  font-style: normal;
  font-weight: 700;
  line-height: 89%;
  /* padding-top: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem); */
  padding-top: 15px;
}

.fv_title_zh {
  /* font-size: clamp(2rem, 6vw, 7.5rem); */
  font-size: clamp(3.5rem, 2.227rem + 6.36vw, 7rem);
  font-weight: bold;
  font-family: Instrument Sans;
  /*Montserrat*/
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* padding-top: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem); */
  padding-top: 15px;
}

@media (max-width: 768px) {
  .fv_title {
    /* font-size: max(1.75rem, 5vw); */
  }
}

.fv_title_lead {
  font-size: clamp(2rem, 6vw, 7.5rem);
  font-family: Outfit, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  /*Montserrat*/
  font-style: normal;
  font-weight: 300;
  margin: 15px auto 5px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .fv_title_lead {
    font-size: max(1.75rem, 5vw);
  }
}

.fv_title_sub {
  font-size: clamp(2rem, 6vw, 7.5rem);
  font-family: Outfit, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  /*Montserrat*/
}

@media (max-width: 768px) {
  .fv_title_sub {
    font-size: max(1.75rem, 5vw);
  }
}

.top_store_box {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  width: 90%;
  gap: 10px;
}

@media screen and (min-width: 960px) {
  .top_store_box {
    /*margin: 30px auto 0;
     width: 10%; */
  }
}

/*　文字の縮尺例　*/
/* .fv_contents {padding-top: clamp(10rem, 28vw, 15rem);padding-bottom: clamp(2rem, 3vw, 4rem);text-align: center;color: var(--headline-text-color);}@media (max-width: 768px) {.fv_contents {}}.fv_title {font-size: clamp(2rem, 6vw, 7.5rem);font-weight: bold;font-family: Montserrat;}@media (max-width: 768px) {.fv_title { font-size: max(1.75rem, 5vw);}}.fv_title_sub {font-size: clamp(2rem, 6vw, 7.5rem);font-family: Montserrat;}@media (max-width: 768px) {.fv_title { font-size: max(1.75rem, 5vw);}.fv_title_sub { font-size: max(1.75rem, 5vw);}} */
.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/*parallax---------------------------------------------------------------------------*/
.parallax {
  background-image: url("../img/Top.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.parallax-container {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.parallax-layer--back {
  transform: translateZ(-1px) scale(2);
}

.parallax-layer--front {
  transform: translateZ(0);
}

/*https://webukatu.com/wordpress/blog/23592/*/
.parallax-box {
  /* width: 200px; height: 200px; */
  background-image: url("../img/haikei.png");
  /* background-color: transparent; */
  perspective: 200px;
}

.parallax-box-front {
  width: 400px;
  height: 400px;
  margin-top: 300px;
  /* background-image: url("../img/fuji.png"); */
  transform: rotatey(-10deg);
  /* transform-origin: left; */
}

/*parallax---------------------------------------------------------------------------*/
section {
  padding-top: var(--global-section-padding);
  padding-bottom: var(--global-section-padding);
  /* padding-bottom: var(--global-section-aap-padding); */
}

@media (min-width: 768px) {
  section {
    padding-bottom: var(--global-section-aap-padding);
  }
}

.mv_contents {
  padding-left: max(2rem, 3vw);
  padding-top: clamp(10rem, 28vw, 15rem);
  padding-bottom: clamp(2rem, 3vw, 4rem);
  max-width: max(500px, 40vw);
}

@media (max-width: 768px) {
  .mv_contents {
    padding-left: max(1.25rem, 3vw);
  }
}

.mv_title,
.price,
.user {
  font-size: clamp(3rem, 2.273rem + 3.64vw, 4.5rem);
  font-weight: bold;
  font-family: Montserrat;
}

.user {
  padding-left: 5px;
  line-height: 0.9;
}

.price {
  padding-left: 10px;
}

@media screen and (min-width: 960px) {
  .user {
    padding-left: 10px;
    line-height: 1.2;
  }

  .price {
    padding-left: 10px;
  }
}

.number_adjust {
  /* padding-left: 10px; */
}

.store_detail_trust {
  text-align: right;
}

@media (max-width: 768px) {
  .mv_title {
    font-size: max(1.75rem, 5vw);
  }
}

.about {
  padding-inline: max(1.5rem, 1vw);
}

/* .about_inner {padding-block: clamp(3rem, 10vw, 5rem);}@media (max-width: 768px) {.about_inner {padding-block: 6vw;}} */
.about_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 1vw;
}

@media (max-width: 768px) {
  .about_list {
    grid-template-columns: repeat(1, 1fr);
    list-style-type: none;
    gap: 3vw 2vw;
  }
}

.about_card {
  font-size: max(0.875rem, 1vw);
  text-align: center;
}

/*img*/
img {
  width: 100%;
  height: auto;
}

/*枠組み*/
.box {
  /* max-width: 1920px; */
  margin: 0 auto;
}

/*pconlyは768px以下で非表示、sponlyは768以下で表示.pconly{ @media screen and (max-width: 768px){ display: none;}}.sponly{ display: none; @media screen and (max-width: 768px){ display: block; }} */
.sponly {
  display: block;

  @media screen and (min-width: 960px) {
    display: none;
  }
}

.pconly {
  @media screen and (min-width: 960px) {
    display: block;
  }
}

.howto ul {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.planning_contents {
  height: 100%;
  width: 400vw;
}

.first_comment,
.second_comment,
.third_comment,
.forth_comment,
.fifth_comment {
  position: absolute;
  top: 30%;
  left: 200px;
  width: 150px;
  background-color: #fcffee;
  border: 1px solid #e99797;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.first_comment {
  position: absolute;
  top: 30%;
  left: 148px;
  width: 170px;
}

.second_comment {
  position: absolute;
  top: 20%;
  left: 455px;
  width: 170px;
  z-index: 5;
}

.third_comment {
  position: absolute;
  top: 20%;
  left: 780px;
  width: 170px;
}

.forth_comment {
  position: absolute;
  top: 10%;
  left: 765px;
  width: 170px;
}

.fifth_comment {
  position: absolute;
  top: 0%;
  left: 965px;
  width: 170px;
}

@media screen and (min-width: 960px) {
  .planning_contents {
    width: 350vw;
  }
}

.timeline {
  /* background-color: #f87c7c; */
  border-radius: 10px;
  padding: 0 30px;
  overflow-x: auto;
}

.c-timeline-image {
  position: absolute;
  left: 630px;
  top: -40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.c-timeline-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.c-timeline-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.c-timeline-line {
  position: absolute;
  left: 547px;
  top: 0px;
  width: 2px;
  height: 350px;
  border: 1px dotted #f78787;
  z-index: 3;
  transform: rotate(38deg);
}

/*.example2{ width: 100px; height: 100px; background: #ace7f2;}.example2 hr{ transform: rotate(45deg); width: 100px; border: 0; border-top: 10px solid #333; margin: 0; padding: 0;} */
.scroll_container {
  height: 300vh;
}

@media screen and (min-width: 960px) {
  .scroll_container {
    height: 110vh;
    /*300vh*/
  }
}

.horizontal_scroll {
  position: absolute;
  top: 0;
  height: 100%;
  width: 550vw;
  will-change: transform;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 960px) {
  .horizontal_scroll {
    margin-left: 25%;
  }
}
/* @media screen and (min-width: 960px) {
  .horizontal_scroll {
    display: block;
  }
} */

.scroll_contents {
  height: 100%;
  width: 100vw;
}

.sticky_wrap {
  overflow: hidden;
  position: sticky;
  top: 0;
  height: 100vh;
}

@media screen and (min-width: 960px) {
  .sticky_wrap {
    /* overflow: inherit; */
  }
}

/* section {height: 100vh;} */
.red {
  background-color: #ff3d00;
}

.yellow {
  background-color: #ffff00;
}

.green {
  background-color: #05ff00;
}

.blue {
  background-color: #2835f8;
}

#ac-globalfooter {
  /* --footer-background: rgb(245, 245, 247);--footer-border-color: rgba(0, 0, 0, 0.16); */
  --footer-text-color: rgba(0, 0, 0, 0.56);
  --footer-link-color: rgba(0, 0, 0, 0.72);
  --footer-pipe-color: rgba(0, 0, 0, 0.48);
  --footer-directory-title-color: rgba(0, 0, 0, 0.88);
  --footer-directory-title-color-hover: #000;
  --footer-directory-title-focus-offset: 4px;
  --footer-section-border-color: var(--footer-border-color);
  --footer-pipe-border: 1px solid var(--footer-pipe-color);
  font-size: 12px;
  line-height: 1.3333733333;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons",
    "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: var(--footer-background);
  color: var(--footer-text-color);
  /* min-width: 1024px; */
  /* overflow: hidden; */
  position: relative;
}

.test {
  color: yellow;
}

#map .contents_inner {
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
}

#map .contents_inner img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  #map .contents_inner img {
    width: 758px;
  }
}

.map-read p,
.trusted-read p,
.how-read p,
.review-read p,
.download-lead p,
.download-lead_lower p,
.how-catch p {
  font-size: clamp(1.25rem, 1.182rem + 0.34vw, 1.438rem);
}

.trusted-read {
  margin: 0 50px 50px;
}

.box-inner-title {
  font-size: clamp(15px, 0.9vw, 18px);
  line-height: 1.2;
}

.box-inner-number p {
  font-weight: 500;
  font-size: clamp(21px, 2vw, 28px);
}

.trusted-box-contents {
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
  /* align-items: center; */
  gap: 20px 5%;
  padding: 20px 1%;
}

@media screen and (min-width: 960px) {
  .trusted-box-contents {
    gap: 20px 15%;
    margin-top: 50px;
  }
}

.trusted-box {
  background-color: #ffffff;
  border-radius: 27px;
  flex: 1;
  padding: 15px 10px 10px;
  /* margin: 20px 0; */
}

.review-box {
  background-color: #ffffff;
  /* border-radius: 20px; */
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); */
  /* border: 1px solid #6c6666; */
}

@media (min-width: 960px) {
  .review-box {
    padding: 20px;
  }
}

/* boxの影 (filterプロパティ未対応のブラウザ) */
/* .review-box::before { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16); filterが効かない場合黒い影をつける z-index: -1;} */
.review-box-individual {
  display: flex;
  align-items: center;
}

.review_comment {
  margin-top: 10px;
  text-align: left;
}

.review-box-inner {
  max-width: 100%;
  border-radius: 20px;
  height: auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 20px;
}

.pinkbg {
  background-color: #fee;
}

.circle {
  margin-right: 15px;
}

.circle img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid;
}

.icon-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  line-height: 20px;
}

.carousel__indicator {
  overflow-x: auto;
}

.carousel__indicator::-webkit-scrollbar {
  display: none;
}

.carousel__indicator li {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media (min-width: 960px) {
  .carousel__indicator li {
    justify-content: flex-start;
    width: 200px;
  }
}

.icon_cross {
  display: block;
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid #333;
  /* 枠の調整 */
  border-radius: 50%;
  /* 丸みの度合い */
  background: #fff;
  /* ボタンの背景色 */
}

.icon_cross::before,
.icon_cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  /* 棒の幅（太さ） */
  height: 8px;
  /* 棒の高さ */
  background: #333;
  /* バツ印の色 */
}

.icon_cross::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.icon_cross::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.download_box img {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 760px) {
  .download_box img {
    width: 50%;
    text-align: inherit;
    margin: inherit;
  }
}

@media screen and (min-width: 960px) {
  .download_box img {
    width: 50%;
    text-align: inherit;
    margin: inherit;
  }
}

/*

#trusted .contents_inner {width:758px;text-align: center;margin: 0 auto;} */
/*奥行のある分*/
@import url("https://fonts.googleapis.com/css2?family=Beth+Ellen&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Beth+Ellen&family=Chelsea+Market&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* body { background: black; font-weight: 400; font-style: normal; font-family: "Chelsea Market", system-ui; font-size: 34px;} */
.wrapper,
.content {
  position: relative;
  width: 100%;
  z-index: 1;
}

.intro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ff0000;
  /* margin: 0 auto; */
}

.intro h1 {
  font-size: 40px;
  font-family: "Beth Ellen", cursive;
}

.intro p {
  font-size: 60px;
  font-family: "Chelsea Market", system-ui;
  font-weight: bolder;
}

.content {
  overflow-x: hidden;
}

.content {
  width: 100%;
  height: 100vh;
}

.section {
  width: 100%;
  /* height: 100vh; */
}

.gradient-purple,
.gradient-blue {
  height: 50vh;
}

.content .section.hero {
  background-image: url(../img/sakuranavitop_bk.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.5s ease;
}

.image-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  perspective: 500px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 1;
}

/* ここまで */
.test {
  position: relative;
  color: white;
  top: -30px;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 45px;
  color: #ff9605c4;
}

.contents_inner {
  text-align: center;
  margin: 0 auto;
  width: 98%;
}

.contents_inner h2 {
  margin-bottom: 30px;
}

#howto {
  position: relative;
}

.planning_mv {
  display: flex;
  width: 70%;
  /* justify-content: center; */
  justify-content: flex-start;
  margin-top: 25px;
}

.how_mv {
  display: flex;
  /* width: 70%; */
  /* justify-content: center; */
  justify-content: flex-start;
  margin-top: 25px;
}

.how_mv {
  padding: 0 10px;
}

.how_mv img {
  width: 40%;
  text-align: center;
  margin: 0 auto;
}

.how-catch {
  margin-top: 40px;
}

.planning_mv {
  position: relative;
}

.planning_mv img {
  width: 40%;
  /* justify-content: start; */
}

.planning_mv_first {
  margin-left: 10px;
  width: 550px;
}

.planning_mv_second {
  width: 450px;
  position: relative;
}

.planning_mv_second img {
}

.planning_mv_first {
  margin-left: 20px;
  width: 450px;
}

.planning_mv_third {
  width: 450px;
}

/* .move { object-fit: cover;} */
@media (min-width: 960px) {
  .how_mv {
    flex-direction: row-reverse;
  }

  .how_mv img {
    width: 30%;
  }

  .planning_mv img {
    width: 40%;
  }
}

/* img.anime { animation: scroll-anime linear; animation-timeline: view(); animation-range: cover 0% cover 70%;} */
.line {
  display: block;
  position: relative;
}

.line::after {
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  content: "";
  display: block;
  height: 1px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.line.is-animated::after {
  width: 100%;
}

@keyframes scroll-anime {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

.planning_contents_inner_left {
  text-align: left;
  /* padding-top: 90px; */
}

.carousel__section img {
  width: 65%;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .carousel__section img {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
}

/*モーダルウインドウhttps://recooord.org/modal-window-on-javascript/*/
/* モーダルを開くボタン */
.modal-open {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  translate: -50% -50%;
}

/* モーダルと背景の指定 */
.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  /* background: rgba(0,0,0,50%); */
  background: rgba(255, 255, 255);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 5;
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.5;
  /*1.8*/
  padding: 20px;
  overflow-x: scroll;
  transform: translateX(0);
  /*carousel ばつが隠れる*/
  /* overflow-x: auto; */
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
  /* white-space:nowrap; */
}

/* carousel (Flexコンテナ) */
.carousel {
  position: relative;
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  /* 親要素に合わせる */
}

/* ★追加: 各スライドの幅をコンテナの100%に設定し、伸縮を無効にする */
.carousel__section {
  min-width: 100%;
  /* コンテナの幅いっぱいに設定 */
  /* flex-shrink: 0; 縮小させない */
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.carousel__button-left,
.carousel__button-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

.carousel__button-left {
  left: 5%;
}

.carousel__button-right {
  right: 5%;
}

.carousel__indicator {
  padding: 40px 5px 0;
  margin: 0 auto;
  /* display: flex; */
  display: none;
  /* position: absolute; bottom: 5%; left: 50%; transform: translateX(-50%); */
  row-gap: 20px;
}

.indicator_txt {
  padding-left: 2px;
}

@media (min-width: 768px) {
  .indicator_txt {
    padding-left: 4px;
  }
}

.carousel__indicator {
  display: flex;
  list-style: none;
  overflow-x: auto;
  justify-content: center;
}

@media (min-width: 960px) {
  .carousel__indicator {
    position: absolute;
    top: 50%;
    flex-direction: column;
    padding: 0;
  }
}

.carousel__indicator > li {
  /* width: 10px; height: 10px; */
  margin: 0 5px;
  padding: 5px 20px;
  border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #000;
}

@media (min-width: 960px) {
  .carousel__indicator > li {
    padding: 10px 15px;
    font-size: 20px;
  }
}

.carousel__indicator > .active {
  background: #0000003d;
}

.carousel__txt {
  /* width: 250px; */
  padding: 20px;
}

@media (min-width: 960px) {
  .carousel__txt {
    width: auto;
  }
}

/* カルーセル2個目 */
.carousel-outer2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  padding-bottom: 45px;
}

.carousel-outer2 {
  margin: 0 auto;
}

.carousel2 {
  /* position: relative; */
  display: flex;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
}

.no-transition {
  transition: none;
}

.carousel__button-left2,
.carousel__button-right2 {
  position: absolute;
  /* top: 50%; */
  bottom: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

.carousel__button-left2 {
  left: 2%;
}

.carousel__button-right2 {
  right: 2%;
}

.carousel__indicator2 {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.carousel__indicator2 > li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #000;
  list-style: none;
}

.carousel__indicator2 > .active {
  background: #000;
}

.carousel__section2 {
  min-width: 100%;
}

@media (min-width: 960px) {
  .carousel2.no-transition {
    transition: none !important;
  }
}

/* download部分 */
.download_box {
  /* margin: 50px auto; */
  text-align: center;
  padding: 80px 0 50px;
  background-image: url(../img/sakura_bg_sp.png);
}

@media (min-width: 960px) {
  .download_box_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.download_mv {
  position: absolute;
}

@media (min-width: 760px) {
  .download_mv {
    left: 35%;
  }
}

@media (min-width: 960px) {
  .download_box {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 70px 20px 70px;
    /* background-image: url(../img/sakura_bg.png); */
  }

  .download_mv {
    /* position: absolute; */
    top: 10%;
    left: 45%;
  }
}

.store_box {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}

.store_box img {
  /* width: 45%; */
}

.benefit {
  width: 350px;
  margin: 250px auto 80px;
  text-align: center;
}

@media (min-width: 960px) {
  .benefit {
    margin: 150px auto 150px;
  }
}

@media (min-width: 960px) {
  .benefit {
    width: inherit;
  }
}

.benefit_item {
  position: sticky;
  top: 0;
  padding: 20px;
  background-color: rgba(244, 239, 243, 0.7);
  margin: 15px auto;
  text-align: center;
  /* line-height: 45px; */
  border-radius: 35px;
  font-size: clamp(1.125rem, 1.084rem + 0.2vw, 1.25rem);
}

.store_detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 40px 20px;
}

@media (min-width: 960px) {
  .store_detail {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 22px;
  }
}

.download_container {
  margin-top: 100px;
}

@media (min-width: 960px) {
  .download_container {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
}

.timeline-nav-buttonspecificity: (0, 1, 0) {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10;
}

.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.timeline-nav-button--prev {
  left: 0;
}

/* 横方向タイムライン */
.c-timeline {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  overflow-x: auto;
}

.c-timeline__list {
  width: fit-content;
  display: flex;
  position: relative;
}

@media (min-width: 960px) {
  .c-timeline__list {
    margin-top: 50px;
  }
}

.c-timeline__item {
  position: relative;
  flex: 0 0 1;
  min-width: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-timeline__item:first-of-type {
  padding-left: 20px;
}

.c-timeline__item:last-of-type {
  padding-right: 20px;
}

.c-timeline__item dt {
  display: inline-block;
  color: #18b2ff;
  font-weight: 700;
  transform: translateX(-50%);
  padding: 0 0 10px;
}

.c-timeline__item dd {
  flex: 1;
  width: 100%;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  padding: 30px 0 0 0;
  border-left: 1px dashed #c2bfb9;
  border-top: 1px solid #18b2ff;
  text-align: left;
}

.c-timeline__item dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fcba68;
  transform: translate(-50%, -50%);
}

.dd_bg {
  background-color: #f4e3cd;
}

.c-timeline__item ul .front_top {
  padding-left: 14px;
}

.c-timeline__item li {
  list-style: none;
}

.front {
  padding: 5px 20px;
  margin-left: 14px;
  margin-bottom: 11px;
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  background-color: #f4e3cd;
}

.backward {
  padding: 5px 20px;
  margin-bottom: 10px;
  margin-right: 14px;
  border-top-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  background-color: #f4e3cd;
  border: 11px solid #f4e3cd;
}

.middle {
  padding: 5px 20px;
  margin-bottom: 11px;
  background-color: #f4e3cd;
  border: 11px solid #f4e3cd;
}

.section_title {
  text-align: center;
  width: 25%;
}

@media (min-width: 960px) {
  .section_title {
    width: 50%;
  }
}

.download_catch {
  margin: 100px auto;
}

.download_catch p {
  font-size: clamp(1.875rem, 1.263rem + 3.06vw, 3.75rem);
  font-weight: 600;
}

.download-lead_lower {
  margin: 20px auto;
  /* padding: 15px; */
  border-radius: 15px;
  /* background: #171717c9;color: white; */
}

.store_box {
  display: flex;
  column-gap: 20px;
}

/* @keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
} */

.anim-box.popup.is-animated {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1);
  }

  80%,
  100% {
    opacity: 1;
  }
}

@scope {
  .dotEx {
    /* ボヨンボヨンのイージング */
    --ease-elastic-out: linear(
      0,
      0.2178 2.1%,
      1.1144 8.49%,
      1.2959 10.7%,
      1.3463 11.81%,
      1.3705 12.94%,
      1.3726,
      1.3643 14.48%,
      1.3151 16.2%,
      1.0317 21.81%,
      0.941 24.01%,
      0.8912 25.91%,
      0.8694 27.84%,
      0.8698 29.21%,
      0.8824 30.71%,
      1.0122 38.33%,
      1.0357,
      1.046 42.71%,
      1.0416 45.7%,
      0.9961 53.26%,
      0.9839 57.54%,
      0.9853 60.71%,
      1.0012 68.14%,
      1.0056 72.24%,
      0.9981 86.66%,
      1
    );
    --sx-from: 0.3;
    --sy-from: 0.3;
    --sx-to: 1;
    --sy-to: 1;
    position: absolute;

    .dotExInnerX {
      transform: scaleX(var(--sx));
      animation: scaleX 2s var(--ease-elastic-out) infinite;
    }

    .dotExInnerY {
      transform: scaleY(var(--sy));
      animation: scaleY 2s var(--ease-elastic-out) infinite;
    }

    &:nth-child(1) {
      left: 200px;
      top: 200px;
    }

    &:nth-child(2) {
      left: 500px;
      top: 200px;

      .dotExInnerY {
        animation-delay: 0.1s;
      }
    }
  }
}

.img_bound {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@keyframes poyoyon {
  0% {
    transform: translateY(-140px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
  20%,
  100% {
    opacity: 1;
  }
}

.mv vertical {
  position: relative;
}

/* .animation-box {
  position: absolute;
  top: 50%;
  height: 200px;
}

.shinjyuku {
  position: absolute;
  bottom: 0;
}

.shinjyuku img {
  width: 70%;
} */

#logo_box {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.app_logo img {
  width: 20px;
}

.app_name {
  color: #fff;
}
#fv {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
  background-image: url(../img/TOPE.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-size: contain; */
  /* height: 100vh; */
  /* height: auto; */
}

.fv_contents {
  /* max-width: 2560px; */
  padding-top: clamp(1.875rem, 0.739rem + 5.68vw, 3rem);
  /* padding-bottom: 400px; */
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: var(--headline-text-color);
  line-height: 1;
  padding-bottom: 540px;
}

@media (min-width: 960px) {
  .fv_contents {
    padding-bottom: 650px; /*750px*/
  }
}

/*koko*/

.slideshow {
  position: relative;
  max-width: 2560px;
  /* width: 100vw; */
  height: 100vh;
  /* overflow: hidden; */
  /* margin: 0 auto;
  height: auto; */
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  transition: opacity 1s ease-in-out;
}

.test1 {
  background-image: url("../img/TOPA.png");
}

.test2 {
  background-image: url("../img/TOPB.png");
  opacity: 0;
}

.test3 {
  background-image: url("../img/TOPC.png");
  opacity: 0;
}

.test4 {
  background-image: url("../img/TOPD.png");
  opacity: 0;
}

.test5 {
  background-image: url("../img/TOPE.png");
  opacity: 0;
}

.test6 {
  background-image: url("../img/TOPF.png");
  opacity: 0;
}

.test7 {
  background-image: url("../img/TOPG.png");
  opacity: 0;
}

@keyframes slide-first {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slide {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.slide:nth-child(1) {
  animation: slide-first 8s forwards;
}

.slide:nth-child(2) {
  animation: slide 8s 1s forwards;
}

.slide:nth-child(3) {
  animation: slide 8s 2s forwards;
}

.slide:nth-child(4) {
  animation: slide 8s 3s forwards;
}

.slide:nth-child(5) {
  animation: slide 8s 4s forwards;
}

.slide:nth-child(6) {
  animation: slide 8s 5s forwards;
}

.slide:nth-child(7) {
  animation: slide 8s 6s forwards;
}

.delayed-element {
  /* 初期状態: 透明で見えない */
  opacity: 0;

  /* アニメーションの定義 */
  animation-name: fadeIn;
  animation-duration: 0.5s; /* フェードインにかける時間 */
  animation-delay: 7s; /* ここが7秒後の遅延を設定する部分 */
  animation-fill-mode: forwards; /* アニメーション終了後、最後の状態(opacity: 1)を保持 */
}

/* フェードインアニメーションのキーフレーム */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

footer {
  text-align: center;
  margin: 0 auto;
}

.rank {
  padding-top: 5px;
}

@media (min-width: 960px) {
  .rank {
    padding-top: 0px;
  }
}

.app_inform {
  text-align: center;
  margin: 0 auto;
}

.app_logo_center {
  padding: 0 0 8px;
  width: 13%;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .app_logo_center {
    width: 4%;
  }
}

.app_logo_center img {
  width: 100%;
}

.trust_user {
  display: flex;
  flex-direction: column;
}

.qr_box {
  width: 50%;
}

@media (min-width: 960px) {
  .qr_box {
    width: 100px;
  }
}

.qr_box img {
  width: 90%;
}
