@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900; }
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900; }
/*====================================================================
	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", "Hiragino Kaku Gothic ProN",　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.6;
  -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%;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: 800;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

sup {
  vertical-align: top;
  position: relative;
  top: 0; }

a {
  color: inherit;
  text-decoration: none;
  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:focus {
    outline: none; }
  @media screen and (max-width: 800px) {
    a:hover {
      opacity: 1; } }

img, a img {
  display: block;
  border: none;
  border-style: none;
  outline: none;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*====================================================================
	header
=====================================================================*/
.header {
  height: 50px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    .header {
      height: 6.25vw; } }
  @media screen and (max-width: 640px) {
    .header {
      height: 4.688vw; } }

.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: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .head-logo:hover {
    opacity: .65; }
  @media screen and (max-width: 800px) {
    .head-logo {
      width: 24vw;
      left: 5vw; }
      .head-logo:hover {
        opacity: 1; } }
  @media screen and (max-width: 640px) {
    .head-logo {
      width: 30vw;
      left: 6.25vw;
      bottom: -1.563vw;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }

/*====================================================================
	footer
=====================================================================*/
.footer {
  padding: 1em 20px;
  position: relative;
  background-color: #000;
  z-index: 100; }
  @media screen and (max-width: 800px) {
    .footer {
      padding: 1em 5vw; } }
  @media screen and (max-width: 640px) {
    .footer {
      padding: 1.4em 6.25vw;
      padding-bottom: calc(1.4em + constant(safe-area-inset-bottom));
      padding-bottom: calc(1.4em + env(safe-area-inset-bottom)); } }

.copy {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .copy {
      font-size: 2vw; } }
  @media screen and (max-width: 640px) {
    .copy {
      font-size: 2.5vw; } }

/*========== to top ==========*/
.to-top {
  display: none; }
  @media screen and (max-width: 640px) {
    .to-top {
      display: block;
      width: 10.938vw;
      height: 10.938vw;
      position: fixed;
      bottom: 6.25vw;
      bottom: calc(9.375vw + constant(safe-area-inset-bottom));
      bottom: calc(9.375vw + env(safe-area-inset-bottom));
      right: 6.25vw;
      z-index: 900; }
      .to-top h6 {
        letter-spacing: 0; }
      .to-top.-absolute {
        position: absolute;
        bottom: auto;
        top: -18.75vw; } }

/*====================================================================
	main contents
=====================================================================*/
/*==================== common block ====================*/
.main-contents {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow-x: hidden; }

.adjust-wrap {
  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 {
      padding: 0 2.5vw; } }
  @media screen and (max-width: 640px) {
    .adjust-wrap {
      padding: 0 6.25vw; } }

.icon {
  width: 100%;
  height: 100%; }

.btn_arrow {
  fill: #fff; }

/*==================== intro ====================*/
.intro {
  position: relative;
  z-index: 10; }

.intro-wrap {
  widows: 100%;
  max-width: 1020px;
  height: auto;
  margin: 0 auto;
  padding: 40px 20px 100px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 1020px) {
    .intro-wrap {
      padding-top: 40px; } }
  @media screen and (max-width: 640px) {
    .intro-wrap {
      padding: 6.25vw 3.125vw 37.5vw; } }

.rotate-wrap {
  width: 100%;
  position: relative; }
  .rotate-wrap::before {
    display: block;
    width: 100%;
    padding-top: 59%;
    position: relative;
    content: "";
    z-index: -1; }
  @media screen and (max-width: 640px) {
    .rotate-wrap::before {
      padding-top: 103%; } }

.rotate {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: translate(-47%, 0) rotate(-3.8deg);
  -ms-transform: translate(-47%, 0) rotate(-3.8deg);
  transform: translate(-47%, 0) rotate(-3.8deg); }
  .rotate__copy {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 74.5%;
    margin-bottom: .6em;
    z-index: 10;
    opacity: 0; }
    .rotate__copy[data-open="show"] {
      opacity: 1;
      -webkit-transition: all 0.6s ease-in-out 2s;
      transition: all 0.6s ease-in-out 2s; }
  .rotate__title {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    z-index: 11;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform; }
    .rotate__title[data-open="show"] {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s ease-in 2.6s;
      transition: all 0.3s ease-in 2.6s; }
    .rotate__title::before {
      display: block;
      position: absolute;
      bottom: -1.4em;
      right: 0;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 300;
      content: "※対象期間の設定があります";
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: rotate(3.8deg);
      -ms-transform: rotate(3.8deg);
      transform: rotate(3.8deg); }
  .rotate__sub-copy {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: auto;
    position: relative;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transform-origin: -100% 0;
    -ms-transform-origin: -100% 0;
    transform-origin: -100% 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
    .rotate__sub-copy[data-open="show"] {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.4s ease-in-out 2.8s;
      transition: all 0.4s ease-in-out 2.8s; }
  .rotate__new-line {
    display: none; }
    @media screen and (max-width: 640px) {
      .rotate__new-line {
        display: inherit; } }
  .rotate__image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 140%;
    position: absolute;
    top: 24%;
    left: 50%;
    -webkit-transform: translate(-51%, 0);
    -ms-transform: translate(-51%, 0);
    transform: translate(-51%, 0);
    z-index: 1; }
  @media screen and (max-width: 1020px) {
    .rotate__sub-copy {
      font-size: 2.255vw; }
    .rotate__image {
      width: 138%;
      position: absolute;
      top: 25%;
      left: 50%;
      -webkit-transform: translate(-52%, 0);
      -ms-transform: translate(-52%, 0);
      transform: translate(-52%, 0);
      z-index: 1; } }
  @media screen and (max-width: 800px) {
    .rotate__sub-copy {
      font-size: 2.353vw; }
    .rotate__image {
      width: 138%;
      position: absolute;
      top: 25%;
      left: 50%;
      -webkit-transform: translate(-52%, 0);
      -ms-transform: translate(-52%, 0);
      transform: translate(-52%, 0);
      z-index: 1; } }
  @media screen and (max-width: 640px) {
    .rotate {
      -webkit-transform: translate(-45%, 0) rotate(-4.15deg);
      -ms-transform: translate(-45%, 0) rotate(-4.15deg);
      transform: translate(-45%, 0) rotate(-4.15deg); }
      .rotate__copy {
        width: 80%;
        margin-left: .4em;
        margin-bottom: .6em; }
      .rotate__title {
        width: 100%;
        margin-left: .4em;
        -webkit-transform: scale(1.5) rotate(4.15deg);
        -ms-transform: scale(1.5) rotate(4.15deg);
        transform: scale(1.5) rotate(4.15deg); }
      .rotate__sub-copy {
        margin-left: 3em;
        font-size: 3.75vw; }
      .rotate__new-line {
        display: none; } }
    @media screen and (max-width: 640px) and (max-width: 640px) {
      .rotate__new-line {
        display: inherit; } }
  @media screen and (max-width: 640px) {
      .rotate__image {
        width: 115%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }

.intro-image {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%; }
  .intro-image.-left {
    opacity: 0;
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    transform: translate(0, -10%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform; }
    .intro-image.-left[data-open="show"] {
      opacity: 1;
      -webkit-transform: translate(0, 3%);
      -ms-transform: translate(0, 3%);
      transform: translate(0, 3%);
      -webkit-transition: all 0.6s ease-in-out 1.4s;
      transition: all 0.6s ease-in-out 1.4s; }
  .intro-image.-right {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform; }
    .intro-image.-right[data-open="show"] {
      opacity: 1;
      -webkit-transform: translate(0, -3%);
      -ms-transform: translate(0, -3%);
      transform: translate(0, -3%);
      -webkit-transition: all 0.6s ease-in-out 1.4s;
      transition: all 0.6s ease-in-out 1.4s; }
  @media screen and (max-width: 640px) {
    .intro-image {
      -webkit-transform: translate(0, -5%);
      -ms-transform: translate(0, -5%);
      transform: translate(0, -5%); }
      .intro-image.-left[data-open="show"] {
        -webkit-transform: translate(0, 8%);
        -ms-transform: translate(0, 8%);
        transform: translate(0, 8%); }
      .intro-image.-right {
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        transform: translate(0, 10%); }
        .intro-image.-right[data-open="show"] {
          -webkit-transform: translate(0, -3%);
          -ms-transform: translate(0, -3%);
          transform: translate(0, -3%); } }

.top-card {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: absolute;
  right: 20px;
  bottom: 2%;
  opacity: 0;
  -webkit-transform: translate(0, 5%);
  -ms-transform: translate(0, 5%);
  transform: translate(0, 5%); }
  .top-card[data-open="show"] {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.6s ease-in-out 3s;
    transition: all 0.6s ease-in-out 3s; }
  .top-card__text {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 .2em .6em .6em;
    padding: .3em .4em;
    background-color: #fff;
    border: #e50012 2px solid;
    color: #e50012;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1; }
    .top-card__text.-limited {
      padding: .1em .4em;
      background-color: #e50012;
      color: #fff;
      box-shadow: 6px 6px 0 #b2000e;
      -webkit-transform: translate(0, -6px);
      -ms-transform: translate(0, -6px);
      transform: translate(0, -6px); }
  .top-card__image {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 34.6%;
    position: relative;
    z-index: 10; }
  .top-card__note {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transform: translate(105%, -20%);
    -ms-transform: translate(105%, -20%);
    transform: translate(105%, -20%); }
  .top-card__new-line {
    display: inherit; }
  .top-card__badge {
    width: 150px;
    position: absolute;
    top: -60%;
    right: 3%;
    z-index: 1; }
  @media screen and (max-width: 1020px) {
    .top-card__text {
      font-size: 2.941vw; }
    .top-card__badge {
      width: 14.706vw; } }
  @media screen and (max-width: 800px) {
    .top-card__badge {
      width: 18.75vw; } }
  @media screen and (max-width: 640px) {
    .top-card {
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      width: 100%;
      position: absolute;
      right: 0;
      bottom: 2%; }
      .top-card__text {
        position: absolute;
        right: 3.906vw;
        bottom: 7.188vw;
        font-size: 3.75vw; }
      .top-card__image {
        width: 40%;
        margin-bottom: 1.2em; }
      .top-card__note {
        right: 4.375vw;
        font-size: 2.5vw;
        text-align: right;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
      .top-card__new-line {
        display: none; }
      .top-card__badge {
        width: 23.438vw;
        top: 50%;
        right: auto;
        left: 10%;
        -webkit-transform: translate(0, -60%);
        -ms-transform: translate(0, -60%);
        transform: translate(0, -60%); } }

.top-cta {
  display: block;
  width: 100%;
  padding: .8em 40px;
  position: relative;
  background-color: #e50012;
  text-align: center; }
  .top-cta__text {
    display: inline-block;
    margin-right: .6em;
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4; }
  .top-cta__arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: translate(0, 15%) rotate(-90deg);
    -ms-transform: translate(0, 15%) rotate(-90deg);
    transform: translate(0, 15%) rotate(-90deg); }
  .top-cta:hover {
    background-color: rgba(229, 0, 18, 0.8); }
  @media screen and (max-width: 800px) {
    .top-cta:hover {
      background-color: #e50012; } }
  @media screen and (max-width: 640px) {
    .top-cta {
      padding: 0.8em 6.25vw; }
      .top-cta__text {
        font-size: 4.063vw; }
      .top-cta__arrow {
        display: inline-block;
        width: 3.906vw;
        height: 3.906vw; } }

/*==================== anchor btn ====================*/
.cta-anchor {
  padding: 70px 20px;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .cta-anchor {
      padding: 8.75vw 2.5vw; } }
  @media screen and (max-width: 640px) {
    .cta-anchor {
      padding: 9.375vw 6.25vw 10.938vw; } }

.anchor-btn {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 1em .6em;
  position: relative;
  z-index: 10;
  background-color: #e50012;
  border-radius: 5px;
  box-shadow: 0 6px 0 #bb0012;
  color: #fff;
  text-decoration: none; }
  .anchor-btn__text {
    margin: 0;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    letter-spacing: .08em; }
    .anchor-btn__text.-small {
      font-size: 22px;
      font-size: 2.2rem; }
  .anchor-btn__new-line {
    display: none; }
    @media screen and (max-width: 640px) {
      .anchor-btn__new-line {
        display: inherit; } }
  .anchor-btn__emphasize {
    color: #FFFF00; }
  .anchor-btn__arrow {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    right: 1.2em;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg); }
  .anchor-btn__dead-line {
    display: block;
    width: 136px;
    position: absolute;
    top: 50%;
    left: 1.4em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .anchor-btn:hover {
    box-shadow: 0 0 0 #bb0012;
    -webkit-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    transform: translate(0, 6px); }
  @media screen and (max-width: 1020px) {
    .anchor-btn__dead-line {
      width: 14.51vw; } }
  @media screen and (max-width: 800px) {
    .anchor-btn__text {
      font-size: 3.5vw; }
      .anchor-btn__text.-small {
        font-size: 2.75vw; }
    .anchor-btn__dead-line {
      width: 16.5vw; }
    .anchor-btn:hover {
      box-shadow: 0 6px 0 #bb0012;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  @media screen and (max-width: 640px) {
    .anchor-btn {
      box-shadow: 0 3px 0 #bb0012; }
      .anchor-btn__text {
        font-size: 4.375vw; }
        .anchor-btn__text.-small {
          font-size: 3.438vw; }
      .anchor-btn__arrow {
        width: 5.313vw;
        height: 5.313vw;
        right: 1.2em; }
      .anchor-btn__dead-line {
        width: 19.688vw;
        left: -3.906vw; } }

/*==================== line text ====================*/
.line-stroke {
  color: #fff;
  font-size: 86px;
  font-size: 8.6rem;
  font-weight: 800;
  text-align: right;
  letter-spacing: .08em;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  opacity: 0;
  -webkit-transform: translate(5%, 0);
  -ms-transform: translate(5%, 0);
  transform: translate(5%, 0);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s; }
  .line-stroke[data-target="on"] {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media all and (-ms-high-contrast: none) {
    .line-stroke {
      text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, 1px 0px 0px #000, -1px  0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000; } }
  .line-stroke.-save {
    -webkit-text-stroke: 1px #75AB7D;
    text-stroke: 1px #75AB7D; }
    @media all and (-ms-high-contrast: none) {
      .line-stroke.-save {
        text-shadow: 1px 1px 0px #75AB7D, -1px -1px 0px #75AB7D, -1px 1px 0px #75AB7D, 1px -1px 0px #75AB7D, 1px 0px 0px #75AB7D, -1px 0px 0px #75AB7D, 0px 1px 0px #75AB7D, 0px -1px 0px #75AB7D; } }
  .line-stroke.-use {
    -webkit-text-stroke: 1px #E6515E;
    text-stroke: 1px #E6515E; }
    @media all and (-ms-high-contrast: none) {
      .line-stroke.-use {
        text-shadow: 1px 1px 0px #E6515E, -1px -1px 0px #E6515E, -1px 1px 0px #E6515E, 1px -1px 0px #E6515E, 1px 0px 0px #E6515E, -1px 0px 0px #E6515E, 0px 1px 0px #E6515E, 0px -1px 0px #E6515E; } }
  .line-stroke.-value {
    -webkit-text-stroke: 1px #DC8D55;
    text-stroke: 1px #DC8D55; }
    @media all and (-ms-high-contrast: none) {
      .line-stroke.-value {
        text-shadow: 1px 1px 0px #DC8D55, -1px -1px 0px #DC8D55, -1px 1px 0px #DC8D55, 1px -1px 0px #DC8D55, 1px 0px 0px #DC8D55, -1px 0px 0px #DC8D55, 0px 1px 0px #DC8D55, 0px -1px 0px #DC8D55; } }
  @media screen and (max-width: 1020px) {
    .line-stroke {
      font-size: 8.431vw; } }
  @media screen and (max-width: 800px) {
    .line-stroke {
      font-size: 9.5vw;
      line-height: 1.3; } }
  @media screen and (max-width: 640px) {
    .line-stroke {
      font-size: 12.188vw;
      text-align: center;
      -webkit-transform: translate(0, 10%);
      -ms-transform: translate(0, 10%);
      transform: translate(0, 10%); } }

/*==================== point title ====================*/
.point-title {
  padding: 60px 0; }
  .point-title__head {
    display: inline-block;
    padding: .2em 1.6em;
    position: relative;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 800; }
    .point-title__head::before, .point-title__head::after {
      display: block;
      width: 1em;
      height: 100%;
      position: absolute;
      top: 0;
      background: url("../img/point_title/point_title_arrow.svg") center left/contain no-repeat;
      content: ""; }
    .point-title__head::before {
      left: 0; }
    .point-title__head::after {
      right: 0;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
  .point-title__new-line {
    display: none; }
    @media screen and (max-width: 640px) {
      .point-title__new-line {
        display: inherit; } }
  @media screen and (max-width: 1020px) {
    .point-title {
      padding: 5.882vw 0; } }
  @media screen and (max-width: 800px) {
    .point-title {
      padding: 7.5vw 0; }
      .point-title__head {
        font-size: 5vw; } }
  @media screen and (max-width: 640px) {
    .point-title {
      padding: 6.25vw 0; }
      .point-title__head {
        padding: .2em 2em;
        font-size: 5.625vw;
        line-height: 1.4; }
        .point-title__head::before, .point-title__head::after {
          width: 1em; } }

/*==================== point list ====================*/
.anchor-number {
  width: 128px;
  position: absolute;
  top: -3px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media screen and (max-width: 800px) {
    .anchor-number {
      width: 16vw; } }
  @media screen and (max-width: 640px) {
    .anchor-number {
      width: 25vw; } }

.point-anchor {
  padding: 0 0 70px;
  position: relative; }
  .point-anchor::after {
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f5f5f5;
    content: "";
    z-index: 1; }
  @media screen and (max-width: 640px) {
    .point-anchor {
      height: 68%;
      padding: 0 0 2.4em; }
      .point-anchor::after {
        height: 91%; } }

.anchor-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  z-index: 10; }
  .anchor-list:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    .anchor-list {
      margin-bottom: 5vw; } }
  @media screen and (max-width: 640px) {
    .anchor-list {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-bottom: 0; }
      .anchor-list:last-of-type {
        margin-top: 2em; } }

.anchor-item {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30.6%;
  position: relative;
  background-color: #fff;
  border: #478F52 3px solid;
  text-align: center; }
  .anchor-item:hover {
    background-color: #efefef; }
  .anchor-item.-red {
    border: #CC3F4D 3px solid; }
  .anchor-item.-orange {
    border: #C27531 3px solid; }
  .anchor-item__deadline {
    width: 78px;
    position: absolute;
    top: -8%;
    right: -6%;
    z-index: 10; }
  .anchor-item__badge {
    width: 74px;
    position: absolute;
    top: -5%;
    left: 1%;
    z-index: 10; }
  @media screen and (max-width: 1020px) {
    .anchor-item {
      width: 32%; }
      .anchor-item__deadline {
        width: 7.647vw;
        top: -5%;
        right: -5%; }
      .anchor-item__badge {
        width: 7.255vw;
        position: absolute;
        top: -5%;
        left: -2%; } }
  @media screen and (max-width: 800px) {
    .anchor-item:hover {
      background-color: #fff; }
    .anchor-item__deadline {
      width: 8vw;
      top: -8%;
      right: -8%; }
    .anchor-item__badge {
      width: 7.75vw;
      position: absolute;
      top: -5%;
      left: -5%; } }
  @media screen and (max-width: 640px) {
    .anchor-item {
      width: 100%;
      margin-top: 2em; }
      .anchor-item:first-of-type {
        margin-top: 0; }
      .anchor-item__deadline {
        width: 15.625vw;
        top: 4%;
        right: 2%; }
      .anchor-item__badge {
        width: 11.563vw;
        position: absolute;
        top: 32%;
        left: 5%; } }

.anchor-arrow {
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 1em;
  right: 1em; }
  .anchor-arrow .icon {
    fill: #75AB7D; }
    .anchor-arrow .icon.-red {
      fill: #E6515E; }
    .anchor-arrow .icon.-orange {
      fill: #DC8D55; }
  @media screen and (max-width: 640px) {
    .anchor-arrow {
      width: 5.313vw;
      height: 5.313vw; } }

/*==================== what slide ====================*/
.what-slide {
  padding: 100px 0;
  background-color: #FFF9D8; }
  @media screen and (max-width: 640px) {
    .what-slide {
      padding: 6.25vw 0 12.5vw; } }

.what-slide-wrap {
  position: relative; }

.what-slide-child {
  padding: 10px; }
  @media screen and (max-width: 640px) {
    .what-slide-child {
      padding: .6em; } }

.what-slide-next .icon, .what-slide-prev .icon {
  fill: #DEBD00; }

.what-slide-item {
  height: 100%;
  padding: 2em;
  background-color: #fff;
  border: #FFDF3E 3px solid;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2); }
  .what-slide-item__head {
    margin-bottom: .4em;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.5; }
  .what-slide-item__new-line {
    display: none; }
    @media screen and (max-width: 640px) {
      .what-slide-item__new-line {
        display: inherit; } }
  .what-slide-item__text {
    font-weight: 300;
    text-align: center; }
  .what-slide-item__image {
    margin-top: 2.4em; }
  @media screen and (max-width: 1020px) {
    .what-slide-item__head {
      font-size: 3.725vw; } }
  @media screen and (max-width: 800px) {
    .what-slide-item {
      padding: 1.6em; }
      .what-slide-item__head {
        font-size: 4.5vw; } }
  @media screen and (max-width: 640px) {
    .what-slide-item {
      padding: 1em; }
      .what-slide-item__head {
        font-size: 5.625vw; }
      .what-slide-item__text {
        margin-bottom: 1.6em;
        text-align: justify; }
      .what-slide-item__hide-line {
        display: none; } }

.what-slide-can {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .what-slide-can__item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 2em 2em 3em;
    position: relative; }
    .what-slide-can__item::after {
      display: block;
      width: 90%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 50%;
      background-color: #808080;
      content: "";
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .what-slide-can__item:nth-of-type(odd) {
      padding-left: 1em; }
      .what-slide-can__item:nth-of-type(odd)::before {
        display: block;
        width: 1px;
        height: 80%;
        position: absolute;
        top: 50%;
        right: 0;
        background-color: #808080;
        content: "";
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .what-slide-can__item:nth-of-type(even) {
      padding-right: 0; }
    .what-slide-can__item:last-of-type {
      padding-bottom: 0; }
      .what-slide-can__item:last-of-type:after {
        display: none; }
  .what-slide-can__head {
    margin-bottom: .6em;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.3; }
    .what-slide-can__head.-spShow {
      display: none; }
  @media screen and (max-width: 1020px) {
    .what-slide-can__head {
      font-size: 2.941vw; } }
  @media screen and (max-width: 800px) {
    .what-slide-can__head {
      font-size: 3.25vw; } }
  @media screen and (max-width: 640px) {
    .what-slide-can {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-top: 1.4em; }
      .what-slide-can__item {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 2em .5em;
        position: relative; }
        .what-slide-can__item::after {
          top: 0; }
        .what-slide-can__item:nth-of-type(1) {
          order: 1; }
        .what-slide-can__item:nth-of-type(2) {
          order: 3; }
        .what-slide-can__item:nth-of-type(3) {
          order: 2;
          padding-bottom: -1em; }
        .what-slide-can__item:nth-of-type(4) {
          order: 5; }
        .what-slide-can__item:nth-of-type(5) {
          order: 4;
          margin-top: -1em;
          padding-bottom: 2em; }
        .what-slide-can__item:nth-of-type(odd) {
          padding-left: 1em; }
          .what-slide-can__item:nth-of-type(odd)::before {
            display: none; }
        .what-slide-can__item:nth-of-type(even) {
          padding-right: 0; }
        .what-slide-can__item:last-of-type:after {
          display: block; }
      .what-slide-can__head {
        display: none;
        margin-bottom: .4em;
        font-size: 3.438vw;
        font-weight: 800;
        line-height: 1.3; }
        .what-slide-can__head.-spShow {
          display: inherit; } }

.what-slide-split-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .what-slide-split-box__text {
    margin-right: 1.6em;
    -ms-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    font-weight: 300; }
  .what-slide-split-box__image {
    -ms-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%; }
  @media screen and (max-width: 640px) {
    .what-slide-split-box {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .what-slide-split-box__text {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 0; } }

@media screen and (max-width: 640px) {
  .what-slide-split-inner {
    -ms-flex: 0 0 70%;
    -webkit-flex: 0 0 70%;
    flex: 0 0 70%;
    padding-left: 1em; } }

.what-slide-visa {
  margin-top: 2em;
  padding-top: 2em;
  position: relative;
  border-top: #FFDF3E 3px solid;
  text-align: center; }
  .what-slide-visa__title {
    display: inline-block;
    margin-bottom: 1em;
    position: relative;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 800; }
    .what-slide-visa__title span {
      display: block;
      width: 135px;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(130%, -50%);
      -ms-transform: translate(130%, -50%);
      transform: translate(130%, -50%); }
  .what-slide-visa__splitWrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  @media screen and (max-width: 1020px) {
    .what-slide-visa__title {
      font-size: 3.137vw; }
      .what-slide-visa__title span {
        width: 13.235vw; } }
  @media screen and (max-width: 800px) {
    .what-slide-visa {
      margin-top: 1em;
      padding-top: 2em;
      border-top: #FFDF3E 2px solid; }
      .what-slide-visa__title {
        font-size: 4vw; }
        .what-slide-visa__title span {
          width: 16.875vw; } }
  @media screen and (max-width: 640px) {
    .what-slide-visa__title {
      font-size: 4.688vw;
      -webkit-transform: translate(-23%, 0);
      -ms-transform: translate(-23%, 0);
      transform: translate(-23%, 0); }
      .what-slide-visa__title span {
        width: 20vw;
        -webkit-transform: translate(110%, -50%);
        -ms-transform: translate(110%, -50%);
        transform: translate(110%, -50%); }
    .what-slide-visa__splitWrap {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center; } }

.visa-left {
  -ms-flex: 0 0 53%;
  -webkit-flex: 0 0 53%;
  flex: 0 0 53%;
  padding: 0 1.6em; }
  @media screen and (max-width: 640px) {
    .visa-left {
      order: 2;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
      padding: 0 0; } }

.visa-right {
  -ms-flex: 0 0 47%;
  -webkit-flex: 0 0 47%;
  flex: 0 0 47%;
  margin-top: -0.6em;
  padding: 0 0 0 1.6em; }
  .visa-right svg {
    width: 100%; }
  @media screen and (max-width: 640px) {
    .visa-right {
      order: 1;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 70%;
      margin-bottom: 1em;
      padding: 0 0 0 0; } }

/*==================== detail common ====================*/
.section-title {
  margin-bottom: .6em;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.4; }
  .section-title span {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600; }
  .section-title.-save span {
    color: #75AB7D; }
  .section-title.-use span {
    color: #E6515E; }
  @media screen and (max-width: 800px) {
    .section-title {
      font-size: 5.5vw; }
      .section-title span {
        font-size: 3vw; } }
  @media screen and (max-width: 640px) {
    .section-title {
      margin-bottom: .4em;
      font-size: 6.25vw; }
      .section-title span {
        font-size: 3.438vw; } }

.section-text {
  margin-bottom: 1.4em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0; }
  .section-text strong {
    font-weight: 300; }
  .section-text.-save strong {
    color: #75AB7D; }
  .section-text.-use strong {
    color: #E6515E; }
  .section-text.-value strong {
    color: #DC8D55; }
  @media screen and (max-width: 640px) {
    .section-text {
      margin-bottom: 1.4em; } }

.section-title-sub {
  margin: 2em 0 1em;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.5; }
  @media screen and (max-width: 800px) {
    .section-title-sub {
      font-size: 3.75vw; } }
  @media screen and (max-width: 640px) {
    .section-title-sub {
      margin: 1.6em 0 .8em;
      font-size: 4.063vw; } }

.section-new-line {
  display: none; }
  @media screen and (max-width: 640px) {
    .section-new-line {
      display: inherit; } }

.section-note {
  margin: .8em 0 0;
  font-weight: 300; }
  @media screen and (max-width: 640px) {
    .section-note {
      font-size: 2.813vw; } }

.point-number {
  width: 190px;
  position: absolute;
  top: -5px;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media screen and (max-width: 800px) {
    .point-number {
      width: 22.5vw; } }
  @media screen and (max-width: 640px) {
    .point-number {
      width: 25vw;
      top: -2px; } }

/*==================== save detail ====================*/
.save-title {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 80px 20px 70px 20%; }
  .save-title__image {
    width: 38%;
    position: absolute;
    top: 5%;
    left: -5%;
    opacity: 0;
    -webkit-transform: translate(0, 10%) scale(0.8);
    -ms-transform: translate(0, 10%) scale(0.8);
    transform: translate(0, 10%) scale(0.8);
    -webkit-transition: all 0.4s cubic-bezier(0.32, 0, 0.45, 1.29) 0s;
    transition: all 0.4s cubic-bezier(0.32, 0, 0.45, 1.29) 0s; }
    .save-title__image[data-target="on"] {
      opacity: 1;
      -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1); }
  @media screen and (max-width: 800px) {
    .save-title__image {
      left: -8%; } }
  @media screen and (max-width: 640px) {
    .save-title {
      padding: 1em 0 2em 0; }
      .save-title__image {
        width: 58%;
        margin: 0 auto 1em;
        position: relative;
        top: auto;
        left: auto; } }

.save {
  margin-top: 100px;
  padding: 80px 0;
  position: relative;
  background-color: #E3EEE5;
  z-index: 1;
  overflow: hidden; }
  .save.-first {
    margin-top: 0; }
  @media screen and (max-width: 640px) {
    .save {
      margin-top: 7.813vw;
      padding: 9.375vw 0 12.5vw; } }

.save-box {
  padding: 2em;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  height: 100%;
  border: #478F52 3px solid; }
  .save-box.-bottomless {
    padding-bottom: 0; }
  .save-box.-paddingless {
    padding: 0; }
  .save-box__inner {
    padding: 2em 2em .8em; }
  .save-box__note {
    margin-top: .4em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300; }
  @media screen and (max-width: 640px) {
    .save-box {
      padding: 1.4em; }
      .save-box__inner {
        padding: 2em 1.4em .8em; }
      .save-box__note {
        font-size: 2.813vw; }
        .save-box__note.-spHide {
          display: none; } }
  .save-box__max-miles {
    position: relative;
    z-index: 10; }
  .save-box__title {
    margin-top: .8em;
    margin-bottom: -0.6em;
    color: #75AB7D;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: center; }
    .save-box__title.-first {
      margin-top: 0;
      margin-bottom: .6em; }
  .save-box__new-line {
    display: none; }
  @media screen and (max-width: 1020px) {
    .save-box__title {
      font-size: 3.431vw; } }
  @media screen and (max-width: 800px) {
    .save-box__title {
      font-size: 4.375vw; } }
  @media screen and (max-width: 640px) {
    .save-box__max-miles {
      margin-bottom: 0; }
    .save-box__title {
      margin-top: .6em;
      margin-bottom: -0.2em;
      font-size: 5.469vw; }
    .save-box__new-line {
      display: inline; } }

.point1-slide-wrap {
  position: relative; }

.point1-slide-child {
  padding: 10px; }
  @media screen and (max-width: 640px) {
    .point1-slide-child {
      padding: .6em; } }

.point1-slide-next .icon, .point1-slide-prev .icon {
  fill: #478F52; }

.bonus-block {
  padding: 2em 3em;
  position: relative;
  text-align: center;
  z-index: 10; }
  .bonus-block.-noborder {
    padding-bottom: 0;
    border: none; }
  .bonus-block.-last {
    padding: 1em 0 0;
    border: none; }
  .bonus-block.-split {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 2em;
    position: relative;
    text-align: left; }
  .bonus-block:nth-of-type(1), .bonus-block:nth-of-type(3) {
    border-bottom: #478F52 3px solid; }
  .bonus-block:nth-of-type(1).-noborder {
    border: none; }
  .bonus-block:nth-of-type(2) {
    background-image: linear-gradient(to right, #478F52, #478F52 9px, transparent 9px, transparent 8px);
    background-size: 18px 1px;
    background-position: left bottom;
    background-repeat: repeat-x; }
  .bonus-block.-image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: calc(100% + 4em);
    margin-top: -3%;
    margin-left: -2.1em;
    margin-bottom: -2.1em;
    padding: 0;
    z-index: 1; }
  .bonus-block__image {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 38%; }
  .bonus-block__text {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60%; }
  @media screen and (max-width: 640px) {
    .bonus-block {
      padding: 1.2em 0em; }
      .bonus-block.-split {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0 0 1.2em;
        text-align: center; }
      .bonus-block:nth-of-type(1), .bonus-block:nth-of-type(3) {
        border-bottom: #478F52 2px solid; }
      .bonus-block:nth-of-type(2) .bonus-number {
        top: .8em; }
      .bonus-block.-image {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin-top: 1.4em;
        margin-left: 0;
        margin-bottom: 0;
        padding: 0;
        z-index: 1; }
      .bonus-block__image {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 40%; }
      .bonus-block__text {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 60%; } }

.bonus-note {
  display: none; }
  @media screen and (max-width: 640px) {
    .bonus-note {
      display: block;
      margin-top: .4em;
      font-size: 2.813vw; } }

.bonus-dead {
  display: block;
  width: 85px;
  position: absolute;
  top: -12%;
  right: .6em; }
  @media screen and (max-width: 1020px) {
    .bonus-dead {
      width: 8.333vw; } }
  @media screen and (max-width: 800px) {
    .bonus-dead {
      width: 10.625vw;
      top: -36%; } }
  @media screen and (max-width: 640px) {
    .bonus-dead {
      width: 13.281vw;
      top: -5%;
      right: -0.4em; } }

.bonus-split {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  padding-left: 13%;
  position: relative; }
  .bonus-split:nth-of-type(2)::before {
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #478F52;
    content: "";
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media screen and (max-width: 640px) {
    .bonus-split {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      padding-left: 0em;
      padding-right: 0em;
      padding-bottom: 1.2em; }
      .bonus-split:nth-of-type(2) {
        padding-top: 1.2em;
        padding-bottom: 0;
        background-image: linear-gradient(to right, #478F52, #478F52 9px, transparent 9px, transparent 8px);
        background-size: 18px 1px;
        background-position: center top;
        background-repeat: repeat-x; }
        .bonus-split:nth-of-type(2)::before {
          display: none; }
        .bonus-split:nth-of-type(2).-nodash {
          background: none; }
          .bonus-split:nth-of-type(2).-nodash::before {
            display: block;
            width: 100%;
            height: 1px;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #478F52;
            content: "";
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0); } }

.bonus-head {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.4; }
  .bonus-head span {
    font-size: 73%;
    font-weight: 600; }
  .bonus-head__text {
    display: inline-block;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.4; }
  .bonus-head__visa {
    display: inline-block;
    width: 127px;
    margin-left: .4em;
    vertical-align: middle;
    -webkit-transform: translate(0, -5%);
    -ms-transform: translate(0, -5%);
    transform: translate(0, -5%); }
  .bonus-head__new-line {
    display: none; }
    @media screen and (max-width: 640px) {
      .bonus-head__new-line {
        display: inherit; } }
  @media screen and (max-width: 1020px) {
    .bonus-head {
      font-size: 2.941vw; }
      .bonus-head__text {
        font-size: 2.941vw; }
      .bonus-head__visa {
        width: 12.451vw; } }
  @media screen and (max-width: 800px) {
    .bonus-head {
      font-size: 3.25vw; }
      .bonus-head__text {
        font-size: 3.25vw; }
      .bonus-head__visa {
        width: 13.75vw;
        margin-left: .2em; } }
  @media screen and (max-width: 640px) {
    .bonus-head {
      font-size: 4.375vw;
      line-height: 1.4; }
      .bonus-head.-visa {
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
      .bonus-head__text {
        font-size: 4.375vw;
        text-align: center; }
      .bonus-head__visa {
        width: 20.313vw;
        margin-left: .8em;
        margin-right: 1em; }
      .bonus-head span {
        display: inline-block;
        padding-bottom: .6em; } }

.bonus-mile {
  margin-top: .2em;
  color: #75AB7D;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 800;
  text-align: center;
  line-height: 1; }
  .bonus-mile.-left {
    text-align: left; }
  @media screen and (max-width: 1020px) {
    .bonus-mile {
      font-size: 3.529vw; } }
  @media screen and (max-width: 800px) {
    .bonus-mile {
      font-size: 4.5vw; } }
  @media screen and (max-width: 640px) {
    .bonus-mile {
      margin-top: .2em;
      font-size: 5.313vw; }
      .bonus-mile.-left {
        text-align: center; } }

.bonus-text {
  margin-top: .4em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6; }
  .bonus-text.-small {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300; }
  .bonus-text__new-line {
    display: none; }
    @media screen and (max-width: 640px) {
      .bonus-text__new-line {
        display: inherit; } }
  .bonus-text__hide-line {
    display: inherit; }
  @media screen and (max-width: 1020px) {
    .bonus-text {
      font-size: 2.157vw; }
      .bonus-text.-small {
        font-size: 1.569vw; } }
  @media screen and (max-width: 800px) {
    .bonus-text {
      font-size: 2.5vw; }
      .bonus-text.-small {
        font-size: 2vw; } }
  @media screen and (max-width: 640px) {
    .bonus-text {
      margin-bottom: .6em;
      font-size: 3.281vw;
      font-weight: 300; }
      .bonus-text.-small {
        font-size: 3.125vw; }
      .bonus-text__hide-line {
        display: none; } }

.bonus-number {
  display: block;
  width: 60px;
  position: absolute;
  top: 2.4em;
  left: 0; }
  .bonus-number.-no1, .bonus-number.-no2 {
    top: 0; }
  .bonus-number.-no2 {
    left: 2em; }
  @media screen and (max-width: 1020px) {
    .bonus-number {
      width: 5.882vw; }
      .bonus-number.-no2 {
        left: 1.4em; } }
  @media screen and (max-width: 800px) {
    .bonus-number {
      width: 6.25vw; } }
  @media screen and (max-width: 640px) {
    .bonus-number {
      width: 7.813vw;
      top: 1.4em;
      left: 0; }
      .bonus-number.-no2 {
        top: 1.4em;
        left: 0; } }

.bonus-block2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.6em;
  padding-top: 2em;
  text-align: center;
  border-top: #478F52 thin solid; }
  .bonus-block2 .bonus-split {
    padding: 0;
    text-align: center; }
  @media screen and (max-width: 640px) {
    .bonus-block2 {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-top: 0em;
      padding-top: 2em;
      border-top: none; }
      .bonus-block2 .bonus-split {
        padding: 2.4em 0;
        text-align: center; }
        .bonus-block2 .bonus-split:first-child {
          border-top: #478F52 thin solid; }
          .bonus-block2 .bonus-split:first-child .bonus-text:nth-of-type(2) {
            font-weight: 600; } }

.point1-slide-child:nth-child(2n) .save-box {
  padding-top: 0; }
@media screen and (max-width: 640px) {
  .point1-slide-child:nth-child(2n) .save-box {
    padding-top: 1.2em; } }

.present-split {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 2em 0; }
  .present-split.-thin {
    margin: 1.6em 0; }
  .present-split__item {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
    .present-split__item:nth-of-type(1) {
      padding-right: 3em; }
    .present-split__item:nth-of-type(2) {
      padding-left: 3em; }
  .present-split__head {
    margin-bottom: .4em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center; }
  .present-split__mile {
    color: #75AB7D;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 800;
    text-align: center; }
  @media screen and (max-width: 640px) {
    .present-split {
      margin: .6em 0 1.2em; }
      .present-split.-thin {
        margin: .6em 0 1.2em; }
      .present-split__item {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto; }
        .present-split__item:nth-of-type(1) {
          padding-right: .8em; }
        .present-split__item:nth-of-type(2) {
          padding-left: .8em; }
        .present-split__item .bonus-text {
          font-size: 3.125vw;
          font-weight: 600; } }

.bonus-detail {
  display: inline-block;
  width: 70%;
  max-width: 300px;
  padding: .6em 1em;
  position: relative;
  background-color: #fff;
  border: #888 thin solid;
  border-radius: 5px;
  color: #888; }
  .bonus-detail span {
    display: block;
    width: .8em;
    height: .8em;
    position: absolute;
    top: 50%;
    right: 1em;
    border: #888 thin solid;
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .bonus-detail span::after {
      display: block;
      width: .8em;
      height: .8em;
      position: absolute;
      border-bottom: #888 thin solid;
      border-left: #888 thin solid;
      bottom: -0.25em;
      left: -0.25em;
      content: "";
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .bonus-detail:hover {
    background-color: #888;
    color: #fff; }
    .bonus-detail:hover span {
      border: #fff thin solid; }
      .bonus-detail:hover span::after {
        border-bottom: #fff thin solid;
        border-left: #fff thin solid; }
  @media screen and (max-width: 800px) {
    .bonus-detail:hover {
      background-color: #fff;
      color: #888; }
      .bonus-detail:hover span {
        border: #888 thin solid; }
        .bonus-detail:hover span::after {
          border-bottom: #888 thin solid;
          border-left: #888 thin solid; } }
  @media screen and (max-width: 640px) {
    .bonus-detail {
      margin-bottom: 0.8em; } }

.save-ltor {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 1.6em;
  position: relative;
  text-align: center; }
  .save-ltor.-bg {
    padding: 1.6em 2em;
    background-color: #F4F8F5; }
  .save-ltor__arrow {
    margin: 0 2em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    .save-ltor__arrow .icon {
      width: 32px;
      height: 22px;
      fill: #75AB7D; }
  .save-ltor__item {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
  .save-ltor__head {
    margin-bottom: .2em;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.4; }
  .save-ltor__moto {
    display: inline-block;
    padding: 0 .2em;
    position: relative;
    color: #4D4D4D;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
    .save-ltor__moto::before {
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 0;
      background-color: #4d4d4d;
      content: ""; }
  .save-ltor__change {
    color: #75AB7D;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 800;
    text-align: center; }
  .save-ltor__bubble {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  @media screen and (max-width: 640px) {
    .save-ltor.-bg {
      padding: 1.4em 1.4em;
      background-color: #F4F8F5; }
    .save-ltor__arrow {
      margin: 0 0 0 .8em; }
      .save-ltor__arrow .icon {
        width: 5vw;
        height: 7.188vw;
        fill: #75AB7D; }
    .save-ltor__item {
      -webkit-flex: 0 1 auto;
      flex: 0 1 auto; }
    .save-ltor__head {
      margin-bottom: .2em;
      font-size: 3.125vw;
      font-weight: 800;
      text-align: center;
      line-height: 1.4; }
      .save-ltor__head.-big {
        font-size: 4.375vw; }
    .save-ltor__moto {
      display: inline-block;
      padding: 0 .2em;
      position: relative;
      color: #4D4D4D;
      font-size: 3.125vw;
      font-weight: 700; }
      .save-ltor__moto::before {
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 40%;
        left: 0;
        background-color: #4d4d4d;
        content: ""; }
    .save-ltor__change {
      color: #75AB7D;
      font-size: 7.188vw;
      font-weight: 800;
      text-align: center; }
    .save-ltor__bubble {
      width: 170%;
      height: 4.688vw;
      position: absolute;
      bottom: -4.688vw;
      left: 50%;
      -webkit-transform: translate(-45%, 0);
      -ms-transform: translate(-45%, 0);
      transform: translate(-45%, 0); } }

.shop-slide-wrap {
  position: relative; }
  @media screen and (max-width: 640px) {
    .shop-slide-wrap {
      margin-bottom: .6em; } }

.shop-slide-child.-spShow {
  display: none; }
@media screen and (max-width: 640px) {
  .shop-slide-child {
    padding: 0 1.563vw; }
    .shop-slide-child.-spShow {
      display: block; } }

.shop-slide-next, .shop-slide-prev {
  display: none; }
  .shop-slide-next .icon, .shop-slide-prev .icon {
    fill: #478F52; }
  @media screen and (max-width: 640px) {
    .shop-slide-next, .shop-slide-prev {
      display: block; } }

.shop-container {
  margin-top: 2em; }

.shop-wrapper {
  height: 100%;
  border: #666666 1px solid;
  border-radius: 10px;
  overflow: hidden; }

.bonus-three {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .bonus-three__item {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative; }
    .bonus-three__item::before {
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #75AB7D;
      content: ""; }
    .bonus-three__item:first-of-type::before {
      display: none; }
  .bonus-three__head {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center; }
  .bonus-three__mile {
    color: #75AB7D;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    text-align: center; }
  @media screen and (max-width: 1020px) {
    .bonus-three__head {
      font-size: 2.157vw; }
    .bonus-three__mile {
      font-size: 2.941vw; } }
  @media screen and (max-width: 640px) {
    .bonus-three {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -1em; }
      .bonus-three__item {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        padding-top: 1.2em; }
        .bonus-three__item::before {
          width: 100%;
          height: 1px;
          position: absolute;
          top: 0;
          left: 0; }
        .bonus-three__item:first-of-type {
          padding-top: 0;
          padding-bottom: .6em; }
      .bonus-three__head {
        font-size: 3.125vw; }
      .bonus-three__mile {
        color: #75AB7D;
        font-size: 5.313vw; } }

/*==================== use detail ====================*/
.use-title {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 40px 20px 100px 20%; }
  .use-title__image {
    width: 65%;
    position: absolute;
    top: -7%;
    left: -25%;
    opacity: 0;
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.32, 0, 0.45, 1.29) 0s;
    transition: all 0.4s cubic-bezier(0.32, 0, 0.45, 1.29) 0s; }
    .use-title__image[data-target="on"] {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  @media screen and (max-width: 1020px) {
    .use-title__image {
      top: -13%; } }
  @media screen and (max-width: 800px) {
    .use-title__image {
      left: -28%; } }
  @media screen and (max-width: 640px) {
    .use-title {
      padding: 6.25vw 0 1.6em 0; }
      .use-title__image {
        width: 100%;
        margin: 0 auto 1.6em;
        position: relative;
        top: auto;
        left: auto; } }

.use {
  padding: 80px 0;
  position: relative;
  background-color: #FADCDF;
  z-index: 1;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .use {
      padding: 9.375vw 0 12.5vw; } }

.use-box {
  padding: 2em;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  border: #E6515E 3px solid; }
  .use-box.-bottomless {
    padding-bottom: 0; }
  .use-box.-paddingless {
    padding: 0; }
  .use-box__inner {
    padding: 2em 2em .8em; }
  .use-box__note {
    margin-top: .4em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300; }
  @media screen and (max-width: 640px) {
    .use-box {
      padding: 1.4em; }
      .use-box__inner {
        padding: 2em 1.4em .8em; }
      .use-box__note {
        font-size: 2.813vw; }
        .use-box__note.-spHide {
          display: none; } }
  .use-box__concrete {
    margin-bottom: 1.4em;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center; }
  .use-box__note {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 1.2rem; }
  @media screen and (max-width: 1020px) {
    .use-box__note {
      font-size: 1.176vw; } }
  @media screen and (max-width: 800px) {
    .use-box__note {
      font-size: 1.5vw; } }
  @media screen and (max-width: 640px) {
    .use-box__concrete {
      margin-top: -.8em;
      margin-bottom: 1.4em;
      font-size: 3.125vw; }
    .use-box__note {
      margin-bottom: -0.4em;
      font-size: 2.813vw; } }

.use-head {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 2em; }
  .use-head__image {
    -ms-flex: 0 0 51%;
    -webkit-flex: 0 0 51%;
    flex: 0 0 51%; }
    .use-head__image img {
      -webkit-transform: translate(-2em, 0);
      -ms-transform: translate(-2em, 0);
      transform: translate(-2em, 0); }
  .use-head__text {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media screen and (max-width: 640px) {
    .use-head {
      -webkit-flex-direction: column;
      flex-direction: column;
      padding: 0 0; }
      .use-head__image {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 1.6em; }
        .use-head__image img {
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
      .use-head__text {
        width: 85%;
        margin: 0 auto; } }

.use-ltor {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 3.6em;
  position: relative; }
  .use-ltor__arrow {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 32px;
    margin: 0 1.6em;
    position: relative; }
    .use-ltor__arrow .icon {
      height: 22px;
      fill: #E6515E;
      position: absolute;
      top: 50%;
      left: 5px;
      -webkit-transform: translate(0, -50%) rotate(-90deg);
      -ms-transform: translate(0, -50%) rotate(-90deg);
      transform: translate(0, -50%) rotate(-90deg); }
  .use-ltor__new-line {
    display: none; }
  .use-ltor__blank {
    display: inline; }
  .use-ltor__item {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1.4em 4em;
    position: relative;
    border: #E6515E 2px solid; }
    .use-ltor__item.-text::after {
      content: "※国内線旅客施設使用料（PFC）は含まれておりません。";
      position: absolute;
      bottom: -23%;
      left: 0;
      font-size: 12px;
      font-size: 1.2rem; }
  .use-ltor__head {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
    line-height: 1; }
  .use-ltor__change {
    margin-top: .4em;
    color: #E6515E;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    line-height: 1; }
  @media screen and (max-width: 1020px) {
    .use-ltor__item {
      -ms-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 1.4em 1em; }
      .use-ltor__item.-text::after {
        font-size: 1.176vw; } }
  @media screen and (max-width: 640px) {
    .use-ltor::after {
      content: "※国内線旅客施設使用料（PFC）は含まれておりません。";
      position: absolute;
      bottom: -30%;
      left: 0;
      font-size: 2.813vw; }
    .use-ltor__arrow {
      width: 7.188vw;
      margin: 0 0; }
      .use-ltor__arrow .icon {
        height: 3.438vw;
        left: 0; }
    .use-ltor__new-line {
      display: inherit; }
    .use-ltor__blank {
      display: none; }
    .use-ltor__item {
      padding: 1.2em 1em; }
      .use-ltor__item.-text::after {
        display: none; }
    .use-ltor__head {
      font-size: 3.125vw;
      line-height: 1.4; }
    .use-ltor__change {
      margin-top: 0;
      font-size: 4.219vw; } }

.use-ex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border: #E6515E 2px solid;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .use-ex__image {
    -ms-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .use-ex__text {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .use-ex__detail {
    display: block;
    width: 100%;
    margin-top: auto;
    padding: .4em 0;
    position: relative;
    background-color: #E6515E;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .use-ex__detail::after {
      position: absolute;
      right: 2em;
      content: "＞"; }
  .use-ex__deadline {
    width: 85px;
    position: absolute;
    top: -10%;
    left: -3%;
    z-index: 10; }
  .use-ex:hover {
    background-color: #efefef;
    border: #CC3F4D 2px solid; }
    .use-ex:hover .use-ex__image {
      opacity: .8; }
    .use-ex:hover .use-ex__detail {
      background-color: #CC3F4D; }
  @media screen and (max-width: 1020px) {
    .use-ex__deadline {
      width: 8.333vw; } }
  @media screen and (max-width: 800px) {
    .use-ex__deadline {
      width: 10.625vw; }
    .use-ex:hover {
      background-color: #fff;
      border: #E6515E 2px solid; }
      .use-ex:hover .use-ex__image {
        opacity: 1; }
      .use-ex:hover .use-ex__detail {
        background-color: #E6515E; } }
  @media screen and (max-width: 640px) {
    .use-ex__image {
      -webkit-flex: 0 0 35%;
      flex: 0 0 35%; }
    .use-ex__text {
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto; }
    .use-ex__detail {
      display: block;
      width: 100%;
      margin-top: auto;
      padding: .4em 0;
      position: relative;
      background-color: #E6515E;
      color: #fff;
      font-size: 2.813vw;
      text-align: center;
      line-height: 1;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .use-ex__detail::after {
        position: absolute;
        right: 2em;
        content: "＞"; }
    .use-ex__deadline {
      width: 13.281vw;
      top: -15%;
      right: -15%; } }

.lineup-slide-wrap {
  padding-bottom: .8em;
  position: relative; }
  @media screen and (max-width: 640px) {
    .lineup-slide-wrap {
      width: calc(100% + 1.2em);
      margin-left: -0.6em;
      padding: 0;
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      overflow: visible; } }

@media screen and (max-width: 640px) {
  .lineup-slide-child {
    padding: .6em; } }

.lineup-slide-next, .lineup-slide-prev {
  display: none; }
  .lineup-slide-next .icon, .lineup-slide-prev .icon {
    fill: #E6515E; }
  @media screen and (max-width: 640px) {
    .lineup-slide-next, .lineup-slide-prev {
      display: block; } }

@media screen and (max-width: 640px) {
  .swiper-button-next.lineup-slide-next {
    -webkit-transform: translate(35%, -50%);
    -ms-transform: translate(35%, -50%);
    transform: translate(35%, -50%); } }

@media screen and (max-width: 640px) {
  .swiper-button-prev.lineup-slide-prev {
    -webkit-transform: translate(-35%, -50%) rotate(180deg);
    -ms-transform: translate(-35%, -50%) rotate(180deg);
    transform: translate(-35%, -50%) rotate(180deg); } }

.lineup-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .lineup-wrap {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      width: auto; } }

.lineup-slide-child {
  -ms-flex: 0 0 49%;
  -webkit-flex: 0 0 49%;
  flex: 0 0 49%; }
  @media screen and (max-width: 640px) {
    .lineup-slide-child {
      -ms-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto; } }

.lineup-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%; }
  .lineup-item__inner {
    -ms-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .lineup-item__image {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
  .lineup-item__text {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: .8em;
    background-color: #E6515E;
    color: #fff; }
  .lineup-item__text-big {
    margin-bottom: .6em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.2; }
    .lineup-item__text-big span {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
  .lineup-item__text-small {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2; }
  .lineup-item__note {
    display: none; }
  @media screen and (max-width: 1020px) {
    .lineup-item__text-big {
      font-size: 2.157vw; }
      .lineup-item__text-big span {
        font-size: 16px;
        font-size: 1.6rem; }
    .lineup-item__text-small {
      font-size: 1.765vw; } }
  @media screen and (max-width: 640px) {
    .lineup-item {
      padding: 2em;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
      position: relative;
      overflow: hidden;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 100%;
      padding: 1em;
      border: #E6515E 3px solid;
      -ms-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%; }
      .lineup-item.-bottomless {
        padding-bottom: 0; }
      .lineup-item.-paddingless {
        padding: 0; }
      .lineup-item__inner {
        padding: 2em 2em .8em; }
      .lineup-item__note {
        margin-top: .4em;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 300; } }
  @media screen and (max-width: 640px) and (max-width: 640px) {
    .lineup-item {
      padding: 1.4em; }
      .lineup-item__inner {
        padding: 2em 1.4em .8em; }
      .lineup-item__note {
        font-size: 2.813vw; }
        .lineup-item__note.-spHide {
          display: none; } }
  @media screen and (max-width: 640px) {
      .lineup-item__inner {
        padding: 0; }
      .lineup-item__text-big {
        font-size: 3.125vw; }
        .lineup-item__text-big span {
          font-size: 2.813vw; }
      .lineup-item__text-small {
        font-size: 3.125vw; }
      .lineup-item__note {
        display: block;
        width: 100%;
        margin-top: .6em;
        margin-bottom: -0.6em; } }

/*==================== value detail ====================*/
.value-title {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 40PX 20px 100px 20%; }
  .value-title__image {
    width: 53%;
    position: absolute;
    top: -15%;
    left: -18%;
    opacity: 0;
    -webkit-transform: translate(0, 0) rotate(5deg);
    -ms-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg);
    -webkit-transition: all 0.4s cubic-bezier(0.32, 0, 0.45, 1.29) 0s;
    transition: all 0.4s cubic-bezier(0.32, 0, 0.45, 1.29) 0s; }
    .value-title__image[data-target="on"] {
      opacity: 1;
      -webkit-transform: translate(0, 0) rotate(0deg);
      -ms-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg); }
  @media screen and (max-width: 800px) {
    .value-title__image {
      left: -20%; } }
  @media screen and (max-width: 640px) {
    .value-title {
      padding: 6.25vw 0 1.6em 0; }
      .value-title__image {
        width: 78%;
        margin: 0 auto 1.6em;
        position: relative;
        top: auto;
        left: auto; } }

.value {
  margin-top: 100px;
  padding: 80px 0;
  position: relative;
  background-color: #F8E8DD;
  z-index: 1;
  overflow: hidden; }
  .value.-first {
    margin-top: 0; }
  @media screen and (max-width: 640px) {
    .value {
      margin-top: 7.813vw;
      padding: 9.375vw 0 6.25vw; } }

.value-box {
  padding: 2em;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  border: #DC8D55 3px solid; }
  .value-box.-bottomless {
    padding-bottom: 0; }
  .value-box.-paddingless {
    padding: 0; }
  .value-box__inner {
    padding: 2em 2em .8em; }
  .value-box__note {
    margin-top: .4em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300; }
  @media screen and (max-width: 640px) {
    .value-box {
      padding: 1.4em; }
      .value-box__inner {
        padding: 2em 1.4em .8em; }
      .value-box__note {
        font-size: 2.813vw; }
        .value-box__note.-spHide {
          display: none; } }

.value-ltor {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  text-align: center; }
  .value-ltor__arrow {
    margin: 0 4em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    .value-ltor__arrow .icon {
      width: 32px;
      height: 22px;
      fill: #DC8D55; }
  .value-ltor__new-line {
    display: none; }
    @media screen and (max-width: 640px) {
      .value-ltor__new-line {
        display: inherit; } }
  .value-ltor__item {
    -ms-flex: 1 1 35%;
    -webkit-flex: 1 1 35%;
    flex: 1 1 35%; }
  .value-ltor__head {
    margin-bottom: .2em;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.4; }
  .value-ltor__moto {
    display: inline-block;
    padding: 0 .2em;
    position: relative;
    color: #4D4D4D;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
    .value-ltor__moto::before {
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 0;
      background-color: #4d4d4d;
      content: ""; }
  .value-ltor__change {
    color: #DC8D55;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 800;
    text-align: center; }
  @media screen and (max-width: 1020px) {
    .value-ltor__head {
      font-size: 2.941vw; }
    .value-ltor__moto {
      font-size: 1.765vw; }
    .value-ltor__change {
      font-size: 4.118vw; } }
  @media screen and (max-width: 640px) {
    .value-ltor__item {
      -webkit-flex: 1 1 40%;
      flex: 1 1 40%; }
    .value-ltor__arrow {
      margin: 0 0; }
      .value-ltor__arrow .icon {
        width: 5vw;
        height: 3.438vw; }
    .value-ltor__head {
      margin-bottom: .2em;
      font-size: 3.438vw;
      font-weight: 800;
      text-align: center;
      line-height: 1.4; }
    .value-ltor__moto {
      font-size: 3.125vw; }
      .value-ltor__moto.-double::before {
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 23%;
        left: 0;
        background-color: #4d4d4d;
        content: ""; }
      .value-ltor__moto.-double::after {
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 73%;
        left: 0;
        background-color: #4d4d4d;
        content: ""; }
    .value-ltor__change {
      color: #DC8D55;
      font-size: 7.5vw;
      font-weight: 800;
      text-align: center; } }

/*========== modal ==========*/
.wrapper.is-locked {
  position: fixed;
  width: 100%; }

.modal {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(77, 77, 77, 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: 2.5vw; } }
  @media screen and (max-width: 640px) {
    .modal {
      padding: 6.25vw;
      padding-bottom: calc(3.125vw + constant(safe-area-inset-bottom));
      padding-bottom: calc(3.125vw + env(safe-area-inset-bottom)); } }

.modal_container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: 100%;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .modal_container _:-ms-lang(x)::-ms-backdrop, .modal_container {
    min-height: 100vh; }
  .modal_container::after {
    min-height: inherit;
    font-size: 0;
    content: ""; }

.modal_inner {
  width: 100%; }

.modal_content {
  display: block;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 2em;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: #CC3F4D 3px solid;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1000; }
  .is-active .modal_content {
    display: block; }
  .modal_content__title {
    margin-top: .8em;
    margin-bottom: -0.6em;
    color: #E6515E;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center; }
    .modal_content__title.-first {
      margin-top: 0;
      margin-bottom: .6em; }
  .modal_content__new-line {
    display: none; }
  .modal_content .bonus-block.-split {
    padding: 0 0 2em; }
  .modal_content .bonus-block.-noborder {
    border: none; }
  .modal_content .bonus-block.-last {
    border: none; }
  .modal_content .bonus-block:nth-of-type(2), .modal_content .bonus-block:nth-of-type(4) {
    border-bottom: #CC3F4D 3px solid;
    background: none; }
  .modal_content .bonus-block:nth-of-type(3) {
    background-image: linear-gradient(to right, #CC3F4D, #CC3F4D 9px, transparent 9px, transparent 8px);
    background-size: 18px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    border: none; }
  .modal_content .bonus-split:nth-of-type(2)::before {
    background-color: #CC3F4D; }
  .modal_content .bonus-mile {
    color: #E6515E; }
  @media screen and (max-width: 1020px) {
    .modal_content__title {
      font-size: 3.431vw; } }
  @media screen and (max-width: 800px) {
    .modal_content {
      padding: 4em 2em 2em; }
      .modal_content__title {
        font-size: 4.375vw; } }
  @media screen and (max-width: 640px) {
    .modal_content {
      padding: 2.8em 1.4em 1.4em; }
      .modal_content .bonus-block:nth-of-type(2) {
        border-bottom: #CC3F4D 2px solid; }
        .modal_content .bonus-block:nth-of-type(2) .bonus-number {
          top: 1.4em; }
      .modal_content .bonus-block:nth-of-type(3) .bonus-number {
        top: .8em; }
      .modal_content .bonus-block:nth-of-type(4) {
        border-bottom: #CC3F4D 2px solid; }
      .modal_content .bonus-split:nth-of-type(2) {
        padding-top: 1.2em;
        background-image: linear-gradient(to right, #CC3F4D, #CC3F4D 9px, transparent 9px, transparent 8px);
        background-size: 18px 1px;
        background-position: center top;
        background-repeat: repeat-x; }
        .modal_content .bonus-split:nth-of-type(2)::before {
          display: none; }
      .modal_content__title {
        margin-top: .6em;
        margin-bottom: -0.2em;
        font-size: 5.469vw; }
      .modal_content__new-line {
        display: inline; } }

.close-btn {
  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; }
  .close-btn__icon {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #4D4D4D;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
    .close-btn__icon:nth-of-type(2) {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
  .close-btn:hover {
    opacity: .6; }
  @media screen and (max-width: 800px) {
    .close-btn {
      width: 4vw;
      height: 4vw;
      top: 1.875vw;
      right: 1.875vw; }
      .close-btn:hover {
        opacity: 1; } }
  @media screen and (max-width: 640px) {
    .close-btn {
      width: 6.875vw;
      height: 6.875vw;
      top: 3.125vw;
      right: 3.125vw; } }

/*========== howto ==========*/
.howto {
  padding: 80px 0 100px;
  background-color: #F5F5F5; }
  @media screen and (max-width: 640px) {
    .howto {
      margin-bottom: 12.5vw;
      padding: 0; } }

.acc-toggle {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 800;
  text-align: center;
  pointer-events: none; }
  .acc-toggle__subtitle {
    display: none; }
  @media screen and (max-width: 640px) {
    .acc-toggle {
      background-color: #0DA0D3;
      width: 100vw;
      margin-left: -6.25vw;
      padding: 3.125vw;
      position: relative;
      color: #FFFF00;
      font-size: 4.375vw;
      font-weight: 800;
      text-align: center;
      pointer-events: auto; }
      .acc-toggle__subtitle {
        display: inherit;
        margin-bottom: .4em;
        color: #fff;
        font-size: 3.438vw;
        font-weight: 600;
        text-align: center; }
      .acc-toggle.is-open .acc-toggle-icon .-move {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

.acc-toggle-icon {
  display: none; }
  @media screen and (max-width: 640px) {
    .acc-toggle-icon {
      display: block;
      width: 6.563vw;
      height: 6.563vw;
      border: #fff 2px solid;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      right: 6.25vw;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .acc-toggle-icon__bar {
        display: block;
        width: 50%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        .acc-toggle-icon__bar.-move {
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
          -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg); } }

.howto-slide-wrap {
  margin-top: 2em;
  position: relative; }
  @media screen and (max-width: 640px) {
    .howto-slide-wrap {
      display: none;
      padding-bottom: 9.375vw; } }

@media screen and (max-width: 640px) {
  .howto-container-pc {
    display: none; } }

.howto-container-sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .howto-container-sp {
      display: block; } }

@media screen and (max-width: 640px) {
  .howto-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important; } }

.howto-slide-child {
  padding: 10px; }

@media screen and (max-width: 640px) {
  .howto-slide-pagination {
    display: none; } }

.howto-slide-next .icon, .howto-slide-prev .icon {
  fill: #AFAFAF; }
@media screen and (max-width: 640px) {
  .howto-slide-next, .howto-slide-prev {
    display: none; } }

.howto-sheet {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden; }

.howto-sheet-user {
  padding: 2.5em; }
  @media screen and (max-width: 640px) {
    .howto-sheet-user {
      padding: 1.6em; } }

.howto-sheet-calc {
  padding: 2.5em 2.5em 1em;
  position: relative;
  background-color: #E4F5FA; }
  .howto-sheet-calc__badge {
    width: 126px;
    position: absolute;
    top: -4.5%;
    left: 2.5em; }
  @media screen and (max-width: 1020px) {
    .howto-sheet-calc__badge {
      width: 12.353vw; } }
  @media screen and (max-width: 640px) {
    .howto-sheet-calc {
      padding: 1.6em 1.6em 1em; }
      .howto-sheet-calc__badge {
        width: 17.5vw;
        left: 2em; } }

.howto-sheet-sum {
  padding: 1em 2.5em;
  background-color: #FFF9D8; }
  @media screen and (max-width: 640px) {
    .howto-sheet-sum {
      padding: 0 1.6em; } }

.howto-sheet-ex {
  padding: 2em 2.5em .8em; }
  .howto-sheet-ex__head {
    width: 54%;
    margin: 0 auto 1.6em; }
  .howto-sheet-ex__note {
    margin-top: .6em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300; }
  .howto-sheet-ex__image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    border: #FFDF3E 2px solid; }
  .howto-sheet-ex__image-left {
    -ms-flex: 0 0 47%;
    -webkit-flex: 0 0 47%;
    flex: 0 0 47%; }
  .howto-sheet-ex__image-right {
    -ms-flex: 1 1  auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; }
  .howto-sheet-ex__deadline {
    width: 85px;
    position: absolute;
    top: -20%;
    left: -3%; }
  @media screen and (max-width: 640px) {
    .howto-sheet-ex {
      padding: 1.6em 1.6em 1.6em; }
      .howto-sheet-ex__head {
        width: 81%;
        margin: 0 auto 1.4em; }
      .howto-sheet-ex__note {
        font-size: 2.813vw; }
      .howto-sheet-ex__image {
        border: #FFDF3E 2px solid; }
      .howto-sheet-ex__image-left {
        -ms-flex: 0 0 36%;
        -webkit-flex: 0 0 36%;
        flex: 0 0 36%; }
      .howto-sheet-ex__image-right {
        -ms-flex: 1 1  auto;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto; }
      .howto-sheet-ex__deadline {
        width: 12.5vw;
        position: absolute;
        top: -20%;
        left: -4%; } }

/*========== what navi card ==========*/
.navi-card {
  padding: 80px 0 100px;
  background-color: #FFF9D8;
  text-align: center; }
  .navi-card__title {
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.2; }
  .navi-card__new-line {
    display: none; }
    @media screen and (max-width: 640px) {
      .navi-card__new-line {
        display: inherit; } }
  .navi-card__sub-copy {
    display: inline-block;
    margin-bottom: .6em;
    padding: 0 .6em;
    position: relative;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1; }
    .navi-card__sub-copy::before, .navi-card__sub-copy::after {
      display: block;
      width: 5px;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: #000;
      content: ""; }
    .navi-card__sub-copy::before {
      left: 0;
      -webkit-transform: skew(35deg);
      -ms-transform: skew(35deg);
      transform: skew(35deg); }
    .navi-card__sub-copy::after {
      right: 0;
      -webkit-transform: skew(-35deg);
      -ms-transform: skew(-35deg);
      transform: skew(-35deg); }
  @media screen and (max-width: 1020px) {
    .navi-card {
      padding: 7.843vw 0 9.804vw; }
      .navi-card__title {
        font-size: 4.314vw; }
      .navi-card__sub-copy {
        font-size: 3.137vw; } }
  @media screen and (max-width: 800px) {
    .navi-card {
      padding: 10vw 0 12.5vw; }
      .navi-card__title {
        font-size: 5.5vw; }
      .navi-card__sub-copy {
        margin-bottom: .6em;
        font-size: 4vw; } }
  @media screen and (max-width: 640px) {
    .navi-card {
      padding: 7.813vw 0 7.813vw; }
      .navi-card__title {
        font-size: 5.625vw;
        font-weight: 800;
        text-align: center;
        line-height: 1.4; }
        .navi-card__title span {
          display: none; }
      .navi-card__sub-copy {
        font-size: 3.75vw; }
        .navi-card__sub-copy::before, .navi-card__sub-copy::after {
          width: 3px; } }

.card-box {
  margin: 60px auto 0;
  padding: 4em 2em;
  background-color: #fff;
  border: #FFDF3E 4px solid;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 640px) {
    .card-box {
      margin: 7.813vw auto 0;
      padding: 3em 1.4em 3em;
      border: #FFDF3E 3px solid; } }

.card-detail {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .card-detail__item {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 700px;
    text-align: center;
    position: relative; }
  @media screen and (max-width: 640px) {
    .card-detail {
      -webkit-flex-direction: column;
      flex-direction: column; }
      .card-detail__item {
        width: 100%; } }

.card-image {
  width: 90%;
  max-width: 410px;
  margin: 0 auto;
  position: relative; }

.card-supplement {
  width: 52%;
  margin: 2em auto 3em; }
  .card-supplement img {
    width: 100%; }
  @media screen and (max-width: 640px) {
    .card-supplement {
      width: 73%;
      margin: 1.6em auto; } }

.card-sub-title {
  margin-bottom: .8em;
  font-size: 30px;
  font-size: 3rem; }
  @media screen and (max-width: 1020px) {
    .card-sub-title {
      font-size: 2.941vw; } }
  @media screen and (max-width: 800px) {
    .card-sub-title {
      font-size: 3.75vw; } }
  @media screen and (max-width: 640px) {
    .card-sub-title {
      font-size: 4.375vw; } }

.card-text {
  margin-bottom: .8em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center; }
  .card-text__new-line {
    display: inherit; }
  @media screen and (max-width: 1020px) {
    .card-text {
      font-size: 2.157vw; } }
  @media screen and (max-width: 800px) {
    .card-text {
      font-size: 2.75vw; } }
  @media screen and (max-width: 640px) {
    .card-text {
      font-size: 3.125vw; }
      .card-text__new-line {
        display: none; } }

.card-present {
  margin-bottom: 3em; }
  @media screen and (max-width: 640px) {
    .card-present {
      margin-bottom: 2.8em; } }

.cta-btn {
  display: block;
  width: 90%;
  max-width: 410px;
  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__text {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    letter-spacing: .1em; }
  .cta-btn__icon {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    right: 1.2em;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg); }
  .cta-btn:hover {
    box-shadow: 0 0 0 #bb0012;
    opacity: 1;
    -webkit-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    transform: translate(0, 6px); }
  @media screen and (max-width: 1020px) {
    .cta-btn__text {
      font-size: 2.745vw; }
    .cta-btn__icon {
      width: 30px;
      height: 30px; } }
  @media screen and (max-width: 800px) {
    .cta-btn:hover {
      box-shadow: 0 6px 0 #bb0012;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  @media screen and (max-width: 640px) {
    .cta-btn {
      width: 89%;
      margin: 0 auto;
      padding: 1.2em 1em 1.2em;
      box-shadow: 0 3px 0 #bb0012; }
      .cta-btn__text {
        font-size: 4.375vw; }
      .cta-btn__icon {
        width: 5.313vw;
        height: 5.313vw; } }

.card-note {
  margin: 1.6em 0 -1em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300; }

/*========== etc video ==========*/
.etc-video {
  padding: 100px 0;
  background-color: #F5F5F5; }
  .etc-video__title {
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.4; }
  .etc-video__new-line {
    display: none; }
    @media screen and (max-width: 640px) {
      .etc-video__new-line {
        display: inherit; } }
  @media screen and (max-width: 640px) {
    .etc-video {
      padding: 10.938vw 0 7.813vw; }
      .etc-video__title {
        font-size: 5.625vw; } }

.service-slide-wrap {
  position: relative;
  margin: 70px 0 140px; }
  @media screen and (max-width: 640px) {
    .service-slide-wrap {
      margin: 7.813vw 0 23.438vw; } }

@media screen and (max-width: 640px) {
  .service-slide-child {
    padding: 10px; } }

.service-slide-pagination {
  display: none; }
  @media screen and (max-width: 640px) {
    .service-slide-pagination {
      display: block; } }

.service-slide-next, .service-slide-prev {
  display: none; }
  .service-slide-next .icon, .service-slide-prev .icon {
    fill: #B4B4B4; }
  @media screen and (max-width: 640px) {
    .service-slide-next, .service-slide-prev {
      display: block; } }

.service-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 640px) {
    .service-list {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

.service-item {
  -ms-flex: 0 0 31.9%;
  -webkit-flex: 0 0 31.9%;
  flex: 0 0 31.9%;
  margin-bottom: 1.4em; }
  .service-item__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 2em 2.4em;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
  .service-item__head {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    height: 68px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1em; }
  .service-item__head-inner {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center; }
  .service-item__text {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: justify;
    font-weight: 300; }
  @media screen and (max-width: 1020px) {
    .service-item__head-inner {
      font-size: 2.157vw; } }
  @media screen and (max-width: 640px) {
    .service-item {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: .6em;
      margin-bottom: 0; }
      .service-item__inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding: 1em .6em; }
      .service-item__head {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        height: 15.625vw;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        margin-bottom: 0; }
      .service-item__head-inner {
        font-size: 3.438vw; } }

.video-wrap {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
  position: relative;
  background: #fa8e8f;
  border: #fff 2px solid;
  overflow: hidden; }
  .video-wrap::before {
    display: block;
    padding-top: 56.25%;
    position: relative;
    content: ""; }
  .video-wrap iframe {
    width: 101%;
    height: 101%;
    position: absolute;
    top: 0;
    left: 0; }

/*========== application ==========*/
.application__title {
  margin-bottom: 1.4em;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.4; }
  .application__title span {
    font-size: 60%; }
.application__new-line {
  display: none; }
  @media screen and (max-width: 640px) {
    .application__new-line {
      display: inherit; } }
@media screen and (max-width: 640px) {
  .application {
    padding-bottom: 12.5vw; }
    .application__title {
      margin-bottom: 1em;
      font-size: 5.625vw; }
      .application__title span {
        font-size: 60%; } }

.app-slide-wrap {
  position: relative; }

.app-slide-pagination {
  display: none; }
  @media screen and (max-width: 640px) {
    .app-slide-pagination {
      display: block; } }

.app-slide-next, .app-slide-prev {
  display: none; }
  .app-slide-next .icon, .app-slide-prev .icon {
    fill: #B4B4B4; }
  @media screen and (max-width: 640px) {
    .app-slide-next, .app-slide-prev {
      display: block; } }

.application-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    .application-list {
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 640px) {
    .application-list {
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.application-item {
  -ms-flex: 0 0 22.1%;
  -webkit-flex: 0 0 22.1%;
  flex: 0 0 22.1%; }
  .application-item__image {
    margin-bottom: 1.6em; }
  @media screen and (max-width: 800px) {
    .application-item {
      -webkit-flex: 0 0 45%;
      flex: 0 0 45%;
      margin-bottom: 2em; }
      .application-item__image {
        width: 50%;
        margin: 0 auto 1.4em; } }
  @media screen and (max-width: 640px) {
    .application-item {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto; }
      .application-item__image {
        width: 80%;
        margin: 0 auto 1.4em; } }

.app-item-text__head {
  margin-bottom: .2em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800; }
.app-item-text__text {
  text-align: justify; }
  .app-item-text__text.-bold {
    margin-top: .2em;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600; }
@media screen and (max-width: 1020px) {
  .app-item-text__head {
    font-size: 2.353vw; }
  .app-item-text__text.-bold {
    font-size: 1.765vw; } }
@media screen and (max-width: 640px) {
  .app-item-text__head {
    font-size: 4.375vw; }
  .app-item-text__text.-bold {
    font-size: 3.438vw; } }

/*========== notes ==========*/
.notes {
  padding: 50px 0 70px;
  position: relative;
  background-color: #e2e2e2; }
  @media screen and (max-width: 800px) {
    .notes {
      padding: 6.25vw 0 8.75vw; } }
  @media screen and (max-width: 640px) {
    .notes {
      padding: 7.813vw 0 20.313vw; } }

.notes-head {
  margin-bottom: .8em;
  padding-bottom: .4em;
  border-bottom: #000 thin solid;
  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-list__head {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600; }
.notes-list__brackets {
  font-weight: normal; }
.notes-list__text {
  margin-bottom: 1.8em;
  font-size: 14px;
  font-size: 1.4rem; }
  .notes-list__text.-sheet {
    margin-top: -0.8em;
    margin-bottom: 2em; }
  .notes-list__text:last-of-type {
    margin-bottom: 0; }
  .notes-list__text a {
    color: #0e63b2;
    position: relative; }
    .notes-list__text a::before {
      display: inline-block;
      width: 1em;
      height: 1em;
      margin-right: .4em;
      background: url("../img/notes/new_window.svg") 50% 50%/contain no-repeat;
      vertical-align: middle;
      content: "";
      -webkit-transform: translate(0, -10%);
      -ms-transform: translate(0, -10%);
      transform: translate(0, -10%); }
    .notes-list__text a:hover {
      text-decoration: underline; }
@media screen and (max-width: 800px) {
  .notes-list__head {
    font-size: 1.75vw; }
  .notes-list__text {
    margin-bottom: 1.8em;
    font-size: 1.75vw; }
    .notes-list__text a {
      color: #0e63b2; }
      .notes-list__text a:hover {
        text-decoration: none; } }
@media screen and (max-width: 640px) {
  .notes-list__head {
    font-size: 3.125vw; }
  .notes-list__text {
    margin-bottom: 2em;
    font-size: 3.125vw; } }
