@charset "UTF-8";
/* Base */
*, *::before, *::after {
  box-sizing: border-box;
}
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #000;
  letter-spacing: .04em;
}
body {
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100vw;
}
main {
  flex: 1;
  position: relative;
}
ul {
  list-style: none;
}
a {
  display: block;
  color: inherit;
  transition: 0.2s ease-in-out;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
img {
  vertical-align: top;
  width: 100%;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}
::selection {
  background: rgba(34, 34, 34, 0.5);
  color: #E2E2E2;
}
.l-container--1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.u-py120 {
  padding: 120px 0px;
}
.u-mb--lg {
  margin-bottom: 120px
}
.u-mb--av {
  margin-bottom: 60px
}
.u-mb--md {
  margin-bottom: 32px
}
.u-mb--sm {
  margin-bottom: 24px
}
.u-mb--min {
  margin-bottom: 16px
}
.u-mb--tiny {
  margin-bottom: 8px
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
.common__btn a {
  background-color: #000000;
  border-radius: 1000px;
  padding: 30px 20px;
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
}
.common__btn a span {
  display: block;
  color: #fff;
  text-align: center;
}
.common__btn a .text {
  font-size: 13px;
}
.common__btn a .text br {
  display: none
}
.common__btn a .arrow {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
}
.common__btn a .arrow::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-arrow.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.common__btn.close a {
  background-color: #00000000 !important;
  border: solid 2px #000;
  cursor: not-allowed;
}
.common__btn.close a:hover {
  opacity: 1;
}
.common__btn.close a .arrow {
  color: #000;
}
.common__btn.close a .text {
  color: #000;
}
.common__btn.close a .arrow::after {
  display: none
}
.common__btn.common__btn--small a {
  padding: 20px 20px;
  max-width: 400px;
}
.common__btn.common__btn--small a .arrow {
  font-size: 21px;
}
.common__btn.common__btn--small a .arrow::after {
  width: 15px;
  height: 15px;
}
.common__btn.common__btn--small.disable a {
  background-color: #636363;
  cursor: not-allowed;
}
.common__btn.common__btn--small.disable a:hover {
  opacity: 1;
}
.common__btn.common__btn--small.disable a .arrow::after {
  display: none
}
.shadow {
  box-shadow: 3px 3px #000;
  border: solid 1px #000
}
@media screen and (max-width: 941px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 14px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .u-mb--lg {
    margin-bottom: 120px
  }
  .u-mb--av {
    margin-bottom: 46px
  }
  .u-mb--md {
    margin-bottom: 24px
  }
  .u-mb--sm {
    margin-bottom: 16px
  }
  .u-mb--min {
    margin-bottom: 8px
  }
  .u-mb--tiny {
    margin-bottom: 4px
  }
  .common__btn a {
    padding: 13px 20px;
  }
  .common__btn a .text {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .common__btn a .arrow {
    font-size: 18px;
    ;
  }
  .common__btn a .text br {
    display: block
  }
  .common__btn a .arrow::after {
    width: 12px;
    height: 12px;
  }
  .common__btn.common__btn--small a .arrow::after {
    width: 12px;
    height: 12px;
  }
  .common__btn.common__btn--small a .arrow {
    font-size: 17px;
  }
  .shadow {
    box-shadow: 2px 2px #000;
  }
  .common__btn.common__btn--small a {
    padding: 16px 20px;
    max-width: 280px;
  }
}
/* 背景
-------------------------------------------*/
.page__bc {
  background: linear-gradient(#EB4438, #EF913D);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}
.page__bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bgi-noise.webp);
  background-repeat: repeat;
  background-size: 500px;
  mix-blend-mode: overlay;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
.page__bg::after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.7) 1px, transparent 1px);
  background-position: 10px 10px;
}
.tonbo-mark {
  width: 100%;
  height: 100svh;
  pointer-events: none;
}
.tonbo-mark__corner {
  position: absolute;
}
.tonbo-mark__corner::before, .tonbo-mark__corner::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.tonbo-mark__corner::before {
  top: 0;
  right: 0;
}
.tonbo-mark__corner::after {
  left: 0;
  bottom: 0;
}
.tonbo-mark__corner:nth-child(1) {
  top: 10px;
  left: 10px;
}
.tonbo-mark__corner:nth-child(2) {
  top: 10px;
  right: 10px;
  transform: scale(-1, 1);
}
.tonbo-mark__corner:nth-child(3) {
  bottom: 10px;
  left: 10px;
  transform: scale(1, -1);
}
.tonbo-mark__corner:nth-child(4) {
  bottom: 10px;
  right: 10px;
  transform: scale(-1, -1);
}
.marker {
  background: linear-gradient(transparent 50%, #E8F581 0%);
  margin: 0 0.3em;
}
.button:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}
.page__bg::after {
  background-size: 21px 21px;
}
.tonbo-mark {
  position: fixed;
}
.tonbo-mark__corner {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 960px) {
  .page__bg::after {
    background-size: 16px 16px;
  }
  .tonbo-mark {
    position: absolute;
  }
  .tonbo-mark__corner {
    width: 30px;
    height: 30px;
  }
}
/* キービジュアル
-------------------------------------------*/
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100vw;
  height: 100svh;
  min-height: 50vw;
}
.hero__deco-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.hero__fc-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(40px, 7vw);
  gap: 16px 0;
}
.hero__member-label {
  padding: 0px 11px;
  background: #000;
  color: #fff;
  font-size: 18px;
}
.hero__logo-image {
  width: min(18em, 62vw);
}
.hero__title-block {
  position: relative;
  text-align: center;
}
.hero__title-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 103%;
  height: 103%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/bgi_title-pc.svg);
}
.hero__title {
  font-weight: 400;
  font-size: 4.3vw;
  line-height: 1em;
}
.hero__title-main {
  line-height: 1em;
  font-size: 7vw;
}
.hero__title-main span {
  letter-spacing: -0.19em;
  font-size: 7vw;
  line-height: 1.3em;
}
.hero__title-sub {
  font-size: 2.7vw;
}
.hero__vol {
  position: absolute;
  transform: rotate(350deg);
  padding: 0.1em 0.60em 0 0.60em;
  border: 1px solid #000;
  background: #E89296;
  font-weight: 500;
  top: -.8em;
  left: 2em;
  font-size: 2.5vw;
  line-height: 1;
  letter-spacing: 0;
}
.hero__vol::after {
  content: "";
  display: inline-block;
  width: 1.5vw;
  height: 2vw;
  background-image: url(../img/icon-pin.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 44%;
  top: -43%;
  transform: translateX(-50%);
}
.hero__vol span {
  font-size: 0.6em;
  font-weight: 500;
  letter-spacing: 0;
}
.hero__tour {
  width: fit-content;
  margin-top: min(6vh, 50px);
  text-align: center;
}
.hero__tour-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.hero__tour-title::before, .hero__tour-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
}
.hero__tour-name {
  margin-bottom: 10px;
}
.hero__deco-text {
  top: 30px;
}
@media screen and (max-width: 960px) {
  .hero {
    margin-bottom: 46px;
  }
  .hero__deco-text {
    top: 4%;
    font-size: 13px;
  }
  .hero__title-block::before {
    background-image: url(../img/bgi_title-sp.svg);
  }
  .hero__title {
    font-size: 7vw;
    line-height: 1.3em;
  }
  .hero__title-main, .hero__title-main span {
    font-size: 15vw;
  }
  .hero__title-sub {
    font-size: 5.3vw;
  }
  .hero__vol {
    top: -1em;
    left: -0.4em;
    font-size: 6.4vw;
  }
  .hero__logo-image {
    width: 240px;
  }
  .hero__member-label {
    font-size: 16px;
  }
  .hero__fc-logo {
    margin-bottom: min(40px, 10vw);
    gap: 10px 0;
  }
  .hero__vol::after {
    width: 5vw;
    height: 4.5vw;
    left: 46%;
    top: -35%;
  }
}
@media screen and (max-width: 426px) {
  .hero__vol::after {
    height: 7vw;
    left: 40%;
    top: -60%;
  }
}
/* 説明文
-------------------------------------------*/
.lead_items--inner {
  padding: 30px 20px 20px 20px;
  background: #B7D79B;
  border: solid 1px #000;
  box-sizing: border-box;
  position: relative;
}
.lead_items--inner::before {
  content: "";
  width: 97%;
  height: 31.19px;
  background-image: url(../img/icon-binder.png);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-position: left;
}
.lead_items--text {
  padding: 32px 16px;
  background-color: #fff;
  border: solid 1px #000;
  box-sizing: border-box;
}
.lead_items--text p {
  max-height: 800px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
.lead_items--text p.text {
  margin-bottom: 16px;
}
.lead_items--text p.noto {
  color: #F00;
  font-weight: 500;
}
.highlight {
  background: linear-gradient(transparent 50%, #E8F581 0%);
  font-weight: 400;
  margin: 0 0.3em;
}
@media screen and (max-width: 769px) {
  .lead_items--text p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
  .lead_items--text {
    padding: 20px;
  }
  .lead_items--inner {
    padding: 16px 16px 16px 16px;
  }
  .lead_items--inner::before {
    content: "";
    width: 96%;
    height: 20px;
    top: -12px;
  }
}
@media screen and (max-width: 426px) {
  .lead_items--inner::before {
    width: 94%;
  }
}
/* お申し込み期間
-------------------------------------------*/
.term-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  background: #b7d79b;
}
.term-card + .term-card {
  margin-top: 16px;
}
.term-card__title {
  padding: 0px 17px;
  margin-bottom: 10px;
  background-color: #000;
  color: #fff;
}
.term-card__title.double {
  border: solid 1px #000;
  margin-bottom: 0;
  margin-right: 65px;
}
.term-card__title.right {
  background-color: #b7d79b;
  color: #000;
  border: solid 1px #000;
  margin-left: 65px;
}
.term-card__note {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.6;
}
.date-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.date-list__item {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.date-list__year, .date-list__month, .date-list__day, .date-list__time {
  font-size: 28px;
}
.date-list__year span, .date-list__month span, .date-list__day span, .date-list__to {
  font-size: 24px;
}
.date-list__week {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-0.24em);
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 999px;
  font-size: 15px;
  padding-left: .7px;
  padding-bottom: 1.3px;
}
.term-card__note {
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .term-card__title {
    padding: 0px 9px;
  }
  .date-list__year, .date-list__month, .date-list__day, .date-list__time {
    font-size: 26px;
    line-height: 1.4;
  }
  .date-list__year span, .date-list__month span, .date-list__day span, .date-list__to {
    font-size: 21px;
    line-height: 1.4;
  }
  .term-card__note {
    font-size: 12px;
    max-width: 300px;
    text-align: center;
  }
  .date-list__week {
    transform: translateY(-0.3em);
    font-size: 12px;
    width: 22px;
    height: 22px;
    padding-bottom: 1px;
  }
  .term-card__title.double {
    margin-right: 50px;
  }
  .term-card__title.right {
    margin-left: 50px;
  }
}
/* クリープ配布 VOL.09
-------------------------------------------*/
.about-section__heading {
  position: relative;
  z-index: -1;
  text-align: center;
  line-height: 1.2;
}
.about-section__heading-sub {
  font-size: min(2.9vw, 40px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}
.about-section__heading-main {
  margin-bottom: -0.18em;
  font-weight: 600;
  font-size: min(5.9vw, 80px);
  line-height: 1.2;
}
.about-section__heading-main span {
  letter-spacing: -0.19em;
  font-size: min(5.9vw, 80px);
  line-height: 1.2;
}
.about-section__box {
  background: #F5BC52;
}
.about-section__box {
  padding: 80px 0;
}
.about-block {
  max-width: 800px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.about-block + .about-block {
  position: relative;
}
.about-block + .about-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #000, #000 3px, transparent 3px, transparent 6px);
}
.about-block__title {
  padding: 2px 20px;
  background: #000;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 0 auto 24px;
  width: fit-content;
}
.about-block__item {
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
.about-block__text--center {
  text-align: center;
}
.contents-list {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
}
.contents-list__item {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.4);
  line-height: 1.8;
}
.contents-list__item .note {
  font-size: 12px;
  line-height: 1.5;
  display: block;
}
.stream {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 110px;
  text-align: center;
}
.stream::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  height: 0;
  border-radius: 999px;
  background: #fff;
}
.stream__image {
  width: 95%;
}
.stream__image img {
  border: 1px solid #000;
  overflow: hidden;
}
.preview__title {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.preview__title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.preview__title::before, .preview__title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
}
.preview__image {
  position: relative;
}
.preview__image img {
  border: 1px solid rgba(34, 34, 34, 0.3);
}
.preview__caption {
  position: absolute;
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.preview__caption .note {
  color: #fff;
  display: block;
  font-size: 12px;
}
.preview__image + .preview__image {
  margin-top: 30px;
}
.preview--current {
  margin-top: 80px;
}
.about-section__heading-sub {
  font-size: min(2.9vw, 40px);
}
.about-block + .about-block {
  padding-top: 80px;
  margin-top: 80px;
}
.contents-list__item {
  text-align: center;
  font-weight: 500;
  padding: 10px 16px;
}
.contents-list__item + .contents-list__item {
  margin-top: 20px;
}
.contents-list + .about-block__text {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
.stream {
  margin-bottom: 170px;
}
.stream::before {
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  padding-top: 85%;
}
.stream__title {
  font-size: 18px;
  display: block;
  font-weight: 600;
}
.stream__image {
  margin: 1em auto;
}
.stream__image img {
  border-radius: 20px;
}
.stream__text {
  font-size: 14px;
  display: block;
  font-weight: 600;
}
.preview__image:nth-of-type(1) .preview__caption {
  top: 10px;
  right: -10px;
}
.preview__image:nth-of-type(2) .preview__caption {
  bottom: 10px;
  left: -10px;
}
@media screen and (max-width: 769px) {
  .about-section__heading-sub {
    font-size: 5vw;
  }
  .about-section__heading-main, .about-section__heading-main span {
    font-size: 9vw;
    font-weight: 600;
  }
  .about-section__box {
    padding: 46px 0 20px;
  }
  .about-block + .about-block {
    padding-top: 40px;
    margin-top: 40px;
  }
  .contents-list__item + .contents-list__item {
    margin-top: 10px;
  }
  .contents-list + .about-block__text {
    font-size: 13px;
  }
  .stream {
    margin-bottom: 60px;
  }
  .stream::before {
    top: -2em;
    transform: translate(-50%, 0);
    width: 80%;
    padding-top: 80%;
  }
  .stream__title {
    font-size: 14px;
  }
  .stream__image {
    margin: 10px auto;
  }
  .stream__image img {
    border-radius: 20px;
  }
  .stream__text {
    font-size: 14px;
  }
  .preview__title {
    margin-bottom: 16px;
    text-align: center;
    display: block;
    font-size: 16px;
  }
  .preview__title::before, .preview__title::after {
    display: none;
  }
  .preview__caption {
    position: initial;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    margin-top: -1px;
  }
  .preview--current {
    margin-top: 40px;
  }
  .about-block__text--center {
    margin-top: -10px;
    font-size: 1.6rem;
  }
  .about-block__title {
    padding: 0px 11px;
    font-size: 14px;
    margin: 0 auto 16px;
  }
  .preview__image + .preview__image {
    margin-top: 10px;
  }
}
/* 注意事項
-------------------------------------------*/
.attention-section__title {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
.info-list__item {
  border: 1px solid #000;
  margin-bottom: 20px;
  background: #fff;
}
.info-list__heading {
  padding: 10px;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 18px;
}
.info-list__body {
  padding: 20px 0;
  letter-spacing: 0;
}
.info-list__text {
  display: block;
}
.info-list__inner-list li {
  display: flex;
  gap: 10px;
}
.info-list__inner-list li::before {
  content: "";
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  margin-top: 0.9em;
}
.info-list__text + .info-list__text, .info-list__inner-list li + li {
  margin-top: 0.3em;
}
.info-list--attention .info-list__heading {
  background: #000;
  color: #fff;
}
.info-list__body {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media screen and (max-width: 769px) {
  .attention-section__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .info-list__heading {
    padding: 10px 20px;
    text-align: left;
    font-size: 15px;
  }
}
/* フッター
-------------------------------------------*/
.footer {
  padding: 120px 20px;
}
.footer__copyright small {
  font-size: 12px;
  display: block;
  text-align: center;
}
/* 送付の条件
-------------------------------------------*/
.conditions-section__title {
  padding: 2px 20px;
  background: #000;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 0 auto 24px;
  width: fit-content;
}
.conditions-section__text {
  margin-bottom: 46px;
  text-align: center;
  font-size: 18px;
}
.conditions__list {
  background-color: #9BBDE8;
  margin-bottom: 24px;
}
.conditions__list.pink {
  background-color: #E89296;
}
.conditions__list:nth-last-child(1) {
  margin-bottom: 0;
}
.conditions__head {
  position: relative;
  padding: 32px 32px 32px 0;
  cursor: pointer;
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.conditions__head .tag {
  background-color: #000;
  color: #fff;
  padding: 3px 11px;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.conditions__head .title {
  font-size: 18px;
}
.conditions__head::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: translateY(-50%) rotate(134deg);
  transition: transform 0.3s;
}
.conditions__head.is-open::after {
  transform: translateY(-50%) rotate(45deg);
}
.conditions__body {
  height: 0;
  overflow: hidden;
  opacity: 0;
  border-top: 0;
  transition:
    height 0.4s ease, opacity 0.3s ease, border-color 0.3s ease;
}
.conditions__body.is-open {
  opacity: 1;
  border-color: lightblue;
}
.conditions__body-inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  border-top: dashed 1px #000;
  padding: 32px 0 32px;
}
.conditions__flow--inner {
  padding-left: 46px;
  position: relative;
  margin-bottom: 32px;
}
.conditions__flow--inner:nth-last-child(1) {
  margin-bottom: 0;
}
.conditions__flow--inner .number {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
}
.conditions__flow--inner .btn a {
  display: inline-block;
  border-bottom: solid 1px #000;
}
.conditions__flow--inner .btn a::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  transform: rotate(-45deg);
  margin-left: 0.3em;
  margin-bottom: 0.1em;
  border-bottom: solid 1px #000222;
  border-right: solid 1px #000222;
  transition: 0.3s;
}
.conditions__data {
  display: flex;
  gap: 4px 16px;
  flex-wrap: wrap;
}
.conditions__data h3 {
  padding: 2px 14px;
  background: #000;
  color: #fff;
  font-size: 14px;
  display: block;
  flex-wrap: wrap;
}
.conditions-list__item {
  border: 1px solid #000;
  background: #fff;
}
.conditions-list__heading {
  padding: 8px 16px;
  border-bottom: 1px solid #000;
  font-size: 18px;
  background: #000;
  color: #fff;
}
.conditions-list__body {
  padding: 20px 0;
  letter-spacing: 0;
}
.conditions-list__text {
  display: block;
}
.conditions-list__inner-list li {
  display: flex;
  gap: 10px;
}
.conditions-list__inner-list li::before {
  content: "";
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  margin-top: 0.9em;
}
.conditions-list__text + .conditions-list__text, .conditions-list__inner-list li + li {
  margin-top: 0.5em;
}
.conditions-list__body {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.conditions-list__inner-noto li {
  font-size: 13px;
  margin-bottom: 4px
}
.conditions-list__inner-noto li:nth-last-child(1) {
  margin-bottom: 0
}
.conditions-list__inner-noto li::before {
  content: "※";
  font-size: 13px;
}
.conditions-list__inner-btn a {
  display: inline-block;
  border-bottom: solid 1px #000;
  font-size: 14px;
  line-height: 1.6;
}
.conditions-list__inner-btn a::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  transform: rotate(-45deg);
  margin-left: 0.3em;
  margin-bottom: 0.1em;
  border-bottom: solid 1px #000222;
  border-right: solid 1px #000222;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .conditions__head {
    padding: 20px 20px 20px 0;
  }
  .conditions__head .tag {
    padding: 1px 6px;
    font-size: 10px;
    margin-bottom: 6px;
  }
  .conditions__head .title {
    font-size: 14px;
  }
  .conditions__head::after {
    top: 32px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: translateY(0%) rotate(134deg);
  }
  .conditions__head.is-open::after {
    transform: translateY(0%) rotate(45deg);
  }
  .conditions__body-inner {
    padding: 20px 0 20px;
  }
  .conditions__flow--inner {
    padding-left: 0;
    margin-bottom: 24px;
  }
  .conditions__flow--inner .number {
    width: 25px;
    height: 25px;
    font-size: 14px;
    position: inherit;
  }
  .conditions__data h3 {
    padding: 2px 8px;
    font-size: 12px;
  }
  .conditions__data {
    gap: 6px 16px;
  }
  .conditions-list__inner-list li {
    display: flex;
    gap: 5px;
  }
  .conditions-list__inner-noto li {
    font-size: 12px;
  }
  .conditions-list__inner-btn a {
    font-size: 12px;
  }
  .conditions-list__heading {
    padding: 8px 16px;
    font-size: 14px;
  }
  .conditions__list {
    margin-bottom: 16px;
  }
  .conditions-section__text {
    margin-bottom: 32px;
    font-size: 15px;
    font-weight: 600;
  }
  .conditions-section__title {
    padding: 2px 16px;
    font-size: 14px;
    margin: 0 auto 10px;
  }
}
/* フェードアップ
-------------------------------------------*/
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
/* デジタル購入
-------------------------------------------*/
.payment_card {
  padding: 46px 20px 32px;
  background: #b7d79b;
}
.payment_card--head {
  text-align: center;
}
.payment_card--head .title {
  font-weight: 600;
  font-size: 24px;
  padding: 0px 10px 0px 16px;
  background: #000;
  color: #fff;
  display: block;
  margin: 0 auto 16px;
  width: fit-content;
}
.payment_card--deta .title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  max-width: 700px;
  margin: 0 auto 8px;
}
.payment_card--deta .title::before, .payment_card--deta .title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
}
.payment_card--deta .text {
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
}
.payment_card--noto {
  font-size: 13px;
  text-align: center;
}
.payment_card--noto::before {
  content: "※";
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .payment_card--head .title {
    font-size: 18px;
    padding: 0px 7px 0px 13px;
    margin: 0 auto 12px;
  }
  .payment_card--deta .title {
    font-size: 16px;
    font-weight: 500;
    max-width: 550px;
    gap: 16px;
  }
  .payment_card--deta .text {
    font-size: 20px;
  }
  .payment_card {
    padding: 40px 20px 24px;
  }
}