@charset "UTF-8";
@font-face {
  font-family: "tsukuMin";
  src: url("/afl/autumn21_affiliate/font/TsukuMin-D.woff2") format("woff2"), url("/afl/autumn21_affiliate/font/TsukuMin-D.woff") format("woff"), url("/afl/autumn21_affiliate/font/TsukuMin-D.otf") format("opentype");
  font-weight: 600; }
/*====================================================================
	body＆HTML
=====================================================================*/
html, body {
  height: auto;
  position: relative; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  color: #000;
  font-family: "Hiragino Sans", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: .05em;
  word-spacing: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(229, 0, 18, 0.3);
  -moz-tap-highlight-color: rgba(229, 0, 18, 0.3);
  tap-highlight-color: rgba(229, 0, 18, 0.3);
  overflow: auto; }

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available; }

  body {
    height: -webkit-fill-available;
    min-height: 100vh; } }
/*==================== basic styles ====================*/
*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *::selection {
    background-color: rgba(229, 0, 18, 0.2);
    color: #fff; }
  *::-moz-selection {
    background-color: rgba(229, 0, 18, 0.2);
    color: #fff; }
  *:focus, :focus::before, :focus::after {
    outline: none; }

ul, ol, dl {
  list-style: none; }

div, p, ol, ul, li, dl, dt, dd, figure, figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (max-width: 800px) {
    div, p, ol, ul, li, dl, dt, dd, figure, figcaption {
      font-size: 2vw; } }
  @media screen and (max-width: 640px) {
    div, p, ol, ul, li, dl, dt, dd, figure, figcaption {
      font-size: 3.125vw;
      line-height: 1.3; } }

p {
  text-align: justify; }

main {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 1; }

h2 {
  margin-bottom: .8em;
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: .1em;
  font-weight: 800; }
  @media screen and (max-width: 800px) {
    h2 {
      font-size: 4.75vw;
      line-height: 1.3; } }
  @media screen and (max-width: 640px) {
    h2 {
      font-size: 5.938vw; } }

strong {
  color: #e50012;
  font-weight: inherit; }

sup {
  vertical-align: top;
  position: relative;
  top: 0; }

a {
  color: #0071bc;
  text-decoration: underline;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-touch-callout: none;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  a:hover {
    opacity: .65; }
  a:focus {
    outline: none; }
  @media screen and (max-width: 800px) {
    a:hover {
      opacity: 1; } }

img, a img {
  display: block;
  border: none;
  border-style: none;
  outline: none;
  width: 100%;
  vertical-align: bottom;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }
  input:focus, button:focus, textarea:focus, select:focus {
    outline: none; }

input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

button {
  cursor: pointer; }

/*====================================================================
	loading
=====================================================================*/
#load {
  display: block;
  width: 100vw;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff; }

.load-img {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

/*====================================================================
	header
=====================================================================*/
.header {
  height: 50px; }
  @media screen and (max-width: 800px) {
    .header {
      height: 6.25vw; } }
  @media screen and (max-width: 640px) {
    .header {
      height: 7.813vw; } }

.head-wrap {
  width: 100%;
  max-width: 1020px;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.head-logo {
  display: block;
  width: 192px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }
  @media screen and (max-width: 800px) {
    .head-logo {
      width: 24vw;
      left: 5vw; } }
  @media screen and (max-width: 640px) {
    .head-logo {
      width: 30vw;
      left: 6.25vw; } }

/*====================================================================
	footer
=====================================================================*/
.footer {
  padding: 2em 20px;
  background-color: #000; }
  @media screen and (max-width: 800px) {
    .footer {
      padding: 2em 5vw; } }
  @media screen and (max-width: 640px) {
    .footer {
      padding: 2em 6.25vw;
      padding-bottom: calc(2em + constant(safe-area-inset-bottom));
      padding-bottom: calc(2em + env(safe-area-inset-bottom)); } }

.copy {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .copy {
      font-size: 2vw; } }
  @media screen and (max-width: 640px) {
    .copy {
      font-size: 2.5vw; } }

/*====================================================================
	main contents
=====================================================================*/
/*==================== common block ====================*/
.adjust-wrap, .adjust-wrap--center {
  widows: 100%;
  max-width: 1020px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }
  .adjust-wrap--center {
    text-align: center; }
  @media screen and (max-width: 800px) {
    .adjust-wrap, .adjust-wrap--center {
      padding: 0 5vw; } }
  @media screen and (max-width: 640px) {
    .adjust-wrap, .adjust-wrap--center {
      padding: 0 6.25vw; } }

.anchor-wrap, .anchor-wrap--thin, .anchor-wrap--break {
  margin: 70px auto;
  position: relative;
  text-align: center; }
  .anchor-wrap--thin {
    margin: 30px auto; }
  @media screen and (max-width: 800px) {
    .anchor-wrap, .anchor-wrap--thin, .anchor-wrap--break {
      margin: 6.25vw auto; }
      .anchor-wrap--thin {
        margin: 5vw auto 6.25vw; }
      .anchor-wrap--break {
        margin: 10vw auto;
        padding: 0 5vw; } }
  @media screen and (max-width: 640px) {
    .anchor-wrap, .anchor-wrap--thin, .anchor-wrap--break {
      margin: 6.25vw auto;
      text-align: center; }
      .anchor-wrap--thin {
        margin: 6.25vw auto; }
      .anchor-wrap--break {
        margin: 12.5vw auto 13.281vw;
        padding: 0 6.25vw; } }

.cta-btn, .cta-btn--thin, .cta-btn--select {
  display: inline-block;
  width: 72%;
  max-width: 700px;
  margin: 0 auto;
  padding: .4em 1em .6em;
  position: relative;
  z-index: 10;
  background-color: #e50012;
  border-radius: 5px;
  box-shadow: 0 6px 0 #bb0012;
  color: #fff;
  text-decoration: none; }
  .cta-btn--thin {
    padding: 1em 1em .8em; }
  .cta-btn--select {
    width: 100%;
    max-width: initial;
    padding: 1em 1em .8em; }
  .cta-btn:hover, .cta-btn--thin:hover, .cta-btn--select:hover {
    box-shadow: 0 0 0 #bb0012;
    opacity: 1;
    -webkit-transform: translate3d(0, 6px, 0);
    -ms-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0); }
  @media screen and (max-width: 1020px) {
    .cta-btn, .cta-btn--thin, .cta-btn--select {
      width: 85%; }
      .cta-btn--select {
        padding: .8em .8em .6em; } }
  @media screen and (max-width: 800px) {
    .cta-btn--select {
      padding: .7em .8em .5em; }
    .cta-btn:hover, .cta-btn--thin:hover, .cta-btn--select:hover {
      box-shadow: 0 6px 0 #bb0012;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  @media screen and (max-width: 640px) {
    .cta-btn, .cta-btn--thin, .cta-btn--select {
      box-shadow: 0 4px 0 #bb0012;
      width: 100%;
      max-width: initial; }
      .cta-btn--select {
        padding: 1em 1em .8em; } }

.cta-text, .cta-text--small {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .1em; }
  .cta-text--small {
    font-size: 22px;
    font-size: 2.2rem; }
  @media screen and (max-width: 800px) {
    .cta-text, .cta-text--small {
      font-size: 3.5vw; }
      .cta-text--small {
        font-size: 2.75vw; } }
  @media screen and (max-width: 640px) {
    .cta-text, .cta-text--small {
      font-size: 4.375vw; }
      .cta-text--small {
        font-size: 3.438vw; } }

.cta-icon, .cta-icon--small {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 1.2em;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }
  @media screen and (max-width: 800px) {
    .cta-icon, .cta-icon--small {
      width: 4.25vw;
      height: 4.25vw; } }
  @media screen and (max-width: 640px) {
    .cta-icon, .cta-icon--small {
      width: 5.313vw;
      height: 5.313vw; } }

.cta-arrow, .cta-arrow--up, .cta-arrow--right {
  display: block;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: center/100% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2012%22%3E%3Cg%20id%3D%22icon_arrow%22%3E%3Cpolyline%20points%3D%2216.5%201.461%209%209.797%201.5%201.461%22%20fill%3D%22none%22%20stroke%3D%22%23e50012%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transform: translate3d(-50%, -40%, 0);
  -ms-transform: translate3d(-50%, -40%, 0);
  transform: translate3d(-50%, -40%, 0); }
  .cta-arrow--up {
    -webkit-transform: translate3d(-50%, -60%, 0) rotate(180deg);
    -ms-transform: translate3d(-50%, -60%, 0) rotate(180deg);
    transform: translate3d(-50%, -60%, 0) rotate(180deg); }
  .cta-arrow--right {
    -webkit-transform: translate3d(-40%, -50%, 0) rotate(-90deg);
    -ms-transform: translate3d(-40%, -50%, 0) rotate(-90deg);
    transform: translate3d(-40%, -50%, 0) rotate(-90deg); }
  @media screen and (max-width: 800px) {
    .cta-arrow, .cta-arrow--up, .cta-arrow--right {
      width: 2.25vw;
      height: 1.5vw;
      background-size: contain .cta-arrow --right;
        background-size--webkit-transform: translate3d(-41%, -55%, 0) rotate(-90deg);
        background-size--ms-transform: translate3d(-41%, -55%, 0) rotate(-90deg);
        background-size-transform: translate3d(-41%, -55%, 0) rotate(-90deg); } }
  @media screen and (max-width: 640px) {
    .cta-arrow, .cta-arrow--up, .cta-arrow--right {
      width: 2.813vw;
      height: 1.875vw;
      -webkit-transform: translate3d(-50%, -35%, 0);
      -ms-transform: translate3d(-50%, -35%, 0);
      transform: translate3d(-50%, -35%, 0); }
      .cta-arrow--up {
        -webkit-transform: translate3d(-50%, -60%, 0) rotate(180deg);
        -ms-transform: translate3d(-50%, -60%, 0) rotate(180deg);
        transform: translate3d(-50%, -60%, 0) rotate(180deg); } }

.point-catch {
  display: inline-block;
  margin-bottom: .4em;
  padding: .4em .8em .1em .9em;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600; }
  .point-catch::before, .point-catch::after {
    display: block;
    width: 2px;
    height: 60%;
    position: absolute;
    bottom: 10%;
    background-color: #000;
    border-radius: 2px;
    content: ""; }
  .point-catch::before {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(-25deg);
    -ms-transform: translate3d(0, 0, 0) rotate(-25deg);
    transform: translate3d(0, 0, 0) rotate(-25deg); }
  .point-catch::after {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(20deg);
    -ms-transform: translate3d(0, 0, 0) rotate(20deg);
    transform: translate3d(0, 0, 0) rotate(20deg); }
  @media screen and (max-width: 1020px) {
    .point-catch {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (max-width: 800px) {
    .point-catch {
      font-size: 2.5vw; } }
  @media screen and (max-width: 640px) {
    .point-catch {
      margin-bottom: .6em;
      font-size: 3.75vw;
      text-align: center; }
      .point-catch::before, .point-catch::after {
        width: 1px; } }

.point-choice {
  display: inline-block;
  margin-bottom: 1em;
  padding: .4em 1.8em .3em 1.8em;
  background-color: #e50012;
  border-radius: 3em;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1; }
  .point-choice__mon {
    margin-left: .2em;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 800;
    text-transform: uppercase; }
  @media screen and (max-width: 800px) {
    .point-choice {
      font-size: 2.25vw; }
      .point-choice__mon {
        font-size: 2.75vw; } }
  @media screen and (max-width: 640px) {
    .point-choice {
      font-size: 2.813vw; }
      .point-choice__mon {
        font-size: 3.594vw; } }

.point-head {
  margin-bottom: .6em;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.3;
  white-space: nowrap; }
  @media screen and (max-width: 1020px) {
    .point-head {
      font-size: 38px;
      font-size: 3.8rem; } }
  @media screen and (max-width: 800px) {
    .point-head {
      font-size: 4.75vw; } }
  @media screen and (max-width: 640px) {
    .point-head {
      font-size: 6.563vw; } }

.point-text-pc {
  display: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6; }
  @media screen and (max-width: 800px) {
    .point-text-pc {
      font-size: 2vw; } }
  @media screen and (max-width: 640px) {
    .point-text-pc {
      display: none; } }

.point-text-sp {
  display: none;
  line-height: 1.6; }
  @media screen and (max-width: 640px) {
    .point-text-sp {
      display: inherit;
      font-size: 3.438vw; } }

.gray-btn, .miles-detail__item {
  display: inline-block;
  margin-bottom: 2px;
  background-color: #fff;
  border: #808080 thin solid;
  border-radius: 5px;
  color: #808080;
  letter-spacing: .1em;
  text-decoration: none;
  z-index: 10;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .gray-btn:hover, .miles-detail__item:hover {
    background-color: #808080;
    color: #fff;
    opacity: 1; }
    .gray-btn:hover .gray-btn__icon::before, .miles-detail__item:hover .gray-btn__icon::before, .gray-btn:hover .miles-detail__icon::before, .miles-detail__item:hover .miles-detail__icon::before {
      border: #fff thin solid; }
    .gray-btn:hover .gray-btn__icon::after, .miles-detail__item:hover .gray-btn__icon::after, .gray-btn:hover .miles-detail__icon::after, .miles-detail__item:hover .miles-detail__icon::after {
      border-bottom: #fff thin solid;
      border-left: #fff thin solid; }
  @media screen and (max-width: 800px) {
    .gray-btn:hover, .miles-detail__item:hover {
      background-color: #fff;
      color: #808080;
      opacity: 1; }
      .gray-btn:hover .gray-btn__icon::before, .miles-detail__item:hover .gray-btn__icon::before, .gray-btn:hover .miles-detail__icon::before, .miles-detail__item:hover .miles-detail__icon::before {
        border: #808080 thin solid; }
      .gray-btn:hover .gray-btn__icon::after, .miles-detail__item:hover .gray-btn__icon::after, .gray-btn:hover .miles-detail__icon::after, .miles-detail__item:hover .miles-detail__icon::after {
        border-bottom: #808080 thin solid;
        border-left: #808080 thin solid; } }

.gray-btn__icon, .miles-detail__icon {
  display: inline-block;
  width: 15px;
  height: 15px; }
  .gray-btn__icon::before, .miles-detail__icon::before, .gray-btn__icon::after, .miles-detail__icon::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .gray-btn__icon::before, .miles-detail__icon::before {
    top: 0;
    right: 0;
    border: #808080 thin solid; }
  .gray-btn__icon::after, .miles-detail__icon::after {
    bottom: 0;
    left: 0;
    border-bottom: #808080 thin solid;
    border-left: #808080 thin solid; }
  @media screen and (max-width: 800px) {
    .gray-btn__icon, .miles-detail__icon {
      width: 1.875vw;
      height: 1.875vw; }
      .gray-btn__icon::before, .miles-detail__icon::before, .gray-btn__icon::after, .miles-detail__icon::after {
        display: block;
        width: 1.5vw;
        height: 1.5vw;
        position: absolute;
        content: "";
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; } }
  @media screen and (max-width: 640px) {
    .gray-btn__icon, .miles-detail__icon {
      width: 2.969vw;
      height: 2.969vw; }
      .gray-btn__icon::before, .miles-detail__icon::before, .gray-btn__icon::after, .miles-detail__icon::after {
        width: 2.344vw;
        height: 2.344vw; } }

.gray-btn-wrap {
  display: block;
  margin: 0 auto; }

.gray-btn {
  display: block;
  width: 34%;
  max-width: 320px;
  margin: 0 auto;
  padding: .4em 1em;
  position: relative;
  text-align: center; }
  .gray-btn__icon {
    position: absolute;
    top: 50%;
    right: .8em;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  @media screen and (max-width: 800px) {
    .gray-btn {
      width: 40%;
      max-width: initial; } }
  @media screen and (max-width: 640px) {
    .gray-btn {
      width: 60%;
      min-width: 200px;
      padding: .5em 2em;
      font-size: 3.125vw; } }

.slide-container-howmuch, .slide-container-ex1, .slide-container-ex2, .slide-container-select {
  padding-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .slide-container-howmuch, .slide-container-ex1, .slide-container-ex2, .slide-container-select {
      padding-bottom: 6.25vw; } }

.swiper-slide {
  padding: .6em .6em .6em .6em; }

/* intro over */
.intro-over {
  position: relative; }

.intro-wrap {
  display: block;
  width: 100%;
  max-width: 1020px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }
  @media screen and (max-width: 800px) {
    .intro-wrap {
      padding: 0 5vw; } }

.intro-head {
  padding-top: 1em;
  font-family: "tsukuMin", serif;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1.2s ease-in-out 1.4s;
  transition: all 1.2s ease-in-out 1.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }
  .intro-head[data-open="show"] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 800px) {
    .intro-head {
      font-size: 5.625vw; } }
  @media screen and (max-width: 640px) {
    .intro-head {
      font-size: 5.625vw; } }

.intro-card {
  width: 52%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1.2s ease-in-out 1.4s;
  transition: all 1.2s ease-in-out 1.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }
  .intro-card[data-open="show"] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 800px) {
    .intro-card {
      right: 5vw; } }
  @media screen and (max-width: 640px) {
    .intro-card {
      width: 62.5%;
      right: auto;
      bottom: -2%;
      left: 8%; } }

.intro-image {
  display: block;
  width: 100%;
  min-width: 1480px;
  height: auto;
  position: relative;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }
  .intro-image::before {
    display: block;
    width: 100%;
    padding-top: 42.5675%;
    content: ""; }
  .intro-image .intro-image__item--left, .intro-image .intro-image__item--right {
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .intro-image__item--left {
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(2.35%, -21.5%, 0) scale(1.1);
    -ms-transform: translate3d(2.35%, -21.5%, 0) scale(1.1);
    transform: translate3d(2.35%, -21.5%, 0) scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform; }
    .intro-image__item--left[data-open="show"] {
      -webkit-animation: pc-left 1.2s ease-in-out 1.2s;
      -moz-animation: pc-left 1.2s ease-in-out 1.2s;
      animation: pc-left 1.2s ease-in-out 1.2s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
  .intro-image__item--right {
    top: 0;
    right: 0;
    -webkit-transform: translate3d(-2.1%, 21%, 0) scale(1.042);
    -ms-transform: translate3d(-2.1%, 21%, 0) scale(1.042);
    transform: translate3d(-2.1%, 21%, 0) scale(1.042);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform; }
    .intro-image__item--right[data-open="show"] {
      -webkit-animation: pc-right 1.2s ease-in-out 1.2s;
      -moz-animation: pc-right 1.2s ease-in-out 1.2s;
      animation: pc-right 1.2s ease-in-out 1.2s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
  @media screen and (max-width: 800px) {
    .intro-image {
      width: 140%;
      min-width: initial; }
      .intro-image::before {
        padding-top: 48%; }
      .intro-image__item--left {
        bottom: 0;
        left: -1%;
        -webkit-transform: translate3d(3.3%, -30.5%, 0) scale(1.1);
        -ms-transform: translate3d(3.3%, -30.5%, 0) scale(1.1);
        transform: translate3d(3.3%, -30.5%, 0) scale(1.1); }
        .intro-image__item--left[data-open="show"] {
          -webkit-animation: tab-left 1.2s ease-in-out 1.2s;
          -moz-animation: tab-left 1.2s ease-in-out 1.2s;
          animation: tab-left 1.2s ease-in-out 1.2s;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
          animation-fill-mode: both; }
      .intro-image__item--right {
        top: 0;
        right: -1%;
        -webkit-transform: translate3d(-3.2%, 30.2%, 0) scale(1.04);
        -ms-transform: translate3d(-3.2%, 30.2%, 0) scale(1.04);
        transform: translate3d(-3.2%, 30.2%, 0) scale(1.04); }
        .intro-image__item--right[data-open="show"] {
          -webkit-animation: tab-right 1.2s ease-in-out 1.2s;
          -moz-animation: tab-right 1.2s ease-in-out 1.2s;
          animation: tab-right 1.2s ease-in-out 1.2s;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
          animation-fill-mode: both; } }
  @media screen and (max-width: 640px) {
    .intro-image {
      width: 100%; }
      .intro-image::before {
        padding-top: 93.75%; }
      .intro-image__item--left {
        bottom: 20%;
        -webkit-transform: translate3d(2.5%, -7.3%, 0) scale(1.1);
        -ms-transform: translate3d(2.5%, -7.3%, 0) scale(1.1);
        transform: translate3d(2.5%, -7.3%, 0) scale(1.1); }
        .intro-image__item--left[data-open="show"] {
          -webkit-animation: sp-left 1.2s ease-in-out 1.2s;
          -moz-animation: sp-left 1.2s ease-in-out 1.2s;
          animation: sp-left 1.2s ease-in-out 1.2s;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
          animation-fill-mode: both; }
      .intro-image__item--right {
        top: 17%;
        right: 0;
        -webkit-transform: translate3d(-2.5%, 7.2%, 0) scale(1.065);
        -ms-transform: translate3d(-2.5%, 7.2%, 0) scale(1.065);
        transform: translate3d(-2.5%, 7.2%, 0) scale(1.065); }
        .intro-image__item--right[data-open="show"] {
          -webkit-animation: sp-right 1.2s ease-in-out 1.2s;
          -moz-animation: sp-right 1.2s ease-in-out 1.2s;
          animation: sp-right 1.2s ease-in-out 1.2s;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
          animation-fill-mode: both; } }

@-webkit-keyframes pc-left {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(2.35%, -21.5%, 0) scale(1.1);
    -ms-transform: translate3d(2.35%, -21.5%, 0) scale(1.1);
    transform: translate3d(2.35%, -21.5%, 0) scale(1.1); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(2%, -16.5%, 0) scale(1.1);
    -ms-transform: translate3d(2%, -16.5%, 0) scale(1.1);
    transform: translate3d(2%, -16.5%, 0) scale(1.1); }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(2%, -16.5%, 0) scale(1.1);
    -ms-transform: translate3d(2%, -16.5%, 0) scale(1.1);
    transform: translate3d(2%, -16.5%, 0) scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
@keyframes pc-left {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(2.35%, -21.5%, 0) scale(1.1);
    -ms-transform: translate3d(2.35%, -21.5%, 0) scale(1.1);
    transform: translate3d(2.35%, -21.5%, 0) scale(1.1); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(2%, -16.5%, 0) scale(1.1);
    -ms-transform: translate3d(2%, -16.5%, 0) scale(1.1);
    transform: translate3d(2%, -16.5%, 0) scale(1.1); }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(2%, -16.5%, 0) scale(1.1);
    -ms-transform: translate3d(2%, -16.5%, 0) scale(1.1);
    transform: translate3d(2%, -16.5%, 0) scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
@-webkit-keyframes pc-right {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(-2.1%, 21%, 0) scale(1.042);
    -ms-transform: translate3d(-2.1%, 21%, 0) scale(1.042);
    transform: translate3d(-2.1%, 21%, 0) scale(1.042); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(-1.7%, 16%, 0) scale(1.042);
    -ms-transform: translate3d(-1.7%, 16%, 0) scale(1.042);
    transform: translate3d(-1.7%, 16%, 0) scale(1.042); }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(-1.7%, 16%, 0) scale(1.042);
    -ms-transform: translate3d(-1.7%, 16%, 0) scale(1.042);
    transform: translate3d(-1.7%, 16%, 0) scale(1.042); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
@keyframes pc-right {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(-2.1%, 21%, 0) scale(1.042);
    -ms-transform: translate3d(-2.1%, 21%, 0) scale(1.042);
    transform: translate3d(-2.1%, 21%, 0) scale(1.042); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(-1.7%, 16%, 0) scale(1.042);
    -ms-transform: translate3d(-1.7%, 16%, 0) scale(1.042);
    transform: translate3d(-1.7%, 16%, 0) scale(1.042); }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(-1.7%, 16%, 0) scale(1.042);
    -ms-transform: translate3d(-1.7%, 16%, 0) scale(1.042);
    transform: translate3d(-1.7%, 16%, 0) scale(1.042); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
@-webkit-keyframes tab-left {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(3.3%, -30.5%, 0) scale(1.1);
    -ms-transform: translate3d(3.3%, -30.5%, 0) scale(1.1);
    transform: translate3d(3.3%, -30.5%, 0) scale(1.1); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(3%, -25.5%, 0) scale(1.1);
    -ms-transform: translate3d(3%, -25.5%, 0) scale(1.1);
    transform: translate3d(3%, -25.5%, 0) scale(1.1); }
  35% {
    opacity: 1;
    -webkit-transform: translate3d(3%, -25.5%, 0) scale(1.1);
    -ms-transform: translate3d(3%, -25.5%, 0) scale(1.1);
    transform: translate3d(3%, -25.5%, 0) scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
@keyframes tab-left {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(3.3%, -30.5%, 0) scale(1.1);
    -ms-transform: translate3d(3.3%, -30.5%, 0) scale(1.1);
    transform: translate3d(3.3%, -30.5%, 0) scale(1.1); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(3%, -25.5%, 0) scale(1.1);
    -ms-transform: translate3d(3%, -25.5%, 0) scale(1.1);
    transform: translate3d(3%, -25.5%, 0) scale(1.1); }
  35% {
    opacity: 1;
    -webkit-transform: translate3d(3%, -25.5%, 0) scale(1.1);
    -ms-transform: translate3d(3%, -25.5%, 0) scale(1.1);
    transform: translate3d(3%, -25.5%, 0) scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
@-webkit-keyframes tab-right {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(-3.2%, 30.2%, 0) scale(1.04);
    -ms-transform: translate3d(-3.2%, 30.2%, 0) scale(1.04);
    transform: translate3d(-3.2%, 30.2%, 0) scale(1.04); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(-2.9%, 25%, 0) scale(1.042);
    -ms-transform: translate3d(-2.9%, 25%, 0) scale(1.042);
    transform: translate3d(-2.9%, 25%, 0) scale(1.042); }
  35% {
    opacity: 1;
    -webkit-transform: translate3d(-2.9%, 25%, 0) scale(1.042);
    -ms-transform: translate3d(-2.9%, 25%, 0) scale(1.042);
    transform: translate3d(-2.9%, 25%, 0) scale(1.042); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
@keyframes tab-right {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(-3.2%, 30.2%, 0) scale(1.04);
    -ms-transform: translate3d(-3.2%, 30.2%, 0) scale(1.04);
    transform: translate3d(-3.2%, 30.2%, 0) scale(1.04); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(-2.9%, 25%, 0) scale(1.042);
    -ms-transform: translate3d(-2.9%, 25%, 0) scale(1.042);
    transform: translate3d(-2.9%, 25%, 0) scale(1.042); }
  35% {
    opacity: 1;
    -webkit-transform: translate3d(-2.9%, 25%, 0) scale(1.042);
    -ms-transform: translate3d(-2.9%, 25%, 0) scale(1.042);
    transform: translate3d(-2.9%, 25%, 0) scale(1.042); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
@-webkit-keyframes sp-left {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(2.5%, -7.3%, 0) scale(1.1);
    -ms-transform: translate3d(2.5%, -7.3%, 0) scale(1.1);
    transform: translate3d(2.5%, -7.3%, 0) scale(1.1); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(1.5%, -4%, 0) scale(1.1);
    -ms-transform: translate3d(1.5%, -4%, 0) scale(1.1);
    transform: translate3d(1.5%, -4%, 0) scale(1.1); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(1.5%, -4%, 0) scale(1.1);
    -ms-transform: translate3d(1.5%, -4%, 0) scale(1.1);
    transform: translate3d(1.5%, -4%, 0) scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
@keyframes sp-left {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(2.5%, -7.3%, 0) scale(1.1);
    -ms-transform: translate3d(2.5%, -7.3%, 0) scale(1.1);
    transform: translate3d(2.5%, -7.3%, 0) scale(1.1); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(1.5%, -4%, 0) scale(1.1);
    -ms-transform: translate3d(1.5%, -4%, 0) scale(1.1);
    transform: translate3d(1.5%, -4%, 0) scale(1.1); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(1.5%, -4%, 0) scale(1.1);
    -ms-transform: translate3d(1.5%, -4%, 0) scale(1.1);
    transform: translate3d(1.5%, -4%, 0) scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
@-webkit-keyframes sp-right {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(-2.5%, 7.2%, 0) scale(1.065);
    -ms-transform: translate3d(-2.5%, 7.2%, 0) scale(1.065);
    transform: translate3d(-2.5%, 7.2%, 0) scale(1.065); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(-1.5%, 4%, 0) scale(1.042);
    -ms-transform: translate3d(-1.5%, 4%, 0) scale(1.042);
    transform: translate3d(-1.5%, 4%, 0) scale(1.042); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-1.5%, 4%, 0) scale(1.042);
    -ms-transform: translate3d(-1.5%, 4%, 0) scale(1.042);
    transform: translate3d(-1.5%, 4%, 0) scale(1.042); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
@keyframes sp-right {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(-2.5%, 7.2%, 0) scale(1.065);
    -ms-transform: translate3d(-2.5%, 7.2%, 0) scale(1.065);
    transform: translate3d(-2.5%, 7.2%, 0) scale(1.065); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(-1.5%, 4%, 0) scale(1.042);
    -ms-transform: translate3d(-1.5%, 4%, 0) scale(1.042);
    transform: translate3d(-1.5%, 4%, 0) scale(1.042); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-1.5%, 4%, 0) scale(1.042);
    -ms-transform: translate3d(-1.5%, 4%, 0) scale(1.042);
    transform: translate3d(-1.5%, 4%, 0) scale(1.042); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
/* intro under */
.intro-under {
  padding: 40px 0 40px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 1.4s;
  transition: all 0.6s ease-in-out 1.4s; }
  .intro-under[data-open="show"] {
    opacity: 1; }
  @media screen and (max-width: 800px) {
    .intro-under {
      padding: 5vw 0 5vw; } }
  @media screen and (max-width: 640px) {
    .intro-under {
      padding: 6.25vw 0 6.25vw; } }

.intro-under-head {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: .05em; }
  .intro-under-head__space {
    display: inline; }
  .intro-under-head__newline {
    display: none; }
  @media screen and (max-width: 1020px) {
    .intro-under-head {
      font-size: 30px;
      font-size: 3rem; } }
  @media screen and (max-width: 800px) {
    .intro-under-head {
      font-size: 3.75vw;
      line-height: 1.3; }
      .intro-under-head__space {
        display: none; }
      .intro-under-head__newline {
        display: inherit; } }
  @media screen and (max-width: 640px) {
    .intro-under-head {
      font-size: 5.625vw; } }

.intro-date {
  margin-bottom: 1.2em;
  text-align: center; }
  .intro-date__text, .intro-date__text--box {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle; }
    .intro-date__text--box {
      margin-right: .6em;
      padding: .4em;
      border: #000 thin solid;
      font-size: 18px;
      font-size: 1.8rem; }
  .intro-date__newline {
    display: none; }
  @media screen and (max-width: 800px) {
    .intro-date__text, .intro-date__text--box {
      font-size: 2.5vw; }
      .intro-date__text--box {
        font-size: 2.25vw; } }
  @media screen and (max-width: 640px) {
    .intro-date__text, .intro-date__text--box {
      font-size: 3.438vw;
      text-align: center;
      line-height: 1.3; }
      .intro-date__text--box {
        padding: .4em .4em .3em .4em;
        font-size: 3.438vw;
        margin-bottom: .8em; }
    .intro-date__newline {
      display: inherit; } }

.intro-note {
  text-align: center; }
  .intro-note__text {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left; }
  @media screen and (max-width: 800px) {
    .intro-note__text {
      font-size: 1.5vw; } }
  @media screen and (max-width: 640px) {
    .intro-note__text {
      font-size: 3.125vw;
      text-align: justify; } }

/* point1 */
.point1 {
  padding: 40px 0 100px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .point1 {
      padding: 5vw 0 9.375vw; } }
  @media screen and (max-width: 640px) {
    .point1 {
      padding: 6.25vw 0 12.5vw; } }

.point1-split {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center; }
  .point1-split__item {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: -5%;
    padding-left: 50px;
    position: relative;
    z-index: 10; }
    .point1-split__item--illust {
      -webkit-flex: 0 0 56.94%;
      flex: 0 0 56.94%;
      position: relative;
      z-index: 1; }
  @media screen and (max-width: 800px) {
    .point1-split__item {
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%;
      margin-top: -5%;
      padding-left: 2.5vw;
      position: relative;
      z-index: 10; }
      .point1-split__item--illust {
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        position: relative;
        z-index: 1; } }
  @media screen and (max-width: 640px) {
    .point1-split {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-justify-content: center;
      justify-content: center;
      margin-bottom: 6.25vw; }
      .point1-split__item {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 0;
        padding-left: 0;
        text-align: center; }
        .point1-split__item--illust {
          -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 100%; } }

.point1_illust {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.8);
  -ms-transform: translate3d(0, 0, 0) scale(0.8);
  transform: translate3d(0, 0, 0) scale(0.8);
  -webkit-transition: all 0.6s cubic-bezier(0.64, 0, 0.1, 1.02) 0s;
  transition: all 0.6s cubic-bezier(0.64, 0, 0.1, 1.02) 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }
  .point1_illust[data-target="on"] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }

.point1-deco {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.6);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0.6);
  transform: translate3d(-50%, -50%, 0) scale(0.6);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.37, 0.55, 1.18) 0.6s;
  transition: all 0.5s cubic-bezier(0, 0.37, 0.55, 1.18) 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }
  .point1-deco[data-target="on"] {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1); }

.point-calc {
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  padding: 0 20px; }
  .point-calc__calc {
    -webkit-flex: 0 0 81.25%;
    flex: 0 0 81.25%; }
  .point-calc__sum {
    -webkit-flex: 0 0 18.75%;
    flex: 0 0 18.75%; }
  @media screen and (max-width: 800px) {
    .point-calc {
      margin-top: 5vw;
      padding: 0 0; } }
  @media screen and (max-width: 640px) {
    .point-calc {
      margin-top: 6.25vw; }
      .point-calc__calc {
        -webkit-flex: 0 0 68.6%;
        flex: 0 0 68.6%; }
      .point-calc__sum {
        -webkit-flex: 0 0 31.4%;
        flex: 0 0 31.4%; } }

/* service */
.service {
  padding: 100px 0 .1em;
  position: relative;
  background-color: #fff5c4; }
  @media screen and (max-width: 800px) {
    .service {
      padding: 7.5vw 0 0.1em; } }
  @media screen and (max-width: 640px) {
    .service {
      padding: 7.813vw 0 0.1em; } }

.service-head {
  display: inline-block;
  margin-bottom: .8em;
  padding: 0 1em;
  position: relative;
  line-height: 1.3; }
  .service-head::before, .service-head::after {
    display: block;
    width: 3px;
    height: 90%;
    position: absolute;
    bottom: 0;
    background-color: #000;
    border-radius: 3px;
    content: ""; }
  .service-head::before {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(-30deg);
    -ms-transform: translate3d(0, 0, 0) rotate(-30deg);
    transform: translate3d(0, 0, 0) rotate(-30deg); }
  .service-head::after {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(28deg);
    -ms-transform: translate3d(0, 0, 0) rotate(28deg);
    transform: translate3d(0, 0, 0) rotate(28deg); }
  .service-head__small {
    font-size: 80%;
    font-weight: 600; }
  @media screen and (max-width: 640px) {
    .service-head::before, .service-head::after {
      width: 2px;
      height: 90%; } }

.service-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px; }
  .service-list__item {
    -webkit-flex: 0 0 47.45%;
    flex: 0 0 47.45%; }
  @media screen and (max-width: 800px) {
    .service-list {
      margin-bottom: 5vw; } }
  @media screen and (max-width: 640px) {
    .service-list {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-bottom: 0; }
      .service-list__item {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 3.125vw; } }

.service-list-inner {
  border-radius: 10px;
  overflow: hidden; }

.servide-list-under {
  width: 73.88%;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .servide-list-under {
      width: 100%; } }

/* how much */
.how-much {
  padding: 130px 0 .1em;
  position: relative;
  background-color: #f5f5f5; }
  @media screen and (max-width: 800px) {
    .how-much {
      padding: 12.5vw 0 0.1em; } }
  @media screen and (max-width: 640px) {
    .how-much {
      padding: 15.625vw 0 0.1em; } }

.how-much-head__newline {
  display: none; }
@media screen and (max-width: 800px) {
  .how-much-head {
    line-height: 1.3; }
    .how-much-head__newline {
      display: inherit; } }

.how-much-text {
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.6; }
  .how-much-text__attention {
    color: #e50012; }
  @media screen and (max-width: 800px) {
    .how-much-text {
      margin-bottom: 5vw; } }

.slide-container-howmuch {
  margin-bottom: 50px; }
  @media screen and (max-width: 800px) {
    .slide-container-howmuch {
      margin-bottom: 5vw; } }
  @media screen and (max-width: 640px) {
    .slide-container-howmuch {
      margin-bottom: 10.938vw; } }

.case-item {
  position: relative; }
  .case-item__link {
    position: absolute;
    right: 20px;
    bottom: 1em; }
  @media screen and (max-width: 800px) {
    .case-item__link {
      right: 2.5vw;
      bottom: 1em; } }
  @media screen and (max-width: 640px) {
    .case-item__link {
      right: auto;
      bottom: 1.8em;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); } }

.case-pc {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 640px) {
    .case-pc {
      display: none; } }

.case-sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .case-sp {
      display: block;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); } }

.acc-menu {
  margin-bottom: 1em; }

.acc-toggle {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1.4em 1em;
  position: relative;
  background-color: #0090d2;
  text-align: center;
  letter-spacing: .1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .acc-toggle__text, .acc-toggle__text--small {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600; }
    .acc-toggle__text--small {
      margin-right: 1.8em;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 500; }
  .acc-toggle__newline {
    display: none; }
  .acc-toggle__icon {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 1.4em;
    border: #fff 2px solid;
    border-radius: 100%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    .acc-toggle__icon::before, .acc-toggle__icon:after {
      display: block;
      width: 60%;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #fff;
      content: "";
      -webkit-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .acc-toggle__icon::after {
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
      -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
      transform: translate3d(-50%, -50%, 0) rotate(90deg); }
  .acc-toggle.is-open .acc-toggle__icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  .acc-toggle:hover {
    background-color: #006d9f; }
  @media screen and (max-width: 1020px) {
    .acc-toggle {
      text-align: left; }
      .acc-toggle__text, .acc-toggle__text--small {
        font-size: 22px;
        font-size: 2.2rem; }
        .acc-toggle__text--small {
          margin-right: 1.2em;
          font-size: 20px;
          font-size: 2rem; } }
  @media screen and (max-width: 800px) {
    .acc-toggle {
      text-align: center; }
      .acc-toggle__newline {
        display: inherit; }
      .acc-toggle__text, .acc-toggle__text--small {
        font-size: 3.25vw;
        text-align: center; }
        .acc-toggle__text--small {
          margin-right: 0;
          font-size: 2.75vw; }
      .acc-toggle__icon {
        width: 5.25vw;
        height: 5.25vw; }
      .acc-toggle:hover {
        background-color: #0090d2; } }
  @media screen and (max-width: 640px) {
    .acc-toggle {
      padding: 1em 1em; }
      .acc-toggle__text, .acc-toggle__text--small {
        font-size: 3.75vw;
        text-align: center; }
        .acc-toggle__text--small {
          margin-right: 0;
          margin-bottom: .2em;
          font-size: 3.438vw; }
      .acc-toggle__icon {
        width: 6.563vw;
        height: 6.563vw;
        right: 1em;
        border: #fff thin solid; }
        .acc-toggle__icon::before, .acc-toggle__icon:after {
          width: 56%;
          height: 2px; } }

.acc-inner {
  display: none; }
  .acc-inner.open {
    display: block; }

.simulator {
  padding: 40px 70px 70px;
  background-color: #fff; }
  .simulator__head {
    margin-bottom: 1.2em;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .1em; }
  .simulator__note {
    margin-bottom: 1.8em;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .07em; }
  @media screen and (max-width: 1020px) {
    .simulator {
      padding: 40px 50px 50px; } }
  @media screen and (max-width: 800px) {
    .simulator {
      padding: 5vw 5vw 5vw; }
      .simulator__head {
        font-size: 3vw; }
      .simulator__note {
        font-size: 1.75vw; } }
  @media screen and (max-width: 640px) {
    .simulator {
      padding: 6.25vw 6.25vw 6.25vw; }
      .simulator__head {
        font-size: 3.75vw; }
      .simulator__note {
        font-size: 3.125vw; } }

.input-wrap {
  margin-bottom: 1.6em;
  border-top: #afafaf thin solid; }

.input-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.4em 0;
  border-bottom: #afafaf thin solid;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .input-item.is-done {
    background-color: rgba(229, 0, 18, 0.1); }
  .input-item__img {
    -webkit-flex: 0 0 10.74%;
    flex: 0 0 10.74%; }
  .input-item__caption {
    margin-left: 1em;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .1em; }
  .input-item__input {
    margin-left: auto;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1; }
  @media screen and (max-width: 1020px) {
    .input-item__caption {
      font-size: 20px;
      font-size: 2rem; }
    .input-item__input {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media screen and (max-width: 800px) {
    .input-item {
      padding: 1.2em 0; }
      .input-item__caption {
        font-size: 2.5vw; }
      .input-item__input {
        font-size: 4.5vw; } }
  @media screen and (max-width: 640px) {
    .input-item__img {
      -webkit-flex: 0 0 13%;
      flex: 0 0 13%; }
    .input-item__caption {
      margin-left: .6em;
      font-size: 3.125vw; }
    .input-item__input {
      font-size: 3.75vw; } }

.simulator-input {
  display: inline-block;
  width: 3em;
  margin-right: .2em;
  padding: .05em .1em;
  background-color: #fff;
  border: #c8c8c8 thin solid;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  text-align: right;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .simulator-input:focus {
    border: #e50012 thin solid; }
  @media screen and (max-width: 1020px) {
    .simulator-input {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media screen and (max-width: 800px) {
    .simulator-input {
      font-size: 4.5vw; } }
  @media screen and (max-width: 640px) {
    .simulator-input {
      font-size: 3.75vw; } }

.total {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1.8em; }
  .total__head {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .1em; }
  .total__price {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    text-align: right; }
  .total__value {
    display: inline-block;
    min-width: 40%;
    margin: 0 .2em 0 .4em;
    color: #e50012;
    font-size: 120%;
    letter-spacing: 0em; }
  @media screen and (max-width: 1020px) {
    .total__price {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media screen and (max-width: 800px) {
    .total__head {
      font-size: 3vw; }
    .total__price {
      font-size: 4.5vw; } }
  @media screen and (max-width: 640px) {
    .total__head {
      font-size: 3.75vw; }
    .total__price {
      font-size: 3.75vw; } }

.check {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .check {
      margin-bottom: 6.25vw; } }
  @media screen and (max-width: 640px) {
    .check {
      margin-bottom: 15.625vw; }
      .check::before {
        display: block;
        width: 5.625vw;
        height: 14.063vw;
        position: absolute;
        bottom: 0;
        left: 50%;
        background: center / contain no-repeat;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2044%22%3E%3Cg%20id%3D%22triangle_red%22%3E%3Cpolygon%20points%3D%220%200%2018%2022%200%2044%200%200%22%20fill%3D%22%23e10012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        content: "";
        -webkit-transform: translate3d(-50%, 100%, 0) rotate(90deg);
        -ms-transform: translate3d(-50%, 100%, 0) rotate(90deg);
        transform: translate3d(-50%, 100%, 0) rotate(90deg); } }

.check-btn {
  -webkit-flex: 0 0 47.6%;
  flex: 0 0 47.6%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: .8em;
  position: relative;
  background-color: #fff;
  border: #afafaf thin solid;
  border-radius: 5px;
  box-shadow: 0 2px 0 #afafaf;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .check-btn__circle {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: .8em;
    background-color: transparent;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #afafaf inset;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .check-btn__join {
    margin-right: 1.4em;
    color: #e50012;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .1em;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .check-btn__miles {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .1em;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .check-btn.current {
    background-color: #e50012;
    border: #e50012 thin solid;
    box-shadow: 0 2px 0 #b70012; }
    .check-btn.current .check-btn__circle {
      box-shadow: 0 0 0 4px #fff inset; }
    .check-btn.current .check-btn__join {
      color: #fff; }
    .check-btn.current .check-btn__miles {
      color: #fff; }
  @media screen and (max-width: 1020px) {
    .check-btn {
      display: block;
      padding: .8em .8em .8em 2em; }
      .check-btn__circle {
        margin-right: 0;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        left: .8em;
        -webkit-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0); }
      .check-btn__join {
        display: block;
        margin-right: 0; }
      .check-btn__miles {
        display: block; } }
  @media screen and (max-width: 800px) {
    .check-btn {
      border-radius: 8px; }
      .check-btn__circle {
        width: 2.5vw;
        height: 2.5vw;
        left: 1.2em; }
      .check-btn__join {
        font-size: 3vw; }
      .check-btn__miles {
        font-size: 2.75vw; } }
  @media screen and (max-width: 640px) {
    .check-btn {
      -webkit-flex: 0 0 45.8%;
      flex: 0 0 45.8%; }
      .check-btn__circle {
        width: 2.5vw;
        height: 2.5vw;
        left: .8em; }
      .check-btn__join {
        font-size: 3.281vw;
        margin-bottom: .2em; }
      .check-btn__miles {
        font-size: 2.813vw; }
      .check-btn.current .check-btn__circle {
        box-shadow: 0 0 0 2px #fff inset; } }

.miles-chart {
  border: #e50012 thin solid; }
  .miles-chart__head {
    padding: .6em;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .1em;
    background-color: #e50012; }
  @media screen and (max-width: 800px) {
    .miles-chart__head {
      font-size: 3vw; } }
  @media screen and (max-width: 640px) {
    .miles-chart__head {
      font-size: 3.75vw; } }

.miles-total {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.4em; }
  .miles-total__item {
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    position: relative; }
    .miles-total__item::before {
      display: block;
      width: 18px;
      height: 44px;
      position: absolute;
      top: 50%;
      right: 0;
      background: center/100% no-repeat;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2044%22%3E%3Cg%20id%3D%22triangle_red%22%3E%3Cpolygon%20points%3D%220%200%2018%2022%200%2044%200%200%22%20fill%3D%22%23e10012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      content: "";
      -webkit-transform: translate3d(100%, -50%, 0);
      -ms-transform: translate3d(100%, -50%, 0);
      transform: translate3d(100%, -50%, 0); }
    .miles-total__item:last-of-type::before {
      display: none; }
  .miles-total__caption {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: .1em; }
  .miles-total__unit {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: .1em; }
  .miles-total__value {
    margin-right: .1em;
    color: #e50012;
    font-size: 140%;
    letter-spacing: 0; }
  @media screen and (max-width: 800px) {
    .miles-total__item {
      -webkit-flex: 0 0 31%;
      flex: 0 0 31%;
      position: relative; }
      .miles-total__item::before {
        width: 2.25vw;
        height: 5.5vw;
        background-size: contain; }
      .miles-total__item:last-of-type {
        margin-bottom: 0; }
    .miles-total__caption {
      font-size: 2.25vw; }
    .miles-total__unit {
      font-size: 3vw; } }
  @media screen and (max-width: 640px) {
    .miles-total {
      -webkit-flex-direction: column;
      flex-direction: column; }
      .miles-total__item {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 10.938vw; }
        .miles-total__item::before {
          width: 2.813vw;
          height: 6.875vw;
          top: auto;
          right: auto;
          bottom: 0;
          left: 50%;
          -webkit-transform: translate3d(-50%, 120%, 0) rotate(90deg);
          -ms-transform: translate3d(-50%, 120%, 0) rotate(90deg);
          transform: translate3d(-50%, 120%, 0) rotate(90deg); }
      .miles-total__caption {
        font-size: 3.906vw; }
      .miles-total__unit {
        font-size: 3.906vw; } }

/* point2 */
.point2 {
  padding: 100px 0 60px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .point2 {
      padding: 10vw 0 8.75vw; } }
  @media screen and (max-width: 640px) {
    .point2 {
      padding: 15.625vw 0 10.938vw; } }

.point2-split {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center; }
  .point2-split__item {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
    z-index: 10; }
    .point2-split__item--illust {
      -webkit-flex: 0 0 57.14%;
      flex: 0 0 57.14%;
      padding-right: 30px;
      position: relative;
      z-index: 1; }
  @media screen and (max-width: 800px) {
    .point2-split__item {
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%; }
      .point2-split__item--illust {
        -webkit-flex: 0 0 52%;
        flex: 0 0 52%;
        padding-right: 2.5vw;
        position: relative;
        z-index: 1; } }
  @media screen and (max-width: 640px) {
    .point2-split {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-justify-content: center;
      justify-content: center; }
      .point2-split__item {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: center;
        margin-bottom: 3.125vw; }
        .point2-split__item--illust {
          -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 105%;
          padding-right: 0;
          margin-bottom: 6.25vw; } }

.point2-bg {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.9);
  -ms-transform: translate3d(0, 0, 0) scale(0.9);
  transform: translate3d(0, 0, 0) scale(0.9);
  -webkit-transition: all 0.4s cubic-bezier(0.64, 0, 0.1, 1.02) 0s;
  transition: all 0.4s cubic-bezier(0.64, 0, 0.1, 1.02) 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }
  .point2-bg[data-target="on"] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }

.point2-illust {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate3d(-60%, -50%, 0) scale(1);
  -ms-transform: translate3d(-60%, -50%, 0) scale(1);
  transform: translate3d(-60%, -50%, 0) scale(1);
  -webkit-transition: all 0.8s cubic-bezier(0, 0.44, 0.4, 0.99) 0.6s;
  transition: all 0.8s cubic-bezier(0, 0.44, 0.4, 0.99) 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }
  .point2-illust[data-target="on"] {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1); }

/* flight miles */
.flight-miles {
  padding: 70px 0 70px;
  position: relative;
  background-color: #fff5c4; }
  @media screen and (max-width: 800px) {
    .flight-miles {
      padding: 7.813vw 0 7.813vw; } }
  @media screen and (max-width: 640px) {
    .flight-miles {
      padding: 6.25vw 0 6.25vw; } }

.miles-detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 50px; }
  .miles-detail__item {
    -webkit-flex: 0 0 46.5%;
    flex: 0 0 46.5%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    padding: .8em 1.6em;
    position: relative; }
  .miles-detail__text {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 800; }
  .miles-detail__small {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
  .miles-detail__icon {
    margin-left: .4em;
    position: relative; }
  @media screen and (max-width: 1020px) {
    .miles-detail__item {
      padding: .8em 1.4em; }
    .miles-detail__text {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 800px) {
    .miles-detail {
      margin: 0 auto 5vw;
      text-align: center; }
      .miles-detail__item {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 1em 1em; }
      .miles-detail__text {
        margin-bottom: .2em;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        font-size: 2.5vw;
        text-align: center; }
      .miles-detail__small {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        text-align: center; } }
  @media screen and (max-width: 640px) {
    .miles-detail {
      margin: 0 auto 4.688vw;
      text-align: center; }
      .miles-detail__item {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        padding: .8em .6em; }
      .miles-detail__text {
        font-size: 3.125vw; } }

.miles-image--plus, .miles-image--title {
  display: block;
  position: relative;
  border: #000 2px solid; }

.miles-image--plus {
  margin-bottom: 80px; }
  .miles-image--plus::before {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: center/100% no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cg%20id%3D%22icon_plus%22%3E%3Cpolygon%20points%3D%2236%2014.063%2021.937%2014.063%2021.937%200%2014.062%200%2014.062%2014.063%200%2014.063%200%2021.938%2014.062%2021.938%2014.062%2036%2021.937%2036%2021.937%2021.938%2036%2021.938%2036%2014.063%22%20fill%3D%22%23959595%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    content: "";
    -webkit-transform: translate3d(-50%, 170%, 0);
    -ms-transform: translate3d(-50%, 170%, 0);
    transform: translate3d(-50%, 170%, 0); }
.miles-image--title {
  margin-bottom: 50px; }
  .miles-image--title::before {
    display: inline-block;
    position: absolute;
    top: -20%;
    left: 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: .1em;
    content: "JALカード限定"; }
@media screen and (max-width: 1020px) {
  .miles-image--title::before {
    top: -21%; } }
@media screen and (max-width: 800px) {
  .miles-image--plus {
    margin-bottom: 10vw; }
    .miles-image--plus::before {
      width: 4.5vw;
      height: 4.5vw;
      background-size: contain; }
  .miles-image--title {
    margin-bottom: 6.25vw; }
    .miles-image--title::before {
      top: -24%;
      font-size: 2.5vw; } }
@media screen and (max-width: 640px) {
  .miles-image--plus {
    margin-bottom: 10.938vw; }
    .miles-image--plus::before {
      width: 5.625vw;
      height: 5.625vw;
      -webkit-transform: translate3d(-50%, 150%, 0);
      -ms-transform: translate3d(-50%, 150%, 0);
      transform: translate3d(-50%, 150%, 0); }
  .miles-image--title {
    margin-bottom: 4.688vw; }
    .miles-image--title::before {
      top: -11%;
      font-size: 3.125vw; } }

/* exchange */
.exchange {
  padding: 100px 0 70px;
  position: relative;
  background-color: #f5f5f5; }
  @media screen and (max-width: 800px) {
    .exchange {
      padding: 7.5vw 0 6.25vw; } }
  @media screen and (max-width: 640px) {
    .exchange {
      padding: 10.938vw 0 7.813vw; } }

.exchange-text {
  display: inline-block;
  margin-bottom: 1.6em; }

.slide-container-ex1 {
  margin-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .slide-container-ex1 {
      margin-bottom: 10vw; } }
  @media screen and (max-width: 640px) {
    .slide-container-ex1 {
      margin-bottom: 15.625vw; } }

.swiper-button-prev.exchange-slide-prev {
  -webkit-transform: translate3d(-30%, -50%, 0);
  -ms-transform: translate3d(-30%, -50%, 0);
  transform: translate3d(-30%, -50%, 0); }
  @media screen and (max-width: 640px) {
    .swiper-button-prev.exchange-slide-prev {
      -webkit-transform: translate3d(-30%, -30%, 0);
      -ms-transform: translate3d(-30%, -30%, 0);
      transform: translate3d(-30%, -30%, 0); } }

.swiper-button-next.exchange-slide-next {
  -webkit-transform: translate3d(30%, -50%, 0);
  -ms-transform: translate3d(30%, -50%, 0);
  transform: translate3d(30%, -50%, 0); }
  @media screen and (max-width: 640px) {
    .swiper-button-next.exchange-slide-next {
      -webkit-transform: translate3d(30%, -30%, 0);
      -ms-transform: translate3d(30%, -30%, 0);
      transform: translate3d(30%, -30%, 0); } }

.exchange-pc {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 640px) {
    .exchange-pc {
      display: none; } }

.exchange-sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .exchange-sp {
      display: block;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); } }

.swiper-button-prev.voice-slide-prev {
  -webkit-transform: translate3d(-30%, -50%, 0);
  -ms-transform: translate3d(-30%, -50%, 0);
  transform: translate3d(-30%, -50%, 0); }
  @media screen and (max-width: 640px) {
    .swiper-button-prev.voice-slide-prev {
      -webkit-transform: translate3d(-30%, -30%, 0);
      -ms-transform: translate3d(-30%, -30%, 0);
      transform: translate3d(-30%, -30%, 0); } }

.swiper-button-next.voice-slide-next {
  -webkit-transform: translate3d(30%, -50%, 0);
  -ms-transform: translate3d(30%, -50%, 0);
  transform: translate3d(30%, -50%, 0); }
  @media screen and (max-width: 640px) {
    .swiper-button-next.voice-slide-next {
      -webkit-transform: translate3d(30%, -30%, 0);
      -ms-transform: translate3d(30%, -30%, 0);
      transform: translate3d(30%, -30%, 0); } }

.voice-pc {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 640px) {
    .voice-pc {
      display: none; } }

.voice-sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .voice-sp {
      display: block;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); } }

/* point3 */
.point3 {
  padding: 150px 0 60px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .point3 {
      padding: 10vw 0 5vw; } }
  @media screen and (max-width: 640px) {
    .point3 {
      padding: 15.625vw 0 7.813vw; } }

.point3-head {
  margin-bottom: 1.4em; }
  .point3-head__newline {
    display: none; }
  @media screen and (max-width: 800px) {
    .point3-head__newline {
      display: inherit; } }

.point3-box {
  margin-bottom: 50px;
  position: relative; }
  .point3-box__blue-btn {
    display: block;
    width: 30.6%;
    max-width: 300px;
    margin: 0 auto;
    padding: .4em 1em;
    position: absolute;
    bottom: 13%;
    left: 50%;
    background-color: #0090d2;
    color: #fff;
    text-decoration: none;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
    .point3-box__blue-btn::before {
      position: absolute;
      right: 1em;
      content: "＞"; }
  .point3-box__gray-btn {
    width: 100%;
    position: absolute;
    bottom: 9%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  @media screen and (max-width: 800px) {
    .point3-box {
      margin-bottom: 5vw; }
      .point3-box__blue-btn {
        width: 32%;
        max-width: 300px;
        bottom: 11%; } }
  @media screen and (max-width: 640px) {
    .point3-box__blue-btn {
      width: 54%;
      max-width: initial;
      bottom: 11%; }
    .point3-box__gray-btn {
      bottom: 6%; } }

.bnr-area{
	margin-bottom: 50px;
	text-align: center;}
.bnr-area img{
	max-width: 950px;
	margin: 0 auto;}
.bnr-area .bnr-text{
	font-size: 1.5rem;
	text-align: left;
	max-width: 950px;
	margin: 0 auto;}
@media screen and (max-width: 640px) {
	.bnr-area .bnr-text{
		font-size: 1.2rem; } }

.point3-acc-wrap {
  padding-top: 50px;
  background-color: #f5f5f5; }
  @media screen and (max-width: 800px) {
    .point3-acc-wrap {
      padding-top: 6.25vw; } }
  @media screen and (max-width: 640px) {
    .point3-acc-wrap {
      padding-top: 4.688vw; } }

.point3-acc-wrap__title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 1em; }
  @media screen and (max-width: 800px) {
    .point3-acc-wrap__title {
      font-size: 4vw; } }
  @media screen and (max-width: 640px) {
    .point3-acc-wrap__title {
      font-size: 4.375vw; } }

.point3-detail {
  padding: 40px 40px .1em; }
  @media screen and (max-width: 800px) {
    .point3-detail {
      padding: 5vw 5vw 0.1em; } }
  @media screen and (max-width: 640px) {
    .point3-detail {
      padding: 6.25vw 6.25vw 0.1em; } }

.detail-inner {
  margin-bottom: 40px;
  position: relative; }
  .detail-inner__img {
    position: relative; }
  .detail-inner__btn {
    width: 100%;
    position: absolute;
    bottom: 1px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  @media screen and (max-width: 800px) {
    .detail-inner {
      margin-bottom: 5vw; } }
  @media screen and (max-width: 640px) {
    .detail-inner {
      margin-bottom: 7.813vw; } }

body.modalOpen {
  overflow: hidden; }

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  padding: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.95);
  overflow-y: scroll;
  z-index: 900;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  @media screen and (max-width: 800px) {
    .modal {
      padding: 5vw; } }
  @media screen and (max-width: 640px) {
    .modal {
      padding: 3.125vw;
      padding-bottom: calc(3.125vw + constant(safe-area-inset-bottom));
      padding-bottom: calc(3.125vw + env(safe-area-inset-bottom)); } }

@supports (-webkit-touch-callout: none) {
  .modal {
    height: -webkit-fill-available;
    min-height: 100vh; } }
.modal-back {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.95);
  cursor: pointer;
  z-index: -1; }

.modal-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 40px .1em;
  position: relative;
  z-index: 10;
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden; }
  .modal-inner__head {
    margin: 0 auto .8em;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: .1em; }
  .modal-inner__newline {
    display: none; }
  @media screen and (max-width: 800px) {
    .modal-inner {
      padding: 5vw 5vw 0.1em; }
      .modal-inner__head {
        font-size: 4vw; } }
  @media screen and (max-width: 640px) {
    .modal-inner {
      padding: 6.25vw 6.25vw 0.1em; }
      .modal-inner__head {
        font-size: 5vw;
        line-height: 1.3; }
      .modal-inner__newline {
        display: inherit; } }

.modal-box {
  margin-bottom: 40px;
  position: relative; }
  .modal-box__btn {
    width: 100%;
    position: absolute;
    bottom: 11%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .modal-box__text {
    display: block;
    padding: 0 80px;
    position: absolute;
    left: 0;
    bottom: 8%;
    font-size: 12px;
    font-size: 1.2rem; }
  @media screen and (max-width: 800px) {
    .modal-box {
      margin-bottom: 5vw; }
      .modal-box__text {
        padding: 0 7.5vw;
        bottom: 6%;
        font-size: 1.5vw; }
      .modal-box__btn {
        bottom: 10%; } }
  @media screen and (max-width: 640px) {
    .modal-box__text {
      padding: 0 4.688vw;
      bottom: 5%;
      font-size: 3.125vw; }
    .modal-box__btn {
      bottom: 6%; }
      .modal-box__btn .gray-btn {
        padding: .4em 2em; } }

.modalClose {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .modalClose__icon {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg); }
    .modalClose__icon:nth-of-type(2) {
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
      -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
      transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
  .modalClose:hover {
    opacity: .6; }
  @media screen and (max-width: 800px) {
    .modalClose {
      width: 4vw;
      height: 4vw;
      top: 1.875vw;
      right: 1.875vw; } }
  @media screen and (max-width: 640px) {
    .modalClose {
      width: 6.875vw;
      height: 6.875vw;
      top: 3.125vw;
      right: 3.125vw; } }

/* point4 */
.point4 {
  padding: 60px 0 40px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .point4 {
      padding: 5vw 0 7.5vw; } }
  @media screen and (max-width: 640px) {
    .point4 {
      padding: 7.813vw 0 7.813vw; } }

.point4-attention {
  margin-bottom: .4em;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .1em; }
  @media screen and (max-width: 1020px) {
    .point4-attention {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media screen and (max-width: 800px) {
    .point4-attention {
      font-size: 3.25vw; } }
  @media screen and (max-width: 640px) {
    .point4-attention {
      font-size: 4.375vw; } }

.point4-split {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .point4-split__item {
    -webkit-flex: 1 0 53%;
    flex: 1 0 53%;
    position: relative;
    z-index: 10; }
    .point4-split__item--illust {
      -webkit-flex: 0 0 73.53%;
      flex: 0 0 73.53%;
      position: relative;
      z-index: 1;
      -webkit-transform: translate3d(-10%, 0, 0);
      -ms-transform: translate3d(-10%, 0, 0);
      transform: translate3d(-10%, 0, 0); }
  @media screen and (max-width: 640px) {
    .point4-split {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-bottom: 6.25vw;
      text-align: center; }
      .point4-split__item {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto; }
        .point4-split__item--illust {
          -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 135%;
          -webkit-transform: translate3d(12%, 0, 0);
          -ms-transform: translate3d(12%, 0, 0);
          transform: translate3d(12%, 0, 0); } }

.point4-deco {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.9);
  -ms-transform: translate3d(0, 0, 0) scale(0.9);
  transform: translate3d(0, 0, 0) scale(0.9);
  -webkit-transition: all 0.6s cubic-bezier(0.64, 0, 0.1, 1.02) 0s;
  transition: all 0.6s cubic-bezier(0.64, 0, 0.1, 1.02) 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }
  .point4-deco[data-target="on"] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }

.point4-illust {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate3d(-40%, -50%, 0) scale(1);
  -ms-transform: translate3d(-40%, -50%, 0) scale(1);
  transform: translate3d(-40%, -50%, 0) scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.02, 0.64, 0.55, 0.92) 0.6s;
  transition: all 0.5s cubic-bezier(0.02, 0.64, 0.55, 0.92) 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }
  .point4-illust[data-target="on"] {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1); }

/* select */
.select {
  padding: 50px 0 70px;
  position: relative;
  background: #fff5c4; }
  @media screen and (max-width: 800px) {
    .select {
      padding: 6.25vw 0 6.25vw; } }
  @media screen and (max-width: 640px) {
    .select {
      padding: 6.25vw 0 7.813vw; } }

.tab-btn-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 1em;
  box-sizing: border-box !important; }
  @media screen and (max-width: 800px) {
    .tab-btn-wrap {
      padding: 0 5vw 1em; } }
  @media screen and (max-width: 640px) {
    .tab-btn-wrap {
      padding: 0 6.25vw 1em; } }

.tab-btn {
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-bottom: 2em;
  padding: .8em;
  position: relative;
  z-index: 10;
  background-color: #e2e2e2;
  border-radius: 5px;
  box-shadow: 0 5px 0 #afafaf;
  color: #333;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease-in-out !important; }
  .tab-btn:hover {
    box-shadow: 0 0 0 #afafaf;
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  .tab-btn__text {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .08em; }
  .tab-btn .cta-icon, .tab-btn .cta-icon--small {
    width: 28px;
    height: 28px; }
  .tab-btn .cta-arrow, .tab-btn .cta-arrow--up, .tab-btn .cta-arrow--right {
    width: 15px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2012.07848%22%3E%3Cg%20id%3D%22icon_arrowG%22%3E%3Cpolyline%20points%3D%2216.5%201.5%209%209.836%201.5%201.5%22%20fill%3D%22none%22%20stroke%3D%22gray%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-transform: translate3d(-50%, -40%, 0);
    -ms-transform: translate3d(-50%, -40%, 0);
    transform: translate3d(-50%, -40%, 0); }
  .tab-btn.is-active {
    background-color: #e50012;
    border-radius: 5px;
    box-shadow: 0 5px 0 #bb0012;
    color: #fff; }
    .tab-btn.is-active .cta-arrow, .tab-btn.is-active .cta-arrow--up, .tab-btn.is-active .cta-arrow--right {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2012%22%3E%3Cg%20id%3D%22icon_arrow%22%3E%3Cpolyline%20points%3D%2216.5%201.461%209%209.797%201.5%201.461%22%20fill%3D%22none%22%20stroke%3D%22%23e50012%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
    .tab-btn.is-active:hover {
      box-shadow: 0 0 0 #bb0012;
      -webkit-transform: translate3d(0, 5px, 0);
      -ms-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0); }
  @media screen and (max-width: 1020px) {
    .tab-btn__text {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: left; }
    .tab-btn .cta-icon, .tab-btn .cta-icon--small {
      width: 24px;
      height: 24px;
      right: .6em; }
    .tab-btn .cta-arrow, .tab-btn .cta-arrow--up, .tab-btn .cta-arrow--right {
      width: 13px;
      height: 9px; } }
  @media screen and (max-width: 800px) {
    .tab-btn {
      -webkit-flex: 0 0 32%;
      flex: 0 0 32%;
      margin-bottom: 1.2em;
      padding-bottom: 6vw; }
      .tab-btn__text {
        display: block;
        font-size: 2.25vw;
        text-align: center; }
      .tab-btn:hover {
        box-shadow: 0 5px 0 #afafaf;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .tab-btn .cta-icon, .tab-btn .cta-icon--small {
        width: 3.5vw;
        height: 3.5vw;
        top: auto;
        left: 50%;
        bottom: 1.25vw;
        -webkit-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0); }
      .tab-btn .cta-arrow, .tab-btn .cta-arrow--up, .tab-btn .cta-arrow--right {
        width: 1.875vw;
        height: 1.25vw;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2012.07848%22%3E%3Cg%20id%3D%22icon_arrowG%22%3E%3Cpolyline%20points%3D%2216.5%201.5%209%209.836%201.5%201.5%22%20fill%3D%22none%22%20stroke%3D%22gray%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
      .tab-btn.is-active:hover {
        box-shadow: 0 5px 0 #bb0012;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
  @media screen and (max-width: 640px) {
    .tab-btn {
      -webkit-flex: 0 0 46.4%;
      flex: 0 0 46.4%;
      margin-bottom: 1.6em;
      padding-bottom: 9.063vw;
      box-shadow: 0 3px 0 #afafaf; }
      .tab-btn:hover {
        box-shadow: 0 3px 0 #afafaf; }
      .tab-btn__text {
        display: block;
        font-size: 3.125vw;
        text-align: center; }
      .tab-btn .cta-icon, .tab-btn .cta-icon--small {
        width: 5.313vw;
        height: 5.313vw;
        bottom: 2.344vw; }
      .tab-btn .cta-arrow, .tab-btn .cta-arrow--up, .tab-btn .cta-arrow--right {
        width: 2.813vw;
        height: 1.875vw;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2012.07848%22%3E%3Cg%20id%3D%22icon_arrowG%22%3E%3Cpolyline%20points%3D%2216.5%201.5%209%209.836%201.5%201.5%22%20fill%3D%22none%22%20stroke%3D%22gray%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
      .tab-btn.is-active {
        box-shadow: 0 3px 0 #bb0012; }
        .tab-btn.is-active:hover {
          box-shadow: 0 3px 0 #bb0012; } }

.swiper-container.select-slide {
  padding: 0 calc((100% - 1000px) / 2); }
  @media screen and (max-width: 1020px) {
    .swiper-container.select-slide {
      padding: 0 20px; } }
  @media screen and (max-width: 800px) {
    .swiper-container.select-slide {
      padding: 0 3.75vw; } }
  @media screen and (max-width: 640px) {
    .swiper-container.select-slide {
      padding: 0 4.688vw; } }

.swiper-wrapper.select-wrap {
  width: 3000px; }
  @media screen and (max-width: 1020px) {
    .swiper-wrapper.select-wrap {
      width: 300%; } }

.swiper-slide.select-item {
  min-width: 1000px;
  max-width: 1000px; }
  @media screen and (max-width: 1020px) {
    .swiper-slide.select-item {
      min-width: initial;
      max-width: initial; } }

.button-wrap {
  display: block;
  height: 40px;
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }
  @media screen and (max-width: 1020px) {
    .button-wrap {
      top: 57%;
      left: 20px;
      z-index: 20;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  @media screen and (max-width: 800px) {
    .button-wrap {
      top: 59%;
      left: 3.75vw; } }
  @media screen and (max-width: 640px) {
    .button-wrap {
      top: 41%;
      left: 4.688vw; } }

.swiper-button-prev.select-slide-prev {
  -webkit-transform: translate3d(-35%, -50%, 0);
  -ms-transform: translate3d(-35%, -50%, 0);
  transform: translate3d(-35%, -50%, 0); }

.swiper-button-next.select-slide-next {
  -webkit-transform: translate3d(35%, -50%, 0);
  -ms-transform: translate3d(35%, -50%, 0);
  transform: translate3d(35%, -50%, 0); }

.select-slide .resizeShow {
  display: none; }
@media screen and (max-width: 800px) {
  .select-slide .resizeShow {
    display: inherit; } }

.select-pc {
  display: block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 640px) {
    .select-pc {
      display: none; } }

.select-sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .select-sp {
      display: block;
      border-radius: 10px;
      position: relative;
      overflow: hidden;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); }
      .select-sp__inner {
        position: relative; } }

.select-btn, .select-btn--one, .select-btn--over, .select-btn--under {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  padding: 0 4%;
  position: absolute;
  bottom: 11.2%; }
  .select-btn--one {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 29%; }
  .select-btn__spacer {
    -webkit-flex: 0 0 8%;
    flex: 0 0 8%; }
  @media screen and (max-width: 1020px) {
    .select-btn--one {
      padding: 0 25%; }
    .select-btn .cta-text, .select-btn--one .cta-text, .select-btn--over .cta-text, .select-btn--under .cta-text, .select-btn .cta-text--small, .select-btn--one .cta-text--small, .select-btn--over .cta-text--small, .select-btn--under .cta-text--small {
      font-size: 24px;
      font-size: 2.4rem; }
    .select-btn .cta-icon, .select-btn--one .cta-icon, .select-btn--over .cta-icon, .select-btn--under .cta-icon, .select-btn .cta-icon--small, .select-btn--one .cta-icon--small, .select-btn--over .cta-icon--small, .select-btn--under .cta-icon--small {
      width: 26px;
      height: 26px;
      right: .8em; }
    .select-btn .cta-arrow, .select-btn--one .cta-arrow, .select-btn--over .cta-arrow, .select-btn--under .cta-arrow, .select-btn .cta-arrow--up, .select-btn--one .cta-arrow--up, .select-btn--over .cta-arrow--up, .select-btn--under .cta-arrow--up, .select-btn .cta-arrow--right, .select-btn--one .cta-arrow--right, .select-btn--over .cta-arrow--right, .select-btn--under .cta-arrow--right {
      width: 14px;
      height: 9px; } }
  @media screen and (max-width: 800px) {
    .select-btn .cta-text, .select-btn--one .cta-text, .select-btn--over .cta-text, .select-btn--under .cta-text, .select-btn .cta-text--small, .select-btn--one .cta-text--small, .select-btn--over .cta-text--small, .select-btn--under .cta-text--small {
      font-size: 2vw; }
    .select-btn .cta-icon, .select-btn--one .cta-icon, .select-btn--over .cta-icon, .select-btn--under .cta-icon, .select-btn .cta-icon--small, .select-btn--one .cta-icon--small, .select-btn--over .cta-icon--small, .select-btn--under .cta-icon--small {
      width: 2.5vw;
      height: 2.5vw; }
    .select-btn .cta-arrow, .select-btn--one .cta-arrow, .select-btn--over .cta-arrow, .select-btn--under .cta-arrow, .select-btn .cta-arrow--up, .select-btn--one .cta-arrow--up, .select-btn--over .cta-arrow--up, .select-btn--under .cta-arrow--up, .select-btn .cta-arrow--right, .select-btn--one .cta-arrow--right, .select-btn--over .cta-arrow--right, .select-btn--under .cta-arrow--right {
      width: 1.375vw;
      height: 0.875vw; } }
  @media screen and (max-width: 640px) {
    .select-btn, .select-btn--one, .select-btn--over, .select-btn--under {
      display: block;
      width: 100%;
      padding: 0 6.25vw; }
      .select-btn .cta-text, .select-btn--one .cta-text, .select-btn--over .cta-text, .select-btn--under .cta-text, .select-btn .cta-text--small, .select-btn--one .cta-text--small, .select-btn--over .cta-text--small, .select-btn--under .cta-text--small {
        font-size: 4.375vw; }
      .select-btn--over {
        bottom: 4%; }
      .select-btn--under {
        bottom: 21%; }
      .select-btn .cta-icon, .select-btn--one .cta-icon, .select-btn--over .cta-icon, .select-btn--under .cta-icon, .select-btn .cta-icon--small, .select-btn--one .cta-icon--small, .select-btn--over .cta-icon--small, .select-btn--under .cta-icon--small {
        width: 5.313vw;
        height: 5.313vw;
        right: 1.2em; }
      .select-btn .cta-arrow, .select-btn--one .cta-arrow, .select-btn--over .cta-arrow, .select-btn--under .cta-arrow, .select-btn .cta-arrow--up, .select-btn--one .cta-arrow--up, .select-btn--over .cta-arrow--up, .select-btn--under .cta-arrow--up, .select-btn .cta-arrow--right, .select-btn--one .cta-arrow--right, .select-btn--over .cta-arrow--right, .select-btn--under .cta-arrow--right {
        width: 2.813vw;
        height: 1.875vw; } }

/* fee */
.fee {
  padding: 100px 0 .1em;
  position: relative; }
  @media screen and (max-width: 800px) {
    .fee {
      padding: 10vw 0 0.1em; } }
  @media screen and (max-width: 640px) {
    .fee {
      padding: 15.625vw 0 0.1em; } }

.fee-text {
  margin-bottom: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .fee-text {
      margin-bottom: 5vw;
      font-size: 1.5vw;
      text-align: justify; } }
  @media screen and (max-width: 640px) {
    .fee-text {
      margin-bottom: 7.813vw;
      font-size: 3.125vw; } }

.fee-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 640px) {
    .fee-list {
      -webkit-flex-direction: column;
      flex-direction: column; } }

.fee-list-item {
  -webkit-flex: 0 0 47.45%;
  flex: 0 0 47.45%; }
  @media screen and (max-width: 640px) {
    .fee-list-item {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto; }
      .fee-list-item:first-of-type {
        margin-bottom: 4.688vw; } }

/* necessaries */
.necessaries {
  padding: 70px 0 .1em;
  position: relative;
  background-color: #f5f5f5; }
  @media screen and (max-width: 800px) {
    .necessaries {
      padding: 6.25vw 0 0.1em; } }
  @media screen and (max-width: 640px) {
    .necessaries {
      padding: 7.813vw 0 0.1em; } }

.necessaries-head {
  margin-bottom: 1.2em;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: .1em; }
  @media screen and (max-width: 800px) {
    .necessaries-head {
      font-size: 3.75vw; } }
  @media screen and (max-width: 640px) {
    .necessaries-head {
      font-size: 4.688vw; } }

.necessaries-list1 {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 70px; }
  .necessaries-list1__item {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    position: relative; }
    .necessaries-list1__item::before, .necessaries-list1__item::after {
      display: block;
      position: absolute;
      background-color: #000;
      content: ""; }
    .necessaries-list1__item::before {
      width: 1px;
      height: 65%;
      top: 50%;
      right: 0;
      -webkit-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
    .necessaries-list1__item:last-of-type::before {
      display: none; }
  @media screen and (max-width: 800px) {
    .necessaries-list1 {
      margin-bottom: 7.5vw; } }
  @media screen and (max-width: 640px) {
    .necessaries-list1 {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 12.5vw;
      padding: 6.25vw;
      background-color: #fff; }
      .necessaries-list1__item {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        position: relative; }
        .necessaries-list1__item:nth-of-type(1)::before {
          height: 80%;
          top: 0;
          -webkit-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
        .necessaries-list1__item:nth-of-type(1)::after {
          width: 100%;
          height: 1px;
          bottom: 0;
          right: 0; }
        .necessaries-list1__item:nth-of-type(2)::before {
          display: none; }
        .necessaries-list1__item:nth-of-type(2)::after {
          width: 100%;
          height: 1px;
          bottom: 0;
          right: 0; }
        .necessaries-list1__item:nth-of-type(3)::before {
          height: 75%;
          top: 20%;
          -webkit-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); } }

.necessaries-list2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1em; }
  .necessaries-list2__item {
    -webkit-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    position: relative; }
    .necessaries-list2__item::before {
      display: block;
      width: 17px;
      height: 34px;
      position: absolute;
      top: 50%;
      right: 0;
      background: center/100% no-repeat;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2033.99999%22%3E%3Cg%20id%3D%22triangle_gray%22%3E%3Cpolygon%20points%3D%220%200%2017%2017%200%2034%200%200%22%20fill%3D%22%23959595%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      content: "";
      -webkit-transform: translate3d(100%, -50%, 0);
      -ms-transform: translate3d(100%, -50%, 0);
      transform: translate3d(100%, -50%, 0); }
    .necessaries-list2__item:last-of-type::before {
      display: none; }
  @media screen and (max-width: 800px) {
    .necessaries-list2__item {
      -webkit-flex: 0 0 22.5%;
      flex: 0 0 22.5%;
      position: relative; }
      .necessaries-list2__item::before {
        width: 2.125vw;
        height: 4.25vw;
        background-size: contain; } }
  @media screen and (max-width: 640px) {
    .necessaries-list2 {
      -webkit-flex-direction: column;
      flex-direction: column; }
      .necessaries-list2__item {
        -webkit-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        position: relative; }
        .necessaries-list2__item::before {
          width: 3.75vw;
          height: 7.5vw;
          top: auto;
          right: auto;
          bottom: 0;
          left: 50%;
          background-size: contain;
          -webkit-transform: translate3d(-50%, 100%, 0) rotate(90deg);
          -ms-transform: translate3d(-50%, 100%, 0) rotate(90deg);
          transform: translate3d(-50%, 100%, 0) rotate(90deg); }
        .necessaries-list2__item:not(:last-of-type) {
          margin-bottom: 7.031vw; } }

/* must read */
.notes {
  padding: 50px 0 120px;
  position: relative;
  background-color: #e2e2e2; }
  @media screen and (max-width: 800px) {
    .notes {
      padding: 6.25vw 0 15vw; } }
  @media screen and (max-width: 640px) {
    .notes {
      padding: 7.813vw 0 18.75vw; } }

.notes-head {
  margin-bottom: .6em;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (max-width: 800px) {
    .notes-head {
      font-size: 2.25vw; } }
  @media screen and (max-width: 640px) {
    .notes-head {
      font-size: 3.75vw; } }

.notes-detail {
  width: 100%;
  margin-bottom: 1.4em;
  padding: .8em 0;
  border-top: #000 thin solid;
  border-bottom: #000 thin solid; }

.notes-detail__text {
  font-size: 14px;
  font-size: 1.4rem; }
@media screen and (max-width: 800px) {
  .notes-detail__text {
    font-size: 1.75vw; } }
@media screen and (max-width: 640px) {
  .notes-detail__text {
    font-size: 3.125vw; } }

.notes-list__head {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600; }
.notes-list__brackets {
  font-weight: normal; }
.notes-list__text {
  margin-bottom: 1.8em;
  font-size: 14px;
  font-size: 1.4rem; }
  .notes-list__text.-sheet {
    margin-top: -0.8em; }
@media screen and (max-width: 800px) {
  .notes-list__head {
    font-size: 1.75vw; }
  .notes-list__text {
    margin-bottom: 1.8em;
    font-size: 1.75vw; } }
@media screen and (max-width: 640px) {
  .notes-list__head {
    font-size: 3.125vw; }
  .notes-list__text {
    margin-bottom: 2em;
    font-size: 2.5vw; } }

.fix-btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0); }
  .fix-btn.fix {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .fix-btn.end {
    position: static; }

.top-btn, .jump-btn {
  display: inline-block;
  height: 60px;
  position: absolute;
  bottom: 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-align: center;
  line-height: 60px;
  letter-spacing: .1em;
  text-decoration: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .top-btn:hover, .jump-btn:hover {
    height: 70px;
    opacity: 1; }
  @media screen and (max-width: 800px) {
    .top-btn, .jump-btn {
      height: 60px;
      line-height: 60px; }
      .top-btn:hover, .jump-btn:hover {
        height: 60px; } }
  @media screen and (max-width: 640px) {
    .top-btn, .jump-btn {
      height: 40px;
      line-height: 40px; }
      .top-btn:hover, .jump-btn:hover {
        height: 40px; } }

.top-btn {
  padding: 0 1.2em;
  right: 20px;
  background-color: #4d4d4d;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500; }
  @media screen and (max-width: 800px) {
    .top-btn {
      font-size: 2.25vw; } }
  @media screen and (max-width: 640px) {
    .top-btn {
      padding: 0 1em;
      right: 0;
      font-size: 3.438vw;
      border-radius: 10px 0 0 0;
      padding-bottom: calc(1.6em + constant(safe-area-inset-bottom));
      padding-bottom: calc(1.6em + env(safe-area-inset-bottom)); } }

.jump-btn {
  width: 80%;
  max-width: 450px;
  padding: 0 1.2em;
  left: 50%;
  background-color: #e50012;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }
  @media screen and (max-width: 800px) {
    .jump-btn {
      font-size: 2.75vw; } }
  @media screen and (max-width: 640px) {
    .jump-btn {
      width: 70%;
      left: 0;
      font-size: 4.063vw;
      border-radius: 0 10px 0 0;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      padding-bottom: calc(1.6em + constant(safe-area-inset-bottom));
      padding-bottom: calc(1.6em + env(safe-area-inset-bottom)); } }
