@charset "UTF-8";
.lpcontainer {
  background-color: #e7f1fc;
}
@media screen and (max-width: 30rem) {
  .lpcontainer {
    background-color: #f1f2f6;
  }
}
.lpcontainer * {
  box-sizing: border-box !important;
}
.lpcontainer img {
  max-width: 100%;
}
.lpcontainer ul {
  list-style: none;
}
.lpcontainer .red {
  color: red;
}
.lpcontainer .spbr {
  display: none;
}
@media screen and (max-width: 30rem) {
  .lpcontainer .spbr {
    display: block;
  }
}
@media screen and (max-width: 30rem) {
  .lpcontainer .nospbr {
    display: none;
  }
}
.lpcontainer .nopcbr {
  display: none;
}
@media screen and (max-width: 48rem) {
  .lpcontainer .nopcbr {
    display: block;
  }
}
.lpcontainer .notabletbr {
  display: block;
}
@media screen and (max-width: 48rem) {
  .lpcontainer .notabletbr {
    display: none;
  }
}
.lpcontainer a:hover {
  opacity: 0.7;
}

.content {
  max-width: 54rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 30rem) {
  .content {
    width: 100%;
  }
}

section.top {
  height: 26.25rem;
  padding: 2rem;
  background-image: url(../images/bg_top.jpg);
  background-size: cover;
  background-position: 50%;
  color: #fff;
}
@media screen and (max-width: 30rem) {
  section.top {
    height: 12rem;
    background-position: 55%;
    padding: 0;
  }
}
section.top .content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 30rem) {
  section.top .content {
    justify-content: start;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
}
section.top .content .lead {
  text-align: center;
  width: 100%;
  padding-right: 22%;
}
@media screen and (max-width: 30rem) {
  section.top .content .lead {
    padding-right: 20%;
  }
}
section.top .content .lead h1 img {
  width: 14.5rem;
}
@media screen and (max-width: 30rem) {
  section.top .content .lead h1 img {
    width: 8rem;
  }
}
section.top .content .lead h2 {
  color: #000;
  font-size: 2.1rem;
  letter-spacing: 1px;
  padding: 0.8rem 0 0.8rem;
}
@media screen and (max-width: 30rem) {
  section.top .content .lead h2 {
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    line-height: 1.25;
  }
}
@media screen and (max-width: 30rem) {
  section.top .content .lead h3 {
    margin-top: 0.25rem;
  }
}
section.top .content .lead h3 > span {
  color: #000;
  background: #ebff00;
  font-size: 1.3rem;
  padding: 0.3rem 1rem;
}
@media screen and (max-width: 30rem) {
  section.top .content .lead h3 > span {
    display: inline-block;
    font-size: 1.2rem;
    text-align: left;
    padding: 0.3rem 0.75rem;
    border-radius: 0.5rem;
  }
}

section.signup .btn-signup {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: bold;
  background: rgb(140, 4, 4);
  background: linear-gradient(180deg, rgb(140, 4, 4) 0%, rgb(190, 5, 3) 100%);
  color: #fff;
  width: 26.5rem;
  max-width: 26.5rem;
  height: 4.8rem;
  line-height: 4.8rem;
  margin: 2rem auto;
  border-radius: 1.5rem;
  box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 30rem) {
  section.signup .btn-signup {
    width: 90%;
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 1.15rem;
    margin: 1rem auto;
  }
}

section.benefits {
  background-image: url(../images/bg_benefits.jpg);
  background-size: cover;
  background-position: 50%;
}
section.benefits > h2 {
  color: #eafd01;
  font-size: 2.75rem;
  text-align: center;
  padding: 2rem 0 0;
}
@media screen and (max-width: 30rem) {
  section.benefits > h2 {
    font-size: 1.75rem;
    padding: 0.75rem 0 0;
  }
}
section.benefits > h3 {
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
  padding: 0 0 2rem;
}
@media screen and (max-width: 30rem) {
  section.benefits > h3 {
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding-bottom: 1rem;
  }
}
section.benefits > ul {
  font-size: 0;
  width: 53.5rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 53.5rem) {
  section.benefits > ul {
    width: 100%;
    display: block;
    padding: 0 1.2rem 0.25rem;
  }
}
section.benefits > ul.topbenefits > li.benefit {
  width: 26.25rem;
  /* @media screen and (max-width: $breakpoint_tablet) {
      width: calc(50% - 0.6rem);
  } */
}
@media screen and (max-width: 48rem) {
  section.benefits > ul.topbenefits > li.benefit {
    width: 100%;
  }
}
section.benefits > ul.topbenefits > li.benefit .benefit-title h3 {
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  text-indent: -2.4rem;
}
section.benefits > ul.topbenefits > li.benefit h4 {
  margin: 0 0 0.5rem;
  width: 100%;
}
@media screen and (max-width: 30rem) {
  section.benefits > ul.topbenefits > li.benefit h4 {
    margin: 0.75rem 0;
  }
}
section.benefits > ul.topbenefits > li.benefit h5 {
  font-size: 0.825rem;
  width: 100%;
}
@media screen and (max-width: 30rem) {
  section.benefits > ul.topbenefits > li.benefit h5 {
    font-size: 1.1rem;
  }
}
section.benefits > ul.topbenefits > li.benefit .benefit-title.aftericon-mail h3::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2rem;
  width: 1rem;
  margin-left: 0.25rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icon_mail.svg);
}
section.benefits > ul.topbenefits > li.benefit .benefit-main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 48rem) {
  section.benefits > ul.topbenefits > li.benefit .benefit-main {
    flex-direction: column-reverse;
    align-items: center;
  }
}
section.benefits > ul.topbenefits > li.benefit .benefit-main.benefit-main-prices {
  padding-right: 1rem;
}
@media screen and (max-width: 48rem) {
  section.benefits > ul.topbenefits > li.benefit .benefit-main.benefit-main-prices {
    padding-right: 0;
  }
}
section.benefits > ul.topbenefits > li.benefit .benefit-main > div,
section.benefits > ul.topbenefits > li.benefit .benefit-main > ul,
section.benefits > ul.topbenefits > li.benefit .benefit-main > figure {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
@media screen and (max-width: 48rem) {
  section.benefits > ul.topbenefits > li.benefit .benefit-main > div,
  section.benefits > ul.topbenefits > li.benefit .benefit-main > ul,
  section.benefits > ul.topbenefits > li.benefit .benefit-main > figure {
    width: auto;
  }
}
section.benefits > ul.topbenefits > li.benefit .benefit-main > figure {
  padding: 0 1rem;
  max-width: 19rem;
}
@media screen and (max-width: 48rem) {
  section.benefits > ul.topbenefits > li.benefit .benefit-main > figure {
    padding-bottom: 0.5rem;
  }
}
section.benefits > ul.topbenefits > li.benefit .prices {
  font-size: 0.65rem;
  margin: auto;
}
@media screen and (max-width: 48rem) {
  section.benefits > ul.topbenefits > li.benefit .prices {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
}
section.benefits > ul.topbenefits > li.benefit .prices td {
  text-align: left;
}
section.benefits > ul > li.benefit {
  display: block;
  width: 12.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 48rem) {
  section.benefits > ul > li.benefit {
    width: 100%;
  }
}
section.benefits > ul > li.benefit > div {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 48rem) {
  section.benefits > ul > li.benefit > div {
    padding-top: 0;
  }
}
section.benefits > ul > li.benefit > div > div {
  text-align: center;
}
section.benefits > ul > li.benefit > div > div .benefit-title {
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
}
@media screen and (max-width: 30rem) {
  section.benefits > ul > li.benefit > div > div .benefit-title {
    padding: 0 1.25rem;
  }
}
section.benefits > ul > li.benefit > div > div .benefit-title h5 {
  width: 2.4rem;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.25rem 0 0;
  text-align: center;
  color: #fff;
  font-weight: lighter;
}
@media screen and (max-width: 30rem) {
  section.benefits > ul > li.benefit > div > div .benefit-title h5 {
    width: 3.1rem;
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
section.benefits > ul > li.benefit > div > div .benefit-title h5::before {
  content: "特典";
  font-size: 0.5rem;
  display: block;
}
@media screen and (max-width: 30rem) {
  section.benefits > ul > li.benefit > div > div .benefit-title h5::before {
    font-size: 0.7rem;
  }
}
section.benefits > ul > li.benefit > div > div .benefit-title h5::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 1.2rem 0.5rem 1.2rem;
}
@media screen and (max-width: 30rem) {
  section.benefits > ul > li.benefit > div > div .benefit-title h5::after {
    border-width: 0 1.6rem 0.5rem 1.6rem;
  }
}
section.benefits > ul > li.benefit > div > div .benefit-title h3 {
  text-align: center;
  color: #0341a3;
  font-size: 1rem;
  padding-left: 0.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 30rem) {
  section.benefits > ul > li.benefit > div > div .benefit-title h3 {
    font-size: 1.25rem;
    margin: 0.2rem 0;
  }
}
section.benefits > ul > li.benefit > div > div .benefit-body {
  padding: 0 0.7rem;
  display: flex;
  justify-content: center;
}
section.benefits > ul > li.benefit > div > div h4 {
  font-size: 1.025rem;
  color: #a30101;
  line-height: 1.2;
  margin: 0.25rem 0 0;
}
@media screen and (max-width: 48rem) {
  section.benefits > ul > li.benefit > div > div h4 {
    font-size: 1.3rem;
    margin: 0.75rem 0;
  }
}
section.benefits > ul > li.benefit > div > div h4.benefit-present {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 48rem) {
  section.benefits > ul > li.benefit > div > div h4.benefit-present {
    margin-bottom: 0.75rem;
  }
}
section.benefits > ul > li.benefit > div > div ul,
section.benefits > ul > li.benefit > div > div p {
  color: #333;
  font-size: 0.8rem;
  padding-top: 0.25rem;
}
@media screen and (max-width: 48rem) {
  section.benefits > ul > li.benefit > div > div ul,
  section.benefits > ul > li.benefit > div > div p {
    font-size: 1.05rem;
  }
}
section.benefits > ul > li.benefit > div > div ul {
  text-align: left;
  margin: 0;
}
section.benefits > ul > li.benefit > div > div ul li {
  margin-bottom: 0.5em;
}
section.benefits > ul > li.benefit > div > figure {
  text-align: center;
  padding: 0.2rem 0.8rem 0;
}
@media screen and (max-width: 48rem) {
  section.benefits > ul > li.benefit > div > figure {
    padding: 0.5rem 1.25rem;
  }
}

section.recoop {
  background-image: url(../images/bg_recoop.jpg);
  background-size: cover;
  background-position: 50%;
  text-align: center;
  color: #fff;
  padding: 2rem 0 3rem;
}
@media screen and (max-width: 30rem) {
  section.recoop {
    padding: 1rem 0 1.5rem;
  }
}
section.recoop > h2 {
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 30rem) {
  section.recoop > h2 {
    font-size: 1.5rem;
  }
}
section.recoop > h2 span {
  background: #ebff00;
  color: #000;
  padding: 0 0.5rem;
  margin: 0 0.25rem;
  border-radius: 0.25rem;
}
section.recoop > h2::before, section.recoop > h2::after {
  display: inline-block;
  content: "/";
  font-size: 130%;
  font-weight: lighter;
  padding: 0 1rem;
}
@media screen and (max-width: 30rem) {
  section.recoop > h2::before, section.recoop > h2::after {
    display: none;
  }
}
section.recoop > h2::before {
  transform: scaleX(-1);
}
section.recoop .examples {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 2rem auto;
}
@media screen and (max-width: 30rem) {
  section.recoop .examples {
    display: block;
    margin: 1.5rem auto;
  }
}
section.recoop .examples > span {
  display: block;
  border-radius: 100%;
  background: #fff;
  color: #0045a4;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  user-select: none;
}
@media screen and (max-width: 30rem) {
  section.recoop .examples > span {
    font-size: 2.25rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    margin: 1rem auto;
  }
}
section.recoop .examples > div {
  background: #fff;
  text-align: center;
  padding: 2rem 0 1rem;
  border-radius: 0.75rem;
  width: 45%;
  color: #000;
}
@media screen and (max-width: 30rem) {
  section.recoop .examples > div {
    width: 90%;
    margin: auto;
    padding: 1.25rem 0 0.5rem;
  }
}
section.recoop .examples > div h4 {
  background: #0045a4;
  color: #ebff00;
  line-height: 2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 30rem) {
  section.recoop .examples > div h4 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 30rem) {
  section.recoop .examples > div strong {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 30rem) {
  section.recoop .examples > div strong.long {
    font-size: 1.1rem;
  }
}
section.recoop .examples > div p {
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
section.recoop .examples > div h3 {
  font-size: 1.85rem;
  color: #a90000;
}
@media screen and (max-width: 30rem) {
  section.recoop .examples > div h3 {
    font-size: 2.7rem;
  }
}
section.recoop h1 {
  font-size: 1.7rem;
}
@media screen and (max-width: 30rem) {
  section.recoop h1 {
    font-size: 1.1rem;
  }
}
section.recoop h1 span.money {
  font-size: 4.5rem;
  color: #ebff00;
  position: relative;
}
@media screen and (max-width: 30rem) {
  section.recoop h1 span.money {
    font-size: 3rem;
  }
}
section.recoop h1 span.money::after {
  display: inline-block;
  content: "";
  background-image: url(../images/icon_money.svg);
  background-size: contain;
  background-position: 0;
  position: absolute;
  z-index: 9;
  width: 2.8rem;
  height: 2.8rem;
  top: -1rem;
  right: -1.8rem;
}
@media screen and (max-width: 30rem) {
  section.recoop h1 span.money::after {
    width: 2rem;
    height: 2rem;
    top: -0.8rem;
    right: -1.5rem;
  }
}
section.recoop h3.conclusion {
  font-size: 2rem;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 30rem) {
  section.recoop h3.conclusion {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}
section.recoop h3.conclusion strong {
  color: #eafd01;
  text-decoration: underline;
}

section.registermypage {
  background-image: url(../images/bg_registermypage.jpg);
  background-size: cover;
  background-position: 50%;
  text-align: center;
  padding: 2rem 0 2rem;
}
section.registermypage h2 {
  font-size: 1.75rem;
}
@media screen and (max-width: 30rem) {
  section.registermypage h2 {
    font-size: 1.55rem;
  }
}
section.registermypage ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 30rem) {
  section.registermypage ul {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
  }
}
section.registermypage ul li {
  background: #fff;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.1;
}
@media screen and (max-width: 30rem) {
  section.registermypage ul li {
    width: 6.5rem;
    height: 6.5rem;
    font-size: 0.8rem;
    margin: 0.25rem;
  }
}
section.registermypage ul li .requiremailmagazine {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.7rem;
}
@media screen and (max-width: 30rem) {
  section.registermypage ul li .requiremailmagazine {
    font-size: 0.5rem;
  }
}

section.mypagebenefits {
  padding: 2rem 0;
  background-color: #f1f2f6;
}
@media screen and (max-width: 30rem) {
  section.mypagebenefits {
    padding: 0.5rem 1rem;
  }
}
section.mypagebenefits .content {
  background: #fff;
  border-radius: 0.5rem;
  padding: 2rem 7rem;
  text-align: center;
}
section.mypagebenefits .content h2 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 30rem) {
  section.mypagebenefits .content h2 {
    font-size: 1.5rem;
  }
}
section.mypagebenefits .content p {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 30rem) {
  section.mypagebenefits .content {
    padding: 1rem;
    text-align: left;
  }
}

section.registration {
  overflow: hidden;
  position: relative;
}
section.registration::before {
  top: 0;
  left: 0;
  content: " ";
  border-top: 135vh solid #d2e8ff;
  border-right: 115vw solid transparent;
  width: 0;
  position: absolute;
}
section.registration .content {
  z-index: 4;
  position: relative;
}
section.registration .byweb .headingwithicons {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.registration .byweb .headingwithicons > div {
  padding: 1rem 0.25rem 1rem 1.25rem;
}
section.registration .byweb .headingwithicons > div h2 {
  text-align: center;
  font-size: 1.75rem;
  padding: 1rem 0;
}
@media screen and (max-width: 30rem) {
  section.registration .byweb .headingwithicons > div h2 {
    padding: 0.5rem 0;
    font-size: 1.6rem;
  }
}
section.registration .byweb .headingwithicons > div h2 span {
  color: #000;
  padding: 0 0.75rem;
  background: #e9f903;
}
@media screen and (max-width: 30rem) {
  section.registration .byweb .headingwithicons > div h2 span {
    padding: 0.2rem 1.25rem;
  }
}
section.registration .byweb .headingwithicons > div p {
  font-size: 1.2rem;
  line-height: 1.75;
}
@media screen and (max-width: 30rem) {
  section.registration .byweb .headingwithicons > div p {
    font-size: 0.85rem;
    margin-top: 0.75rem;
  }
}
section.registration .byweb .headingwithicons > div strong {
  color: #af0200;
}
section.registration .byweb .headingwithicons::before, section.registration .byweb .headingwithicons::after {
  display: inline-block;
  content: "";
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30rem) {
  section.registration .byweb .headingwithicons::before, section.registration .byweb .headingwithicons::after {
    display: none;
  }
}
section.registration .byweb .headingwithicons::before {
  width: 4.5rem;
  height: 4.5rem;
  background-image: url(../images/icon_camera.svg);
}
section.registration .byweb .headingwithicons::after {
  width: 3.8rem;
  height: 3.8rem;
  background-image: url(../images/icon_cut.svg);
}
section.registration .byweb .steps {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 30rem) {
  section.registration .byweb .steps {
    display: block;
    width: 90%;
    margin: auto;
  }
}
section.registration .byweb .steps li {
  background: #fff;
  border-radius: 0.35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-align: center;
  width: 31.5%;
  padding: 0.75rem;
}
@media screen and (max-width: 30rem) {
  section.registration .byweb .steps li {
    width: 100%;
    margin-bottom: 2rem;
    padding: 1rem 1.25rem;
  }
}
section.registration .byweb .steps li > div > strong {
  color: #003f99;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
@media screen and (max-width: 30rem) {
  section.registration .byweb .steps li > div > strong {
    font-size: 1.5rem;
  }
}
section.registration .byweb .steps li > div > strong::before {
  display: inline-block;
  margin-right: 0.25rem;
  content: "";
  background-image: url(../images/icon_check.svg);
  background-size: contain;
  background-position: 0;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 30rem) {
  section.registration .byweb .steps li > div > strong::before {
    margin-right: 0.3rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
section.registration .byweb .steps li > div > h3 {
  font-size: 1rem;
  padding: 0.5rem 0;
}
@media screen and (max-width: 30rem) {
  section.registration .byweb .steps li > div > h3 {
    font-size: 1.25rem;
  }
}
section.registration .byweb .steps li > div p {
  font-size: 0.8rem;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 30rem) {
  section.registration .byweb .steps li > div p {
    font-size: 1rem;
  }
}
section.registration .byweb .steps li::after {
  position: absolute;
  top: 42%;
  right: -1.75rem;
  z-index: 32;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 100%;
  content: "▶";
  line-height: 2.2rem;
  display: inline-block;
  background-color: #0045a4;
  color: #eefe02;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 30rem) {
  section.registration .byweb .steps li::after {
    top: auto;
    bottom: -2.5rem;
    left: 50%;
    right: auto;
    margin: 0 -1.5rem 0;
    line-height: 3.25rem;
    padding: 0;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    transform: rotate(90deg);
  }
}
section.registration .byweb .steps li:last-child::after {
  display: none;
}
section.registration .termslink {
  border: 2px solid #9a9ea1;
  border-radius: 1.5rem;
  display: block;
  text-align: center;
  width: 18rem;
  margin: 2rem auto;
  padding: 1.25rem 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 30rem) {
  section.registration .termslink {
    border-radius: 2rem;
    padding: 0.5rem 0;
  }
}
section.registration .termslink::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.8rem;
  margin-bottom: 1rem;
  height: 0.8rem;
  background-position: 50%;
  background-image: url(../images/icon_link.svg);
}
@media screen and (max-width: 30rem) {
  section.registration .termslink::after {
    width: 1rem;
    margin-bottom: 0.75rem;
    margin-left: 0.2rem;
    height: 1rem;
  }
}
section.registration .ontheater {
  background: #fff;
  border-radius: 0.35rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 30rem) {
  section.registration .ontheater {
    width: 90%;
    margin: auto;
    padding: 1rem 1.25rem;
  }
}
section.registration .ontheater h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}
@media screen and (max-width: 30rem) {
  section.registration .ontheater h2 {
    font-size: 1.6rem;
  }
}
section.registration .ontheater p {
  font-size: 1.1rem;
  line-height: 1.75;
}
@media screen and (max-width: 30rem) {
  section.registration .ontheater p {
    font-size: 1.05rem;
  }
}

section.usepoint {
  margin-top: 2rem;
}
@media screen and (max-width: 30rem) {
  section.usepoint {
    width: 90%;
    margin: 1.5rem auto;
  }
}
section.usepoint .content {
  background: #fff;
  border-radius: 0.35rem;
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 30rem) {
  section.usepoint .content {
    padding: 1rem;
  }
}
section.usepoint .content h2 {
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 30rem) {
  section.usepoint .content h2 {
    font-size: 1.55rem;
  }
}
section.usepoint .content h2::before, section.usepoint .content h2::after {
  display: inline-block;
  content: "";
  background-size: contain;
  background-position: 0;
  background-image: url(../images/icon_point.svg);
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 30rem) {
  section.usepoint .content h2::before, section.usepoint .content h2::after {
    margin: 0 0.2rem;
  }
}
section.usepoint .content h3 {
  padding: 1.25rem 0;
}
@media screen and (max-width: 30rem) {
  section.usepoint .content h3 {
    font-size: 0.85rem;
  }
}
section.usepoint .steps {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 30rem) {
  section.usepoint .steps {
    display: block;
  }
}
section.usepoint .steps > div {
  width: 30%;
  background: #0045a4;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media screen and (max-width: 30rem) {
  section.usepoint .steps > div {
    width: 100%;
    padding: 1.5rem 1rem;
    margin-bottom: 2.5rem;
    margin-top: -0.75rem;
  }
}
section.usepoint .steps > div figure {
  padding: 0 1rem;
}
section.usepoint .steps > div figure img {
  border-radius: 0.5rem;
}
section.usepoint .steps > div .text {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 0.5rem;
}
@media screen and (max-width: 30rem) {
  section.usepoint .steps > div .text {
    justify-content: left;
  }
}
section.usepoint .steps > div .text h4 {
  -webkit-text-stroke: 1px #edfd02;
  color: transparent;
  text-align: center;
  font-size: 2.75rem;
  line-height: 1;
}
@media screen and (max-width: 30rem) {
  section.usepoint .steps > div .text h4 {
    font-size: 3.4rem;
  }
}
section.usepoint .steps > div .text h4::before {
  content: "STEP";
  display: block;
  font-size: 0.8rem;
  color: #edfd02;
  -webkit-text-stroke: 0px;
}
@media screen and (max-width: 30rem) {
  section.usepoint .steps > div .text h4::before {
    font-size: 1.2rem;
  }
}
section.usepoint .steps > div .text p {
  color: #fff;
  padding: 0 0.5rem;
  font-size: 0.75em;
  text-align: left;
}
@media screen and (max-width: 30rem) {
  section.usepoint .steps > div .text p {
    font-size: 0.95rem;
  }
}
section.usepoint .steps > span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0 0.6rem 1rem;
  border-color: transparent transparent transparent #0044a4;
}
@media screen and (max-width: 30rem) {
  section.usepoint .steps > span {
    border-width: 1.5rem 0.9rem 0 0.9rem;
    border-color: #0044a4 transparent transparent transparent;
  }
}
section.usepoint .note {
  text-align: left;
  font-size: 0.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 30rem) {
  section.usepoint .note {
    margin-top: -1.5rem;
  }
}

section.terms {
  margin-top: 2rem;
}
@media screen and (max-width: 30rem) {
  section.terms {
    margin-top: -0.5rem;
  }
}
section.terms .content {
  padding: 0.5rem;
}
@media screen and (max-width: 30rem) {
  section.terms .content {
    width: 90%;
    margin: auto;
  }
}
section.terms h2 {
  font-size: 1.2rem;
}
@media screen and (max-width: 30rem) {
  section.terms h2 {
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
  }
}
section.terms p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.7;
}
@media screen and (max-width: 30rem) {
  section.terms p {
    font-size: 0.85rem;
  }
}

section.faq {
  margin-top: 2rem;
}
@media screen and (max-width: 30rem) {
  section.faq {
    padding: 1.25rem;
  }
}
section.faq h2 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 30rem) {
  section.faq h2 {
    font-size: 1.5rem;
  }
}
section.faq ul {
  list-style: none;
  counter-reset: qa;
}
section.faq ul li {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  counter-increment: qa;
  margin-bottom: 0.75rem;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 30rem) {
  section.faq ul li {
    padding: 0.5rem;
  }
}
section.faq ul li:last-child {
  margin-bottom: 0;
}
section.faq ul li > h3,
section.faq ul li > p {
  font-size: 1.1rem;
  color: #000;
  position: relative;
  padding-left: 3.5rem;
  margin: 0;
  line-height: 1.7;
}
@media screen and (max-width: 30rem) {
  section.faq ul li > h3,
  section.faq ul li > p {
    font-size: 0.725rem;
  }
}
section.faq ul li > h3::before,
section.faq ul li > p::before {
  left: 0;
  top: 0;
  position: absolute;
  color: #ecfd02;
  display: inline-block;
  text-align: center;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 1.15rem;
  border-radius: 100%;
}
@media screen and (max-width: 30rem) {
  section.faq ul li > h3::before,
  section.faq ul li > p::before {
    width: 1.85rem;
    height: 1.85rem;
    line-height: 1.85rem;
  }
}
section.faq ul li > h3 {
  font-weight: bold;
  font-size: 1.25rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 30rem) {
  section.faq ul li > h3 {
    font-size: 0.9rem;
    padding: 0 2rem 0 2.5rem;
  }
}
section.faq ul li > h3::before {
  font-weight: normal;
  font-size: 1.15rem;
  content: "Q" counter(qa);
  background-color: #0245a2;
}
@media screen and (max-width: 30rem) {
  section.faq ul li > h3::before {
    font-size: 0.9rem;
  }
}
section.faq ul li > h3 a {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}
section.faq ul li > h3 a::before, section.faq ul li > h3 a::after {
  position: absolute;
  top: 0.5rem;
  display: block;
  content: "";
  width: 0.25rem;
  height: 1rem;
  background-color: #0145a3;
  transition: 0.5s;
}
@media screen and (max-width: 30rem) {
  section.faq ul li > h3 a::before, section.faq ul li > h3 a::after {
    width: 0.1rem;
    height: 0.6rem;
  }
}
section.faq ul li > h3 a::before {
  right: 1rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 30rem) {
  section.faq ul li > h3 a::before {
    right: -1.05rem;
  }
}
section.faq ul li > h3 a::after {
  right: 0.5rem;
  transform: rotate(-135deg);
}
@media screen and (max-width: 30rem) {
  section.faq ul li > h3 a::after {
    right: -1.4rem;
  }
}
section.faq ul li > p {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 30rem) {
  section.faq ul li > p {
    padding-left: 2.5rem;
  }
}
section.faq ul li > p::before {
  content: "A" counter(qa);
  background-color: #0ca530;
}
@media screen and (max-width: 30rem) {
  section.faq ul li > p::before {
    font-size: 0.9rem;
  }
}
section.faq ul li.is-active {
  overflow-y: auto;
}
section.faq ul li.is-active h3 a::before {
  transform: rotate(-135deg);
  transition: 0.5s;
}
section.faq ul li.is-active h3 a::after {
  transform: rotate(-45deg);
  transition: 0.5s;
}
section.faq ul li.is-active p {
  margin: 1.5rem 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 30rem) {
  section.faq ul li.is-active p {
    padding-top: 0;
    padding-right: 0.5rem;
    margin: 1rem 0 0;
  }
}

section.footer {
  text-align: center;
  font-size: 0.5rem;
  padding: 3rem 1rem;
}
@media screen and (max-width: 30rem) {
  section.footer {
    padding: 1rem;
  }
}

.endbg {
  overflow: hidden;
  position: relative;
}
.endbg::before {
  bottom: 0;
  left: -35vw;
  content: " ";
  border-bottom: 255vh solid #d2e8ff;
  border-left: 235vw solid transparent;
  width: 0;
  position: absolute;
}
@media screen and (max-width: 30rem) {
  .endbg::before {
    display: none;
  }
}
.endbg > section {
  position: relative;
  z-index: 4;
}
