@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", "游ゴシック", YuGothic, sans-serif, sans-serif;
}

img, iframe {
  width: 100%;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
  cursor: pointer;
}

img {
  width: 100%;
}

.is-sponly {
  display: none;
}

.is-pconly {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-sponly {
    display: block;
  }
  .is-pconly {
    display: none;
  }
  html {
    font-size: 1.3333333333vw;
  }
}
._font-gothic {
  font-family: "Gothic A1", sans-serif;
}

.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
  height: inherit;
  padding-left: 19.5rem;
}

.l-header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 2000;
  height: 16rem;
}
.l-header__logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-header.js_active:before {
  opacity: 1;
  visibility: initial;
}
.l-header__toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 10.2rem;
    background: #E6E6E6;
    position: fixed;
    top: 0;
  }
  .l-header__logo {
    width: 29.2rem;
  }
  .l-header__inner {
    width: 89.33%;
    margin: 0 auto;
    align-items: center;
    padding-left: 0px;
  }
}
aside {
  grid-area: right;
  background-color: orange;
}

.l-footer__cr {
  font-size: 1.6rem;
  padding-bottom: 1.5em;
  padding-top: 10rem;
  text-align: center;
}

.l-footer-fixbtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-home-head {
    width: clamp(1rem, 77.04vw, 577.8203px);
    margin: 0 auto;
  }
  .l-footer__cr {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 50px;
  }
  .l-footer-fixbtn {
    display: block;
    position: fixed;
    background: #ff122f;
    bottom: 0;
    z-index: 99;
    width: 100%;
  }
  .l-footer-fixbtn__link {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    padding: 1em;
  }
  #DLLink-home {
    scroll-margin-top: 30px;
  }
}
.l-header__nav {
  display: flex;
  margin-left: auto;
  height: inherit;
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header__nav {
    background: #FF122F;
    margin-top: clamp(1rem, 13.57vw, 101.7813px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column-reverse;
    padding-top: clamp(1rem, 6.25vw, 40px);
    justify-content: flex-end;
    transform: translateX(100%);
    transition: 0.5s;
  }
  .l-nav {
    width: 62.3rem;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .l-nav-menu {
    width: 100%;
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .l-nav-menu__inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .l-nav-menu__item {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 2em 0;
    border-bottom: 1px solid #FFF;
  }
  .l-nav-menu__item a {
    color: #FFF;
    font-weight: 600;
    cursor: pointer;
    font-size: 2.8rem;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar {
    background: transparent;
    transform: rotate(270deg);
    transform-origin: center center 0;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar:before {
    top: 0;
    transform: rotate(-45deg);
    transform-origin: center center 0;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar:after {
    bottom: 0;
    transform: rotate(45deg);
    transform-origin: center center 0;
  }
  .l-nav__toggle {
    width: 4.5rem;
    border-radius: 0.3rem;
    margin-left: auto;
  }
  .l-nav__toggle__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
  }
  .l-nav__toggle__icon__bar {
    background: #f00;
    width: 100%;
    height: 0.4rem;
    transition: 0.7s;
  }
  .l-nav__toggle__icon__bar:before {
    content: "";
    display: block;
    background: #f00;
    width: 100%;
    height: 0.4rem;
    top: -1.2rem;
    position: absolute;
    transition: 0.7s;
  }
  .l-nav__toggle__icon__bar:after {
    content: "";
    display: block;
    background: #f00;
    width: 100%;
    height: 0.4rem;
    bottom: -1.2rem;
    position: absolute;
    transition: 0.7s;
  }
}
.l-container {
  position: relative;
  overflow: hidden;
}

.l-container-body {
  overflow: hidden;
}

.l-sec-wrapper__inner {
  max-width: 1620px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-sec-wrapper__inner {
    max-width: 81.25%;
    margin: 0 auto;
  }
}
.p-btm-googleplay {
  width: clamp(1rem, 16.55vw, 317.7516px);
  height: clamp(1rem, 5.18vw, 99.428px);
  display: block;
}

.p-btm-appstore {
  width: clamp(1rem, 13.396vw, 257.2207px);
  height: clamp(1rem, 4.923vw, 94.5216px);
  display: block;
}

.c-btnt-pagelink {
  width: 70.2rem;
  margin: 0 auto;
  padding: 3.2rem 0;
}

.c-btnt-pagelink a {
  width: 100%;
  background: #FF1230;
  border-radius: 56.5px;
  position: relative;
  display: block;
  font-size: 3.2rem;
  color: #FFF;
  font-weight: bold;
  padding: 0.76em 0;
}

.c-btnt-pagelink a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 13px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-btm-googleplay {
    width: clamp(1rem, 36.25vw, 271.9031px);
    height: clamp(1rem, 11.34vw, 85.0815px);
    display: block;
  }
  .p-btm-appstore {
    width: clamp(1rem, 29.35vw, 220.1062px);
    height: clamp(1rem, 10.78vw, 80.883px);
    display: block;
  }
  .c-btnt-pagelink {
    width: 95%;
  }
  .c-btnt-pagelink a:after {
    right: 5%;
    border-width: 1rem 0 1rem 1.3rem;
  }
}
/*下層ページ用*/
.c-upper-container {
  padding-top: 20rem;
  margin-bottom: 6rem;
}

.c-lower-title__box {
  background: #FF1230;
}

.c-lower-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0;
}

.l-header__nav.js_active {
  transform: translateX(0%);
}

.l-footer__fix.js_active {
  opacity: 1;
  visibility: initial;
}

.l-header__toggle.js_active .l-header__toggle__icon__bar {
  background: transparent;
}
.l-header__toggle.js_active .l-header__toggle__icon::before {
  top: 47.5%;
  left: 51%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
.l-header__toggle.js_active .l-header__toggle__icon::after {
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}

/* **** MV **** */
.p-home-mv {
  position: relative;
}

.p-home-mv__inner {
  padding-top: 16rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.p-home-mv__area-copy {
  width: 50%;
  padding-top: 5rem;
  padding-left: 34.5rem;
  position: relative;
}

.p-home-mv__area-copy-img-main {
  width: 51.3rem;
}
.p-home-mv__area-copy-img-main .is-row02 {
  padding-top: 4rem;
}
.p-home-mv__area-copy-img-main .is-row03 {
  width: 43.9rem;
  padding-top: 5rem;
  margin: 0 auto;
}

.p-home-mv__area-img {
  width: 50%;
  position: relative;
}

.p-home-mv__area-img-img {
  max-width: 750px;
  width: 70rem;
  position: relative;
  margin-left: 5rem;
  margin-top: -10rem;
}

.p-home-mv__area-img-img-text {
  position: absolute;
  bottom: 0;
  max-width: 111.626px;
  width: clamp(1rem, 5.81vw, 111.626px);
  margin-left: 7.8rem;
  margin-bottom: 4.5rem;
}

.p-home-mv__area-dl {
  display: flex;
  max-width: 513.0605px;
  width: 51.3rem;
  padding-top: 4rem;
  position: relative;
  z-index: 999;
  justify-content: center;
}

.p-home-mv__area-dl-inner {
  display: flex;
  justify-content: flex-start;
}
.p-home-mv__area-dl-inner a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-home-mv__area-dl-inner .is-row01 {
  width: clamp(1rem, 12.07vw, 231.8395px);
  margin-right: 1em;
}
.p-home-mv__area-dl-inner .is-row02 {
  width: clamp(1rem, 9.77vw, 187.6746px);
}

.p-home-mv__area-banner {
  position: absolute;
  top: 26rem;
  left: 13rem;
  z-index: -1;
}

.p-home-mv__area-banner-inner {
  width: 262.641px;
  width: clamp(1rem, 13.68vw, 262.641px);
}

/* **** message **** */
.p-home-message {
  position: relative;
  margin-top: -22rem;
}

.p-home-message__inner {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.p-home-message__bk {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.p-home-message__copy-name {
  width: clamp(1rem, 7.59vw, 145.703px);
  position: absolute;
  left: 9rem;
  top: 46rem;
}

.p-home-message__area-img {
  position: absolute;
  left: 23rem;
  top: 33.5rem;
  width: 28rem;
}

.p-home-message__copy {
  width: clamp(1rem, 42.71vw, 819.9895px);
}

.p-home-message__area-copy-text {
  padding-top: 48rem;
}

/* **** ABOUT **** */
.p-home-about__top {
  width: clamp(1rem, 78.19vw, 1501.2534px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
}

.p-home-about__title {
  width: clamp(1rem, 33.32vw, 639.8262px);
  position: absolute;
  top: 9.5rem;
  z-index: 3;
}

.p-home-about__contents {
  width: 100%;
  padding-top: 11rem;
  padding-bottom: 4rem;
}

.p-home-about__bottom {
  padding-top: 3rem;
  position: relative;
}

.p-home-about__intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(1rem, 39.36vw, 755.7044px);
}

/* **** SAVE **** */
.p-home-save {
  background: #d9edf1;
  margin-top: 17.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-home-save__intro {
  display: flex;
  justify-content: space-between;
}

.p-home-save__inner {
  width: clamp(1rem, 80.89vw, 1553.1821px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-home-save__title {
  width: 32.4rem;
}

.p-home-save__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}

.p-home-save__item {
  width: clamp(1rem, 21.04vw, 404.0063px);
  margin-left: 3rem;
}

/* **** USE **** */
.p-home-use {
  background: #FFE3E6;
  padding-bottom: 5rem;
}

.p-home-use__intro {
  display: flex;
  justify-content: space-between;
}

.p-home-use__inner {
  width: clamp(1rem, 80.89vw, 1553.1821px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-home-use__title {
  width: 32.4rem;
}

.p-home-use__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}

.p-home-use__item {
  width: clamp(1rem, 21.04vw, 404.0063px);
  margin-left: 3rem;
}

/* **** MORE **** */
.p-home-more {
  background: #F6EE87;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.p-home-more__intro {
  display: flex;
  justify-content: space-between;
}

.p-home-more__inner {
  width: clamp(1rem, 80.89vw, 1553.1821px);
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.p-home-more__title {
  width: clamp(1rem, 34.58vw, 663.9043px);
}

.p-home-more__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}

.p-home-more__item {
  width: clamp(1rem, 20.34vw, 390.5451px);
  margin-left: 3rem;
}

.p-home-dl__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-home-dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.p-home-dl.is-sponly {
  display: none;
}

.p-home-dl__image {
  width: clamp(1rem, 13.05vw, 250.5511px);
}

.p-home-dl__contents {
  width: clamp(1rem, 31.34vw, 601.7893px);
}

.l-footer__inner2 .p-home-dl__contents {
  width: 80rem;
}

.l-footer__inner2 .p-home-dl__contents-inner {
  width: clamp(1rem, 31.34vw, 601.7893px);
  margin: 0 auto;
}

.p-home-dl__btnlist {
  display: flex;
  justify-content: space-around;
}

.p-home-dl__link--text {
  text-align: center;
  padding: 1.2em 0;
  font-weight: 600;
  font-size: 2.4rem;
  position: relative;
  width: 12em;
  display: block;
  margin: 0 auto;
}

.p-home-dl__link--text span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 3px #000000;
  border-right: solid 3px #000000;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
}

/* **** FOOTER **** */
.l-footer-top {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.l-footer__inner {
  width: 98.5rem;
  margin: 0 auto;
}

.l-footer__inner2 {
  width: 110rem;
  margin: 0 auto;
}

.p-home-banner {
  display: block;
}

.p-home-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6.5rem 0;
}

.p-home-banner.banner01 {
  background: #F6F6EB;
}

.p-home-banner__title {
  width: clamp(1rem, 25.99vw, 498.943px);
}

.p-home-banner__link--text._red {
  color: red;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  display: initial;
  margin-top: 1.5em;
  margin-left: 12.3rem;
  display: inline-block;
}
.p-home-banner__link--text._red span {
  border-bottom: 0.3rem solid #F00;
  font-weight: 800;
}

.p-home-banner__link--text span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 0.3rem #F00;
  border-right: solid 0.3rem #F00;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
}

.p-home-banner__image {
  width: clamp(1rem, 24.47vw, 469.7967px);
}

.l-footer-bottom {
  padding-top: 4.5rem;
  padding-bottom: 12.5rem;
}

.l-footer__navilist {
  display: flex;
  width: 63rem;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.l-footer__navitem:nth-child(1) a {
  width: clamp(1rem, 14.55vw, 279.4458px);
  display: block;
}

.l-footer__navitem:nth-child(2) a {
  display: block;
  width: clamp(1rem, 14.02vw, 269.1805px);
}

.p-footer-logo {
  width: clamp(1rem, 28.43vw, 545.9154px);
  padding: 6.5rem 0 6rem 0;
  margin: 0 auto;
}

/*p-home-movie*/
.p-home-movie__inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 16.5rem;
  padding-bottom: 6.5rem;
}

.p-home-movie__title {
  color: #FFF;
  width: 79.2rem;
  padding-bottom: 3.5rem;
}

.p-home-movie video {
  width: 81rem;
  border-radius: 10px;
}

.p-home-movie video:hover {
  cursor: pointer;
  opacity: 0.7;
}

/*p-home-bnr*/
.p-home-bnr__wrap {
  display: flex;
  padding: 13rem 0;
}

.p-home-bnr__wrap.center {
  justify-content: center;
}

.p-home-bnr__wrap a {
  display: block;
}

.p-home-bnr__wrap a img {
  width: 110rem;
}

/*p-home-faqbnr*/
#faqbnr .p-home-bnr__wrap a img {
  width: 73.2rem;
}

#faqbnr .p-home-bnr__wrap {
  padding: 10rem 0 0rem;
}

@media screen and (max-width: 768px) {
  .p-home-mv__area-copy-img-main {
    width: 100%;
  }
  .p-home-mv__area-dl {
    max-width: initial;
  }
  .p-home-mv__area-dl.is-pconly {
    max-width: initial;
    display: none;
  }
  .p-home-dl.is-sponly {
    display: flex;
  }
  .p-home-mv__inner {
    width: 100%;
    flex-flow: column;
    padding-top: clamp(1rem, 13.57vw, 101.7813px);
  }
  .p-home-mv__area-copy-img-main-row.is-row01 {
    width: clamp(1rem, 55.45vw, 415.8845px);
    margin: 0 auto;
  }
  .p-home-mv__area-copy-img-main-row.is-row02 {
    width: clamp(1rem, 55.45vw, 415.8845px);
    margin: 0 auto;
    padding-top: 3rem;
  }
  .p-home-mv__area-copy-img-main-row.is-row03 {
    width: clamp(1rem, 46.12vw, 345.9365px);
    margin-left: 12.5rem;
    padding-top: 3rem;
  }
  .p-home-mv__area-img-img-text {
    position: absolute;
    right: 8rem;
    width: clamp(1rem, 14.88vw, 111.626px);
    bottom: 2rem;
  }
  .p-home-dl__title {
    width: clamp(1rem, 55.45vw, 415.8845px);
    margin: 0 auto;
  }
  .p-home-message__copy {
    width: clamp(1rem, 56.76vw, 425.6662px);
  }
  .p-home-mv__area-copy {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  .p-home-mv__area-img {
    width: 100%;
    padding-left: 0;
  }
  .p-home-mv__area-banner {
    position: initial;
    display: none;
  }
  .p-home-mv__area-img-img {
    max-width: initial;
    margin: 0 auto;
    padding-top: 2rem;
    margin-top: -10rem;
  }
  /* **** message **** */
  .p-home-message {
    margin-top: 5rem;
  }
  .p-home-message__area-img {
    position: absolute;
    left: 8.5rem;
    top: 7.5rem;
    width: 14rem;
  }
  .p-home-message__copy-name {
    position: absolute;
    left: 24rem;
    top: 18.5rem;
    width: clamp(1rem, 14.9vw, 111.7132px);
  }
  .p-home-message__area-copy-text {
    width: clamp(1rem, 56.76vw, 425.6662px);
    margin: 0 auto;
    padding-top: 29rem;
  }
  .p-home-about {
    padding-top: 10.2rem;
    margin-top: -10.2rem;
  }
  .p-home-about__intro {
    width: clamp(1rem, 61.78vw, 463.3229px);
    padding-top: 3rem;
  }
  .p-home-about__title {
    position: static;
    width: clamp(1rem, 51.19vw, 383.9333px);
  }
  .p-home-about__contents {
    padding-top: 3rem;
    padding-bottom: 0px;
  }
  .p-home-about__image:first-child {
    width: clamp(1rem, 75.81vw, 568.6103px);
    margin: 0 auto;
    position: static;
  }
  .p-home-about__top {
    width: 100%;
    padding-top: 4.5rem;
  }
  /* **** SAVE **** */
  .p-home-save:before {
    content: "";
    width: 100%;
    height: 4.1rem;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    border-bottom: 6.5rem solid #D9EDF1;
    border-left: 75rem solid #FFF;
  }
  .p-home-save {
    margin-top: 8rem;
    position: relative;
  }
  .p-home-save__inner {
    width: clamp(1rem, 63.2vw, 473.9763px);
    margin: 0 auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    padding-top: 10.2rem;
    margin-top: -10.2rem;
  }
  .p-home-save__contents {
    width: inherit;
  }
  .p-home-save__contents .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #2E86C8;
  }
  .p-home-use {
    position: relative;
  }
  .p-home-use:after {
    content: "";
    width: 100%;
    height: 10.2rem;
    display: block;
    z-index: 0;
    background: #D9EDF1;
    position: absolute;
    top: 0;
  }
  .p-home-use:before {
    content: "";
    width: 100%;
    height: 4.1rem;
    display: block;
    z-index: 0;
    position: absolute;
    top: 10.2rem;
    border-bottom: 6.5rem solid #FFE3E6;
    border-left: 75rem solid #D9EDF1;
  }
  .p-home-use__inner {
    width: clamp(1rem, 63.2vw, 473.9763px);
    margin: 0 auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 10.2rem;
    margin-top: -10.2rem;
  }
  .p-home-use__contents {
    width: inherit;
  }
  .p-home-use__contents .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #E8537A;
  }
  .p-home-more {
    position: relative;
  }
  /*
  .p-home-more:before{
    content: '';
    width: 100%;
    height: 4.1rem;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    border-bottom: 6.5rem solid #f6ee87;
    border-left: 75rem solid #FFE3E6;
  }*/
  .p-home-more__inner {
    width: clamp(1rem, 63.2vw, 473.9763px);
    margin: 0 auto;
    position: relative;
  }
  .p-home-more__contents {
    width: inherit;
  }
  .p-home-more__contents .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #E50032;
  }
  .p-home-more__title {
    width: clamp(1rem, 38.91vw, 291.7912px);
  }
  .p-home-dl__image {
    width: clamp(1rem, 28.59vw, 214.3989px);
    padding-bottom: 2.5rem;
  }
  .p-home-banner__title {
    width: clamp(1rem, 51.84vw, 388.7791px);
  }
  .p-home-dl {
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  .p-home-banner__image {
    padding-top: 1rem;
    width: clamp(1rem, 52.81vw, 396.0715px);
  }
  .p-home-banner__inner {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
  .p-home-banner.banner01 {
    position: relative;
  }
  .p-home-banner__inner {
    flex-flow: column;
    width: 53.38%;
    margin: 0 auto;
    max-width: 400.412px;
  }
  .p-home-banner__link--text._red {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0;
  }
  .p-home-banner__link--text._red span {
    border-bottom: 0.3rem solid #F00;
    font-weight: 800;
  }
  .l-footer__inner {
    width: 100%;
  }
  .l-footer__inner2 {
    width: 100%;
  }
  .l-footer__navilist {
    flex-flow: column;
  }
  .l-footer__navitem:first-child {
    padding-bottom: 3rem;
  }
  .p-footer-logo {
    padding: 5rem 0 5rem 0;
    width: clamp(1rem, 41.49vw, 311.1712px);
  }
  .l-footer__navitem:nth-child(1) a {
    width: clamp(1rem, 33.83vw, 253.708px);
  }
  .l-footer__navitem:nth-child(2) a {
    width: clamp(1rem, 33.83vw, 253.708px);
  }
  * {
    min-width: 0;
    min-height: 0;
  }
  .p-home-save__list {
    min-width: 0;
    min-height: 0;
  }
  .p-home-save__item {
    width: clamp(1rem, 53.87vw, 404.0063px);
    margin-left: 0;
  }
  .p-home-save__item img {
    height: clamp(1rem, 63.2vw, 473.9763px);
    margin: 0;
  }
  .p-home-use__item {
    margin-left: 0;
  }
  .p-home-use__item img {
    height: clamp(1rem, 63.2vw, 473.9763px);
    margin: 0;
  }
  .p-home-more__item {
    margin-left: 0;
  }
  .p-home-more__item img {
    width: clamp(1rem, 52.07vw, 390.5451px);
    max-height: 270.6936px;
    height: 100%;
    margin: 0 auto;
  }
  .p-home-dl__contents {
    width: clamp(1rem, 68.66vw, 514.9568px);
  }
  .l-footer__inner2 .p-home-dl__contents {
    width: clamp(1rem, 68.66vw, 514.9568px);
  }
  .l-footer__inner2 .p-home-dl__contents-inner {
    width: 100%;
  }
  .p-home-dl__link--text span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 1rem;
    height: 1rem;
    border-top: solid 0.3rem #000000;
    border-right: solid 0.3rem #000000;
    border-radius: 0 3px 0 0;
    transform: rotate(45deg);
  }
  .l-footer-bottom {
    padding-bottom: 6.5rem;
  }
  .slick-dots li button {
    max-width: 20px;
  }
  .p-home-dl__btnlist li:nth-child(1) {
    margin-right: 1em;
  }
  /*p-home-movie*/
  .p-home-movie__title {
    width: 74%;
  }
  .p-home-movie video {
    width: 75%;
    margin: 0 auto;
  }
  .p-home-cp__title {
    padding-bottom: 3.5rem;
  }
  /*p-home-bnr*/
  .p-home-bnr__wrap {
    padding: 10rem 0;
  }
  .p-home-bnr__wrap a img {
    width: 80%;
    margin: 0 auto;
  }
  /*p-home-faqbnr*/
  #faqbnr .p-home-bnr__wrap a img {
    width: 80%;
    margin: 0 auto;
  }
}
.sp-only {
  display: none;
}

.sp-info {
  text-align: center;
  background: #898989;
  padding: 1em;
}

.sp-info__link {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}

.sp-info__link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(1);
  background-color: #FFF;
  content: "";
}

.p-home-news {
  padding-top: 200px;
  padding-bottom: 15rem;
}

.p-home-news .p-home-news__inner {
  width: 1000px;
  margin: 0 auto;
}

.p-home-news__subtitle {
  background: #000;
  color: #FFF;
  display: inline-block;
  padding: 0.25rem 1rem;
  font-weight: 500;
  font-size: 16px;
}

.p-home-news__title {
  font-size: 32px;
  font-weight: 400;
  padding-top: 0.25em;
}

.p-home-news-info {
  padding: 2em 0;
}

.p-home-news-info__text {
  line-height: 2;
  margin-bottom: 2em;
  font-size: 16px;
}

.p-home-news-info__caption {
  padding-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: 400;
  font-size: 18px;
}

.p-home-news-back {
  margin-top: 10em;
  text-align: center;
}

.p-home-news-link {
  position: relative;
  font-size: 16px;
}

.p-home-news-link::after {
  position: absolute;
  right: 0;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(1);
  background-color: #000;
  content: "";
}

.p-home-news-form iframe {
  height: 1280px;
  width: 100%;
  border: 0;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .p-home-news .p-home-news__inner {
    width: 80%;
  }
  .p-home-news-form iframe {
    height: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .sp-info {
    margin-top: 10.2rem;
  }
  .sp-info__link {
    font-size: 2.4rem;
    padding: 0.5em 0;
  }
  .p-home-news {
    padding-top: 20rem;
  }
  .p-home-news .p-home-news__inner {
    width: 85%;
  }
  .p-home-news__subtitle {
    width: 10em;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .p-home-news__title {
    width: 10em;
    text-align: center;
    display: block;
    margin: 0 auto;
    letter-spacing: 0.05em;
  }
  .p-home-news-info {
    padding: 4em 0;
  }
  .p-home-news-form iframe {
    height: 1330px;
  }
}
@media screen and (max-width: 450px) {
  .p-home-news-form iframe {
    height: 1600px;
  }
}
.is-bold {
  font-weight: bold;
}

.p-faq-header {
  top: 0;
}

.p-faq-header .l-header__logo {
  width: 39rem;
}

.p-faq-title img {
  width: 48.5rem;
  max-width: 485px;
}

.p-faq__inner {
  max-width: 1389px;
  width: 138.9rem;
  margin: 0 auto;
}

.p-faq-intro {
  padding: 6.5rem 0 15.5rem;
}
.p-faq-intro p {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}

.p-faq-list__question-name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #FFF;
}

.p-faq-list__question {
  display: flex;
  align-items: center;
  background: #FF1230;
}

.p-faq-list__question:hover {
  cursor: pointer;
}

.p-faq-list__answer {
  display: flex;
  flex-wrap: wrap;
}

.p-home-contents {
  background: #F6F6EC;
  padding: 12.5rem 0 12rem;
  position: relative;
}

.p-home-contents::before {
  content: "";
  display: block;
  background: url(../assets/images/faq/img-faq-bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 178rem;
  height: 22.9rem;
  top: -22.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}

.p-home-contents::after {
  content: "";
  display: block;
  background: url(../assets/images/faq/img-faq-kyun.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 20.6rem;
  height: 24.7rem;
  top: -15rem;
  left: 31.5rem;
  z-index: 1;
}

.p-faq-list__contents-wrap {
  font-size: 2.2rem;
  width: 115rem;
}

.p-faq-list__title {
  color: #f00;
  font-weight: 600;
}

.p-faq-list__subtitle .red {
  color: #f00;
}

.p-faq-list__question {
  position: relative;
  padding: 1.6rem 2.2rem;
}

.p-faq-list__question::before {
  font-size: 2.6rem;
  font-weight: 300;
  background: #FFF;
  color: #FF1230;
  padding: 1em;
  border-radius: 50%;
  display: inline-block;
  content: "";
  content: "Q";
  line-height: 1;
  margin-right: 16px;
  height: 6.6rem;
  width: 6.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.p-faq-list__answer {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.75s;
  margin: 0;
  padding: 0;
  opacity: 0;
  background: #FFF;
  padding: 0rem 2.2rem;
}

.p-faq-list__answer.open {
  overflow: visible;
  height: auto;
  transition: 0.5s;
  opacity: 1;
  position: relative;
  z-index: 0;
  padding: 3.6rem 2.2rem;
}

.p-faq-list__answer::before {
  font-size: 2.6rem;
  font-weight: 300;
  background: #FF1230;
  color: #FFF;
  padding: 1em;
  border-radius: 50%;
  display: inline-block;
  content: "";
  content: "A";
  line-height: 1;
  margin-right: 16px;
  height: 6.6rem;
  width: 6.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.p-faq-list__contents {
  padding-bottom: 4rem;
}

.p-faq-list__item .p-faq-list__btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 30px;
  height: 30px;
  position: relative;
}

.p-faq-list__item .p-faq-list__btn span {
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
}

.p-faq-list__item .p-faq-list__question.active .p-faq-list__btn span:last-child {
  transform: rotate(0deg);
  transition: 0.5s;
}

.p-faq-list__item .p-faq-list__btn span:last-child {
  transform: rotate(90deg);
  transition: 0.5s;
}

.p-faq-contact {
  margin-top: 13.3rem;
  border-radius: 30px;
  border: 3px solid #FF1230;
  background: #FFF;
  position: relative;
}

.p-faq-contact dl {
  width: 121.25rem;
  margin: 0 auto;
}

.p-faq-contact dl dt {
  text-align: center;
  font-size: 3.4rem;
  color: #FF1230;
  border-bottom: 3px solid #FF1230;
  padding: 4rem 0 2.5rem;
  letter-spacing: 0;
}

.p-faq-contact dl dd {
  text-align: center;
  font-size: 2.2rem;
  padding-top: 1.5em;
  padding-bottom: 2.3rem;
  position: relative;
}

.p-faq-contact dl dd p:nth-child(1) {
  padding-bottom: 0.5em;
  line-height: 1.75;
}

.p-faq-contact dl dd::after {
  content: "";
  display: block;
  background: url(../assets/images/faq/img-faq-kyun2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 18.7rem;
  height: 21.717rem;
  top: 3.5rem;
  left: 0rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-faq-contact dl {
    width: 95%;
    margin: 0 auto;
  }
  .p-faq-contact dl dd::after {
    content: "";
    display: block;
    background: url(../assets/images/faq/img-faq-kyun2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 17.236rem;
    height: 20.017rem;
    top: 3.5rem;
    left: 0rem;
    z-index: 1;
  }
  .p-faq-contact dl dd p:nth-child(1) {
    text-align: left;
    margin-left: 9.5em;
    font-size: 2.4rem;
    padding: 1em 0;
  }
  .p-faq__inner {
    width: 89.333%;
  }
  .p-faq-intro {
    padding-bottom: 17.5rem;
  }
  .p-home-contents::after {
    left: 12.5%;
  }
  .p-faq-list__contents-wrap {
    width: 100%;
  }
  .p-faq-list__answer::before {
    margin-bottom: 1em;
  }
  .p-faq-list__item .p-faq-list__btn {
    width: 3rem;
    height: 3rem;
  }
}
.p-spot-header {
  top: 0;
}

.p-spot-header .l-header__logo {
  width: 39rem;
}

.p-spot-title img {
  width: 96.3rem;
  max-width: 963px;
  margin: 0 auto;
  padding: 5.6rem 7.7rem;
}

.p-spot__inner {
  max-width: 1389px;
  width: 138.9rem;
  margin: 0 auto;
}

.p-spot-intro {
  padding: 6.5rem 0 29.3rem;
}
.p-spot-intro p {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}
.p-spot-intro ul {
  padding-top: 14.5rem;
  display: flex;
  justify-content: space-between;
  max-width: 1390px;
  width: 139rem;
  margin: 0 auto;
}
.p-spot-intro ul li {
  width: 24.1rem;
}
.p-spot-intro picture {
  width: 71.3rem;
  padding-top: 11.5rem;
  margin: 0 auto;
}

.p-spot-contents {
  position: relative;
  padding-bottom: 21.2rem;
}

.p-spot-contents.is-dounai {
  background: #F6F6EC;
}

.p-spot-contents.is-dounai::before {
  content: "";
  display: block;
  background: url(../assets/images/spot/img-dounai-kyun.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 48.007rem;
  height: 28.766rem;
  top: -16rem;
  left: 56%;
  transform: translate(-50%, 0%);
  z-index: 1;
}

.p-spot-contents.is-dougai {
  background: #D9EDF1;
}

.p-spot-contents.is-dougai::before {
  content: "";
  display: block;
  background: url(../assets/images/spot/img-dougai-kyun.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 41rem;
  height: 20rem;
  top: -10.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}

.p-spot-area {
  border-radius: 50px;
  background: #FFF;
  padding: 6.3rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.4rem;
}

.p-spot-area p {
  width: 28.8rem;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.7;
  padding-top: 1.75em;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  color: #FFF;
}

.p-spot-area ul {
  width: 110.1rem;
  padding: 0.5em 0;
}

.p-spot-area ul li {
  width: 100%;
  padding-left: 10.2rem;
}

.p-spot-area ul li dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: -0.015em;
}

.p-spot-area ul li dl dt {
  width: 13.1rem;
  font-weight: 600;
}

.p-spot-area ul li dl dd {
  padding-left: 5.2rem;
  font-weight: 600;
}

#douou p {
  background: #F1B528;
}

#douou.p-spot-area ul li dl dt span {
  color: #F1B528;
}

#dounan p {
  background: #AD7DBD;
}

#dounan.p-spot-area ul li dl dt span {
  color: #AD7DBD;
}

#douhoku p {
  background: #FF779B;
}

#douhoku.p-spot-area ul li dl dt span {
  color: #FF779B;
}

#doutou p {
  background: #A0C724;
}

#doutou.p-spot-area ul li dl dt span {
  color: #A0C724;
}

#dougai p {
  background: #3D97DA;
}

#dougai.p-spot-area ul li dl dt span {
  color: #3D97DA;
}

@media screen and (max-width: 768px) {
  .p-spot__inner {
    width: 89.333%;
  }
  .p-spot-intro ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 4.7rem;
  }
  .p-spot-intro ul li {
    width: 30.63%;
    margin-right: 2.7rem;
  }
  .p-spot-intro ul li:nth-child(3), .p-spot-intro ul li:nth-child(5) {
    margin-right: 0;
  }
  .p-spot-intro ul li:nth-child(4), .p-spot-intro ul li:nth-child(5) {
    margin-top: 0.3rem;
  }
  .p-spot-intro {
    padding-bottom: 17.5rem;
  }
  .p-spot-contents.is-dounai::before {
    top: -9rem;
  }
  .p-spot-contents.is-dougai::before {
    top: -9rem;
  }
  .p-spot-title img {
    width: 100%;
    padding-top: 15.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-spot-area {
    flex-flow: column;
    padding: 3rem;
  }
  .p-spot-area p {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0;
  }
  .p-spot-area ul {
    width: 100%;
  }
  .p-spot-area ul li {
    padding-left: 1rem;
  }
  .p-spot-area ul li dl {
    line-height: 2;
  }
  .p-spot-area ul li dl dt {
    width: 14.5rem;
  }
  .p-spot-area ul li dl dd {
    width: calc(100% - 14.5rem);
  }
  .p-spot-contents {
    position: relative;
    padding-bottom: 12.5rem;
  }
}
.gothicA1 {
  font-family: "Gothic A1", sans-serif;
}

.p-guide-header {
  top: 0;
}

.p-guide-header .l-header__logo {
  width: 39rem;
}

.p-guide-title img {
  width: 26.2rem;
  max-width: 262px;
}

.p-guide__inner {
  max-width: 1389px;
  width: 138.9rem;
  margin: 0 auto;
}

.p-guide-intro__inner {
  width: 148.9rem;
  margin: 0 auto;
  padding: 18rem 0 0;
  position: relative;
}
.p-guide-intro__inner p {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}

.p-guide-intro__box {
  width: 86.3rem;
  height: 86.3rem;
  border-radius: 50%;
  border: solid #FF1230 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.p-guide-intro__title {
  width: 60.4rem;
}

.p-guide-intro__img {
  width: 72.4rem;
  position: absolute;
  top: 4.8rem;
  right: 0;
}

.p-guide-dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 9rem;
  padding-bottom: 34rem;
}

.p-guide-dl .p-home-dl__contents {
  width: 77.3rem;
  margin-right: 6.4rem;
}

.p-guide-dl .p-home-dl__contents > p {
  padding-top: 1em;
}

.p-guide-dl .p-home-dl__contents-inner {
  width: 60rem;
}

.p-guide-dl .p-home-dl__image {
  width: 25rem;
  margin-left: 20.2rem;
  padding-top: 4.8rem;
}

.p-guide-save {
  background: #D9EDF1;
  padding-top: 25rem;
  padding-bottom: 14rem;
  position: relative;
  margin-top: 37.5rem;
}

.p-guide-save::before {
  content: "";
  display: block;
  background: url(../assets/images/guide/img-guide-save-kyun.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 39.6rem;
  height: 31.6rem;
  top: -14.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}

.p-guide-save-case {
  margin-bottom: 10.9rem;
}

.p-guide-save-case__num {
  border-radius: 50%;
  background: #2E86C8;
  color: #FFF;
  font-weight: 800;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.8rem;
  height: 14.8rem;
  margin: 0 auto;
}

.p-guide-save-case__title {
  font-weight: 800;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  padding: 0.5563em 0;
  padding-bottom: 1.5em;
}

.p-guide-save-case__subtitle {
  color: #2E86C8;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 2.25;
  text-align: center;
  padding-bottom: 0.735em;
  margin-bottom: 0.25em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1em;
}

.p-guide-save-case__subtitle span {
  position: relative;
}

.p-guide-save-case__subtitle span:before, .p-guide-save-case__subtitle span:after {
  content: "";
  position: absolute;
  top: 70%;
  display: inline-block;
  width: 3.715rem;
  height: 0.5rem;
  background-color: #2E86C8;
  transform: rotate(-70deg);
}

.p-guide-save-case__subtitle span:before {
  left: -2.5em;
  transform: rotate(-110deg);
}

.p-guide-save-case__subtitle span:after {
  right: -2.5em;
}

.p-save-card {
  background: #FFF;
  border-radius: 48px;
  margin-bottom: 6.5rem;
}

.p-save-card__inner {
  width: 120.8rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.p-save-card-dt {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #2E86C8;
  padding-top: 5.2rem;
  padding-bottom: 3.2rem;
  align-items: center;
}

.p-save-card-dt span {
  position: relative;
  color: #2E86C8;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  height: inherit;
  display: flex;
  align-items: center;
}

.p-save-card-dt span::before {
  content: "";
  display: block;
  background: url(../assets/images/guide/img-save-card-dt-kyun.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 12.1rem;
  height: 13.5rem;
  top: -4.5rem;
  left: -4em;
  z-index: 1;
}

.p-save-card-dd {
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  padding: 2.1rem 0;
}

.p-save-card__intro {
  padding: 0.5em 1em;
}

.p-save-card-dd .is-bold {
  font-weight: 600;
}

.p-save-card-dd .is-middle {
  font-size: 2.4rem;
  line-height: 2;
  padding-bottom: 0.75em;
}

.p-save-card-dd .is-big {
  font-size: 2.8rem;
  line-height: 2;
}

.p-save-card-dd .is-red {
  color: #AF0000;
}

.p-save-card-dd .is-left {
  text-align: left;
}

.p-save-card-dd .is-yellow-bg {
  background: linear-gradient(#FFF59F 0%, #FFF59F 100%);
  margin-bottom: 1em;
  padding: 0.25em 0;
  line-height: 2;
}

.p-save-card-dd .is-small {
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 300;
}

.p-save-card-dd .is-left {
  text-align: left;
}

.p-save-card-dd .is-point {
  color: #2E86C8;
  font-weight: 800;
  padding: 1em 0;
  position: relative;
  display: inline-block;
}

.p-save-card-dd .is-point::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 3.715rem;
  height: 0.5rem;
  background-color: #2E86C8;
  transform: rotate(60deg);
  left: -2em;
}

.p-save-card-dd .is-point::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 3.715rem;
  height: 0.5rem;
  background-color: #2E86C8;
  transform: rotate(-60deg);
  right: -2em;
}

.p-save-caselist {
  padding-bottom: 0.75em;
  text-align: left;
}

.p-save-caselist span {
  color: #2E86C8;
}

.p-save-caselist li {
  font-weight: 600;
  padding-left: 1em;
  text-indent: -1em;
}

.p-save-caselist-image {
  width: 100%;
  padding: 3.5rem 0;
}

.p-save-caselist-image + p {
  padding-bottom: 1em;
}

.p-save-step-num {
  width: 17.9rem;
  margin: 0 auto;
  padding-top: 3.8rem;
}

.p-save-step-text {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 1.25em;
  padding-bottom: 1.5em;
  height: 7.75em;
  display: flex;
  align-items: center;
  padding: 0 0.5em;
  letter-spacing: -0.1em;
}

.p-save-step-text2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 1em 0 2em;
  letter-spacing: -0.025em;
}

.p-save-step-image {
  width: 24.7rem;
}

.p-save-step {
  display: flex;
  justify-content: space-between;
}

.p-save-step-list {
  width: 25%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.p-save-step + p {
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  padding-bottom: 2em;
}

.p-save-speech {
  text-align: left;
  color: #2E86C8;
  font-weight: 600;
  padding: 1em 0 4.5rem 45.5rem;
  position: relative;
}

.p-save-speech::before {
  content: "";
  display: block;
  background: url(../assets/images/guide/img-save-speech.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 27.606rem;
  height: 20.726rem;
  top: 4rem;
  left: 9em;
  z-index: 1;
}

.p-save-step {
  width: 119.5rem;
  margin: 0 auto;
}

/* save-case1 */
#save-case1 .p-save-card:nth-of-type(1) .is-bold + .is-small {
  padding-top: 1em;
}

#save-case1 .p-save-card:nth-of-type(3) .p-save-card-dt span {
  letter-spacing: -0.05em;
  width: 100%;
  position: relative;
  padding-left: 3em;
}

#save-case1 .p-save-card:nth-of-type(3) .p-save-card-dt span::before {
  left: 0;
}

#save-case1 .p-save-card:nth-of-type(3) {
  position: relative;
}

#save-case1 .p-save-card:nth-of-type(3)::after {
  content: "";
  display: block;
  background: url(../assets/images/guide/img-save-card-fukidashi1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 31.495rem;
  height: 22.757rem;
  top: -7.5rem;
  right: -16rem;
  z-index: 1;
}

/* save-case2 */
#save-case2 .p-save-card:nth-of-type(1) .p-save-caselist {
  width: 78.2rem;
  text-align: left;
  margin: 0 auto;
}

#save-case2 .p-save-card:nth-of-type(1) .p-save-caselist li {
  padding-left: 1em;
  text-indent: -1em;
}

#save-case2 .p-save-card:nth-of-type(3) .p-save-caselist-image {
  width: 55.663rem;
  margin: 0 auto;
}

#save-case2 .p-save-card:nth-of-type(3) {
  position: relative;
}

#save-case2 .p-save-card:nth-of-type(3)::after {
  content: "";
  display: block;
  background: url(../assets/images/guide/img-save-card-fukidashi1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 31.495rem;
  height: 22.757rem;
  top: -7.5rem;
  right: -16rem;
  z-index: 1;
}

/* END save-case2 */
/* save-case3 */
#save-case3 .p-save-step {
  width: 98.2rem;
  margin: 0 auto;
}

#save-case3 .p-save-step-image {
  width: 35.4rem;
}

#save-case3 .p-save-step-num {
  padding-bottom: 6.8rem;
}

#save-case3 .p-save-step {
  position: relative;
}

#save-case3 .p-save-step::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.4rem 0 4.4rem 7.65rem;
  border-color: transparent transparent transparent #FF1230;
  top: 50%;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* END save-case3 */
.p-guide-use {
  background: #FFE3E6;
  padding-top: 24.4rem;
  padding-bottom: 10.5rem;
  position: relative;
}

.p-guide-use::before {
  content: "";
  display: block;
  background: url(../assets/images/guide/img-guide-use-kyun.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 33.2rem;
  height: 30.4rem;
  top: -16rem;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}

/* howto */
.p-howto__inner {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.p-howto__title {
  width: 63.239rem;
  padding-bottom: 6rem;
}

.p-howto__list {
  display: flex;
  justify-content: space-between;
  width: 117rem;
  margin: 0 auto;
}

.p-howto__item {
  width: 61.643rem;
}

.p-howto__item:last-of-type {
  width: 53.139rem;
}

/* p-use-case */
.p-use-case {
  margin-bottom: 10.9rem;
}

.p-use-case__num {
  border-radius: 50%;
  background: #E8537A;
  color: #FFF;
  font-weight: 800;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.8rem;
  height: 14.8rem;
  margin: 0 auto;
}

.p-use-case__title {
  font-weight: 800;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  padding: 0.5563em 0;
}

.p-use-case-card {
  background: #FFF;
  border-radius: 48px;
  margin-bottom: 6rem;
}

.p-use-case-card__inner {
  width: 120.8rem;
  margin: 0 auto;
  position: relative;
}

.p-use-case-card__dl dt {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #E8537A;
  padding-top: 5.2rem;
  padding-bottom: 3.2rem;
  align-items: center;
}

.p-use-case-card__dl dt span {
  position: relative;
  color: #E8537A;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  height: inherit;
  display: flex;
  align-items: center;
}

.p-use-case-card__dl dt span::before {
  content: "";
  display: block;
  background: url(../assets/images/guide/img-save-card-dt-kyun.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 12.1rem;
  height: 13.5rem;
  top: -4.5rem;
  left: -4em;
  z-index: 1;
}

.p-use-case-card__dl dd {
  font-size: 2.4rem;
  line-height: 2;
  padding: 2.5rem 2rem;
}

.p-use-case-card__dl dd .is-small {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 4em;
}

.p-use-step {
  padding-top: 5.3rem;
  width: 76.1rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.p-use-step__item {
  width: 35.2rem;
}

#use-case1 .p-use-case-card__dl dt span::after {
  content: "";
  display: block;
  background: url(../assets/images/guide/img-use-card-dt-gacha.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 15.2rem;
  height: 10.3rem;
  top: -3rem;
  right: -5em;
  z-index: 1;
}

#use-case1 .p-use-case-card__dl dd {
  padding-bottom: 13rem;
}

#use-case1 .p-use-case-card__dl dd img {
  width: 21.1rem;
  position: absolute;
  right: 0;
  bottom: 2rem;
}

#use-case2 .p-use-case-card__dl dd {
  padding-bottom: 7rem;
}

/* END p-use-case */
@media screen and (max-width: 768px) {
  .p-guide-intro__inner {
    width: 85%;
    margin: 0 auto;
  }
  .p-guide-intro__box {
    flex-flow: column;
    height: 64rem;
    width: 100%;
    border: solid #FF1230 20px;
  }
  .p-guide-intro__title {
    width: 75%;
  }
  .p-guide-intro__img {
    position: static;
    width: 90%;
    margin: -10rem auto 0;
  }
  .p-guide-intro__inner {
    padding-top: 6rem;
  }
  .p-guide-intro__inner p {
    font-size: 2.2rem;
  }
  .p-guide__inner {
    width: 90%;
  }
  .p-guide-save-case__title {
    text-align: center;
  }
  .p-guide-save-case__subtitle {
    font-size: 2.4rem;
  }
  .p-guide-save-case__subtitle span:before {
    left: -2em;
  }
  .p-guide-save-case__subtitle span:after {
    right: -2em;
  }
  /* p-save-card */
  .p-save-card__inner {
    width: 90%;
  }
  .p-save-card-dt {
    padding-top: 12.5rem;
  }
  .p-save-card-dt span {
    padding-top: 1em;
  }
  .p-save-card-dt span::before {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .p-save-step {
    width: 100%;
    flex-wrap: wrap;
  }
  .p-save-step-list {
    width: 47.5%;
    padding-bottom: 1em;
  }
  .p-save-step-text {
    font-size: 2rem;
    letter-spacing: -0.05em;
  }
  #save-case1 .p-save-card:nth-of-type(3) .p-save-card-dt span {
    padding-left: 0;
  }
  #save-case1 .p-save-card:nth-of-type(3) .p-save-card-dt span::before {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #save-case1 .p-save-card:nth-of-type(3)::after {
    top: -5rem;
    right: 0;
    width: 22.3rem;
    height: 16.113rem;
  }
  #save-case2 .p-save-card:nth-of-type(1) .p-save-caselist {
    width: 100%;
  }
  .p-save-speech {
    padding-left: 10em;
    font-size: 2rem;
  }
  .p-save-speech::before {
    width: 24.606rem;
    height: 17.726rem;
    left: 0em;
    top: 7rem;
  }
  #save-case2 .p-save-card:nth-of-type(3)::after {
    top: -5rem;
    right: 0;
    width: 22.3rem;
    height: 16.113rem;
  }
  #save-case3 .p-save-step {
    width: 100%;
  }
  #save-case3 .p-save-step-image {
    width: 100%;
  }
  #save-case3 .p-save-step::after {
    border-width: 1rem 0 1rem 2rem;
  }
  .p-use-case__title {
    text-align: center;
  }
  .p-use-case-card__inner {
    width: 90%;
  }
  .p-use-case-card__dl dt {
    padding-top: 12.5rem;
  }
  .p-use-case-card__dl dt span {
    padding-top: 1em;
  }
  .p-use-case-card__dl dt span::before {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #use-case1 .p-use-case-card__dl dd {
    padding-bottom: 20rem;
  }
  #use-case1 .p-use-case-card__dl dt span::after {
    width: 7rem;
    height: 5.3rem;
    right: 6rem;
  }
  .p-save-card-dd .is-small {
    font-size: 2rem;
  }
  .p-howto__list {
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 10rem;
  }
  .p-howto__item {
    width: 100%;
    padding-bottom: 2em;
  }
  .p-howto__item:last-of-type {
    width: 100%;
  }
  .p-use-step {
    width: 100%;
  }
  .p-use-step__item {
    width: 45%;
  }
  .p-save-card-dd .is-red {
    padding-bottom: 0.5em;
  }
}
.p-menu-btn {
  background: #5d0d0d;
  border-radius: 5px;
  width: 136px;
  height: 94px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.p-menu-btn__icon {
  min-height: 26px;
  max-height: 26px;
}
.p-menu-btn__text {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding-top: 0.3em;
  line-height: 1.4;
}

.p-rotate {
  writing-mode: rl;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .p-menu-btn {
    background: none;
    border-radius: 0;
    width: 100%;
  }
  .p-menu-btn__icon {
    filter: brightness(0.1);
  }
  .p-menu-btn__text {
    color: #1a1a1a;
    font-size: clamp(1rem, 2.81vw, 18px);
  }
}
.sp-info02 {
  background: #454444;
}

.sp-info03 {
  background: #282727;
}

.p-home-news__title {
  padding-bottom: 1em;
}

.p-home-dl__link--text.btn-contact span:before {
  display: none;
}

.p-home-dl__link--text.btn-contact {
  width: 19.79vw;
  border: 1px solid #000;
  margin-top: 1.5em;
}

.p-home-dl__link--text.btn-contact:before {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
}

.p-home-dl__link--text.btn-contact:hover {
  color: #fff;
  background: #000;
  opacity: 1;
  cursor: pointer;
}

.p-home-dl__link--text.btn-contact a:hover {
  opacity: 1;
}

.p-home-dl__link--text.btn-contact:hover:before {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

@media screen and (max-width: 768px) {
  .sp-info {
    margin-top: 0rem;
  }
  .sp-info02 {
    margin-top: 0rem;
  }
  .sp-info03 {
    margin-top: 10.2rem;
  }
  .p-home-news__title {
    width: initial;
    font-size: 4.25vw;
    padding-top: 0.5em;
  }
  .p-home-dl__link--text.btn-contact {
    width: 100%;
  }
  .p-home-dl__link--text.btn-contact:before {
    width: 1.25rem;
    height: 1.25rem;
    border-top: solid 0.3rem #000;
    border-right: solid 0.3rem #000;
  }
}
@media screen and (max-width: 400px) {
  .p-home-news__title {
    font-size: 6.5vw;
  }
}
/*20230524対応*/
.p-home-cp {
  padding-top: 11rem;
  padding-bottom: 4rem;
}

.p-home-cp__title {
  max-width: 502.2735px;
  width: 26.16vw;
  margin: 0 auto;
  padding-bottom: 5.5rem;
}

.p-home-cp__wrap {
  display: flex;
  justify-content: space-between;
  width: 79.16%;
  margin: 0 auto;
}

.p-home-cp__wrap a {
  width: 47.5%;
}

.p-home-cp__wrap.center {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-home-cp__wrap {
    display: flex;
    flex-flow: column;
    width: 75%;
  }
  .p-home-cp__wrap a {
    width: 100%;
  }
  .p-home-cp__title {
    width: 40.3904vw;
    padding-bottom: 3.5rem;
  }
  .p-home-cp__wrap a:last-child {
    margin-top: 0rem;
  }
}
.u-inner {
  width: 100%;
  max-width: 1620px;
  margin-right: auto;
  margin-left: auto;
}/*# sourceMappingURL=style.css.map */