@charset "UTF-8";
/* color */
html {
  scroll-behavior: smooth;
}

html,
body {
  font-size: 15px;
}

div#breadcrumb_container {
  border-bottom: none;
}

.wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}

.wave--top {
  position: relative;
  top: -1px;
}

.mv {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: auto;
  padding: 40px 0 40px;
  background: #ffde00;
}
.mv__ttl {
  margin: 0;
}
.mv__ttl img {
  display: block;
  width: min(500px, 90%);
  margin: auto;
}
.mv__illust {
  position: relative;
  width: 85%;
  margin: 32px auto 0;
}
@media screen and (min-width: 992px) {
  .mv__illust {
    overflow: hidden;
    width: min(550px, 100%);
  }
}
.mv__illust--top {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 65%;
  animation: cheers-top 0.8s ease-out forwards;
}
@media screen and (min-width: 992px) {
  .mv__illust--top {
    top: -15%;
    width: 60%;
  }
}
.mv__illust--middle {
  position: absolute;
  top: 11%;
  left: -47%;
  width: 95%;
  animation: cheers-middle 0.8s ease-out forwards;
}
@media screen and (min-width: 992px) {
  .mv__illust--middle {
    top: 10%;
    left: -37%;
    width: 90%;
  }
}
.mv__illust--bottom {
  position: absolute;
  top: 22%;
  right: -13%;
  width: 70%;
  animation: cheers-bottom 0.8s ease-out forwards;
}
@media screen and (min-width: 992px) {
  .mv__illust--bottom {
    top: 20%;
    right: -14%;
    width: 65%;
  }
}
@keyframes cheers-top {
  0% {
    transform: translateX(100%);
  }
  70% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cheers-middle {
  0% {
    transform: translateX(-50%);
  }
  70% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cheers-bottom {
  0% {
    transform: translateX(100%);
  }
  70% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}
.mv__catch {
  opacity: 0;
  position: absolute;
  bottom: 15%;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  animation: catch 0.5s 1.3s ease-out forwards;
}
@media screen and (min-width: 992px) {
  .mv__catch {
    top: 59%;
    width: min(550px, 100%);
  }
}
@keyframes catch {
  0% {
    opacity: 0;
  }
  70% {
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.mv__catch img {
  position: relative;
  left: -2.5%;
  width: 105%;
  margin: auto;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

@media screen and (max-width: 1023px) {
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}
.app_download_txt {
  text-align: center;
}
.app_download_txt a {
  display: inline-block;
  white-space: nowrap;
  background-color: #e60012;
  color: #fff;
  font-size: 22px;
  text-align: center;
  border: 2px solid #e60012;
  border-radius: 10px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
  padding: 0.2em 1em;
}

/*----- fixed_btn -----*/
.fixed_btn {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.6em 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.fixed_btn .app_download {
  width: inherit;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.fixed_btn .app_download a:first-of-type {
  margin: 0 1em 0 0;
}
.fixed_btn .app_download .appimg {
  margin: 0 2em 0 0;
}
.fixed_btn .fixed_txt {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #00a051;
}
.fixed_btn .appdl_btn {
  text-align: center;
  padding: 0;
}
.fixed_btn .appdl_btn a {
  font-size: 20px;
}

.fixed_btn.show {
  opacity: 1;
  visibility: visible;
}

.charm {
  padding: 48px 0;
  background: #fffbd9;
}
.charm__inner {
  width: min(700px, 90%);
  margin: 0 auto;
}
.charm__inner h2 {
  margin: 0;
  text-align: center;
}
.charm__inner h2 img {
  width: min(500px, 100%);
}
.charm__item {
  width: min(420px, 100%);
  margin: auto;
}
.charm__item h3 {
  display: flex;
  margin: 24px 0 8px;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
}
.charm__item h3 small {
  display: flex;
  align-items: end;
  color: #333;
  font-size: 12px;
  font-weight: 900;
}
.charm__item p {
  display: flex;
  margin: 0;
  color: #ff5c00;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.charm__item a {
  width: 140px;
  display: flex;
  justify-content: end;
  margin-left: auto;
  border-bottom: 1px solid #0085ff;
  color: #0085ff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.reserve {
  padding: 48px 0;
}
.reserve__inner {
  width: min(700px, 90%);
  margin: 0 auto;
}
.reserve__inner p {
  text-align: center;
}

.intro {
  position: relative;
  background: #fff;
}
.intro__illust--bottom {
  position: relative;
  width: 100%;
}
.intro__lead {
  width: min(700px, 90%);
  margin: 24px auto;
  padding: 8px 16px;
  border-radius: 5px;
  background: #ff5c00;
  font-size: clamp(15px, 3vw, 20px);
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
.intro__2col {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: min(500px, 90%);
  margin: 32px auto 0;
}
.intro__2col--left {
  display: flex;
  align-items: end;
}
.intro__2col--left img {
  height: 90%;
}
.intro__2col--right {
  width: -moz-fit-content;
  width: fit-content;
}
.intro__2col--right ul {
  padding: 0;
  list-style: none;
  color: #ff5c00;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.intro__2col--right ul li {
  margin-bottom: 30px;
  line-height: 1.5;
}
.intro__2col--right ul b {
  font-size: 20px;
  font-weight: 900;
}
.intro__2col--right ul li:last-child b {
  font-size: 20px;
}

.pattern {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
}
.pattern .conte_inner {
  max-width: 980px;
  padding: 0 1em;
  margin: 0 auto;
}
.pattern .conte_inner .ttl {
  margin: 3em 0;
}
.pattern .conte_inner .illust_box {
  max-width: 600px;
  margin: 3em auto;
}
.pattern .conte_inner .illust_box .bg_orange {
  font-size: 24px;
  background: #ff5c00;
  color: #fff;
  border-radius: 30px;
  padding: 0.5em 0;
  margin: 1em 0;
}
.pattern .conte_inner .illust_box .illust img {
  width: 100%;
}

.cv {
  position: relative;
  padding: 48px 0;
  z-index: 1;
  background: #fffbd9;
}
.cv__inner {
  width: min(700px, 100%);
  margin: auto;
}
.cv__catch {
  position: relative;
  width: min(500px, 90%);
  margin: 0 auto 16px;
  padding: 8px 16px 12px;
  border-radius: 100vw;
  background: #fff;
  color: #ff5c00;
  font-size: clamp(15px, 3vw, 20px);
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.cv__catch:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.cv__main {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif;
  font-size: clamp(15px, 5vw, 24px);
  text-align: center;
  margin: 0;
  padding: 0;
}
.cv__main--01 {
  height: min(6vw, 50px);
  vertical-align: bottom;
  opacity: 0;
}
.cv__main .rightin-1 {
  animation: Rightin-1 0.2s linear forwards;
}
.cv__main--02 {
  height: min(12vw, 100px);
  opacity: 0;
}
.cv__main .rightin-2 {
  animation: Rightin-2 0.2s 0.4s linear forwards;
}
.cv__main--03 {
  display: block;
  height: min(6vw, 50px);
  margin: 16px auto 0;
  opacity: 0;
}
.cv__main .rightin-3 {
  animation: Rightin-3 0.2s 0.6s linear forwards;
}
@keyframes Rightin-1 {
  0% {
    opacity: 0;
    scale: 0.5;
    transform: rotate(-45deg);
  }
  50% {
    opacity: 0;
    scale: 1.5;
    transform: rotate(-45deg);
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes Rightin-2 {
  0% {
    opacity: 0;
    scale: 0.5;
    transform: rotate(-45deg);
  }
  50% {
    opacity: 0;
    scale: 1.5;
    transform: rotate(-45deg);
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes Rightin-3 {
  0% {
    opacity: 0;
    scale: 0.5;
    transform: rotate(-45deg);
  }
  50% {
    opacity: 0;
    scale: 1.5;
    transform: rotate(-45deg);
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.cv__flex {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 6px;
}
.cv__flex img {
  width: min(500px, 90%);
}
.cv__box {
  width: min(650px, 90%);
  margin: auto;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
}
.cv__caption {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4px;
  padding: 4px 24px;
  border-radius: 100vw;
  background: #ff5c00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.cv__txt {
  margin-bottom: 8px;
  color: #000;
  font-weight: 900;
  text-align: center;
}
.cv__button {
  position: relative;
  display: block;
  width: min(300px, 80%);
  margin: auto;
  padding: 16px 0;
  border-radius: 5.5px;
  background: #ff0622;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.cv__button label {
  display: block;
  margin: 0;
  padding: 4px 24px;
  cursor: pointer;
}
.cv__image {
  position: absolute;
  top: 0;
  left: -5px;
  width: max(130px, 30%);
}
.cv__recommend {
  width: min(400px, 90%);
  margin: 32px auto 0;
}
.cv__recommend p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 40px;
  background: #fff08c;
  padding: 32px 16px;
  color: #ff5c00;
}
.cv__recommend p:last-child {
  margin: 0 auto 0;
}
.cv__benefit {
  position: relative;
  width: max(350px, 100%);
  margin: auto;
}
@media screen and (min-width: 992px) {
  .cv__benefit {
    width: 700px;
  }
}
.cv__benefit p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 5% 0 auto;
  color: #ff5c00;
  font-weight: 900;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 3.15px;
}
@media screen and (min-width: 992px) {
  .cv__benefit p {
    margin: 40px auto 0;
  }
}
.cv__benefit ul {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ff5c00;
  font-weight: 700;
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 5% 40px auto;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .cv__benefit ul {
    margin: 40px auto 0;
  }
}
.cv__benefit li {
  margin-bottom: 16px;
  line-height: 1.5;
}
.cv__benefit li:last-child {
  margin-bottom: 0;
}
.cv__benefit b {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.6px;
}
.cv__benefit .cv__illust {
  position: absolute;
  bottom: 130px;
  left: -27px;
  z-index: -1;
  width: 165px;
}
@media screen and (min-width: 992px) {
  .cv__benefit .cv__illust {
    left: 75px;
  }
}

.outer {
  padding-bottom: 64px;
}

.heading {
  margin: 0;
}
.heading img {
  width: min(500px, 90%);
  display: block;
  margin: 0 auto;
  padding: 64px 0 0;
}

.card {
  width: min(700px, 90%);
  margin: 16px auto 64px;
  padding: 0 0 28%;
  border-radius: 40px;
  background: #fffbd9;
}
@media screen and (min-width: 992px) {
  .card {
    padding: 0 0 200px;
  }
}
.card:last-child {
  margin: 0 auto;
}
.card__image {
  position: relative;
  display: block;
  padding-bottom: 8px;
  width: 100%;
}
.card__image--main {
  width: 100%;
}
.card__image--new {
  position: absolute;
  top: -5%;
  right: 0;
  width: 45%;
  margin: 0;
}
.card__image--ic {
  position: absolute;
  top: 33%;
  left: -5%;
  width: 13%;
  margin: 0;
}
.card__image h3 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40%;
  width: 90%;
  margin: 0 auto;
}
.card__image h3 img {
  width: 100%;
}
.card__image .content_cheers {
  bottom: -20%;
}
.card p {
  position: relative;
}
.card p img {
  display: block;
  width: min(400px, 85%);
  margin: auto;
  padding: 24px 0 16px;
}
@media screen and (min-width: 992px) {
  .card p img {
    padding: 40px 0 16px;
  }
}
.card__txt {
  width: 85%;
  margin: 0 auto 24px;
  padding: 32px 0 0;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ff5c00;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.card__txt img {
  width: auto;
  vertical-align: sub;
}

.spacer {
  position: relative;
  width: min(500px, 100%);
  margin: auto;
  padding: 64px 0 0;
}
.spacer .cv__caption {
  margin-bottom: 8px;
}

.howto {
  overflow: hidden;
  padding: 48px 0;
  background: #fff;
}
.howto__inner {
  width: min(400px, 100%);
  margin: 0 auto 0;
  border-radius: 40px;
  background: #fff;
  overflow: hidden;
}
.howto__title {
  width: min(940px, 100%);
  margin: auto;
  padding: 0 0 24px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.howto__title small {
  display: block;
  color: #ff5c00;
  text-align: center;
  font-size: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.howto__title img {
  width: 90%;
  margin: auto;
}
.howto__newfeature {
  padding: 64px 0;
  background: #fff;
}
.howto__newfeature__inner {
  position: relative;
  width: min(700px, 90%);
  margin: auto;
}
.howto__newfeature__icon {
  position: absolute;
  top: -30px;
  right: -2.5%;
  width: 30%;
  margin: 0;
}
.howto__newfeature__main {
  width: 100%;
}
.howto__swiper--01 {
  overflow: visible;
  width: 90%;
  margin-left: 5%;
}
.howto__swiper--01 img {
  width: 100%;
}
.howto__swiper--01 .swiper-wrapper {
  filter: drop-shadow(0px 5.71215px 0px rgba(0, 0, 0, 0.13));
}
.howto__swiper--01 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.howto__swiper--01 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: -1px var(--swiper-pagination-bullet-horizontal-gap, 16px);
}
.howto__swiper--01 .swiper-pagination {
  position: static;
  margin: 24px 0 0;
}
.howto__swiper--01 .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 22px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 22px));
  background: #eaeaea;
  opacity: 1;
}
.howto__swiper--01 .swiper-pagination-bullet-active {
  background: #ffde00;
}
.howto__swiper--02 {
  margin: 24px 0;
}
.howto__swiper--02 img {
  width: -moz-fit-content;
  width: fit-content;
}
.howto__swiper--02 .swiper-wrapper {
  transition-timing-function: linear;
}
.howto__swiper--02 .slide__item {
  position: relative;
  display: flex;
  width: 95%;
  margin: 40px auto 0;
  padding: 32px;
  border-radius: 64px;
  background: #fff;
}
.howto__swiper--02 .slide__item:nth-child(2) {
  transform: translateX(50%);
}
.howto__swiper--02 .slide__item small {
  display: block;
  text-align: center;
  color: #ff5c00;
}
.howto__swiper--02 .slide__item:after {
  content: "";
  background: url(../img/howto_decoration.svg) no-repeat;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  bottom: -20px;
  left: 40%;
  rotate: -17deg;
}
.howto__swiper--02 .slide__item--left {
  width: 100px;
}
.howto__swiper--02 .slide__item--left img {
  display: block;
  width: 60%;
  margin: auto;
}
.howto__swiper--02 .slide__item--right {
  margin-left: 16px;
}
.howto__swiper--02 .slide__item--right p {
  text-align: left;
}
.howto .cv {
  padding: 64px 0 0;
}

.faq {
  width: min(700px, 90%);
  margin: auto;
  padding: 64px 0;
}
.faq__title {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 24px;
}
.faq__box {
  margin: 0 0 16px;
}
.faq__box:last-of-type {
  margin: 0;
}
.faq__question {
  cursor: pointer;
  position: relative;
  background: #ffde00;
  padding: 24px 45px 24px 80px;
  border-radius: 4px;
  color: #000;
  font-weight: 900;
}
.faq__question::before {
  content: "Q：";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: auto;
  font-size: 40px;
  font-weight: 700;
  color: #ff5c00;
  letter-spacing: -0.2em;
}
.faq__answer {
  position: relative;
  border-radius: 0 0 4px 4px;
  background: #fffbd9;
}
.faq__answer::before {
  content: "A：";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: auto;
  font-size: 40px;
  font-weight: 700;
  color: #ff5c00;
  letter-spacing: -0.2em;
}
.faq__answer__inner {
  padding: 24px 20px 24px 80px;
}
.faq__answer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq__answer ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.faq__answer ul li::before {
  content: "・";
}
.faq__answer a {
  color: #333;
  text-decoration: underline;
}

.icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #000;
  left: 50%;
  top: 50%;
  width: 35%;
  height: 3px;
  transform: translate(-50%, -50%);
}

.icon:before,
.icon.nt:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.info {
  padding: 64px 0;
  background: #ffde00;
}
.info__title {
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 1;
}
.info__wrapper {
  margin-bottom: 16px;
}
.info__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  width: min(700px, 90%);
  margin: 24px auto 0;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
}
.info__name {
  width: 100%;
  margin: 0;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .info__name {
    width: 60%;
    text-align: left;
  }
}
.info__button {
  flex-grow: 100;
  margin: 0 0 16px;
  padding: 8px 16px;
  border-radius: 10px;
  background: #000;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .info__button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.info__button a {
  color: #fff;
}
.info .reserve {
  background: #e50012;
}
.info .info__comingsoon {
  width: min(500px, 90%);
  display: block;
  margin: 24px auto 0;
}/*# sourceMappingURL=style.css.map */