@charset "UTF-8";
@font-face {
  font-family: "tsukuMin";
  src: url("/afl/regular_visa_aff/font/TsukuMin-D.woff2") format("woff2"), url("/afl/regular_visa_aff/font/TsukuMin-D.woff") format("woff"), url("/afl/regular_visa_aff/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, svg, 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;
  opacity: 1;
  -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: 1em 1em 1em;
  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 {
        width: 100%;
        padding: .8em 1.4em .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); } }

.case-btn__link, .fee-list-item__link {
  display: inline-block;
  padding: .6em 2em;
  position: relative;
  background-color: #fff;
  border: #888 thin solid;
  border-radius: 6px;
  color: #888;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .case-btn__link::after, .fee-list-item__link::after {
    content: "＞";
    position: absolute;
    top: 50%;
    right: .8em;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .case-btn__link:hover, .fee-list-item__link:hover {
    background-color: #888;
    color: #fff; }
  @media screen and (max-width: 800px) {
    .case-btn__link, .fee-list-item__link {
      font-size: 2vw; }
      .case-btn__link:hover, .fee-list-item__link:hover {
        background-color: #fff;
        color: #888; } }
  @media screen and (max-width: 640px) {
    .case-btn__link, .fee-list-item__link {
      padding: .6em 1.2em;
      font-size: 3.125vw; }
      .case-btn__link::after, .fee-list-item__link::after {
        right: .4em;
        -webkit-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0); } }

.exchange-list-head__link span, .fee-family-date__link span {
  display: inline-block;
  width: 1em;
  margin-right: .1em;
  vertical-align: middle; }

.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 {
  padding-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .slide-container-howmuch {
      padding-bottom: 6.25vw; } }

.swiper-slide {
  padding: .6em .6em .6em .6em; }

/* intro over */
.intro-over {
  width: 100%;
  position: relative; }
  @media screen and (max-width: 640px) {
    .intro-over {
      padding-bottom: 9.375vw; } }

.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;
  z-index: 20; }
  .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 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 53.8%;
  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;
  z-index: 10; }
  .intro-card[data-open="show"] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .intro-card__text {
    -webkit-flex: 0 0 34%;
    flex: 0 0 34%;
    margin-bottom: .6em; }
    .intro-card__text p {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      text-align: right; }
      .intro-card__text p span {
        color: #e50012;
        font-size: 150%;
        font-weight: 700; }
  .intro-card__newline {
    display: none; }
  .intro-card__badge.-pc {
    display: inherit;
    width: 84%;
    margin-left: auto;
    margin-bottom: .8em; }
  .intro-card__badge.-sp {
    display: none; }
  .intro-card__image {
    -webkit-flex: 0 0 63%;
    flex: 0 0 63%; }
  @media screen and (max-width: 800px) {
    .intro-card {
      width: 62%;
      right: 2.5vw; }
      .intro-card__text {
        -webkit-flex: 0 0 35%;
        flex: 0 0 35%;
        margin-bottom: .6em; }
        .intro-card__text p {
          font-size: 2vw; }
      .intro-card__newline {
        display: inline; }
      .intro-card__badge {
        width: 80%; }
      .intro-card__image {
        -webkit-flex: 0 0 62%;
        flex: 0 0 62%; } }
  @media screen and (max-width: 640px) {
    .intro-card {
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      width: 100%;
      margin-right: -4.688vw;
      padding: 0 6.25vw;
      right: auto;
      bottom: -3.125vw;
      left: 0; }
      .intro-card__text {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: .6em;
        margin-right: auto; }
        .intro-card__text p {
          font-size: 3.125vw;
          text-align: left; }
          .intro-card__text p span {
            font-size: 130%; }
      .intro-card__badge {
        -webkit-flex: 0 0 26%;
        flex: 0 0 26%; }
        .intro-card__badge.-pc {
          display: none; }
        .intro-card__badge.-sp {
          display: inherit;
          margin-left: .6em;
          -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
          transform-origin: bottom left;
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .intro-card__image {
        -webkit-flex: 1 1 42%;
        flex: 1 1 42%;
        margin-left: 1em; } }

.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: 37.4324%;
    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;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
    .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: 44%; }
      .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.3%, -25%, 0) scale(1.1);
    -ms-transform: translate3d(2.3%, -25%, 0) scale(1.1);
    transform: translate3d(2.3%, -25%, 0) scale(1.1); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(1.8%, -16.5%, 0) scale(1.1);
    -ms-transform: translate3d(1.8%, -16.5%, 0) scale(1.1);
    transform: translate3d(1.8%, -16.5%, 0) scale(1.1); }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(1.8%, -16.5%, 0) scale(1.1);
    -ms-transform: translate3d(1.8%, -16.5%, 0) scale(1.1);
    transform: translate3d(1.8%, -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.3%, -25%, 0) scale(1.1);
    -ms-transform: translate3d(2.3%, -25%, 0) scale(1.1);
    transform: translate3d(2.3%, -25%, 0) scale(1.1); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(1.8%, -16.5%, 0) scale(1.1);
    -ms-transform: translate3d(1.8%, -16.5%, 0) scale(1.1);
    transform: translate3d(1.8%, -16.5%, 0) scale(1.1); }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(1.8%, -16.5%, 0) scale(1.1);
    -ms-transform: translate3d(1.8%, -16.5%, 0) scale(1.1);
    transform: translate3d(1.8%, -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%, 26%, 0) scale(1.038);
    -ms-transform: translate3d(-2%, 26%, 0) scale(1.038);
    transform: translate3d(-2%, 26%, 0) scale(1.038); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(-1.6%, 18%, 0) scale(1.042);
    -ms-transform: translate3d(-1.6%, 18%, 0) scale(1.042);
    transform: translate3d(-1.6%, 18%, 0) scale(1.042); }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(-1.6%, 18%, 0) scale(1.042);
    -ms-transform: translate3d(-1.6%, 18%, 0) scale(1.042);
    transform: translate3d(-1.6%, 18%, 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%, 26%, 0) scale(1.038);
    -ms-transform: translate3d(-2%, 26%, 0) scale(1.038);
    transform: translate3d(-2%, 26%, 0) scale(1.038); }
  16% {
    opacity: 1; }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(-1.6%, 18%, 0) scale(1.042);
    -ms-transform: translate3d(-1.6%, 18%, 0) scale(1.042);
    transform: translate3d(-1.6%, 18%, 0) scale(1.042); }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(-1.6%, 18%, 0) scale(1.042);
    -ms-transform: translate3d(-1.6%, 18%, 0) scale(1.042);
    transform: translate3d(-1.6%, 18%, 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: 30px 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 {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle; }
    .intro-date__text--box {
      display: inline-block;
      margin-right: .6em;
      padding: .4em;
      border: #000 thin solid;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1;
      vertical-align: middle; }
  .intro-date__newline {
    display: none; }
  @media screen and (max-width: 800px) {
    .intro-date__text {
      font-size: 2.5vw; }
      .intro-date__text--box {
        margin-bottom: .6em;
        font-size: 2.25vw; } }
  @media screen and (max-width: 640px) {
    .intro-date__text {
      font-size: 3.438vw;
      text-align: center;
      line-height: 1.3; }
      .intro-date__text--box {
        padding: .4em .4em .3em .4em;
        font-size: 3.438vw; }
    .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%; } }

.point1-visa {
  margin-top: 70px;
  border-radius: 15px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
  .point1-visa img, .point1-visa svg {
    border-radius: 15px; }
  @media screen and (max-width: 1020px) {
    .point1-visa {
      margin-top: 6.863vw; } }
  @media screen and (max-width: 800px) {
    .point1-visa {
      margin-top: 8.75vw; } }
  @media screen and (max-width: 640px) {
    .point1-visa {
      margin-top: 15.625vw;
      border-radius: 10px;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); } }

/* 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%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden; }
  @media screen and (max-width: 1020px) {
    .service-list__item {
      border-radius: 0.98vw; } }
  @media screen and (max-width: 800px) {
    .service-list {
      margin-bottom: 5vw; }
      .service-list__item {
        border-radius: 1.25vw; } }
  @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;
        border-radius: 2.5vw; } }

.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 .case-item__link, .case-item .case-item__link--2 {
    position: absolute; }
  .case-item__link {
    right: 30px;
    bottom: 6%; }
    .case-item__link--2 {
      right: 30px;
      bottom: 14%; }
  @media screen and (max-width: 800px) {
    .case-item__link {
      right: 3.75vw;
      bottom: 2em; } }
  @media screen and (max-width: 640px) {
    .case-item__link {
      right: auto;
      bottom: 2.2em;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
      .case-item__link--2 {
        right: auto;
        left: 50%;
        bottom: 11%;
        -webkit-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0); } }

.case-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 530px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }
  .case-btn__link {
    -webkit-flex: 0 0 45%;
    flex: 0 0 45%; }
  @media screen and (max-width: 1020px) {
    .case-btn {
      bottom: 4%; } }
  @media screen and (max-width: 800px) {
    .case-btn {
      bottom: 4.5%; } }
  @media screen and (max-width: 640px) {
    .case-btn {
      width: 90%;
      bottom: 4%; }
      .case-btn__link {
        -webkit-flex: 0 0 48%;
        flex: 0 0 48%; } }

.case-pc {
  display: block;
  background-color: #fff;
  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;
  background-color: #fff; }
  @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.is-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: 1020px) {
    .exchange {
      padding: 7.843vw 0 6.863vw; } }
  @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; }

.exchange-list-wrap {
  margin: 50px 0 100px; }
  @media screen and (max-width: 1020px) {
    .exchange-list-wrap {
      margin: 4.902vw 0 9.804vw; } }
  @media screen and (max-width: 800px) {
    .exchange-list-wrap {
      margin: 6.25vw 0 12.5vw; } }
  @media screen and (max-width: 640px) {
    .exchange-list-wrap {
      margin: 7.813vw 0 12.5vw; } }

.exchange-list-head {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
  .exchange-list-head__text {
    -webkit-flex: 0 0 58%;
    flex: 0 0 58%;
    border-radius: 10px 0 0 10px;
    position: relative;
    overflow: hidden; }
  .exchange-list-head__image {
    -webkit-flex: 0 0 42%;
    flex: 0 0 42%;
    border-radius: 0 10px 10px 0;
    overflow: hidden; }
  .exchange-list-head__link {
    position: absolute;
    bottom: 12%;
    left: 6.5%;
    font-size: 14px;
    font-size: 1.4rem; }
  @media screen and (max-width: 1020px) {
    .exchange-list-head__link {
      bottom: 11%;
      left: 6.5%;
      font-size: 1.373vw; } }
  @media screen and (max-width: 800px) {
    .exchange-list-head {
      margin-bottom: 3.75vw; }
      .exchange-list-head__link {
        left: 6%;
        font-size: 1.5vw; } }
  @media screen and (max-width: 640px) {
    .exchange-list-head {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin-bottom: 0;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
      .exchange-list-head__text {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        border-radius: 0 0 10px 10px; }
      .exchange-list-head__image {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        border-radius: 10px 10px 0 0; }
      .exchange-list-head__link {
        bottom: 9%;
        font-size: 3.125vw; } }

.exchange-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .exchange-list__item {
    -webkit-flex: 0 0 22%;
    flex: 0 0 22%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
  .exchange-list__over {
    border-radius: 10px 10px 0 0; }
  .exchange-list__under {
    border-radius: 0 0 10px 10px; }
  @media screen and (max-width: 640px) {
    .exchange-list__item {
      -webkit-flex: 0 0 46.5%;
      flex: 0 0 46.5%;
      margin-top: 2em;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); } }

.slide-container-ex2 {
  position: relative;
  padding-bottom: 1.6em; }

.voice-slide {
  position: relative; }

.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); } }

/* point ex */
.pointEx {
  padding: 120px 0;
  position: relative; }
  @media screen and (max-width: 1020px) {
    .pointEx {
      padding: 11.765vw 0 11.765vw; } }
  @media screen and (max-width: 800px) {
    .pointEx {
      padding: 10vw 0 5vw; } }
  @media screen and (max-width: 640px) {
    .pointEx {
      padding: 15.625vw 0 7.813vw; } }

.pointEx-head {
  margin-bottom: 1.4em; }
  .pointEx-head__newline {
    display: none; }
  @media screen and (max-width: 800px) {
    .pointEx-head__newline {
      display: inherit; } }

.pointEx-box {
  margin-bottom: 50px;
  position: relative; }
  .pointEx-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); }
    .pointEx-box__blue-btn::before {
      position: absolute;
      right: 1em;
      content: "＞"; }
  .pointEx-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); }
  .pointEx-box--redline {
    margin-top: 50px;
    position: relative;
    border: #e50012 2px solid; }
  .pointEx-box__deadline {
    width: 105px;
    height: 105px;
    position: absolute;
    top: 1em;
    right: 1em; }
  @media screen and (max-width: 1020px) {
    .pointEx-box--redline {
      margin-top: 4.902vw; }
    .pointEx-box__deadline {
      width: 10.294vw;
      height: 10.294vw; } }
  @media screen and (max-width: 800px) {
    .pointEx-box {
      margin-bottom: 5vw; }
      .pointEx-box__blue-btn {
        width: 32%;
        max-width: 300px;
        bottom: 11%; }
      .pointEx-box--redline {
        margin-top: 6.25vw; }
      .pointEx-box__deadline {
        width: 12.5vw;
        height: 12.5vw;
        top: .4em;
        right: .4em; } }
  @media screen and (max-width: 640px) {
    .pointEx-box__blue-btn {
      width: 54%;
      max-width: initial;
      bottom: 11%; }
    .pointEx-box__gray-btn {
      bottom: 6%; }
    .pointEx-box__deadline {
      width: 14.063vw;
      height: 14.063vw;
      top: -1em;
      right: auto;
      left: -0.6em; } }

.pointEx-acc-wrap__title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 1.4em; }
.pointEx-acc-wrap__new-line {
  display: none; }
@media screen and (max-width: 800px) {
  .pointEx-acc-wrap {
    padding-top: 6.25vw; }
    .pointEx-acc-wrap__title {
      font-size: 4vw; } }
@media screen and (max-width: 640px) {
  .pointEx-acc-wrap {
    padding-top: 4.688vw; }
    .pointEx-acc-wrap__title {
      margin-bottom: .8em;
      font-size: 6.563vw;
      line-height: 1.4; }
    .pointEx-acc-wrap__new-line {
      display: inline; } }

.pointEx-detail {
  padding: 0 0 .1em; }
  @media screen and (max-width: 800px) {
    .pointEx-detail {
      padding: 0 0 .1em; } }
  @media screen and (max-width: 640px) {
    .pointEx-detail {
      padding: 0 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; } }

.inner--bottom {
  margin-top: -1px;
  padding: 0 40px 40px;
  background-color: #F5F5F5; }
  .inner--bottom__over {
    padding-top: 1.2em;
    padding-bottom: 40px;
    border-bottom: #000 thin solid; }
    .inner--bottom__over p {
      text-align: center; }
  .inner--bottom__under {
    padding-top: 1em; }
  .inner--bottom p {
    font-size: 14px;
    font-size: 1.4rem; }
    .inner--bottom p strong {
      color: #000;
      font-weight: bold; }
  @media screen and (max-width: 1020px) {
    .inner--bottom {
      padding: 0 3.922vw 3.922vw; }
      .inner--bottom__over {
        padding-bottom: 3.922vw; }
      .inner--bottom p {
        font-size: 1.373vw; } }
  @media screen and (max-width: 800px) {
    .inner--bottom {
      padding: 0 3.75vw 3.75vw; }
      .inner--bottom__over {
        padding-bottom: 3.75vw; }
      .inner--bottom p {
        font-size: 1.75vw; } }
  @media screen and (max-width: 640px) {
    .inner--bottom {
      padding: 0 6.25vw 6.25vw; }
      .inner--bottom__over {
        padding-bottom: 6.25vw; }
      .inner--bottom__under {
        padding-top: 1.2em; }
      .inner--bottom p {
        font-size: 3.125vw; } }

.wrapper.is-locked {
  position: fixed;
  width: 100%;
  height: -webkit-fill-available; }

.modal {
  width: 100%;
  height: 100%;
  padding: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.95);
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
  -webkit-transition: visibility 0s ease-in-out 0.3s;
  transition: visibility 0s ease-in-out 0.3s; }
  .modal.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
    -webkit-transition: visibility 0s ease-in-out 0s;
    transition: visibility 0s 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-inner, .modal-inner--redline {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 40px 20px;
  position: relative;
  z-index: 10;
  background-color: #f5f5f5;
  border-radius: 10px; }
  .modal-inner--redline {
    border: #e50012 2px solid; }
  .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__text {
    margin-bottom: 1.6em;
    text-align: center;
    font-weight: 500; }
  .modal-inner__subtitle {
    margin: 1.4em auto 0;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center; }
  .modal-inner__note {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em; }
  .modal-inner__newline {
    display: none; }
  @media screen and (max-width: 1020px) {
    .modal-inner, .modal-inner--redline {
      padding: 4.902vw 3.922vw 1.961vw; } }
  @media screen and (max-width: 800px) {
    .modal-inner, .modal-inner--redline {
      padding: 5vw 5vw 2.5vw; }
      .modal-inner__head {
        font-size: 4vw; }
      .modal-inner__subtitle {
        font-size: 3vw; }
      .modal-inner__note {
        font-size: 1.75vw; } }
  @media screen and (max-width: 640px) {
    .modal-inner, .modal-inner--redline {
      padding: 6.25vw 6.25vw 6.25vw; }
      .modal-inner__head {
        font-size: 5vw;
        line-height: 1.3; }
      .modal-inner__text {
        text-align: justify; }
      .modal-inner__subtitle {
        font-size: 3.75vw; }
      .modal-inner__newline {
        display: inherit; }
      .modal-inner__note {
        font-size: 2.5vw; } }

.modal-box, .modal-box--nobg {
  margin: 30px 0 16px;
  position: relative;
  background-color: #fff; }
  .modal-box--nobg {
    background-color: transparent; }
  .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;
    bottom: 8%;
    left: 0;
    font-size: 12px;
    font-size: 1.2rem; }
  .modal-box__note {
    margin-top: 1em;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em; }
    .modal-box__note:nth-of-type(1) {
      margin-top: .4em; }
  @media screen and (max-width: 1020px) {
    .modal-box, .modal-box--nobg {
      margin: 3.922vw 0; } }
  @media screen and (max-width: 800px) {
    .modal-box, .modal-box--nobg {
      margin: 5vw 0; }
      .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, .modal-box--nobg {
      margin: 4.688vw 0; }
      .modal-box--nobg {
        margin-bottom: 0; }
      .modal-box__text {
        padding: 0 4.688vw;
        bottom: 8%;
        font-size: 3.125vw; }
      .modal-box__btn {
        width: 58%;
        bottom: 6%; }
        .modal-box__btn .gray-btn {
          padding: .4em 2em; }
      .modal-box__note {
        font-size: 3.125vw; } }

.modal2-split-over {
  display: -webkit-flex;
  display: flex; }
  .modal2-split-over__case {
    -webkit-flex: 0 0 64%;
    flex: 0 0 64%;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center; }
    .modal2-split-over__case h4 {
      font-size: 2.2rem; }
    .modal2-split-over__case h5 {
      color: #e50012;
      font-size: 2.4rem;
      font-weight: 700; }
  .modal2-split-over__calc {
    -webkit-flex: 0 0 36%;
    flex: 0 0 36%; }
  @media screen and (max-width: 1020px) {
    .modal2-split-over__case {
      padding: 2.941vw;
      border-radius: 0.98vw; }
      .modal2-split-over__case h4 {
        font-size: 2.157vw; }
      .modal2-split-over__case h5 {
        font-size: 2.353vw; } }
  @media screen and (max-width: 800px) {
    .modal2-split-over__case {
      padding: 2.5vw;
      border-radius: 1.25vw; }
      .modal2-split-over__case h4 {
        font-size: 2.5vw; }
      .modal2-split-over__case h5 {
        font-size: 2.5vw; } }
  @media screen and (max-width: 640px) {
    .modal2-split-over {
      -webkit-flex-direction: column;
      flex-direction: column; }
      .modal2-split-over__case {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 6.25vw 4.688vw;
        border-radius: 2.5vw; }
        .modal2-split-over__case h4 {
          font-size: 3.75vw; }
        .modal2-split-over__case h5 {
          font-size: 4.063vw; }
      .modal2-split-over__calc {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto; } }

.modal2-case-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 30px 0; }
  .modal2-case-inner__left {
    -webkit-flex: 0 0 21%;
    flex: 0 0 21%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 5%; }
    .modal2-case-inner__left .imageWrap {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%; }
    .modal2-case-inner__left .spacer {
      -webkit-flex: 1 1 32px;
      flex: 1 1 32px;
      width: 2px;
      margin: .8em 0;
      background-color: #000; }
  .modal2-case-inner__right {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
  @media screen and (max-width: 1020px) {
    .modal2-case-inner {
      margin: 2.941vw 0; }
      .modal2-case-inner__left {
        margin: 0 5% 0 0; }
      .modal2-case-inner__right {
        margin-top: auto; }
        .modal2-case-inner__right p {
          font-size: 1.373vw; } }
  @media screen and (max-width: 800px) {
    .modal2-case-inner {
      margin: 2.5vw 0; }
      .modal2-case-inner__left {
        margin: 0 3% 0 0; }
      .modal2-case-inner__right p {
        font-size: 1.75vw; } }
  @media screen and (max-width: 640px) {
    .modal2-case-inner {
      margin: 6.25vw 0; }
      .modal2-case-inner__right p {
        font-size: 3.125vw; } }

.modal2-case-image:nth-of-type(1) {
  margin-bottom: 1em; }
.modal2-case-image:nth-of-type(2) {
  margin-top: auto; }

.modal2-split-under {
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border: #e50012 2px solid;
  border-radius: 10px;
  overflow: hidden; }
  .modal2-split-under__text {
    -webkit-flex: 1 1 64%;
    flex: 1 1 64%; }
  .modal2-split-under__image {
    -webkit-flex: 1 1 35.5%;
    flex: 1 1 35.5%; }
  @media screen and (max-width: 640px) {
    .modal2-split-under__text {
      -webkit-flex: 1 1 71%;
      flex: 1 1 71%; }
    .modal2-split-under__image {
      -webkit-flex: 1 1 29%;
      flex: 1 1 29%; } }

.modal3-split {
  display: -webkit-flex;
  display: flex; }
  .modal3-split__ex {
    -webkit-flex: 0 0 43%;
    flex: 0 0 43%; }
  .modal3-split__miles {
    -webkit-flex: 0 0 57%;
    flex: 0 0 57%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  @media screen and (max-width: 800px) {
    .modal3-split__ex {
      -webkit-flex: 0 0 44%;
      flex: 0 0 44%; }
    .modal3-split__miles {
      -webkit-flex: 0 0 56%;
      flex: 0 0 56%; } }
  @media screen and (max-width: 640px) {
    .modal3-split {
      -webkit-flex-direction: column;
      flex-direction: column; }
      .modal3-split__ex {
        -webkit-flex: 0 0 44%;
        flex: 0 0 44%; }
      .modal3-split__miles {
        -webkit-flex: 0 0 56%;
        flex: 0 0 56%; } }

.modal3-miles {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden; }
  .modal3-miles--spacer {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
    .modal3-miles--spacer p {
      text-align: center;
      font-weight: 700; }
  .modal3-miles__text {
    -webkit-flex: 0 0 65%;
    flex: 0 0 65%; }
  .modal3-miles__image {
    -webkit-flex: 0 0 35%;
    flex: 0 0 35%; }
  @media screen and (max-width: 640px) {
    .modal3-miles--spacer {
      margin: 1em auto; } }

.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; } }

/* select */
.select {
  padding: 50px 0 80px;
  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; } }

.select-catch {
  margin-bottom: 1em;
  text-align: center; }
  .select-catch__item {
    display: inline-block;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    vertical-align: middle; }
    .select-catch__item--logo {
      display: inline-block;
      width: 130px;
      vertical-align: middle; }
  @media screen and (max-width: 800px) {
    .select-catch__item {
      font-size: 3.75vw; }
      .select-catch__item--logo {
        width: 16.25vw; } }
  @media screen and (max-width: 640px) {
    .select-catch__item {
      font-size: 4.688vw; }
      .select-catch__item--logo {
        width: 20.313vw; } }

.select-title {
  margin-bottom: 60px; }
  @media screen and (max-width: 1020px) {
    .select-title {
      margin-bottom: 5.882vw; } }
  @media screen and (max-width: 800px) {
    .select-title {
      font-size: 4.5vw; } }
  @media screen and (max-width: 640px) {
    .select-title {
      font-size: 5.625vw; } }

.select-box {
  width: 100%;
  margin-top: 40px;
  padding: 2.4em 2.4em 3em;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  text-align: center; }
  .select-box__title {
    margin-bottom: .4em;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.3; }
    .select-box__title span {
      color: #e50012;
      font-size: 65%;
      font-weight: 600;
      line-height: 1.5; }
  .select-box__text {
    text-align: center; }
  .select-box__newline {
    display: none; }
  .select-box__hideline {
    display: inherit; }
  @media screen and (max-width: 1020px) {
    .select-box {
      padding: 2.4em 2em 3em; }
      .select-box__hideline {
        display: none; } }
  @media screen and (max-width: 800px) {
    .select-box {
      margin-top: 3.922vw; }
      .select-box__title {
        font-size: 4vw; }
      .select-box__text {
        text-align: justify; } }
  @media screen and (max-width: 640px) {
    .select-box {
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
      .select-box__title {
        font-size: 4.688vw; }
        .select-box__title span {
          font-size: 70%; }
      .select-box__text {
        text-align: justify; }
      .select-box__newline {
        display: inline; } }

.select-box-inner {
  max-width: 530px;
  margin: 40px auto 0;
  text-align: center; }
  .select-box-inner__title {
    margin-bottom: .8em;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.5; }
  .select-box-inner__card {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 2em; }
  .select-box-inner__sup {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 60px; }
    .select-box-inner__sup--wide {
      width: 100%;
      margin: 0 auto 60px; }
  .select-box-inner__mile {
    margin-bottom: 1em;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.3; }
    .select-box-inner__mile span {
      color: #e50012; }
      .select-box-inner__mile span strong {
        margin-right: .1em;
        font-size: 150%; }
  .select-box-inner__btn-wrap {
    width: 100%;
    max-width: 410px;
    margin: 0 auto; }
  @media screen and (max-width: 1020px) {
    .select-box-inner {
      margin: 3.922vw auto 0; }
      .select-box-inner__sup {
        margin: 0 auto 5.882vw; }
        .select-box-inner__sup--wide {
          width: 100%;
          margin: 0 auto 5.882vw; } }
  @media screen and (max-width: 800px) {
    .select-box-inner {
      margin: 3.75vw auto 0; }
      .select-box-inner__title {
        font-size: 2.25vw; }
      .select-box-inner__mile {
        font-size: 3.75vw; }
        .select-box-inner__mile span {
          color: #e50012; }
          .select-box-inner__mile span strong {
            margin-right: .1em;
            font-size: 150%; }
      .select-box-inner__sup {
        margin: 0 auto 7.5vw; }
        .select-box-inner__sup--wide {
          width: 100%;
          margin: 0 auto 7.5vw; } }
  @media screen and (max-width: 640px) {
    .select-box-inner {
      margin: 6.25vw auto 0; }
      .select-box-inner__title {
        font-size: 3.438vw; }
      .select-box-inner__card {
        margin: 0 auto 1.4em; }
      .select-box-inner__sup {
        width: 84%;
        margin: 0 auto 9.375vw; }
        .select-box-inner__sup--wide {
          width: 100%;
          margin: 0 auto 9.375vw; }
      .select-box-inner__mile {
        font-size: 5.625vw; } }

/* 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; }
  .fee-text--note {
    margin-top: .4em;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right; }
  @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%;
  position: relative; }
  .fee-list-item__link {
    width: 240px;
    position: absolute;
    bottom: 12%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  @media screen and (max-width: 1020px) {
    .fee-list-item__link {
      bottom: 9%; } }
  @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; }
      .fee-list-item__link {
        width: 54% x; } }

.fee-family-wrap {
  margin-top: 120px;
  text-align: center; }
  @media screen and (max-width: 1020px) {
    .fee-family-wrap {
      margin-top: 11.765vw; } }
  @media screen and (max-width: 800px) {
    .fee-family-wrap {
      margin-top: 10vw; } }

.fee-family-title {
  margin-bottom: 1em;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.4; }
  .fee-family-title span {
    color: #e50012;
    font-size: 90%; }
  .fee-family-title__newline {
    display: none; }
  @media screen and (max-width: 1020px) {
    .fee-family-title span {
      color: #e50012;
      font-size: 80%; } }
  @media screen and (max-width: 800px) {
    .fee-family-title {
      font-size: 4.75vw; } }
  @media screen and (max-width: 640px) {
    .fee-family-title {
      font-size: 5.938vw; }
      .fee-family-title span {
        color: #e50012;
        font-size: 63%; }
      .fee-family-title__newline {
        display: inline; } }

.fee-family-text {
  text-align: center; }
  @media screen and (max-width: 800px) {
    .fee-family-text {
      text-align: justify; } }

.fee-family-date {
  display: inline-block;
  width: auto;
  margin: 1.6em auto 1.4em;
  padding-bottom: 1.4em;
  position: relative;
  text-align: center; }
  .fee-family-date__text {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle; }
    .fee-family-date__text--box {
      display: inline-block;
      margin-right: .6em;
      padding: .4em;
      border: #000 thin solid;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1;
      vertical-align: middle; }
  .fee-family-date__newline {
    display: none; }
  .fee-family-date__link {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-size: 1.4rem; }
  @media screen and (max-width: 800px) {
    .fee-family-date {
      margin: 1.6em auto 1em;
      padding-bottom: 1.6em; }
      .fee-family-date__text {
        font-size: 2.5vw; }
        .fee-family-date__text--box {
          margin-bottom: .6em;
          font-size: 2.25vw; }
      .fee-family-date__link {
        bottom: 0;
        right: 11%;
        font-size: 1.75vw; } }
  @media screen and (max-width: 640px) {
    .fee-family-date {
      padding-bottom: 1.2em; }
      .fee-family-date__text {
        font-size: 3.438vw;
        text-align: center;
        line-height: 1.3; }
        .fee-family-date__text--box {
          padding: .4em .4em .3em .4em;
          font-size: 3.438vw; }
      .fee-family-date__newline {
        display: inherit; }
      .fee-family-date__link {
        position: absolute;
        bottom: 0;
        right: .6em;
        font-size: 3.125vw; } }

/* necessaries */
.necessaries {
  padding: 70px 0 100px;
  position: relative;
  background-color: #f5f5f5; }
  @media screen and (max-width: 800px) {
    .necessaries {
      padding: 6.25vw 0 10vw; } }
  @media screen and (max-width: 640px) {
    .necessaries {
      padding: 7.813vw 0 7.813vw; } }

.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.6em;
  padding: .8em 0;
  border-top: #000 thin solid; }
  @media screen and (max-width: 640px) {
    .notes-detail {
      margin-bottom: 1em; } }

.notes-detail__text {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em; }
.notes-detail__text.indent {
  margin-left: 1em;
}
@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; }
  .notes-list__text p {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em; }
    .notes-list__text p.-notIndent {
      margin-bottom: .6em;
      padding-left: 0;
      text-indent: 0; }
.notes-list__sheet {
  margin-top: -0.8em;
  margin-bottom: 0; }
@media screen and (max-width: 800px) {
  .notes-list__head {
    font-size: 1.75vw; }
  .notes-list__text {
    margin-bottom: 1.8em; }
    .notes-list__text p {
      font-size: 1.75vw; } }
@media screen and (max-width: 640px) {
  .notes-list__head {
    font-size: 3.125vw; }
  .notes-list__text {
    margin-bottom: 2em; }
    .notes-list__text p {
      font-size: 3.125vw; } }

.notes-sheet {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  border-collapse: collapse;
  text-align: center; }
  .notes-sheet th, .notes-sheet td {
    padding: .6em;
    border: #000 thin solid;
    font-size: 14px;
    font-size: 1.4rem; }
  .notes-sheet th {
    background-color: #666;
    color: #fff; }
  @media screen and (max-width: 1020px) {
    .notes-sheet th, .notes-sheet td {
      font-size: 1.373vw; } }
  @media screen and (max-width: 800px) {
    .notes-sheet th, .notes-sheet td {
      font-size: 1.75vw; } }
  @media screen and (max-width: 640px) {
    .notes-sheet th, .notes-sheet td {
      font-size: 3.125vw; } }

.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)); } }