@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;
}

/* -----------------------------------------------------------------
common
----------------------------------------------------------------- */
body {
  font-family:'Outfit', 'Noto Sans JP',  sans-serif;
  color: #232F3E;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.head {
  background: #232F3E;
  padding: 20px 0;
}
.head-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.bk-orange {
  background: #FF9900;
}
.bk-light-orange {
  background: #FFEAC1;
}
.mgb80 {
  margin-bottom: 80px!important;
}
.mgb40  {
  margin-bottom: 40px!important;
}
.external-link svg {
  vertical-align: bottom;
  padding: 0 6px;
}
h1 {
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 8px;
}
.main-visual {
  padding: 70px 5vw;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.main-visual img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-text {
  display: inline-block;
  width: auto;
}
.main-illust img {
  width: 86%;
}

.contents-section-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 0;
}
.title-head {
  font-weight: 100;
  font-size: 88px;
  color: #f7ddac;
  display: block;
  text-align: center;
}
.contents-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
.contents-image {
  text-align: center;
}

.amazon-logo {
  margin-bottom: 50px;
}
.amazonpay-free-date {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
}
.amazonpay-free-date .ad {
  font-size: 45px;
}
.amazonpay-free-date .date {
  font-size: 60px;
}
.amazonpay-free {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
span.marker {
  background: linear-gradient(transparent 60%, #FCD17D 60%);
  padding-bottom: 0.1em;
}
.small-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
  color: #FF9900;
}
.att-box {
  border: 3px solid #232F3E;
  border-radius: 10px;
  padding: 40px 48px;
  width: 780px;
  margin: 0 auto 60px;
}
.att-bg {
  background: #FFDFAE;
  border-radius: 10px;
  width: 882px;
  margin: 0 auto 60px;
}
.att-bg div {
  padding: 40px 48px;
}
.att-bg span {
  margin: 8px 0;
  display: inline-block;
}
.step-num {
  background: #FF9900;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  width: 150px;
  margin: 0 auto 6px;
}
.step {
  font-size: 20px;
  font-weight: bold;
  color: #FF9900;
}
.text-bold {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.text-att {
  font-weight: bold;
  margin-bottom: 8px;
  color: #FF9900;;
  font-size: 14px;
}
.text-block {
  display: block;
}
.mgb60 {
  margin-bottom: 60px!important;
}
.request {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.explanation {
  text-align: center;
  margin: 24px 0;
  line-height: 1.8;
}
.center {
  text-align: center;
}

.button {
  margin: 48px 0;
  font-size: 24px;
}
.button a {
  background: #333;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 350px;
  padding: 20px 25px;
  font-family: "Noto Sans Japanese";
  text-decoration: none;
  color: #fff;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #ccc;
  color: #333;
}
.button a:hover:after {
  right: 1.4rem;
}

.att {
  margin-bottom: 60px;
}

.date-att {
  line-height: 1.8;
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 12px 0 40px;
}

.period-box {
  border: 3px solid #232F3E;
  border-radius: 10px;
  padding: 40px 20px;
  width: 976px;
  margin: 0 auto 60px;
}
.detail-box {
  border: 3px solid #232F3E;
  border-radius: 10px;
  padding: 40px 48px;
  width: 920px;
  margin: 0 auto 60px;
}
.period-title,
.detail-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.period-title {
  padding-left: 30px;
}
.detail-text {
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 500;
  text-indent: -2em;
  padding-left: 1.5em;
}
.detail-text:last-child {
  margin-bottom: 0;
}
/* -----------------------------------------------------------------
faq
----------------------------------------------------------------- */
.accordion {
  width: 780px;
  margin: 0 auto;
  background-color: #ffffff;
}

.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: #FF9900;
  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;
  }
  h1 {
    font-size: 10vw;
  }
  .main-visual {
    flex-flow: column;
    gap: 30px;
    padding: 20px 5vw;
  }
  .main-illust img {
    margin: 0 auto;
  }
  .amazon-logo {
    width: 50%;
    margin: 0 auto 50px;
  }
  .contents-section img {
    width: 95%;
    margin: 0 auto;
  }
  .amazonpay-free-date {
    font-size: 20px;
  }
  .amazonpay-free-date .ad {
    font-size: 35px;
  }
  .amazonpay-free-date .date {
    font-size: 48px;
  }
  .amazonpay-free {
    font-size: 45px;
  }
  .text-bold {
    font-size: 18px;
  }
  .att-box {
    padding: 20px 24px;
    width: 75%;
  }
  .att-bg {
    width: 90%;
    margin: 60px auto;
  }
  .att-bg div {
    padding: 20px 24px;
  }
  .step-num {
    margin-top: 20px;
  }
  .explanation {
    width: 95%;
    margin: 24px auto;
  }
  .center {
    width: 95%;
    margin: 0 auto;
  }
  .date-att {
    font-size: 14px;
    flex-direction: column;
    width: 95%;
    margin: 12px auto;
    gap: 20px;
  }
  .button a {
    max-width: 250px;
  }
  .period-box {
    padding: 20px 24px;
    margin: 60px auto;
    width: 75%;
  }
  .period-title {
    padding-left: 0;
  }
  .detail-box {
    padding: 20px 24px;
    width: 75%;
  }
  .contact {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  /* -----------------------------------------------------------------
  faq
  ----------------------------------------------------------------- */
  .accordion {
    width: 95%;
  }
}