@charset "euc-jp";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
  line-height: 1.8;
}
a {
  text-decoration: underline;
  color: #2389CA;
}
a:hover {
  text-decoration: none;
}

body {
  font-family:'Outfit', 'Noto Sans JP',  sans-serif;
  color: #232F3E;
}
.sp {
  display: none;
}
.pc {
  display: block;
}

.mgb80 {
  margin-bottom: 80px;
}
.mgb48 {
  margin-bottom: 48px;
}

/* -----------------------------------------------------------------
hero
----------------------------------------------------------------- */
.hero {
  position: relative;
  background: linear-gradient(135deg, #fdf3e7 0%, #fffaf6 100%);
  padding: 60px 20px;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30%;
  width: 160%;
  height: 220px;
  background: repeating-linear-gradient(
    45deg,
    rgba(255, 183, 77, 0.4),
    rgba(255, 183, 77, 0.4) 12px,
    transparent 12px,
    transparent 24px
  );
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.head {
  background: #232F3E;
  padding: 20px 0;
}
.head-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.main-visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 5vw;
  max-width: 100%;
  box-sizing: border-box;
}
.main-text img {
  display: block;
  margin: 0 auto 40px;
}
.main-visual h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.main-visual h1 span {
  font-size: 24px;
  font-weight: 500;
  display: block;
}
.main-illust img {
  width: 100%;
}

/* -----------------------------------------------------------------
contents
----------------------------------------------------------------- */
.contents-section-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 0;
  text-align: center;
}
.bg-light {
  background: #F1F1F1;
}
.bg-beige {
  background: #FFF9F4;
}
h2.contents-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
span.contents-title-sub {
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
span.marker {
  background: linear-gradient(transparent 60%, #F7DC7D 60%);
  padding-bottom: 0.1em;
}
.att-box {
  border: 3px solid #232F3E;
  border-radius: 10px;
  padding: 40px 48px;
  width: 950px;
  margin: 0 auto 60px;
  text-align: center;
}
.text-bold {
  font-size: 24px;
  font-weight: 600;
}
.att-text {
  font-size: 12px;
}
.title-lead {
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}
.title-lead-att {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 12px;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
.payment-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}
.payment-title span {
  font-size: 16px;
  display: block;
}
.payment-icon {
  border-radius: 50px;
  padding: 8px 60px;
  display: inline-block
}
.payment-image {
  margin: 48px 0 ;
}
.payment-icon.paypay {
  background: #FF1830;
  color: #fff;
}
.payment-icon.original {
  background: #B9B9B9;
}
.payment-text {
  font-size: 18px;
  font-weight: 500;
}
.payment-text-att {
  font-size: 12px;
  display: block;
  margin-top: 8px;
  font-weight: normal;
}
h2.contents-title-left {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
}
.pre-text {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.caution-box {
  background: #FDE6E6;
  width: 700px;
  margin: 0 auto 48px;
  padding: 40px 0;
}
.caution-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.caution-info {
  font-size: 16px;
}
.caution-att {
  font-size: 12px;
  display: block;
  margin-top: 6px;
}
.caution-date {
  font-size: 18px;
  font-weight: 500;
}

.conditions {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  width: 630px;
  margin: 12px auto 24px;
}
.flow-list li {
  display: flex;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 40px;
  gap: 20px;
}

.flow-date {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #FFE600;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  flex-direction: column;
  margin-bottom: 8px;
}
.flow-date:empty {
  background-color: transparent;
}
.flow-date span {
  font-size: 12px;
  font-weight: normal;
}

.flow-detail {
  position: relative;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-left: 6px solid #FF4B4B;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  flex: 1;
}

.flow-detail dt {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.flow-detail dd.flow-att {
  font-size: 14px;
  line-height: 1.6;
}
.flow-detail dd {
  margin-bottom: 4px;
}
.flow-detail::after {
  content: 'вз';
  display: block;
  font-size: 16px;
  color: #999;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.flow-list li:last-child .flow-detail::after {
  content: none;
}
.payment-cycle {
  font-size: 18px;
  margin-bottom: 16px;
}
.payment-cycle span {
  font-weight: bold;
}
.cycle-text-att {
  font-size: 12px;
  display: block;
}
.bg-info {
  background: #FBE7EF;
}
.title-lead-emphasis {
  color: #FF4B4B;
  font-weight: bold;
  display: block;
}
.ep-info {
  max-width: 580px;
  margin: 0 auto;
  border: 3px solid #232F3E;
  border-radius: 10px;
  padding: 40px 48px;
  margin: 0 auto 60px;
  text-align: center;
  background: #fff;
}
.ep-info dt {
  font-weight: bold;
  margin-bottom: 24px;
}
.ep-info dd {
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  font-size: 14px;
  text-align: left;
}
.select-title {
  font-size: 24px;
  font-weight: 500;
}
.ep-info-att {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}
.pp-direct-info {
  max-width: 580px;
  margin: 0 auto;
  border: 3px solid #232F3E;
  border-radius: 10px;
  padding: 40px 48px;
  margin: 0 auto 60px;
  text-align: left;
  background: #fff;
}
.pp-direct-info dt {
  margin: 24px 0 8px;
  font-weight: 500;
}
.pp-direct-info dt:first-child {
  margin: 0 0 4px 0;
}
.pp-direct-info dd {
  font-size: 14px;
  margin-bottom: 4px;
}
.pp-direct-att {
  font-size: 12px;
  display: block;
  margin-top: 4px;
}
.red {
  color: #FF4B4B;
}

/* -----------------------------------------------------------------
faq
----------------------------------------------------------------- */
.bg-qa {
  background: #f5d4d7;
}
.accordion {
  width: 780px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 5px;
}

.accordion:not([open]) {
  margin-bottom: 16px;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 5em 1em 2em;
  border-radius: 5px;
  background-color: #FF1830;
  color: #fff;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::before,
.accordion summary::after {
  width: 3px;
  height: .9em;
  border-radius: 5px;
  background-color: #fff;
  content: '';
}

.accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.accordion summary::after {
  transition: rotate .3s;
  position: absolute;
  right: 2em;
}

.accordion[open] summary::after {
  rotate: 90deg;
}

.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
  text-align: left;
}

.accordion[open] p {
  transform: none;
  opacity: 1;
}

.contact-wrap {
  background-color: #fff;
  padding: 40px 0;
}
.contact-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
.contact {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-weight: bold;
  font-size: 22px;
}
.contact span {
  font-size: 28px;
}
/* -----------------------------------------------------------------
responsive
----------------------------------------------------------------- */
@media (max-width: 768px){
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .main-visual {
    flex-flow: column;
    gap: 30px;
    padding: 20px 5vw;
  }
  .main-visual h1 span {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .main-visual h1 {
    font-size: 36px;
  }
  .main-text img {
    width: 90%;
  }
  .main-illust img {
    margin: 0 auto;
  }
  h2.contents-title {
    font-size: 28px;
  }
  .text-bold {
    font-size: 16px;
  }
  .att-box {
    padding: 20px 24px;
    width: 80%;
  }
  .flex {
    flex-flow: column;
    gap: 40px;
  }
  h2.contents-title-left,
  .pre-text {
    text-align: center;
  }
  .pre-image img {
    width: 90%;
    margin: 0 auto;
  }
  ul.flow-list {
    width: 95%;
    margin: 0 auto;
  }
  .caution-box {
    width: 90%;
  }
  dl.ep-info,
  .pp-direct-info {
    max-width: 85%;
    padding: 20px;
  }
  .conditions {
    width: 100%;
    text-align: center;
  }


  .contact {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .step-att,
  .att-bg {
    width: 95%;
    margin: 12px auto;
  }
  .step-num,
  .step {
    margin-bottom: 20px;
  }
  .att-bg div {
    padding: 20px;
  }

  /* -----------------------------------------------------------------
  faq
  ----------------------------------------------------------------- */
  .accordion {
    width: 95%;
  }
}