@charset "UTF-8";
p,
span {
  font-weight: inherit;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}

html {
  scroll-padding-top: 24px;
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.75;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
.all-wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}
.all-wrapper summary {
  display: block;
  list-style: none;
}
.all-wrapper summary::-webkit-details-marker {
  display: none;
}
.all-wrapper input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding: 80px 24px;
}
@media screen and (min-width: 767px) {
  .l-contents > div {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-db {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-tac {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #ff0000;
}

.l-contents:nth-of-type(even) {
  background: #fff7f9;
}
.l-contents.-reverse:nth-of-type(odd) {
  background: #fff7f9;
}
.l-contents.-reverse:nth-of-type(even) {
  background: #fff;
}

.headingLv1 img {
  width: 100%;
}

.headingLv2 {
  text-align: center;
  font-size: 24px;
  font-size: min(6.4vw, 24px);
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (min-width: 767px) {
  .headingLv2 {
    line-height: 1.75;
    font-size: 32px;
  }
}
.headingLv2__logo {
  display: block;
  margin: 0 auto 12px;
}
@media screen and (min-width: 767px) {
  .headingLv2__logo {
    margin: 0 auto 16px;
    width: 60px;
    height: 60px;
  }
}
.headingLv2::after {
  margin: 12px auto 0;
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #dd2828;
}
.headingLv2.--noLine::after {
    content: none;
}
@media screen and (min-width: 767px) {
  .headingLv2::after {
    margin: 16px auto 0;
  }
}
.headingLv2.-normal::after {
  display: none;
}

.headingLv3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .headingLv3 {
    font-size: 32px;
  }
}

.link {
  text-decoration: underline !important;
  color: #000 !important;
}
.link:hover, .link:active {
  text-decoration: none;
}
.link.-orange {
  color: #dd2828 !important;
}

.linkbtn {
  cursor: pointer;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  color: #dd2828 !important;
  font-weight: bold;
  transition: 0.2s;
  font-size: min(3.73vw, 14px);
}
.linkbtn.-jcc {
  justify-content: center;
  gap: 10px;
}
.linkbtn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.linkbtn.-store {
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .linkbtn.-store {
    font-size: 20px;
  }
}
@media screen and (min-width: 767px) {
  .linkbtn__ico {
    width: 24px;
    height: 24px;
  }
}

.pcbarcode {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 8px;
  border: 1px solid #dd2828;
  background: #fff;
  color: #dd2828;
  font-weight: bold;
  font-size: 18px;
}

.bullet-point {
  text-indent: -1.5em;
  padding-left: 1em;
}
.bullet-point::before {
  margin: 3px 8px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  flex-basis: 4px;
  background: #000;
  border-radius: 999px;
}

.box {
  border-radius: 8px;
  border: 1px solid #dd2828;
}
.box__content {
  border-radius: 8px;
  padding: 40px 20px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .box__content {
    padding: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  .box__content.-onlyrakuten {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 73px;
  }
}
.box__title {
  padding: 6px;
  border-radius: 7px 7px 0px 0px;
  background: #e35454;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .box__title {
    padding: 14px;
    font-size: 24px;
  }
}
.box__link {
  margin: 40px auto 0;
}
.box__link.-store {
  margin: 8px auto 0;
  width: min(240px, 90%);
}
.box__img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .box__img {
    width: 245px;
    flex-basis: 245px;
    height: auto;
    margin: initial;
  }
}
.box__img.-notapp {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .box__img.-notapp {
    margin: 40px auto 0;
    width: 720px;
    height: 280px;
  }
}
.box__img.-onlyrakuten {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .box__img.-onlyrakuten {
    margin: initial;
    width: 252px;
    height: 201px;
  }
}
.box__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.box__item {
  counter-increment: title;
}
@media screen and (min-width: 767px) {
  .box__item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
  .box__item.-alignCenter {
    align-items: center;
  }
}
.box__item .box__textTitle::before {
  content: counter(title, decimal-leading-zero);
}
.box__textTitle {
  margin-top: 16px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .box__textTitle {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 20px;
    letter-spacing: -1px;
  }
}
.box__textTitle::before {
  height: 30px;
  width: 30px;
  flex-basis: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e35454;
  color: #fff;
  border-radius: 999px;
  text-align: center;
}
.box__notappText {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .box__notappText {
    margin-top: 0;
    text-align: left;
  }
}
.box__text {
  font-size: 15px;
}
@media screen and (min-width: 767px) {
  .box__text {
    text-align: center;
    font-size: 16px;
  }
  .box__text.-tal {
    text-align: left;
  }
}
@media screen and (min-width: 767px) {
  .box__itemContent {
    flex: 1;
  }
}
.box__linkWrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.box__linkName {
  font-weight: bold;
  text-align: center;
}
.rank__img {
  display: block;
  margin: 40px auto 0;
}
.about__text {
  margin-top: 40px;
  font-size: 15px;
}
.rank .about__text {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .about__text {
    text-align: center;
    font-size: 20px;
  }
  .rank .about__text {
    text-align: center;
    font-size: 20px;
  }
}
.about__textlink {
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .about__textlink {
    font-size: 20px;
  }
}
.about__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .about__list {
    justify-content: center;
    flex-direction: row;
    gap: 40px;
  }
}
.about__item {
  background: #fff;
  margin: auto;
  width: min(280px, 100%);
}
@media screen and (min-width: 767px) {
  .about__item {
    width: 360px;
    margin: initial;
  }
}
.about__item > img {
  display: block;
  margin: 18px auto 0;
}
@media screen and (min-width: 767px) {
  .about__item > img {
    margin-top: 16px;
    width: 280px;
    height: 180px;
  }
}
.about__itemTitle {
  padding: 6px;
  border-radius: 8px 8px 0px 0px;
  background: #e35454;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.about__itemTitle > span {
  display: block;
  font-size: 16px;
}

.saveUse__title {
  margin: 40px auto 0;
  position: relative;
  display: block;
  border-radius: 8px;
  background: #dd2828;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  width: min(130px, 35%);
}
@media screen and (min-width: 767px) {
  .saveUse__title {
    margin-top: 80px;
    width: 150px;
    font-size: 28px;
  }
}
.saveUse__title::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0 10px;
  border-color: #dd2828 transparent transparent transparent;
}
.saveUse__img {
  display: block;
  margin: 30px auto 20px;
  height: auto;
}
@media screen and (min-width: 767px) {
  .saveUse__img {
    margin: initial;
    width: 530px;
    height: 200px;
  }
}
.saveUse__img.-point {
  margin: 20px auto 24px;
}
@media screen and (min-width: 767px) {
  .saveUse__img.-point {
    margin-top: 30px;
    width: 1100px;
    height: 299px;
  }
}
.saveUse__text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .saveUse__text {
    font-size: 20px;
  }
}
.saveUse__textEm {
  font-size: 24px;
  color: #dd2828;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .saveUse__textEm {
    font-size: 32px;
  }
}
.saveUse__textEm > span {
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .saveUse__textEm > span {
    font-size: 16px;
  }
}
.saveUse__note {
  margin-top: 8px;
}
@media screen and (min-width: 767px) {
  .saveUse__note {
    font-size: 14px;
  }
}
.saveUse__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .saveUse__list {
    gap: 80px;
  }
}
.saveUse__item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.saveUse__box {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .saveUse__box {
    width: 800px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 767px) {
  .saveUse__itemBox {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}
.saveUse__link {
  margin-top: 40px;
}
.saveUse__link:not(:first-of-type) {
  margin-top: 16px;
}
.saveUse__linkName {
  font-weight: bold;
  text-align: center;
}

.saveUse__subHeading {
  text-align: center;
  margin: 24px auto;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .saveUse__noteText {
    text-align: center;
    font-size: 14px;
  }
}

.howToUse__text {
  margin-top: 16px;
  text-align: center;
  font-size: 15px;
}
@media screen and (min-width: 767px) {
  .howToUse__text {
    font-size: 20px;
  }
}
.howToUse__box {
  margin: 40px auto 0;
  border: 1px solid #dd2828;
  border-radius: 8px;
  width: min(240px, 100%);
}
@media screen and (min-width: 767px) {
  .howToUse__box {
    width: 360px;
  }
}
.howToUse__boxInner {
  padding: 10px 0;
  background: #fff;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 767px) {
  .howToUse__boxInner {
    padding: 20px;
  }
}
.howToUse__boxText {
  padding: 4px;
  text-align: center;
  border-radius: 0 0 7px 7px;
  color: #fff;
  background: #dd2828;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 767px) {
  .howToUse__boxText {
    padding: 10px;
  }
}
.howToUse__img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .howToUse__img {
    width: 298px;
    height: 240px;
  }
}
.howToUse__boxBorder {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #e35454;
  background: #fff;
}
.howToUse__item {
  position: relative;
}
@media screen and (min-width: 767px) {
  .howToUse__item:not(:first-child) {
    margin-left: 80px;
  }
}
.howToUse__item:not(:first-child)::before {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  margin: auto;
  background: url(../_images/plus.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 25px;
}
@media screen and (min-width: 767px) {
  .howToUse__item:not(:first-child)::before {
    top: 50%;
    left: auto;
    transform: translate(-50%, auto);
    left: -40px;
  }
}
.howToUse__appUse {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .howToUse__appUse {
    width: 800px;
    margin: 80px auto 0;
  }
}
.howToUse__note {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .howToUse__note {
    margin: 80px auto 0;
    width: 800px;
  }
}

.guide {
  box-sizing: border-box;
  position: relative;
  margin-top: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #e35454;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .guide {
    position: relative;
    width: 800px;
    padding: 40px;
    margin: 16px auto 0;
  }
}
.guide__content {
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.guide__button {
  position: relative;
  z-index: 1;
  display: flex;
  width: 240px;
  height: 54px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff7f9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: all 0.3s ease;
  color: #dd2828;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}
.guide__button.-hidden {
  display: none;
}
@media screen and (min-width: 767px) {
  .guide__button {
    display: none;
  }
}

.step-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 767px) {
  .step-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}

.step {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 767px) {
  .step {
    gap: 0;
  }
}
.step__number {
  margin: auto;
  width: 80px;
  border-radius: 99px;
  background: #333;
  display: flex;
  padding: 1px 0px 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .step__number {
    width: 100px;
    font-size: 14px;
  }
}
.step__desc {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .step__desc {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.step__image {
  margin: auto;
  display: block;
}

.js-guide-content.-collapsed {
  max-height: 700px;
  overflow: hidden;
}

.js-expand-button.-open {
  margin-top: 20px;
}

/* JavaScript用のクラス（動作制御） */
/* タブレット・PC用のスタイル */
@media (min-width: 767px) {
  .step__images {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .step__image {
    max-width: 150px;
    flex: 0 0 auto;
  }
  /* 3カラムレイアウト */
  .step--multi .step__images {
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
  }
  .step--multi .step__image {
    flex: 0 0 calc(33.333% - 10px);
    max-width: 180px;
  }
}
.note {
  padding: 40px;
  border: 3px solid #e35454;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .note {
    font-size: 20px;
  }
}
.note__text {
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .note__text {
    font-size: 20px;
  }
}
.note__text2 {
  font-size: 15px;
}
@media screen and (min-width: 767px) {
  .note__text2 {
    font-size: 20px;
  }
}
.note__title {
  font-size: 18px;
  font-weight: bold;
}
.note__caution {
  color: #dd2828;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .note__caution {
    font-size: 24px;
    line-height: 1.75;
  }
}

.attention__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 767px) {
  .app__wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.app__inner {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .app__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.app__img {
  display: block;
  margin: 0 auto 20px;
  width: 327px;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .app__img {
    margin: initial;
    width: 530px;
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.app__link {
  margin-top: 20px;
}

.cta {
  position: relative;
  background: #e35454 !important;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.cta::after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: url("../_images/sp_bg_coin.png") no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 135px;
  width: 100vw;
}
@media screen and (min-width: 767px) {
  .cta::after {
    background: url("../_images/pc_bg_coin.png") no-repeat;
    background-position: bottom center;
    min-height: 263px;
    background-size: contain;
  }
}
.cta__img {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .cta__img {
    width: 270px;
    height: 104px;
  }
}
.cta__text {
  margin-top: 24px;
  font-weight: bold;
}
.cta__link {
  margin: 8px auto 0;
  position: relative;
  z-index: 1;
  width: min(80%, 240px);
}
.cta__linkName {
  text-align: center;
  font-weight: bold;
}
.cta__linkWrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cta__linkWrap:not(:first-of-type) {
  margin-top: 16px;
}

.contact__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact__item {
  padding: 20px;
  border: 10px solid #f4f2f2;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .contact__item {
    text-align: center;
  }
}
.contact__linkWrap {
  margin-top: 16px;
}
.contact__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contact__title {
    font-size: 24px;
  }
}
.contact__linkWrap {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .contact__linkWrap {
    width: 320px;
    margin: 16px auto 0;
  }
}
.contact__link {
  padding: 6px;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000 !important;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 767px) {
  .contact__link {
    padding: 17px 0;
    font-size: 14px;
  }
  .contact__link:hover {
    text-decoration: none;
    color: #e35454 !important;
  }
}

.js-details .icon {
  transform: rotate(180deg);
}

.js-details.is-opened .icon {
  transform: rotate(0);
}

.p-faq__title {
  padding: 9px 24px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-faq__title {
    padding: 10px 24px;
    font-size: 22px;
  }
}
.p-faq__question {
  position: relative;
  padding: 12px 35px 12px 12px;
  font-weight: 400;
  text-align: left;
  background: #fff7f9;
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
}
.p-faq__question::before {
  position: absolute;
  content: "";
  right: 19px;
  display: inline-block;
  width: 17px;
  background: #dd2828;
  height: 2px;
}
@media screen and (min-width: 767px) {
  .p-faq__question::before {
    top: 36px;
  }
}
.p-faq__question::after {
  position: absolute;
  content: "";
  right: 26px;
  display: inline-block;
  width: 2px;
  background: #dd2828;
  height: 17px;
}
@media screen and (min-width: 767px) {
  .p-faq__question::after {
    top: 29px;
  }
}
@media screen and (min-width: 767px) {
  .p-faq__question {
    padding: 20px 18px;
    align-items: flex-start;
  }
}
.p-faq__questionText {
  font-weight: bold;
}
.p-faq__questionInner {
  flex-shrink: 0;
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
}
.p-faq__answer {
  padding: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
  display: flex;
  align-items: flex-start;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .p-faq__answer {
    padding: 20px 18px;
  }
}
.p-faq__details {
  border-top: 1px solid #ccc;
}
.p-faq__details:first-child {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .p-faq__details:last-child {
    border-bottom: 1px solid #ccc;
  }
}
.p-faq .faq-icon {
  margin: 4px 12px 0 0;
}
@media screen and (min-width: 767px) {
  .p-faq .faq-icon {
    margin: -3px 12px 0 0;
    width: 36px;
    height: 36px;
  }
}
.p-faq__para:not(:first-child) {
  margin-top: 16px;
}
.p-faq__note {
  margin-top: 16px;
  font-size: 12px;
}
.p-faq__button {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .p-faq__button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.js-details.is-opened .js-arrow::after {
  width: 0;
}

.js-fadein {
  opacity: 0;
  transition: 2s;
  transition-property: transform, opacity;
}

/*フローティング*/
.floating-bnr {
  position: fixed;
  bottom: 5px;
  right: 1vw;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .floating-bnr {
    bottom: 10px;
    right: 18px;
  }
}
@media screen and (min-width: 767px) {
  .floating-bnr__img {
    width: 160px;
    height: 160px;
    transition: 0.2s;
    transition-property: opacity;
  }
  .floating-bnr__img:hover {
    opacity: 0.7;
  }
}

/* ------- モーダル ------- */
html.is-modal {
  overflow: hidden;
}

.modal {
  cursor: pointer;
  transition: 0.2s;
}
.modal:hover {
  opacity: 0.7;
}

#backMaskBase {
  background: #000;
  display: none;
  height: 100%;
  left: 0px;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#modalWin {
  display: none;
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 101;
}

#modalContent {
  display: none;
  height: auto;
  margin: 0 auto;
  padding-top: min(50%, 480px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 854px;
  max-width: 90%;
  z-index: 102;
}

#modalContent .closeBtn {
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -25px;
  width: 25px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #modalContent .closeBtn {
    top: -40px;
  }
}

#modalContent .closeBtn div {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 2px;
  height: 17px;
  background: #fff;
  transform: rotate(45deg);
}

#modalContent .closeBtn div:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.modalinner {
  text-align: left;
  padding: 0;
}

.mvfrm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------- モーダルここまで ------- */
/*# sourceMappingURL=index.css.map */