﻿@font-face {
  font-family: "montserrat";
  src: url("/afl/summer24/font/Montserrat-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: "montserrat";
  src: url("/afl/summer24/font/Montserrat-Bold.woff2") format("woff2");
  font-style: bold;
  font-weight: 700;
  font-display: swap
}

html,
body {
  height: auto;
  position: relative
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  color: #000;
  font-family: YakuHanJPs, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Roboto, 'BIZ UDGothic', Meiryo, sans-serif;
  word-spacing: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0.35);
  tap-highlight-color: rgba(0, 0, 0, 0.35);
  overflow: auto
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

*::selection {
  background-color: rgba(202, 0, 3, 0.2);
  color: #fff
}

*::-moz-selection {
  background-color: rgba(202, 0, 3, 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: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

@media screen and (max-width: 560px) {

  div,
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd,
  figure,
  figcaption {
    font-size: 1.4rem
  }
}

p {
  text-align: justify
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: 1
}

strong {
  font-weight: inherit
}

sup {
  position: relative;
  top: .1em;
  vertical-align: top
}

a {
  color: #0064B2;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-touch-callout: none;
  cursor: pointer;
  opacity: 1;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

a:focus {
  outline: none
}

img,
svg,
a img {
  display: block;
  border: none;
  border-style: none;
  outline: none;
  max-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
}

button {
  margin: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

:root {
  --header-size: 80px;
  --side-padding: 50px;
  --vert-padding: 100px
}

@media screen and (max-width: 1080px) {
  --side-padding: 30px;
  --vert-padding: 80px
}

@media screen and (max-width: 800px) {
  :root {
    --header-size: 70px;
    --side-padding: 30px;
    --vert-padding: 60px
  }
}

@media screen and (max-width: 560px) {
  :root {
    --header-size: 60px;
    --side-padding: 20px;
    --vert-padding: 50px
  }
}

.alC{ text-align:center!important;}
.mb0 { margin-bottom: 0!important;}
.mt10 { margin-top: 10px!important;}

.wrapper {
  width: 100%;
  position: relative;
  background-color: transparent;
  z-index: 1;
  overflow-x: hidden
}

.siteTop {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: var(--header-size);
  margin: 0;
  padding: 0 30px 0 var(--side-padding);
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px)
}

@media screen and (max-width: 1080px) {
  .siteTop {
    padding: 0 20px 0 var(--side-padding)
  }
}

@media screen and (max-width: 560px) {
  .siteTop .menuToggle {
    display: none
  }
}

.logo {
  width: 182px;
  margin-right: auto
}

@media (hover: hover) and (pointer: fine) {
  .logo:hover {
    opacity: .65
  }
}

@media screen and (max-width: 800px) {
  .logo {
    width: 152px
  }
}

@media screen and (max-width: 560px) {
  .logo {
    width: 138px
  }
}

.follow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: var(--header-size);
  margin: 0;
  padding: 0 30px 0 var(--side-padding);
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

@media screen and (max-width: 1080px) {
  .follow {
    padding: 0 20px 0 var(--side-padding)
  }
}

.follow_btn {
  width: 200px;
  margin-right: 2.4em;
  padding: .6em 1em;
  background-color: #CA0003;
  border-radius: 8px;
  border: #CA0003 2px solid;
  color: #fff;
  font-size: 114%;
  font-weight: 700;
  line-height: 1;
  text-align: center
}

.follow.is-fixed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@media (hover: hover) and (pointer: fine) {
  .follow_btn:hover {
    background-color: #fff;
    color: #CA0003
  }
}

@media screen and (max-width: 800px) {
  .follow_btn {
    width: 240px;
    margin-right: 1em;
    padding: .6em .8em
  }
}

@media screen and (max-width: 560px) {
  .follow {
    height: auto;
    padding: 0 var(--side-padding) 10px;
    top: auto;
    bottom: 0;
    background-color: transparent;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    padding-bottom: calc(10px + constant(safe-area-inset-bottom));
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .follow .logo {
    display: none
  }

  .follow_btn {
    width: 220px;
    margin: 0 auto;
    border-radius: 3em
  }
}

.menuToggle {
  width: 48px;
  height: 48px;
  position: relative;
  background-color: transparent
}

.menuToggle span {
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 50%;
  background-color: #000;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.menuToggle span:nth-of-type(1) {
  top: 35%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.menuToggle span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.menuToggle span:nth-of-type(3) {
  top: 65%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

@media (hover: hover) and (pointer: fine) {
  .menuToggle:hover span:nth-of-type(1) {
    -webkit-transform: translate3d(-70%, -50%, 0);
    -ms-transform: translate3d(-70%, -50%, 0);
    transform: translate3d(-70%, -50%, 0)
  }

  .menuToggle:hover span:nth-of-type(3) {
    -webkit-transform: translate3d(-30%, -50%, 0);
    -ms-transform: translate3d(-30%, -50%, 0);
    transform: translate3d(-30%, -50%, 0)
  }
}

@media screen and (max-width: 800px) {
  .menuToggle {
    width: 44px;
    height: 44px
  }
}

@media screen and (max-width: 560px) {
  .menuToggle.-follow {
    width: 35px;
    height: 35px;
    position: fixed;
    top: auto;
    right: auto;
    left: var(--side-padding);
    bottom: 100px;
    background-color: #fff;
    border: #000 2px solid;
    border-radius: 50%;
    z-index: 50
  }
}

.siteBottom {
  width: 100%;
  background-color: #000;
  padding: 0.6em var(--side-padding);
  position: relative;
  color: #fff;
  text-align: center
}

@media screen and (max-width: 560px) {
  .siteBottom {
    padding-bottom: 55px;
    padding-bottom: calc(55px + constant(safe-area-inset-bottom));
    padding-bottom: calc(55px + env(safe-area-inset-bottom))
  }
}

.copy {
  font-family: "montserrat", sans-selif;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center
}

@media screen and (max-width: 560px) {
  .copy {
    font-size: 1.0rem
  }
}

.mainContents {
  width: 100%;
  position: relative
}

.adjWrap {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1
}

.adjWrap.-thin {
  max-width: 780px
}

.textLink {
  display: inline-block;
  padding: 0 .1em;
  position: relative;
  color: #0064B2;
  text-indent: 0;
  text-decoration: underline;
  text-underline-offset: .1em;
  text-decoration-color: #0064B2;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.textLink.-windowL {
  margin-left: .1em
}

.textLink.-windowL::before {
  content: "";
  display: inline-block;
  margin-right: .2em;
  width: .9em;
  height: .9em;
  background-color: #0064B2;
  -webkit-mask: url("../img/ico_window.svg");
  mask: url("../img/ico_window.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.textLink.-windowR {
  margin-right: .1em
}

.textLink.-windowR::after {
  content: "";
  display: inline-block;
  margin-top: -0.1em;
  margin-left: .2em;
  width: .9em;
  height: .9em;
  background-color: #0064B2;
  -webkit-mask: url("../img/ico_window.svg");
  mask: url("../img/ico_window.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

@media (hover: hover) and (pointer: fine) {
  .textLink:hover {
    color: #000;
    text-decoration-color: #000
  }

  .textLink:hover::before,
  .textLink:hover::after {
    background-color: #000
  }
}

.ctaBtnWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 800px;
  margin: 1em auto 1.8em
}

.ctaBtnWrap .btnLine {
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 320px
}

@media screen and (max-width: 800px) {
  .ctaBtnWrap {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center
  }
}

@media screen and (max-width: 560px) {
  .ctaBtnWrap .btnLine {
    max-width: 270px
  }
}

.btnCTA {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 54%;
  max-width: 420px;
  padding: .8em 3.6em;
  position: relative;
  background-color: #CA0003;
  border: #CA0003 2px solid;
  border-radius: 3em;
  color: #fff;
  font-size: min(2.2rem, 2.24vw);
  font-weight: 700;
  text-align: center;
  line-height: 1
}

.btnCTA .btnIcon {
  display: block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 1.2em
}

.btnCTA .btnIcon .icon {
  object-fit: contain
}

.btnCTA .btnIcon .icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.btnCTA.-reverse span {
  -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(180deg);
  transform: translate3d(0, -50%, 0) rotate(180deg)
}

@media (hover: hover) and (pointer: fine) {
  .btnCTA:hover {
    background-color: #fff;
    color: #CA0003
  }

  .btnCTA:hover .btnIcon .icon {
    fill: #CA0003
  }
}

@media screen and (max-width: 800px) {
  .btnCTA {
    width: 100%;
    margin-bottom: 1.2em;
    font-size: min(2rem, 3.5vw)
  }
}

@media screen and (max-width: 560px) {
  .btnCTA {
    margin-bottom: 1em;
    font-size: min(1.8rem, 4.78vw)
  }
}

.btnLineWrap {
  display: block;
  margin-top: 2em;
  text-align: center
}

.btnLineWrap.-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.btnLineWrap.-flex .btnLine {
  -webkit-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: initial;
  font-size: 1.5rem
}

@media screen and (max-width: 1080px) {
  .btnLineWrap.-flex {
    -webkit-justify-content: center;
    justify-content: center
  }

  .btnLineWrap.-flex .btnLine {
    -webkit-flex: 0 0 33%;
    flex: 0 0 33%;
    margin: 0 .6em 1.2em;
    font-size: min(1.5rem, 1.38vw)
  }
}

@media screen and (max-width: 800px) {
  .btnLineWrap.-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center
  }

  .btnLineWrap.-flex .btnLine {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 1.2em;
    font-size: min(1.5rem, 1.875vw)
  }
}

@media screen and (max-width: 560px) {
  .btnLineWrap {
    margin-top: 1.2em
  }

  .btnLineWrap.-flex .btnLine {
    font-size: 1.4rem
  }
}

.btnLine {
  display: inline-block;
  width: 80%;
  max-width: 320px;
  min-width: 200px;
  padding: .6em 2.6em;
  position: relative;
  background-color: #fff;
  border: #bbb 1px solid;
  border-radius: 3em;
  color: #999;
  text-align: center;
  font-weight: 500;
  line-height: 1
}

.btnLine.-small {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin: 1em auto 0;
  padding: .6em 1.2em
}

.btnLine.-small small {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1.3rem;
  white-space: nowrap;
  line-height: 1
}

.btnLine.-small .btnIcon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: .6em;
  position: relative;
  right: auto
}

.btnLine.-sp {
  display: none
}

.btnLine .btnIcon {
  display: block;
  width: .9em;
  height: .9em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 1.2em
}

.btnLine .btnIcon .icon {
  object-fit: contain
}

.btnLine .btnIcon .icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #999;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

@media (hover: hover) and (pointer: fine) {
  .btnLine:hover {
    background-color: #bbb;
    color: #fff
  }

  .btnLine:hover .btnIcon .icon {
    fill: #fff
  }
}

@media screen and (max-width: 800px) {
  .btnLine {
    width: 100%;
    max-width: 420px;
    border: #bbb thin solid
  }
}

@media screen and (max-width: 560px) {
  .btnLine {
    max-width: 260px;
    padding: .8em 1.8em
  }

  .btnLine.-small small {
    font-size: 1.1rem
  }

  .btnLine.-pc {
    display: none
  }

  .btnLine.-sp {
    display: inline-block
  }
}

.secHead {
  width: auto;
  margin: 0 auto 60px;
  text-align: center
}

.secHead h2 {
  display: inline-block;
  margin-bottom: 1.4em;
  position: relative;
  text-align: center
}

.secHead h2 img,
.secHead h2 svg {
  position: relative;
  z-index: 10
}

.secHead h2 .left {
  display: block;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(0deg);
  transform: translate3d(0, -50%, 0) rotate(0deg)
}

.secHead h2 .right {
  display: block;
  width: 80px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(0deg);
  transform: translate3d(0, -50%, 0) rotate(0deg)
}

.secHead p {
  display: block;
  font-size: min(2rem, 2vw);
  text-align: center
}

@media screen and (max-width: 1080px) {
  .secHead {
    margin: 0 auto 40px
  }
}

@media screen and (max-width: 800px) {
  .secHead p {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 560px) {
  .secHead {
    margin: 0 auto 30px
  }

  .secHead h2 {
    margin-bottom: 1em
  }

  .secHead p {
    font-size: 1.6rem
  }
}

p.-center {
  text-align: center
}

.resizeShow {
  display: none
}

@media screen and (max-width: 800px) {
  .resizeShow {
    display: inline
  }

  .resizeShow.-sp {
    display: none
  }
}

@media screen and (max-width: 560px) {
  .resizeShow.-sp {
    display: inline
  }
}

@media screen and (max-width: 800px) {
  .resizeHide {
    display: none
  }
}

.accMenu {
  display: none
}

.secIntro {
  margin: 0;
  padding: var(--vert-padding) var(--side-padding);
  position: relative;
  background-color: #fff;
  margin-bottom: 1.8em;
  padding: 0;
  position: relative
}

.secIntro::after {
  content: "";
  display: block;
  clear: both
}

@media screen and (max-width: 800px) {
  .secIntro {
    padding: 80px var(--side-padding)
  }
}

@media screen and (max-width: 560px) {
  .secIntro {
    padding: 50px var(--side-padding)
  }
}

@media screen and (max-width: 800px) {
  .secIntro {
    margin-bottom: 0;
    padding: 0
  }
}

.secIntro .ttl {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.secIntro .ttl img {
  width: 42.7%;
  margin: -1% auto 0;
  max-width: 1755px;
}

.secIntro .fv_img01{
  position: absolute;
  top: 2%;
  left: 2%;
  width: 20.755%;
  z-index: 1;
  max-width: 385px;
}
.secIntro .fv_img02{
  position: absolute;
  top: 10%;
  right: 0;
  width: 21.068%;
  z-index: 1;
  max-width: 385px;
}

.fv_img  {
  display: inline-block;
}
.fv_img01 {
  -webkit-animation: horizontal1 3s ease-in-out infinite alternate;
}
.fv_img02 {
  -webkit-animation: horizontal2 3s ease-in-out infinite alternate;
}
 
.fv_img picture {
  display: block;
  text-align: center;
  -webkit-animation: vertical 3s ease-in-out infinite alternate;
}

.fv_img01 picture {
  -webkit-animation-duration: 1.1s;
}
.fv_img02 picture {
  -webkit-animation-duration: 1.5s;
}

@-webkit-keyframes horizontal1 {
  0% { -webkit-transform:translateX( -12px); }
  100% { -webkit-transform:translateX(  0px); }
}
@-webkit-keyframes horizontal2 {
  0% { -webkit-transform:translateX(  12px); }
  100% { -webkit-transform:translateX(  0px); }
}
@-webkit-keyframes vertical {
  0% { -webkit-transform:translateY(-20px); }
  100% { -webkit-transform:translateY(  0px); }
}

#slideshow, #slideshow2 {
  position: relative;
}
#slideshow picture, #slideshow2 picture {
  position: absolute;
  z-index: 8;
  opacity: 0.0;
}
#slideshow picture.active, #slideshow2 picture.active {
  z-index: 10;
  opacity: 1.0;
}
#slideshow picture.last-active, #slideshow2 picture.last-active {
  z-index: 9;
}

@media screen and (max-width: 1600px) {
  .secIntro .ttl img{
    width: 44.7%;
  }
}
@media screen and (max-width: 1300px) {
  .secIntro .ttl img{
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .secIntro .ttl img{
    width: 54%;
  }
}
@media screen and (max-width: 1080px) {
  .secIntro .ttl img{
    width: 45%;
  }
}
@media screen and (max-width: 800px) {
  .introBg img{
    width: 100%;
  }
  .secIntro .ttl {
    width: 88.2%;
    top: 1.5%;
    right: 1%;

  }
  .secIntro .ttl img{
    width: 100%;
  }
  .secIntro .fv_img01{
    left: 0%;
    top: 12%;
    width: 29.066%;
  }
  .secIntro .fv_img02 {
    width: 34.266%;
    top: 37%;
    right: 1%;
  }
}

.top_bnr_wrap .top_bnr01{
  position: absolute;
  left: 2%;
  bottom: 5%;
  width: 21.48%;
  max-width: 410px;
  z-index: 10;
}

.top_bnr_wrap .top_bnr02{
  position: absolute;
  right: 2%;
  bottom: 5%;
  width: 33.12%;
  max-width: 636px;
  z-index: 10;
}

@media screen and (max-width: 800px) {
  .top_bnr_wrap .top_bnr01{
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 2rem 0;
    text-align: center;
    left: 0;
    bottom: 0;
  }
  .top_bnr_wrap .top_bnr01 img{
    width: 95.33%;
    margin: 0 auto;
  }
  .top_bnr_wrap .top_bnr02{
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 2rem 0;
    text-align: center;
    right: 0;
    bottom: 0;
  }
  .top_bnr_wrap .top_bnr02 img{
    width: 95.33%;
    margin: 0 auto;
    padding-left: 2.5%;
  }
}




.intro {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  padding: 0 var(--side-padding);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

@media screen and (max-width: 800px) {
  .intro {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start
  }
}

.introHead {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(10%, 0, 0);
  -ms-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0)
}

.introHead[data-load="loaded"] {
  animation: slideInTitle 0.6s cubic-bezier(0.44, 0, 0.47, 1) 0.8s both
}

@media screen and (max-width: 800px) {
  .introHead {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60%;
    margin-bottom: 2.8em
  }
}

@media screen and (max-width: 560px) {
  .introHead {
    width: 66%;
    margin-bottom: 1.6em
  }
}

@keyframes slideInTitle {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(5%, 0, 0);
    -ms-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0)
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.introCardWrap {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 6%
}

@media screen and (max-width: 800px) {
  .introCardWrap {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 0
  }
}

@media screen and (max-width: 560px) {
  .introCardWrap {
    width: 57%
  }
}

.introCardTitle {
  margin: 0 auto 1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -10%, 0);
  -ms-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0)
}

.introCardTitle[data-load="loaded"] {
  animation: fadeDown 0.6s cubic-bezier(0.44, 0, 0.47, 1) 1.2s both
}

@media screen and (max-width: 800px) {
  .introCardTitle {
    width: 94%;
    margin: 0 auto .6em
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0)
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.introCard {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative
}

.introCard_item {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: .4em;
  opacity: 0;
  visibility: hidden
}

.introCard_item img,
.introCard_item svg {
  border-radius: 6px;
  background: transparent;
  filter: drop-shadow(4px 4px 6px rgba(128, 128, 128, 0.8))
}

.introCard_item:nth-of-type(1)[data-load="loaded"] {
  animation: cardLeft 0.6s cubic-bezier(0.44, 0, 0.47, 1) 1.6s both
}

.introCard_item:nth-of-type(2)[data-load="loaded"] {
  animation: cardLeft 0.6s cubic-bezier(0.44, 0, 0.47, 1) 1.8s both
}

.introCard_item:nth-of-type(3)[data-load="loaded"] {
  animation: cardRight 0.6s cubic-bezier(0.44, 0, 0.47, 1) 2s both
}

.introCard_item:nth-of-type(4)[data-load="loaded"] {
  animation: cardRight 0.6s cubic-bezier(0.44, 0, 0.47, 1) 2.2s both
}

@media screen and (max-width: 800px) {
  .introCard {
    margin-right: 0
  }

  .introCard_item img,
  .introCard_item svg {
    filter: drop-shadow(3px 3px 4px rgba(128, 128, 128, 0.8))
  }

  .introCard_item:nth-of-type(1)[data-load="loaded"] {
    animation: cardUp 0.6s cubic-bezier(0.44, 0, 0.47, 1) 1.6s both
  }

  .introCard_item:nth-of-type(2)[data-load="loaded"] {
    animation: cardUp 0.6s cubic-bezier(0.44, 0, 0.47, 1) 1.8s both
  }

  .introCard_item:nth-of-type(3)[data-load="loaded"] {
    animation: cardUp 0.6s cubic-bezier(0.44, 0, 0.47, 1) 2s both
  }

  .introCard_item:nth-of-type(4)[data-load="loaded"] {
    animation: cardUp 0.6s cubic-bezier(0.44, 0, 0.47, 1) 2.2s both
  }
}

@media screen and (max-width: 560px) {
  .introCard {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .introCard_item {
    padding: .4em
  }

  .introCard_item img,
  .introCard_item svg {
    filter: drop-shadow(2px 2px 2px rgba(128, 128, 128, 0.8))
  }
}

@keyframes cardLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(-10%, 0, 0);
    -ms-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0)
  }
}

@keyframes cardRight {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0)
  }
}

@keyframes cardUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0)
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.introBg {
  display: block;
  width: 100%;
  min-width: 1480px;
  position: relative;
  top: 0;
  left: 50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0)
}

.introBg[data-load="loaded"] {
  animation: fadeIn 0.6s cubic-bezier(0.44, 0, 0.47, 1) 0.2s both
}

@media screen and (max-width: 1080px) {
  .introBg {
    min-width: 1060px
  }
}

@media screen and (max-width: 800px) {
  .introBg {
    width: 100vw;
    min-width: initial
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden
  }

  100% {
    opacity: 1;
    visibility: visible
  }
}

.topCTA {
  margin: 0;
  padding: var(--vert-padding) var(--side-padding);
  position: relative;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 60px
}

.topCTA::after {
  content: "";
  display: block;
  clear: both
}

@media screen and (max-width: 800px) {
  .topCTA {
    padding: 80px var(--side-padding)
  }
}

@media screen and (max-width: 560px) {
  .topCTA {
    padding: 50px var(--side-padding)
  }
}

.topCTA h3 {
  margin-bottom: .8em;
  font-size: 114%;
  text-align: center;
  line-height: 1.4
}

@media screen and (max-width: 800px) {
  .topCTA {
    padding-top: 40px
  }

  .topCTA h3 {
    margin-bottom: .8em;
    font-size: 110%;
    text-align: center
  }
}

@media screen and (max-width: 560px) {
  .topCTA {
    padding-bottom: 30px
  }

  .topCTA h3 {
    font-size: 1.2rem
  }

  .topCTA p {
    font-size: 1.2rem
  }

  .topCTA p.cpid {
    font-size: 1rem
  }
}

.ctaCatch {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  min-width: 870px;
  position: relative;
  left: 50%;
  text-align: center;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0)
}

.ctaCatch_head {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%
}

.ctaCatch_point {
  -webkit-flex: 0 0 46%;
  flex: 0 0 46%
}

@media screen and (max-width: 1080px) {
  .ctaCatch {
    min-width: initial
  }
}

@media screen and (max-width: 800px) {
  .ctaCatch {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 0 auto 40px;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .ctaCatch_head {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-left: -0.8em;
    margin-bottom: 40px
  }

  .ctaCatch_point {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 90%
  }
}

@media screen and (max-width: 560px) {
  .ctaCatch {
    width: 100%;
    margin: 0 auto 20px
  }

  .ctaCatch_head {
    margin-left: -0.4em;
    margin-bottom: 20px
  }

  .ctaCatch_point {
    width: 87.5%
  }
}

.cpid {
  margin-top: .6em;
  font-size: 72.5%;
  text-align: right
}

@media screen and (max-width: 560px) {
  .cpid {
    margin-top: .2em
  }
}

.secCharm {
  margin: 0;
  padding: var(--vert-padding) var(--side-padding);
  position: relative;
  background-color: #fff;
  background-image: url("/afl/summer23/img/bg_charm.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.secCharm::after {
  content: "";
  display: block;
  clear: both
}

@media screen and (max-width: 800px) {
  .secCharm {
    padding: 80px var(--side-padding)
  }
}

@media screen and (max-width: 560px) {
  .secCharm {
    padding: 50px var(--side-padding)
  }
}

.secCharm .secHead h2 {
  width: 58%;
  max-width: 338px
}

.secCharm .secHead h2 .left {
  display: block;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(-200px, -50%, 0);
  -ms-transform: translate3d(-200px, -50%, 0);
  transform: translate3d(-200px, -50%, 0)
}

.secCharm .secHead h2 .right {
  display: block;
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(200px, -50%, 0);
  -ms-transform: translate3d(200px, -50%, 0);
  transform: translate3d(200px, -50%, 0)
}

@media screen and (max-width: 800px) {
  .secCharm .secHead h2 {
    width: 70%
  }

  .secCharm .secHead h2 .left {
    display: block;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-150%, -60%, 0);
    -ms-transform: translate3d(-150%, -60%, 0);
    transform: translate3d(-150%, -60%, 0)
  }

  .secCharm .secHead h2 .right {
    display: block;
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(140%, -50%, 0);
    -ms-transform: translate3d(140%, -50%, 0);
    transform: translate3d(140%, -50%, 0)
  }
}

@media screen and (max-width: 560px) {
  .secCharm .secHead h2 .left {
    display: block;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-160%, -40%, 0);
    -ms-transform: translate3d(-160%, -40%, 0);
    transform: translate3d(-160%, -40%, 0)
  }

  .secCharm .secHead h2 .right {
    display: block;
    width: 70px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(130%, -20%, 0);
    -ms-transform: translate3d(130%, -20%, 0);
    transform: translate3d(130%, -20%, 0)
  }
}

.charmList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.charmList_item {
  -webkit-flex: 0 0 43%;
  flex: 0 0 43%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
  border-bottom: #ccc thin solid
}

.charmList_item p {
  font-size: 114%;
  white-space: nowrap
}

.charmList_item p strong {
  color: red;
  font-weight: 700
}

@media screen and (max-width: 1080px) {
  .charmList_item {
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%
  }
}

@media screen and (max-width: 800px) {
  .charmList {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
  }

  .charmList_item {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 65%
  }
}

@media screen and (max-width: 560px) {
  .charmList_item {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 85%;
    margin-bottom: .8em;
    padding-bottom: .8em
  }

  .charmList_item p {
    font-size: 1.6rem
  }
}

.charmIcon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70px;
  margin-right: 1em
}

@media screen and (max-width: 800px) {
  .charmIcon {
    width: 60px;
    margin-right: 1.2em
  }
}

@media screen and (max-width: 560px) {
  .charmIcon {
    width: 50px
  }
}

.choiceWrap {
  padding-top: var(--vert-padding)
}

.choiceWrap .secHead h2 {
  width: 70%;
  max-width: 385px
}

.choiceWrap .secHead h2 .left {
  display: block;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(-200px, -50%, 0);
  -ms-transform: translate3d(-200px, -50%, 0);
  transform: translate3d(-200px, -50%, 0)
}

.choiceWrap .secHead h2 .right {
  display: block;
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(200px, -50%, 0);
  -ms-transform: translate3d(200px, -50%, 0);
  transform: translate3d(200px, -50%, 0)
}

@media screen and (max-width: 800px) {
  .choiceWrap .secHead h2 .left {
    -webkit-transform: translate3d(-140%, -50%, 0);
    -ms-transform: translate3d(-140%, -50%, 0);
    transform: translate3d(-140%, -50%, 0)
  }

  .choiceWrap .secHead h2 .right {
    -webkit-transform: translate3d(130%, -50%, 0);
    -ms-transform: translate3d(130%, -50%, 0);
    transform: translate3d(130%, -50%, 0)
  }
}

@media screen and (max-width: 560px) {
  .choiceWrap .secHead h2 .left {
    display: block;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-120%, -40%, 0);
    -ms-transform: translate3d(-120%, -40%, 0);
    transform: translate3d(-120%, -40%, 0)
  }

  .choiceWrap .secHead h2 .right {
    display: block;
    width: 80px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(110%, -30%, 0);
    -ms-transform: translate3d(110%, -30%, 0);
    transform: translate3d(110%, -30%, 0)
  }
}

.choiceCardWrap {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
  padding: 0 var(--side-padding);
  max-width: calc((var(--side-padding) * 2) + 650px);
  text-align: center
}

.choiceCardWrap.-thin {
  max-width: 780px
}

.choiceCard {
  display: inline-block;
  width: 100%;
  padding: .6em 1em;
  background-image: linear-gradient(90deg, #71c0c1 0%, #1caab8 50%, #71c0c1 100%);
  background-position: 0% 50%;
  background-size: 180% auto;
  border-radius: 3em;
  color: #fff;
  font-size: min(2.8rem, 2.85vw);
  font-weight: 600;
  overflow: hidden
}

.choiceCard.-student {
  margin-bottom: 1em;
  background-image: linear-gradient(90deg, #ff8592 0%, #ff4d73 50%, #ff8592 100%)
}

@media (hover: hover) and (pointer: fine) {
  .choiceCard:hover {
    background-position: 100% 50%
  }
}

@media screen and (max-width: 1080px) {
  .choiceCard {
    font-size: 2.85vw
  }
}

@media screen and (max-width: 800px) {
  .choiceCard {
    font-size: 3.5vw
  }
}

@media screen and (max-width: 560px) {
  .choiceCard {
    font-size: 4.27vw
  }
}

.tabContents {
  padding-top: 90px
}

.tabContents.-bottom {
  padding-top: 0
}

@media screen and (max-width: 1080px) {
  .tabContents {
    padding-top: 80px
  }

  .tabContents.-bottom {
    padding-top: 0
  }
}

@media screen and (max-width: 800px) {
  .tabContents {
    padding-top: 60px
  }

  .tabContents.-bottom {
    padding-top: 0
  }
}

@media screen and (max-width: 560px) {
  .tabContents {
    padding-top: 40px
  }

  .tabContents.-bottom {
    padding-top: 0
  }
}

.tabList {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 980px;
  margin: 0 auto
}

.tabList_btn {
  -webkit-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  width: 33.333%;
  padding: 2px 2px 0;
  position: relative;
  background: #bbb;
  border-radius: 12px 12px 0 0
}

.tabList_btn p {
  width: 100%;
  padding: 1em .4em;
  background: #eee;
  border-radius: 10px 10px 0 0;
  color: #bbb;
  font-size: min(1.8rem, 1.84vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: all 0 ease-in-out 0s;
  transition: all 0 ease-in-out 0s
}

.tabList_btn.is-active p {
  padding: 2em .4em;
  color: #fff
}

.tabList_btn.is-active.-platinum {
  background-image: linear-gradient(90deg, #7d88bd 0%, #674aaa 87%)
}

.tabList_btn.is-active.-platinum p {
  background-image: linear-gradient(90deg, #674aaa 0%, #7d88bd 50%, #674aaa 100%)
}

.tabList_btn.is-active.-gold {
  background-image: linear-gradient(90deg, #f3a600 0%, #b06500 87%)
}

.tabList_btn.is-active.-gold p {
  background-image: linear-gradient(90deg, #b06500 0%, #f3a600 50%, #b06500 100%)
}

.tabList_btn.is-active.-club {
  background-image: linear-gradient(90deg, #00d0a5 0%, #00997f 87%)
}

.tabList_btn.is-active.-club p {
  background-image: linear-gradient(90deg, #00997f 0%, #00d0a5 50%, #00997f 100%)
}

.tabList_btn.is-active.-standard {
  background-image: linear-gradient(90deg, #ff7800 0%, red 87%)
}

.tabList_btn.is-active.-standard p {
  background-image: linear-gradient(90deg, red 0%, #ff7800 50%, red 100%)
}

@media screen and (max-width: 800px) {
  .tabList_btn {
    border-radius: 10px 10px 0 0
  }

  .tabList_btn p {
    padding: .6em 0;
    border-radius: 8px 8px 0 0;
    font-size: min(1.6rem, 4.25vw)
  }

  .tabList_btn p.bulk {
    padding: 1.2em .4em
  }

  .tabList_btn .resizeShow {
    display: inline
  }

  .tabList_btn.is-active p {
    padding: 1.8em 0
  }

  .tabList_btn.is-active p.bulk {
    padding: 2.3em .4em
  }
}

@media screen and (max-width: 560px) {
  .tabList_btn {
    border-radius: 8px 8px 0 0
  }

  .tabList_btn p {
    border-radius: 6px 6px 0 0;
    font-size: min(1.2rem, 3.2vw);
    line-height: 1.1
  }
}

.tabItem .secHead h2 {
  width: 68%;
  max-width: 430px
}

.tabItem .secHead h2 .left {
  display: block;
  width: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(-200px, -50%, 0);
  -ms-transform: translate3d(-200px, -50%, 0);
  transform: translate3d(-200px, -50%, 0)
}

.tabItem .secHead h2 .right {
  display: block;
  width: 110px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(200px, -50%, 0);
  -ms-transform: translate3d(200px, -50%, 0);
  transform: translate3d(200px, -50%, 0)
}

.tabItem_panel {
  display: none;
  position: relative;
}

.tabItem_panel.is-active {
  display: block;
}

.tabItem_panel:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0
}

.tabItem_panel.-platinum::before {
  background-image: linear-gradient(90deg, #674aaa 0%, #7d88bd 50%, #674aaa 100%)
}

.tabItem_panel.-gold::before {
  background-image: linear-gradient(90deg, #b06500 0%, #f3a600 50%, #b06500 100%)
}

.tabItem_panel.-club::before {
  background-image: linear-gradient(90deg, #00997f 0%, #00d0a5 50%, #00997f 100%)
}

.tabItem_panel.-standard::before {
  background-image: linear-gradient(90deg, red 0%, #ff7800 50%, red 100%)
}

.tabItem.-top .tabItem_panel {
  padding: 1.8em var(--side-padding) 120px;
  text-align: center
}

.tabItem.-top .tabItem_panel.-platinum {
  background-image: url("/afl/summer23/img/bg_platinum.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.tabItem.-top .tabItem_panel.-gold {
  background-image: url("/afl/summer23/img/bg_gold.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.tabItem.-top .tabItem_panel.-club {
  background-image: url("/afl/summer23/img/bg_club.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.tabItem.-top .tabItem_panel.-standard {
  background-image: url("/afl/summer23/img/bg_standard.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.tabItem.-bottom .tabItem_panel {
  padding: 80px var(--side-padding) var(--vert-padding)
}

@media screen and (max-width: 800px) {
  .tabItem .secHead h2 {
    width: 88%
  }

  .tabItem .secHead h2 .left {
    display: block;
    width: 90px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-150%, -50%, 0);
    -ms-transform: translate3d(-150%, -50%, 0);
    transform: translate3d(-150%, -50%, 0)
  }

  .tabItem .secHead h2 .right {
    display: block;
    width: 110px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(130%, -50%, 0);
    -ms-transform: translate3d(130%, -50%, 0);
    transform: translate3d(130%, -50%, 0)
  }

  .tabItem.-top .tabItem_panel {
    padding: 1.8em var(--side-padding) 80px
  }

  .tabItem.-bottom .tabItem_panel {
    padding: 80px var(--side-padding) 60px
  }
}

@media screen and (max-width: 560px) {
  .tabItem .secHead h2 .left {
    display: block;
    width: 65px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-115%, -60%, 0);
    -ms-transform: translate3d(-115%, -60%, 0);
    transform: translate3d(-115%, -60%, 0)
  }

  .tabItem .secHead h2 .right {
    display: block;
    width: 62px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(125%, -60%, 0);
    -ms-transform: translate3d(125%, -60%, 0);
    transform: translate3d(125%, -60%, 0)
  }

  .tabItem.-top .tabItem_panel {
    padding: 1.8em var(--side-padding) 50px
  }

  .tabItem.-bottom .tabItem_panel {
    padding: 50px var(--side-padding) 40px
  }
}

.navicardBtn {
  display: inline-block;
  width: 60%;
  max-width: 590px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  text-align: center
}

.navicardBtn p {
  padding: .6em 1em;
  position: relative;
  background-image: linear-gradient(90deg, #fff 50%, #1cabb9 51%, #71c1c2 90%);
  background-position: 0 100%;
  background-size: 204% auto;
  border-radius: 8px;
  color: #1CABB9;
  font-weight: 700;
  text-align: center;
  z-index: 10;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.navicardBtn::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: -2px;
  background-image: linear-gradient(90deg, #71c1c2 0%, #1cabb9 87%);
  border-radius: 10px;
  z-index: 1
}

.navicardBtn .btnIcon {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 1.2em
}

.navicardBtn .btnIcon .icon {
  object-fit: contain
}

.navicardBtn .btnIcon .icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #1CABB9;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

@media (hover: hover) and (pointer: fine) {
  .navicardBtn:hover p {
    color: #fff;
    background-position: 100% 0
  }

  .navicardBtn:hover .btnIcon .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    fill: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
  }
}

@media screen and (max-width: 800px) {
  .navicardBtn {
    width: 100%
  }
}

.cardGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "a b" "c d";
  gap: 40px 20px;
  place-content: center;
  margin-top: var(--vert-padding)
}

@media screen and (max-width: 1080px) {
  .cardGrid {
    gap: 20px 20px;
    margin-top: 80px
  }
}

@media screen and (max-width: 800px) {
  .cardGrid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "a" "b" "c" "d";
    gap: 40px 0;
    place-content: center;
    max-width: 600px;
    margin: 60px auto 0
  }
}

@media screen and (max-width: 560px) {
  .cardGrid {
    gap: 30px 0;
    margin: 40px auto 0
  }
}

.cardSummary {
  grid-area: a
}

@media screen and (max-width: 800px) {
  .cardSummary h3 {
    width: 80%;
    margin: 0 auto
  }
  .cardSummary h3 img{
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .cardSummary h3 {
    width: 90%;
    margin: 0 auto
  }
}

.cardPoint {
  grid-area: c;
  text-align: left
}

.cardPoint_deco {
  display: inline-block;
  margin-left: 2em;
  padding: 2px;
  position: relative
}

.cardPoint_deco p {
  padding: .2em .4em;
  position: relative;
  border-radius: 2px;
  font-family: "montserrat", sans-selif;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  z-index: 10
}

.cardPoint_deco::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  z-index: 1
}

.cardPoint_deco.-platinum p {
  background-image: linear-gradient(90deg, #674aaa 0%, #7d88bd 50%, #674aaa 100%)
}

.cardPoint_deco.-platinum::after {
  background-image: linear-gradient(90deg, #7d88bd 0%, #674aaa 87%)
}

.cardPoint_deco.-gold p {
  background-image: linear-gradient(90deg, #b06500 0%, #f3a600 50%, #b06500 100%)
}

.cardPoint_deco.-gold::after {
  background-image: linear-gradient(90deg, #f3a600 0%, #b06500 87%)
}

.cardPoint_deco.-club p {
  background-image: linear-gradient(90deg, #00997f 0%, #00d0a5 50%, #00997f 100%)
}

.cardPoint_deco.-club::after {
  background-image: linear-gradient(90deg, #00d0a5 0%, #00997f 87%)
}

.cardPoint_deco.-standard p {
  background-image: linear-gradient(90deg, red 0%, #ff7800 50%, red 100%)
}

.cardPoint_deco.-standard::after {
  background-image: linear-gradient(90deg, #ff7800 0%, red 87%)
}

.cardPoint_list {
  width: auto;
  margin-top: -1em;
  margin-right: 10%;
  padding: 2em;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1
}

.cardPoint_list li {
  padding-left: 2em;
  position: relative
}

.cardPoint_list li::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}

.cardPoint_list li strong {
  color: red;
  font-weight: 700
}

.cardPoint_list li:not(:first-of-type) {
  margin-top: 1.4em
}

.cardPoint_list.-platinum li::before {
  background-image: url("/afl/summer23/img/card_point_icon_plutinum.svg")
}

.cardPoint_list.-gold li::before {
  background-image: url("/afl/summer23/img/card_point_icon_gold.svg")
}

.cardPoint_list.-club li::before {
  background-image: url("/afl/summer23/img/card_point_icon_club.svg")
}

.cardPoint_list.-standard li::before {
  background-image: url("/afl/summer23/img/card_point_icon_standard.svg")
}

@media screen and (max-width: 1080px) {
  .cardPoint_deco {
    margin-left: 1.4em
  }

  .cardPoint_list {
    margin-right: 2%;
    padding: 1.4em;
    padding-top: 2em
  }
}

@media screen and (max-width: 800px) {
  .cardPoint {
    grid-area: d
  }

  .cardPoint_list {
    margin-right: 0
  }
}

@media screen and (max-width: 560px) {
  .cardPoint_deco {
    margin-left: 1.4em
  }

  .cardPoint_deco p {
    padding: .1em .6em;
    font-size: 1.4rem
  }

  .cardPoint_list {
    padding-top: 1.8em;
    border-radius: 6px
  }

  .cardPoint_list li {
    padding-left: 1.8em
  }

  .cardPoint_list li::before {
    width: 1.2em;
    height: 1.2em;
    top: .2em
  }
}

.cardImage {
  grid-area: b;
  position: relative
}

.cardImage figure {
  display: block;
  width: 66%;
  margin: 0 auto;
  position: relative;
  z-index: 10
}

.cardImage figcaption {
  margin-top: .6em;
  font-weight: 700
}

.cardImage_tri {
  display: block;
  width: 115%;
  height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #CA0003;
  clip-path: polygon(100% 0, 0 50%, 85% 100%);
  z-index: 1;
  -webkit-transform: translate3d(-45%, -50%, 0);
  -ms-transform: translate3d(-45%, -50%, 0);
  transform: translate3d(-45%, -50%, 0)
}

.cardImage.-platinum .cardImage_tri {
  background-image: linear-gradient(135deg, #674aaa 0%, #7d88bd 87%)
}

.cardImage.-gold .cardImage_tri {
  background-image: linear-gradient(135deg, #b06500 0%, #f3a600 87%)
}

.cardImage.-club .cardImage_tri {
  background-image: linear-gradient(135deg, #00997f 0%, #00d0a5 87%)
}

.cardImage.-standard .cardImage_tri {
  background-image: linear-gradient(135deg, red 0%, #ff7800 87%)
}

@media screen and (max-width: 800px) {
  .cardImage_tri {
    -webkit-transform: translate3d(-45%, -60%, 0);
    -ms-transform: translate3d(-45%, -60%, 0);
    transform: translate3d(-45%, -60%, 0)
  }
}

@media screen and (max-width: 560px) {
  .cardImage_tri {
    -webkit-transform: translate3d(-45%, -70%, 0) rotate(5deg);
    -ms-transform: translate3d(-45%, -70%, 0) rotate(5deg);
    transform: translate3d(-45%, -70%, 0) rotate(5deg)
  }
}

.cardCTA {
  grid-area: d;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.cardCTA_btn {
  width: 340px;
  margin-bottom: 1.2em;
  padding: .6em 2.4em;
  position: relative;
  background-color: #CA0003;
  border: #CA0003 2px solid;
  border-radius: 8px;
  color: #fff;
  font-size: min(2rem, 2vw);
  font-weight: 700;
  vertical-align: middle;
  top: 0px;
  box-shadow: 0 6px 0 #a10002;
  animation: push 2s linear infinite;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.cardCTA_btn small {
  font-size: 72%;
  vertical-align: middle
}

.cardCTA_btn .btnIcon {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 1.2em
}

.cardCTA_btn .btnIcon .icon {
  object-fit: contain
}

.cardCTA_btn .btnIcon .icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.cardCTA_price {
  margin-bottom: .8em;
  font-size: min(2rem, 2vw);
  font-weight: 700
}
.cardCTA_est_btn a{
  width: 340px;
  display: block;
  margin-bottom: 0.5em;
  padding: .6em 1em;
  background-color: #CA0003;
  border: #CA0003 2px solid;
  border-radius: 8px;
  color: #FFF;
  font-size: min(2rem, 2vw);
  font-weight: 700;
  text-align: center;
}
.cardCTA_est_btn a:hover{
  background-color: #FFF;
  color: #CA0003;
}
.cardCTA_est_btn a span{
  font-weight: normal;
}
.cardCTA_est_price{
  text-align: center;
  margin-bottom: 1em;
}




.cardCTA .textLink {
  margin-top: 1.2em;
  font-size: 85%
}

@media (hover: hover) and (pointer: fine) {
  .cardCTA_btn:hover {
    background-color: #fff;
    color: #CA0003;
    top: 6px;
    box-shadow: 0 0 0 #a10002;
    animation-play-state: paused
  }

  .cardCTA_btn:hover .btnIcon .icon {
    fill: #CA0003
  }
}

@media screen and (max-width: 800px) {
  .cardCTA {
    grid-area: c
  }

  .cardCTA_btn {
    max-width: 520px;
    font-size: min(2rem, 3.5vw)
  }

  .cardCTA_price {
    font-size: 2.0rem
  }

  .cardCTA .textLink {
    margin-top: 1.2em;
    font-size: 100%
  }
}

@media screen and (max-width: 560px) {
  .cardCTA_btn {
    max-width: 520px;
    font-size: min(2rem, 5.34vw)
  }

  .cardCTA_price {
    font-size: 1.6rem
  }
}

@keyframes push {
  0% {
    top: 0px;
    box-shadow: 0 6px 0 #a10002
  }

  10% {
    top: 6px;
    box-shadow: 0 0 0 #a10002
  }

  20% {
    top: 0px;
    box-shadow: 0 6px 0 #a10002
  }

  30% {
    top: 6px;
    box-shadow: 0 0 0 #a10002
  }

  40% {
    top: 0px;
    box-shadow: 0 6px 0 #a10002
  }
}

.compareChart {
  padding-bottom: 40px
}

.chartToggle {
  display: block;
  width: 100%;
  padding: 0.8em var(--side-padding);
  background: red;
  background: linear-gradient(90deg, red 0%, #fbb589 80%);
  background-position: 50% 50%;
  background-size: 200% auto;
  text-align: center
}

.chartToggle p {
  display: inline-block;
  padding-right: 2.6em;
  position: relative;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-align: center
}

.chartToggle_icon {
  display: block;
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(0deg);
  transform: translate3d(0, -50%, 0) rotate(0deg);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.chartToggle_icon .icon {
  width: 100%;
  height: 100%;
  fill: #fff
}

.chartToggle.is-open .chartToggle_icon {
  -webkit-transform: translate3d(0, -50%, 0) rotate(-180deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(-180deg);
  transform: translate3d(0, -50%, 0) rotate(-180deg)
}

@media (hover: hover) and (pointer: fine) {
  .chartToggle:hover {
    background-position: 0 50%
  }
}

.chartItem {
  padding: var(--side-padding)
}

.chartWrap {
  margin-bottom: 1em;
  padding-bottom: .6em;
  overflow-x: scroll
}

.cardChart {
  width: 1960px;
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  border-color: #333;
  border-width: 1px
}

.cardChart th,
.cardChart td {
  border-top: none;
  border-left: none;
  border-right: #555 1px solid;
  border-bottom: #555 1px solid;
  line-height: 1.2;
  z-index: 10
}

.cardChart th.cardChart_fix,
.cardChart td.cardChart_fix {
  position: sticky;
  top: 0;
  left: 0
}

.cardChart th.cardChart_fix img,
.cardChart th.cardChart_fix svg,
.cardChart td.cardChart_fix img,
.cardChart td.cardChart_fix svg {
  position: relative;
  z-index: 10
}

.cardChart th.cardChart_fix:before,
.cardChart td.cardChart_fix:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-left: #555 1px solid;
  z-index: 1
}

.cardChart th.cardChart_fix.-item1,
.cardChart td.cardChart_fix.-item1 {
  border-left: none;
  z-index: 15
}

.cardChart th.cardChart_fix.-item1:before,
.cardChart td.cardChart_fix.-item1:before {
  background-color: #444
}

.cardChart th.cardChart_fix.-item2,
.cardChart td.cardChart_fix.-item2 {
  width: 130px;
  height: 134px;
  z-index: 14
}

.cardChart th.cardChart_fix.-item3,
.cardChart td.cardChart_fix.-item3 {
  width: 130px;
  height: 134px;
  z-index: 13
}

.cardChart th.cardChart_fix.-item3:before,
.cardChart td.cardChart_fix.-item3:before {
  background-color: #efefef
}

.cardChart th.cardChart_fix.-item4,
.cardChart td.cardChart_fix.-item4 {
  width: 130px;
  height: 134px;
  z-index: 12
}

.cardChart th.cardChart_fix.-item5,
.cardChart td.cardChart_fix.-item5 {
  width: 130px;
  height: 134px;
  z-index: 11
}

.cardChart th.cardChart_fix.-item5:before,
.cardChart td.cardChart_fix.-item5:before {
  background-color: #efefef
}

.cardChart th.-gray,
.cardChart td.-gray {
  background-color: #efefef
}

.cardChart th.-row2,
.cardChart td.-row2 {
  background: #fff;
  background: linear-gradient(0deg, #efefef 50%, #fff 50%)
}

.cardChart th.-row3,
.cardChart td.-row3 {
  background: #efefef;
  background: linear-gradient(0deg, #fff calc(100% / 3), #efefef calc(100% / 3), #efefef calc(200% / 3), #fff calc(200% / 3))
}

.cardChart th.-row3reverse,
.cardChart td.-row3reverse {
  background: #fff;
  background: linear-gradient(0deg, #efefef 33.333%, #fff 33.333%, #fff 66.666%, #efefef 66.666%)
}

.cardChart thead th {
  min-width: 110px;
  padding: .4em;
  background-color: #444;
  border: #333 1px solid;
  color: #fff;
  font-size: 74%;
  font-weight: 300;
  white-space: nowrap
}

.cardChart tbody th {
  padding: .6em
}

.cardChart tbody td {
  padding: .6em 1em;
  font-size: 86.5%
}

.cardChart tbody td span {
  display: block;
  text-align: center
}

.cardChart tbody td strong {
  font-weight: 700
}

.cardChart tbody td small {
  font-size: 86%
}

.cardChart_innerList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 320px
}

.cardChart_innerList dt {
  -webkit-flex: 1 0 45%;
  flex: 1 0 45%;
  margin-bottom: .4em;
  padding-right: .6em;
  font-size: 86.5%;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap
}

.cardChart_innerList dd {
  -webkit-flex: 0 1 45%;
  flex: 0 1 45%;
  margin-bottom: .4em;
  font-size: 86.5%;
  line-height: 1.2;
  word-break: break-all
}

.cardChart_innerList {
  width: 280px
}

.cardChart_brand {
  width: 280px
}

@media screen and (max-width: 800px) {

  .cardChart th.cardChart_fix.-item2,
  .cardChart td.cardChart_fix.-item2 {
    width: 120px;
    height: 120px
  }

  .cardChart th.cardChart_fix.-item3,
  .cardChart td.cardChart_fix.-item3 {
    width: 120px;
    height: 120px
  }

  .cardChart th.cardChart_fix.-item4,
  .cardChart td.cardChart_fix.-item4 {
    width: 120px;
    height: 120px
  }

  .cardChart th.cardChart_fix.-item5,
  .cardChart td.cardChart_fix.-item5 {
    width: 120px;
    height: 120px
  }

  .cardChart thead th {
    min-width: 90px
  }

  .cardChart td {
    height: 60px
  }

  .cardChart_brand {
    width: 250px
  }
}

@media screen and (max-width: 560px) {

  .cardChart th.cardChart_fix.-item2,
  .cardChart td.cardChart_fix.-item2 {
    width: 100px;
    height: 115px
  }

  .cardChart th.cardChart_fix.-item3,
  .cardChart td.cardChart_fix.-item3 {
    width: 100px;
    height: 115px
  }

  .cardChart th.cardChart_fix.-item4,
  .cardChart td.cardChart_fix.-item4 {
    width: 100px;
    height: 115px
  }

  .cardChart th.cardChart_fix.-item5,
  .cardChart td.cardChart_fix.-item5 {
    width: 100px;
    height: 115px
  }
}

.chartSupplment p {
  margin-bottom: .4em;
  font-size: 86.5%;
  padding-left: 1.4em;
  text-indent: -1.4em
}

.chartSupplment p a {
  word-break: keep-all
}

@media screen and (max-width: 800px) {
  .chartSupplment p {
    margin-bottom: .2em
  }
}

.brandGroup {
  display: block
}

.brandGroup_item {
  display: inline-block;
  width: auto;
  height: 28px
}

.brandGroup_item img,
.brandGroup_item svg {
  width: auto;
  height: 100%
}

.brandGroup.-tall .brandGroup_item {
  height: 32px
}

.benefitJoin.-platinum .joinToggle {
  background-image: linear-gradient(90deg, #674aaa 0%, #7d88bd 50%, #674aaa 100%)
}

.benefitJoin.-platinum .breakdownItem_deco {
  background-color: #6C47B2
}

.benefitJoin.-platinum .breakdownItem_inner::before {
  background-image: linear-gradient(90deg, #674aaa 0%, #7d88bd 50%, #674aaa 100%)
}

.benefitJoin.-gold .joinToggle {
  background-image: linear-gradient(90deg, #b06500 0%, #f3a600 50%, #b06500 100%)
}

.benefitJoin.-gold .breakdownItem_deco {
  background-color: #D37200
}

.benefitJoin.-gold .breakdownItem_inner::before {
  background-image: linear-gradient(90deg, #b06500 0%, #f3a600 50%, #b06500 100%)
}

.benefitJoin.-club .joinToggle {
  background-image: linear-gradient(90deg, #00997f 0%, #00d0a5 50%, #00997f 100%)
}

.benefitJoin.-club .breakdownItem_deco {
  background-color: #00A983
}

.benefitJoin.-club .breakdownItem_inner::before {
  background-image: linear-gradient(90deg, #00997f 0%, #00d0a5 50%, #00997f 100%)
}

.benefitJoin.-standard .joinToggle {
  background-image: linear-gradient(90deg, red 0%, #ff7800 50%, red 100%)
}

.benefitJoin.-standard .breakdownItem_deco {
  background-color: red
}

.benefitJoin.-standard .breakdownItem_inner::before {
  background-image: linear-gradient(90deg, red 0%, #ff7800 50%, red 100%)
}

.joinToggle {
  display: block;
  padding: 1.6em;
  background-position: 0 50%;
  background-size: 180% auto;
  text-align: center;
  position: relative
}

.joinToggle_icon {
  display: block;
  width: 2.4em;
  height: 2.4em;
  position: absolute;
  top: 50%;
  right: 2em;
  background-color: transparent;
  border: #fff 3px solid;
  border-radius: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.joinToggle_icon::before,
.joinToggle_icon::after {
  content: "";
  width: 45%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 1em;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.joinToggle_icon::before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.joinToggle_icon::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg)
}

@media (hover: hover) and (pointer: fine) {
  .joinToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 800px) {
  .joinToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 560px) {
  .joinToggle_icon {
    border: #fff 2px solid
  }

  .joinToggle_icon::before,
  .joinToggle_icon::after {
    height: 2px
  }
}

.joinToggle p {
  display: inline-block;
  position: relative;
  font-family: "montserrat", sans-selif;
  font-weight: 800;
  color: #fff;
  font-size: min(7.4rem, 7.54vw);
  line-height: 1
}

.joinToggle p::before,
.joinToggle p::after {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: min(2.2rem, 2.24vw)
}

.joinToggle p::before {
  content: "最大";
  left: 0;
  -webkit-transform: translate3d(-120%, -50%, 0);
  -ms-transform: translate3d(-120%, -50%, 0);
  transform: translate3d(-120%, -50%, 0)
}

.joinToggle p::after {
  content: "マイル獲得チャンス";
  right: 0;
  -webkit-transform: translate3d(105%, -50%, 0);
  -ms-transform: translate3d(105%, -50%, 0);
  transform: translate3d(105%, -50%, 0)
}

.joinToggle.is-open .joinToggle_icon::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) rotate(0deg)
}

@media (hover: hover) and (pointer: fine) {
  .joinToggle:hover {
    background-position: 50% 100%
  }
}

@media screen and (max-width: 800px) {
  .joinToggle {
    position: relative;
    padding: 1.4em;
    padding-bottom: 1.8em
  }

  .joinToggle_icon {
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    right: 2em;
    background-color: transparent;
    border: #fff 3px solid;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  .joinToggle_icon::before,
  .joinToggle_icon::after {
    content: "";
    width: 45%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 1em;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
  }

  .joinToggle_icon::before {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .joinToggle_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
  }
}

@media screen and (max-width: 800px) and (hover: hover) and (pointer: fine) {
  .joinToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 800px) and (max-width: 800px) {
  .joinToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 800px) and (max-width: 560px) {
  .joinToggle_icon {
    border: #fff 2px solid
  }

  .joinToggle_icon::before,
  .joinToggle_icon::after {
    height: 2px
  }
}

@media screen and (max-width: 800px) {
  .joinToggle p {
    font-size: min(6.2rem, 10.7vw);
    line-height: 1.1
  }

  .joinToggle p::before,
  .joinToggle p::after {
    display: block;
    position: absolute;
    font-size: min(2.2rem, 2.8vw)
  }

  .joinToggle p::before {
    top: 0;
    bottom: auto;
    -webkit-transform: translate3d(-120%, 60%, 0);
    -ms-transform: translate3d(-120%, 60%, 0);
    transform: translate3d(-120%, 60%, 0)
  }

  .joinToggle p::after {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@media screen and (max-width: 560px) {
  .joinToggle {
    position: relative;
    padding: 1.2em;
    padding-bottom: 1.6em
  }

  .joinToggle_icon {
    display: block;
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    top: 50%;
    right: 2em;
    background-color: transparent;
    border: #fff 3px solid;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  .joinToggle_icon::before,
  .joinToggle_icon::after {
    content: "";
    width: 45%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 1em;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
  }

  .joinToggle_icon::before {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .joinToggle_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
  }
}

@media screen and (max-width: 560px) and (hover: hover) and (pointer: fine) {
  .joinToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 560px) and (max-width: 800px) {
  .joinToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 560px) and (max-width: 560px) {
  .joinToggle_icon {
    border: #fff 2px solid
  }

  .joinToggle_icon::before,
  .joinToggle_icon::after {
    height: 2px
  }
}

@media screen and (max-width: 560px) {
  .joinToggle p {
    font-size: min(5rem, 13.35vw)
  }
}

.joinItem {
  padding-top: 1.6em
}

@media screen and (max-width: 800px) {
  .joinItem {
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em
  }
}

@media screen and (max-width: 560px) {
  .joinItem {
    padding-top: 1.2em;
    padding-left: 1em;
    padding-right: 1em
  }
}

.cpBreakdown h4 {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .sp_scroll{
    overflow-x: scroll;
  }
}

.mileChart{
  width: 95%;
  margin: 0 auto;
  table-layout: fixed;
  background-color: #fff;
  border-collapse: collapse;
}
@media screen and (max-width: 800px) {
  .mileChart{
    width: 130%;
  }
}
.mileChart th, .mileChart td {
  padding: .6em;
  border: #000 thin solid;
  text-align: center;
  font-weight: bold;
}
.mileChart td .num{
  font-size: 130%;
}
.mileChart .sum th,.mileChart .sum td{
  border-top: double;
}
.mileChart .sum strong{
  color: red;
}
.-platinum .mileChart th {
  background-color: #6C47B2;
  color: #fff;
}
.-gold .mileChart th {
  background-color: #D37200;
  color: #fff;
}
.-club .mileChart th {
  background-color: #00A983;
  color: #fff;
}
.-standard .mileChart th {
  background-color: red;
  color: #fff;
}


.cpBreakdown .notesList,.cpBreakdown .notesList2{
  padding: 1em 0;
}
.cpBreakdown .notesList li{
  padding-left: 1em;
  text-indent: -1em;
}
.cpBreakdown .notesList2 li{
  padding-left: 2em;
  text-indent: -1.7em;
}















.breakdownList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 60px 50px
}

@media screen and (max-width: 1080px) {
  .breakdownList {
    gap: 5.56vw 4.63vw
  }
}

@media screen and (max-width: 800px) {
  .breakdownList {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    place-items: center;
    gap: 12.5vw 0
  }
}

@media screen and (max-width: 560px) {
  .breakdownList {
    gap: 16vw 0
  }
}

.breakdownItem {
  position: relative
}

.breakdownItem_deco {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  z-index: 10;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.breakdownItem_deco p {
  padding: .4em .6em;
  color: #fff;
  font-size: 114%;
  font-weight: 700;
  line-height: 1
}

.breakdownItem_inner {
  display: block;
  padding-top: 1.2em;
  position: relative;
  z-index: 1
}

.breakdownItem_inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1em
}

.breakdownItem_inner:nth-of-type(2) {
  padding: 2.2em 0 .4em
}

.breakdownItem_inner h5 {
  font-size: min(2rem, 2vw);
  font-weight: 700;
  line-height: 1.4
}

.breakdownItem_inner h5 small {
  font-size: 80%;
  font-weight: 300
}

.breakdownItem_inner h5.iconPlus {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.breakdownItem_inner h5.iconPlus span {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto
}

.breakdownItem_inner h5.iconPlus span.icon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 48px;
  margin-right: .6em;
  margin-top: .4em
}

.breakdownItem_inner p {
  margin-bottom: .4em
}

.breakdownItem_inner p.notes {
  margin-bottom: 0;
  color: #444;
  font-size: 86.5%;
  padding-left: .8em;
  text-indent: -1em
}

.breakdownItem .btnLineWrap {
  margin-top: 1.4em
}

@media screen and (max-width: 1080px) {
  .breakdownItem h5.iconPlus span.icon {
    width: 4.444vw
  }
}

@media screen and (max-width: 800px) {
  .breakdownItem {
    width: 100%;
    max-width: 380px
  }

  .breakdownItem_inner::before {
    height: 2px
  }

  .breakdownItem_inner:not(:last-of-type) {
    padding: 2.2em 0 .4em
  }

  .breakdownItem_inner h5 {
    font-size: min(2rem, 3.5vw)
  }

  .breakdownItem_inner h5.iconPlus span.icon {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 48px;
    margin-right: 1em
  }

  .breakdownItem .btnLineWrap {
    margin-top: 1em
  }

  .breakdownItem .btnLineWrap .btnLine {
    width: 75%
  }
}

@media screen and (max-width: 560px) {
  .breakdownItem {
    max-width: initial
  }

  .breakdownItem_deco p {
    font-size: 100%
  }

  .breakdownItem_inner h5 {
    font-size: min(1.8rem, 4.8vw)
  }

  .breakdownItem_inner h5.iconPlus span.icon {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px;
    margin-right: .6em
  }

  .breakdownItem .btnLineWrap .btnLine {
    width: 60%
  }
}

.breakdownBenefit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em
}

.breakdownBenefit dt {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 1.2em
}

.breakdownBenefit dt strong {
  font-weight: 700;
  padding-right: .1em
}

.breakdownBenefit dd {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin-bottom: 1.2em;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
  line-height: 1
}

.breakdownBenefit dd strong {
  display: inline-block;
  position: relative;
  font-family: "montserrat", sans-selif;
  font-weight: 800;
  font-size: 270%;
  vertical-align: baseline
}

@media screen and (max-width: 1080px) {
  .breakdownBenefit dt {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .breakdownBenefit dt .resizeShow {
    display: inline
  }

  .breakdownBenefit dd {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .breakdownBenefit dd strong {
    font-size: 180%
  }
}

@media screen and (max-width: 800px) {
  .breakdownBenefit {
    margin-top: .4em
  }

  .breakdownBenefit dt {
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%
  }

  .breakdownBenefit dd {
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-bottom: 1em
  }

  .breakdownBenefit dd strong {
    font-size: 240%
  }
}

@media screen and (max-width: 560px) {
  .breakdownBenefit {
    margin-top: 1em
  }
}

.conditions {
  margin-bottom: .8em;
  color: #444;
  font-size: 86.5%;
  text-align: right
}

.conditions span {
  display: inline-block;
  margin-left: .6em;
  padding: .2em .4em;
  border: #666 thin solid
}

.benefitMore {
  margin-top: var(--vert-padding)
}

.benefitMore_head {
  width: 56%;
  max-width: 365px;
  margin: 0 auto
}

.benefitMore_wrap {
  margin-top: 40px
}

.benefitMore.-platinum .moreToggle {
  background-image: linear-gradient(-45deg, #a897d3 0%, #e4dff0 50%, #a897d3 100%);
  position: relative
}

.benefitMore.-platinum .moreToggle_icon {
  display: block;
  width: 2.4em;
  height: 2.4em;
  position: absolute;
  top: 50%;
  right: 2em;
  background-color: transparent;
  border: #6C47B2 3px solid;
  border-radius: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.benefitMore.-platinum .moreToggle_icon::before,
.benefitMore.-platinum .moreToggle_icon::after {
  content: "";
  width: 45%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #6C47B2;
  border-radius: 1em;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.benefitMore.-platinum .moreToggle_icon::before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.benefitMore.-platinum .moreToggle_icon::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg)
}

@media (hover: hover) and (pointer: fine) {
  .benefitMore.-platinum .moreToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 800px) {
  .benefitMore.-platinum .moreToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 560px) {
  .benefitMore.-platinum .moreToggle_icon {
    border: #6C47B2 2px solid
  }

  .benefitMore.-platinum .moreToggle_icon::before,
  .benefitMore.-platinum .moreToggle_icon::after {
    height: 2px
  }
}

.benefitMore.-platinum .moreToggle_miles {
  color: #6C47B2
}
.benefitMore.-platinum .moreToggle_text2 {
  color: #6C47B2
}

.benefitMore.-platinum .moreItemInner.-line {
  border: #6C47B2 thin solid;
  border-image: linear-gradient(to right, #7E89BE 0%, #664AAC 87%);
  border-image-slice: 1
}

.benefitMore.-gold .moreToggle {
  background-image: linear-gradient(-45deg, #d6ab7c 0%, #ffffe1 50%, #d6ab7c 100%);
  position: relative
}

.benefitMore.-gold .moreToggle_icon {
  display: block;
  width: 2.4em;
  height: 2.4em;
  position: absolute;
  top: 50%;
  right: 2em;
  background-color: transparent;
  border: #D37200 3px solid;
  border-radius: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.benefitMore.-gold .moreToggle_icon::before,
.benefitMore.-gold .moreToggle_icon::after {
  content: "";
  width: 45%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #D37200;
  border-radius: 1em;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.benefitMore.-gold .moreToggle_icon::before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.benefitMore.-gold .moreToggle_icon::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg)
}

@media (hover: hover) and (pointer: fine) {
  .benefitMore.-gold .moreToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 800px) {
  .benefitMore.-gold .moreToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 560px) {
  .benefitMore.-gold .moreToggle_icon {
    border: #D37200 2px solid;
  }

  .benefitMore.-gold .moreToggle_icon::before,
  .benefitMore.-gold .moreToggle_icon::after {
    height: 2px;
  }
}

.benefitMore.-gold .moreToggle_miles {
  color: #D37200;
}
.benefitMore.-gold .moreToggle_text2 {
  color: #D37200;
}

.benefitMore.-gold .moreItemInner.-line {
  border: #D37200 thin solid;
  border-image: linear-gradient(to right, #DFB985 0%, #C77D14 87%);
  border-image-slice: 1
}

.benefitMore.-club .moreToggle {
  background-image: linear-gradient(-45deg, #6dcc9e 0%, #daffee 50%, #6dcc9e 100%);
  position: relative
}

.benefitMore.-club .moreToggle_icon {
  display: block;
  width: 2.4em;
  height: 2.4em;
  position: absolute;
  top: 50%;
  right: 2em;
  background-color: transparent;
  border: #00A983 3px solid;
  border-radius: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.benefitMore.-club .moreToggle_icon::before,
.benefitMore.-club .moreToggle_icon::after {
  content: "";
  width: 45%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #00A983;
  border-radius: 1em;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.benefitMore.-club .moreToggle_icon::before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.benefitMore.-club .moreToggle_icon::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg)
}

@media (hover: hover) and (pointer: fine) {
  .benefitMore.-club .moreToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 800px) {
  .benefitMore.-club .moreToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 560px) {
  .benefitMore.-club .moreToggle_icon {
    border: #00A983 2px solid;
  }

  .benefitMore.-club .moreToggle_icon::before,
  .benefitMore.-club .moreToggle_icon::after {
    height: 2px;
  }
}

.benefitMore.-club .moreToggle_miles {
  color: #00A983;
}
.benefitMore.-club .moreToggle_text2 {
  color: #00A983;
}

.benefitMore.-club .moreItemInner.-line {
  border: #00A983 thin solid;
  border-image: linear-gradient(to right, #00D1A6 0%, #009A7F 87%);
  border-image-slice: 1;
}

.benefitMore.-standard .moreToggle {
  background-image: linear-gradient(-45deg, rgba(246, 194, 218, 0.5) 0%, rgba(248, 248, 169, 0.5) 50%, rgba(255, 155, 193, 0.5) 100%);
  background-size: 200% auto;
  position: relative
}

.benefitMore.-standard .moreToggle_icon {
  display: block;
  width: 2.4em;
  height: 2.4em;
  position: absolute;
  top: 50%;
  right: 2em;
  background-color: transparent;
  border: red 3px solid;
  border-radius: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.benefitMore.-standard .moreToggle_icon::before,
.benefitMore.-standard .moreToggle_icon::after {
  content: "";
  width: 45%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: red;
  border-radius: 1em;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.benefitMore.-standard .moreToggle_icon::before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.benefitMore.-standard .moreToggle_icon::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg)
}

@media (hover: hover) and (pointer: fine) {
  .benefitMore.-standard .moreToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 800px) {
  .benefitMore.-standard .moreToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 560px) {
  .benefitMore.-standard .moreToggle_icon {
    border: red 2px solid
  }

  .benefitMore.-standard .moreToggle_icon::before,
  .benefitMore.-standard .moreToggle_icon::after {
    height: 2px
  }
}

.benefitMore.-standard .moreToggle_miles {
  color: red;
}
.benefitMore.-standard .moreToggle_text2 {
  color: red;
}

.benefitMore.-standard .moreItemInner.-line {
  border: red thin solid;
  border-image: linear-gradient(to right, #FFCE00 0%, red 87%);
  border-image-slice: 1
}

@media screen and (max-width: 800px) {
  .benefitMore.-platinum .moreToggle {
    position: relative
  }

  .benefitMore.-platinum .moreToggle_icon {
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    right: 2em;
    background-color: transparent;
    border: #6C47B2 3px solid;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  .benefitMore.-platinum .moreToggle_icon::before,
  .benefitMore.-platinum .moreToggle_icon::after {
    content: "";
    width: 45%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #6C47B2;
    border-radius: 1em;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
  }

  .benefitMore.-platinum .moreToggle_icon::before {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .benefitMore.-platinum .moreToggle_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
  }
}

@media screen and (max-width: 800px) and (hover: hover) and (pointer: fine) {
  .benefitMore.-platinum .moreToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 800px) and (max-width: 800px) {
  .benefitMore.-platinum .moreToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 800px) and (max-width: 560px) {
  .benefitMore.-platinum .moreToggle_icon {
    border: #6C47B2 2px solid
  }

  .benefitMore.-platinum .moreToggle_icon::before,
  .benefitMore.-platinum .moreToggle_icon::after {
    height: 2px
  }
}

@media screen and (max-width: 800px) {
  .benefitMore.-gold .moreToggle {
    position: relative
  }

  .benefitMore.-gold .moreToggle_icon {
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    right: 2em;
    background-color: transparent;
    border: #D37200 3px solid;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  .benefitMore.-gold .moreToggle_icon::before,
  .benefitMore.-gold .moreToggle_icon::after {
    content: "";
    width: 45%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #D37200;
    border-radius: 1em;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
  }

  .benefitMore.-gold .moreToggle_icon::before {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .benefitMore.-gold .moreToggle_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
  }
}

@media screen and (max-width: 800px) and (hover: hover) and (pointer: fine) {
  .benefitMore.-gold .moreToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 800px) and (max-width: 800px) {
  .benefitMore.-gold .moreToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 800px) and (max-width: 560px) {
  .benefitMore.-gold .moreToggle_icon {
    border: #D37200 2px solid
  }

  .benefitMore.-gold .moreToggle_icon::before,
  .benefitMore.-gold .moreToggle_icon::after {
    height: 2px
  }
}

@media screen and (max-width: 800px) {
  .benefitMore.-club .moreToggle {
    position: relative
  }

  .benefitMore.-club .moreToggle_icon {
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    right: 2em;
    background-color: transparent;
    border: #00A983 3px solid;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  .benefitMore.-club .moreToggle_icon::before,
  .benefitMore.-club .moreToggle_icon::after {
    content: "";
    width: 45%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #00A983;
    border-radius: 1em;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
  }

  .benefitMore.-club .moreToggle_icon::before {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .benefitMore.-club .moreToggle_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
  }
}

@media screen and (max-width: 800px) and (hover: hover) and (pointer: fine) {
  .benefitMore.-club .moreToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 800px) and (max-width: 800px) {
  .benefitMore.-club .moreToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 800px) and (max-width: 560px) {
  .benefitMore.-club .moreToggle_icon {
    border: #00A983 2px solid
  }

  .benefitMore.-club .moreToggle_icon::before,
  .benefitMore.-club .moreToggle_icon::after {
    height: 2px
  }
}

@media screen and (max-width: 800px) {
  .benefitMore.-standard .moreToggle {
    position: relative
  }

  .benefitMore.-standard .moreToggle_icon {
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    right: 2em;
    background-color: transparent;
    border: red 3px solid;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  .benefitMore.-standard .moreToggle_icon::before,
  .benefitMore.-standard .moreToggle_icon::after {
    content: "";
    width: 45%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: red;
    border-radius: 1em;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
  }

  .benefitMore.-standard .moreToggle_icon::before {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .benefitMore.-standard .moreToggle_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
  }
}

@media screen and (max-width: 800px) and (hover: hover) and (pointer: fine) {
  .benefitMore.-standard .moreToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 800px) and (max-width: 800px) {
  .benefitMore.-standard .moreToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 800px) and (max-width: 560px) {
  .benefitMore.-standard .moreToggle_icon {
    border: red 2px solid
  }

  .benefitMore.-standard .moreToggle_icon::before,
  .benefitMore.-standard .moreToggle_icon::after {
    height: 2px
  }
}

@media screen and (max-width: 560px) {
  .benefitMore_head {
    width: 62%
  }

  .benefitMore_wrap {
    margin-top: 30px
  }

  .benefitMore.-platinum .moreToggle {
    position: relative
  }

  .benefitMore.-platinum .moreToggle_icon {
    display: block;
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    top: 50%;
    right: 2em;
    background-color: transparent;
    border: #6C47B2 3px solid;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  .benefitMore.-platinum .moreToggle_icon::before,
  .benefitMore.-platinum .moreToggle_icon::after {
    content: "";
    width: 45%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #6C47B2;
    border-radius: 1em;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
  }

  .benefitMore.-platinum .moreToggle_icon::before {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .benefitMore.-platinum .moreToggle_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
  }
}

@media screen and (max-width: 560px) and (hover: hover) and (pointer: fine) {
  .benefitMore.-platinum .moreToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 560px) and (max-width: 800px) {
  .benefitMore.-platinum .moreToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 560px) and (max-width: 560px) {
  .benefitMore.-platinum .moreToggle_icon {
    border: #6C47B2 2px solid
  }

  .benefitMore.-platinum .moreToggle_icon::before,
  .benefitMore.-platinum .moreToggle_icon::after {
    height: 2px
  }
}

@media screen and (max-width: 560px) {
  .benefitMore.-gold .moreToggle {
    position: relative
  }

  .benefitMore.-gold .moreToggle_icon {
    display: block;
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    top: 50%;
    right: 2em;
    background-color: transparent;
    border: #D37200 3px solid;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  .benefitMore.-gold .moreToggle_icon::before,
  .benefitMore.-gold .moreToggle_icon::after {
    content: "";
    width: 45%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #D37200;
    border-radius: 1em;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
  }

  .benefitMore.-gold .moreToggle_icon::before {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .benefitMore.-gold .moreToggle_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
  }
}

@media screen and (max-width: 560px) and (hover: hover) and (pointer: fine) {
  .benefitMore.-gold .moreToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 560px) and (max-width: 800px) {
  .benefitMore.-gold .moreToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 560px) and (max-width: 560px) {
  .benefitMore.-gold .moreToggle_icon {
    border: #D37200 2px solid
  }

  .benefitMore.-gold .moreToggle_icon::before,
  .benefitMore.-gold .moreToggle_icon::after {
    height: 2px
  }
}

@media screen and (max-width: 560px) {
  .benefitMore.-club .moreToggle {
    position: relative
  }

  .benefitMore.-club .moreToggle_icon {
    display: block;
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    top: 50%;
    right: 2em;
    background-color: transparent;
    border: #00A983 3px solid;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  .benefitMore.-club .moreToggle_icon::before,
  .benefitMore.-club .moreToggle_icon::after {
    content: "";
    width: 45%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #00A983;
    border-radius: 1em;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
  }

  .benefitMore.-club .moreToggle_icon::before {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .benefitMore.-club .moreToggle_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
  }
}

@media screen and (max-width: 560px) and (hover: hover) and (pointer: fine) {
  .benefitMore.-club .moreToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 560px) and (max-width: 800px) {
  .benefitMore.-club .moreToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 560px) and (max-width: 560px) {
  .benefitMore.-club .moreToggle_icon {
    border: #00A983 2px solid
  }

  .benefitMore.-club .moreToggle_icon::before,
  .benefitMore.-club .moreToggle_icon::after {
    height: 2px
  }
}

@media screen and (max-width: 560px) {
  .benefitMore.-standard .moreToggle {
    position: relative
  }

  .benefitMore.-standard .moreToggle_icon {
    display: block;
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    top: 50%;
    right: 2em;
    background-color: transparent;
    border: red 3px solid;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  .benefitMore.-standard .moreToggle_icon::before,
  .benefitMore.-standard .moreToggle_icon::after {
    content: "";
    width: 45%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: red;
    border-radius: 1em;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
  }

  .benefitMore.-standard .moreToggle_icon::before {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .benefitMore.-standard .moreToggle_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
  }
}

@media screen and (max-width: 560px) and (hover: hover) and (pointer: fine) {
  .benefitMore.-standard .moreToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 560px) and (max-width: 800px) {
  .benefitMore.-standard .moreToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 560px) and (max-width: 560px) {
  .benefitMore.-standard .moreToggle_icon {
    border: red 2px solid
  }

  .benefitMore.-standard .moreToggle_icon::before,
  .benefitMore.-standard .moreToggle_icon::after {
    height: 2px
  }
}

.moreToggle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 150px;
  padding: 1em 7.5em 1em 2em;
  background-size: 180% auto;
  background-position: 50% 50%
}

.moreToggle_text {
  -webkit-flex: 1 1 45%;
  flex: 1 1 45%;
  color: #000;
  font-size: min(2.4rem, 2.45vw);
  font-weight: 700;
  line-height: 1.3
}

.moreToggle_text small {
  display: block;
  color: #444;
  font-size: 1.2rem;
  font-weight: 300;
  position: absolute;
  left: 2.2em;
  bottom: .8em
}

.moreToggle_text2 {
  position: absolute;
  top: 10%;
  right: 23%;
  font-size: min(2.2rem, 2.24vw);
  font-weight: bold;
}


.moreToggle_miles {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  position: relative;
  font-family: "montserrat", sans-selif;
  font-weight: 800;
  font-size: min(6rem, 6.12vw);
  line-height: 1
}

.moreToggle_miles small {
  font-size: min(2.2rem, 2.24vw)
}

.moreToggle_miles::before,
.moreToggle_miles::after {
  position: relative;
  bottom: 0;
  font-size: min(2.2rem, 2.24vw);
  white-space: nowrap
}

.moreToggle_miles::before {
  left: 0
}

.moreToggle_miles::after {
  right: 0
}

.moreToggle_miles.-miles::after {
  content: "マイル";
  -webkit-transform: translate3d(110%, -40%, 0);
  -ms-transform: translate3d(110%, -40%, 0);
  transform: translate3d(110%, -40%, 0)
}

.moreToggle_miles.-maxMiles::before {
  content: "最大";
  -webkit-transform: translate3d(-110%, -20%, 0);
  -ms-transform: translate3d(-110%, -20%, 0);
  transform: translate3d(-110%, -20%, 0)
}

.moreToggle_miles.-maxMiles::after {
  content: "マイル";
  -webkit-transform: translate3d(110%, -40%, 0);
  -ms-transform: translate3d(110%, -40%, 0);
  transform: translate3d(110%, -40%, 0)
}

.moreToggle_miles.-eJal::after {
  content: "e JALポイント";
  -webkit-transform: translate3d(110%, -40%, 0);
  -ms-transform: translate3d(110%, -40%, 0);
  transform: translate3d(110%, -40%, 0)
}

.moreToggle_miles.-chusen::before {
  content: "抽選";
  -webkit-transform: translate3d(-110%, -20%, 0);
  -ms-transform: translate3d(-110%, -20%, 0);
  transform: translate3d(-110%, -20%, 0)
}

.moreToggle_miles.-chusen::after {
  content: "マイル";
  -webkit-transform: translate3d(110%, -40%, 0);
  -ms-transform: translate3d(110%, -40%, 0);
  transform: translate3d(110%, -40%, 0)
}

.moreToggle_miles.-maxYen::before {
  content: "最大";
  -webkit-transform: translate3d(-110%, -20%, 0);
  -ms-transform: translate3d(-110%, -20%, 0);
  transform: translate3d(-110%, -20%, 0)
}

.moreToggle_miles.-maxYen::after {
  content: "プレゼント";
  -webkit-transform: translate3d(115%, -40%, 0);
  -ms-transform: translate3d(115%, -40%, 0);
  transform: translate3d(115%, -40%, 0)
}

.moreToggle_miles.-jrePoint::before {
  content: "JRE POINT";
  position: absolute;
  bottom: auto;
  top: 0;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 700;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

.moreToggle_miles.-jrePoint::after {
  content: "ポイントプレゼント";
  -webkit-transform: translate3d(115%, -40%, 0);
  -ms-transform: translate3d(115%, -40%, 0);
  transform: translate3d(115%, -40%, 0)
}

.moreToggle_miles.-tokyu::before {
  content: "TOKYU POINT";
  position: absolute;
  bottom: auto;
  top: 0;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 700;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

.moreToggle_miles.-tokyu::after {
  content: "ポイントプレゼント";
  -webkit-transform: translate3d(115%, -40%, 0);
  -ms-transform: translate3d(115%, -40%, 0);
  transform: translate3d(115%, -40%, 0)
}

.moreToggle_miles.-chusenmax::after {
  content: "マイル";
  -webkit-transform: translate3d(110%, -40%, 0);
  -ms-transform: translate3d(110%, -40%, 0);
  transform: translate3d(110%, -40%, 0)
}

@media screen and (max-width: 800px) {
  .moreToggle_miles.-chusenmax::after {
      -webkit-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
}

.moreToggle_miles.-chusenmax::before {
  content: "抽選で最大";
  -webkit-transform: translate3d(-110%, -20%, 0);
  -ms-transform: translate3d(-110%, -20%, 0);
  transform: translate3d(-110%, -20%, 0)
}

@media screen and (max-width: 800px) {
  .moreToggle_miles.-chusenmax::before {
      top: 0;
      bottom: auto;
      -webkit-transform: translate3d(0, -100%, 0);
      -ms-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
}

.moreToggle_type {
  width: 100px;
  height: 80px;
  margin-right: 1.6em
}

.moreToggle_type img,
.moreToggle_type svg {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.moreToggle.is-open .moreToggle_icon::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) rotate(0deg)
}

@media (hover: hover) and (pointer: fine) {
  .moreToggle:hover {
    background-position: 0 50%
  }
}

@media screen and (max-width: 1080px) {
  .moreToggle {
    padding: 1em 6em 1em 2em
  }

  .moreToggle_text.-tokyu .resizeShow {
    display: none
  }

  .moreToggle_type {
    width: 9.259vw;
    height: 7.407vw;
    margin-right: 1em
  }

  .moreToggle_miles.-jrePoint::after {
    font-size: min(2rem, 2vw)
  }

  .moreToggle .resizeShow {
    display: inline
  }
}

@media screen and (max-width: 800px) {
  .moreToggle {
    height: 120px;
    padding: 1em 4.2em 1em 1em
  }

  .moreToggle_text {
    -webkit-flex: 0 1 48%;
    flex: 0 1 48%;
    color: #000;
    font-size: 1.7rem;
    line-height: 1.2;
    white-space: nowrap
  }

  .moreToggle_text small {
    display: block;
    position: absolute;
    bottom: .8em;
    left: 1em
  }
  .moreToggle_text2 {
    font-size: 1.4rem;
    top: 9%;
    right: 10%;
  }

  .moreToggle_miles {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: min(6rem, 7.14vw);
    line-height: 1.1
  }

  .moreToggle_miles small {
    font-size: 1.4rem
  }

  .moreToggle_miles::before,
  .moreToggle_miles::after {
    position: absolute;
    font-size: 1.4rem
  }

  .moreToggle_miles.-miles::after {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  .moreToggle_miles.-maxMiles::before {
    top: 0;
    bottom: auto;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  .moreToggle_miles.-maxMiles::after {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  .moreToggle_miles.-eJal::after {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  .moreToggle_miles.-chusen::before {
    top: 0;
    bottom: auto;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  .moreToggle_miles.-chusen::after {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  .moreToggle_miles.-maxYen::before {
    top: 0;
    bottom: auto;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  .moreToggle_miles.-maxYen::after {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  .moreToggle_miles.-jrePoint::before {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  .moreToggle_miles.-jrePoint::after {
    font-size: 1.2rem;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  .moreToggle_miles.-tokyu {
    /*padding-right:.8em*/
  }

  .moreToggle_miles.-tokyu::before {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  .moreToggle_miles.-tokyu::after {
    /*left:0;*/
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  .moreToggle_type {
    width: 80px;
    height: 60px;
    margin-right: 1em
  }
}

@media screen and (max-width: 560px) {
  .moreToggle {
    height: 90px;
    padding: 1em 3.6em 1.2em 1em
  }

  .moreToggle_text {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-right: .4em;
    color: #000;
    font-size: 1.3rem;
    letter-spacing: 0
  }

  .moreToggle_text small {
    bottom: .6em;
    font-size: 1.0rem
  }
  .moreToggle_text2 {
    right: 5%;
    font-size: 1.2rem;
  }
  .moreToggle_text.-tokyu .resizeShow {
    display: inline
  }

  .moreToggle_miles {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: min(3.4rem, 94vw)
  }

  .moreToggle_miles small {
    font-size: 1.2rem
  }

  .moreToggle_miles::before,
  .moreToggle_miles::after {
    font-size: 1.2rem
  }

  .moreToggle_miles.-jrePoint::after {
    font-size: 1rem
  }

  .moreToggle_type {
    width: auto;
    max-width: 60px;
    height: 40px;
    margin-right: 1em
  }
}

@media screen and (max-width: 420px) {
  .moreToggle_text .resizeShow {
    display: inline
  }
}

.moreItem {
  padding: 2em 0 80px
}

.moreItem h4 {
  margin-bottom: .8em;
  font-size: 114%;
  line-height: 1.4
}

.moreItem .note {
  margin-top: .1em;
  color: #444;
  font-size: 86.5%;
  padding-left: 1em;
  text-indent: -1em
}

.moreItem .note.-top {
  margin-top: 1em
}

@media (hover: hover) and (pointer: fine) {
  .moreItem:hover {
    background-position: 0 50%
  }
}

@media screen and (max-width: 800px) {
  .moreItem {
    padding: 2em 5% 60px
  }
}

@media screen and (max-width: 560px) {
  .moreItem {
    padding: 1.6em 1.4em 1.4em
  }

  .moreItem h4 {
    font-size: 100%
  }

  .moreItem h4 span {
    display: none
  }
}

.moreItemInner {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.moreItemInner.-line {
  margin: 1.8em 0 1em;
  padding: 1.4em;
}

.moreItemInner.-line .moreItemInner_item h5 {
  margin-bottom: .6em;
}

.moreItemInner.-line .btnLineWrap {
  margin: 0;
}

.moreItemInner p {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.moreItemInner .conditions {
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
}

@media (hover: hover) and (pointer: fine) {
  .moreItemInner:hover {
    background-position: 0 50%;
  }
}

@media screen and (max-width: 800px) {
  .moreItemInner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .moreItemInner.-line {
    margin: 1.6em 0 1em;
    padding: 1em;
  }

  .moreItemInner.-line .btnLineWrap {
    width: 80%;
    margin: 1em 0 0;
  }

  .moreItemInner p {
    order: 2;
    width: 100%
  }

  .moreItemInner .conditions {
    order: 1;
  }
}

.secDesign {
  margin: 0;
  padding: var(--vert-padding) var(--side-padding);
  position: relative;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 60px;
  background-image: linear-gradient(-70deg, #a2c4d5 0%, #f7ffff 30%, #f7ffff 70%, #a2c4d5 100%);
  overflow: hidden;
}

.secDesign::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 800px) {
  .secDesign {
    padding: 80px var(--side-padding);
  }
}

@media screen and (max-width: 560px) {
  .secDesign {
    padding: 50px var(--side-padding);
  }
}

.secDesign::before {
  content: "";
  display: block;
  width: 97%;
  height: 78%;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  clip-path: polygon(45% 0, 0% 100%, 100% 50%);
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.secDesign .secHead {
  z-index: 10;
}

.secDesign .secHead h2 {
  width: 53%;
  max-width: 420px;
}

.secDesign .secHead h2 .left {
  display: block;
  width: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(-164px, -50%, 0);
  -ms-transform: translate3d(-164px, -50%, 0);
  transform: translate3d(-164px, -50%, 0);
}

.secDesign .secHead h2 .right {
  display: block;
  width: 106px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(186px, -50%, 0);
  -ms-transform: translate3d(186px, -50%, 0);
  transform: translate3d(186px, -50%, 0);
}

@media screen and (max-width: 800px) {
  .secDesign {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .secDesign .secHead h2 {
    width: 42%
  }

  .secDesign .secHead h2 .left {
    -webkit-transform: translate3d(-180%, -20%, 0);
    -ms-transform: translate3d(-180%, -20%, 0);
    transform: translate3d(-180%, -20%, 0)
  }

  .secDesign .secHead h2 .right {
    -webkit-transform: translate3d(150%, -30%, 0);
    -ms-transform: translate3d(150%, -30%, 0);
    transform: translate3d(150%, -30%, 0)
  }
}

@media screen and (max-width: 560px) {
  .secDesign {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .secDesign .secHead h2 {
    width: 60%
  }

  .secDesign .secHead h2 .left {
    display: block;
    width: 65px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-180%, -30%, 0);
    -ms-transform: translate3d(-180%, -30%, 0);
    transform: translate3d(-180%, -30%, 0)
  }

  .secDesign .secHead h2 .right {
    display: block;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(200%, -30%, 0);
    -ms-transform: translate3d(200%, -30%, 0);
    transform: translate3d(200%, -30%, 0)
  }
}

.designBox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.designBox_detail {
  -webkit-flex: 0 0 35%;
  flex: 0 0 35%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 1em;
  padding-top: min(7.65vw, 75px)
}

.designBox_image {
  -webkit-flex: 0 0 64%;
  flex: 0 0 64%
}

@media screen and (max-width: 1080px) {
  .designBox_detail {
    padding-top: min(5vw, 65px)
  }
}

@media screen and (max-width: 800px) {
  .designBox_detail {
    -webkit-flex: 0 0 38%;
    flex: 0 0 38%;
    padding-top: 0
  }

  .designBox_image {
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%
  }
}

@media screen and (max-width: 560px) {
  .designBox {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .designBox_detail {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .designBox_image {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
  }
}

.designDetailText {
  width: 126%;
  margin-bottom: auto
}

@media screen and (max-width: 800px) {
  .designDetailText {
    width: 132%;
    margin-bottom: min(5vw, 40px)
  }
}

@media screen and (max-width: 560px) {
  .designDetailText {
    width: 96%;
    margin: 0 auto;
    margin-bottom: min(8vw, 30px)
  }
}

.designBoxText {
  margin-bottom: auto
}

.designNote {
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-align: left
}

.designNote.-sp {
  display: none
}

@media screen and (max-width: 560px) {
  .designNote:first-of-type {
    margin-top: 1em
  }

  .designNote.-pc {
    display: none
  }

  .designNote.-sp {
    display: block;
    width: 100%
  }
}

.lsp_bnr{
  padding: 10px var(--side-padding) var(--vert-padding);
}
.lsp_bnr a{
  display:block;;
}
.lsp_bnr a:first-child{
  margin-bottom: 50px;
  display: block;
}



.secSave {
  margin: 0;
  padding: var(--vert-padding) var(--side-padding);
  position: relative;
  background-color: #fff;
  padding-bottom: 60px;
  background-image: linear-gradient(90deg, #a8e2ec 0%, #dcffff 50%, #bfe6d9 100%)
}

.secSave::after {
  content: "";
  display: block;
  clear: both
}

@media screen and (max-width: 800px) {
  .secSave {
    padding: 80px var(--side-padding)
  }
}

@media screen and (max-width: 560px) {
  .secSave {
    padding: 50px var(--side-padding)
  }
}

.secSave .secHead h2 {
  width: 68%;
  max-width: 668px
}
.secSave .secHead h2 img{
  margin: 0 auto;
}
.secSave .secHead h2 .left {
  display: block;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(-130px, -30%, 0);
  -ms-transform: translate3d(-130px, -30%, 0);
  transform: translate3d(-130px, -30%, 0)
}

.secSave .secHead h2 .right {
  display: block;
  width: 90px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(120px, -30%, 0);
  -ms-transform: translate3d(120px, -30%, 0);
  transform: translate3d(120px, -30%, 0)
}

@media screen and (max-width: 800px) {
  .secSave .secHead h2 {
    width: 48%
  }

  .secSave .secHead h2 .left {
    display: block;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-180%, -30%, 0);
    -ms-transform: translate3d(-180%, -30%, 0);
    transform: translate3d(-180%, -30%, 0)
  }

  .secSave .secHead h2 .right {
    display: block;
    width: 90px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(160%, -30%, 0);
    -ms-transform: translate3d(160%, -30%, 0);
    transform: translate3d(160%, -30%, 0)
  }
}

@media screen and (max-width: 560px) {
  .secSave .secHead h2 {
    width: 70%
  }

  .secSave .secHead h2 .left {
    display: block;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-140%, -30%, 0);
    -ms-transform: translate3d(-140%, -30%, 0);
    transform: translate3d(-140%, -30%, 0)
  }

  .secSave .secHead h2 .right {
    display: block;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(140%, -30%, 0);
    -ms-transform: translate3d(140%, -30%, 0);
    transform: translate3d(140%, -30%, 0)
  }
}

.saveContainer {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 70px 40px;
  position: relative
}

@media screen and (max-width: 1080px) {
  .saveContainer {
    padding: 0 0 40px
  }
}

.saveSlide.swiper {
  width: 100%
}

.saveSlide_slide.swiper-slide {
  width: 100%;
  height: auto
}

.saveSlide_page.swiper-pagination-bullets {
  bottom: 0 !important
}

.saveSlide_page.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background-color: #ccc;
  opacity: 1
}

.saveSlide_page.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #888
}

.saveSlide_prev.swiper-button-prev {
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  background: #f5a7a8;
  border-radius: 50%;
  opacity: 1;
  z-index: 10;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.saveSlide_prev.swiper-button-prev::after {
  content: "";
  display: block;
  width: 35%;
  height: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: translate3d(-65%, -50%, 0) rotate(180deg);
  -ms-transform: translate3d(-65%, -50%, 0) rotate(180deg);
  transform: translate3d(-65%, -50%, 0) rotate(180deg)
}

.saveSlide_prev.swiper-button-prev.swiper-button-disabled {
  opacity: 0
}

.saveSlide_next.swiper-button-next {
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0;
  background: #f5a7a8;
  border-radius: 50%;
  opacity: 1;
  z-index: 10;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.saveSlide_next.swiper-button-next::after {
  content: "";
  display: block;
  width: 35%;
  height: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: translate3d(-35%, -50%, 0);
  -ms-transform: translate3d(-35%, -50%, 0);
  transform: translate3d(-35%, -50%, 0)
}

.saveSlide_next.swiper-button-next.swiper-button-disabled {
  opacity: 0
}

@media (hover: hover) and (pointer: fine) {
  .saveSlide_prev:hover {
    opacity: .65
  }

  .saveSlide_next:hover {
    opacity: .65
  }
}

@media screen and (max-width: 1080px) {
  .saveSlide_prev.swiper-button-prev {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .saveSlide_next.swiper-button-next {
    -webkit-transform: translate3d(50%, -50%, 0);
    -ms-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0)
  }
}

@media screen and (max-width: 800px) {
  .saveSlide_prev.swiper-button-prev {
    width: 32px;
    height: 32px
  }

  .saveSlide_next.swiper-button-next {
    width: 32px;
    height: 32px
  }
}

@media screen and (max-width: 560px) {
  .saveSlide_prev.swiper-button-prev {
    width: 25px;
    height: 25px
  }

  .saveSlide_next.swiper-button-next {
    width: 25px;
    height: 25px
  }
}

.saveSlide_prev.swiper-button-prev {
  background-image: linear-gradient(90deg, #65ffe0 0%, #00bfdc 100%)
}

.saveSlide_next.swiper-button-next {
  background-image: linear-gradient(90deg, #00bfdc 0%, #65ffe0 100%)
}

.saveItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0 var(--side-padding) var(--side-padding);
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  text-align: center
}

.saveItem_head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: .8em 0;
  position: relative;
  width: 100%;
  margin-bottom: 1.4em
}

.saveItem_head span {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: auto;
  border-radius: 50%
}

.saveItem_head h3 {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 auto;
  line-height: 1.4
}

.saveItem_head::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1em
}

.saveItem_head.-green::after {
  background-image: linear-gradient(45deg, #00b484 0%, #9fff66 100%)
}

.saveItem_head.-blue::after {
  background-image: linear-gradient(45deg, #00bfdc 0%, #65ffe0 100%)
}

.saveItem_head.-pink::after {
  background-image: linear-gradient(45deg, #ff0081 0%, #ffa2b6 100%)
}

@media screen and (max-width: 800px) {
  .saveItem_head {
    padding: .6em 0
  }

  .saveItem_head::after {
    height: 2px
  }
}

.saveItem_head h3 {
  margin-left: -70px;
  font-size: min(2.8rem, 2.4vw)
}

.saveItem_head span {
  width: 70px;
  height: 70px
}

.saveItem_times {
  display: block;
  width: 100%;
  position: relative;
  text-align:center;
  margin-top: 2rem;
}

/* .saveItem_times::after {
  content: "※200円=4マイル";
  position: absolute;
  bottom: 0;
  right: 1.8em
} */

.saveItem_times p {
  display: inline-block;
  border-bottom: #000 2px solid;
  text-align: center;
  font-size: min(2.4rem, 2.45vw);
  font-weight: 700;
  line-height: 1
}

.saveItem_times p strong {
  color: red;
  font-size: min(4.2rem, 4.28vw)
}

.saveItem_times p span {
  font-family: "montserrat", sans-selif;
  font-weight: 800;
  font-size: min(7.2rem, 7.35vw)
}

.saveItem h4 {
  margin-bottom: .6em;
  font-size: min(2rem, 2vw);
  font-weight: 700
}

.saveItem_plus {
  margin: auto 0
}

.saveItem_plus img,
.saveItem_plus svg {
  width: 45px;
  height: 45px
}

@media screen and (max-width: 1080px) {
  .saveItem_head h3 {
    margin-left: -6.481vw
  }

  .saveItem_head h3 .resizeShow.-fast {
    display: inline
  }

  .saveItem_head span {
    width: 6.481vw;
    height: 6.481vw
  }
}

@media screen and (max-width: 800px) {
  .saveItem_head {
    font-size: min(2.4rem, 3.9vw)
  }

  .saveItem_head h3 {
    margin-left: -60px
  }

  .saveItem_head span {
    width: 60px;
    height: 60px
  }

  .saveItem_plus img,
  .saveItem_plus svg {
    width: 30px;
    height: 30px
  }

  .saveItem_times {
    display: inline-block;
    margin-top: 1rem;
    padding-bottom: 1.4em
  }

  .saveItem_times::after {
    right: 0;
    font-size: 85%
  }

  .saveItem_times p {
    font-size: min(2rem, 3.5vw)
  }

  .saveItem_times p strong {
    color: red;
    font-size: min(3rem, 5.35vw)
  }

  .saveItem_times p span {
    font-family: "montserrat", sans-selif;
    font-weight: 800;
    font-size: min(5.8rem, 10.4vw)
  }

  .saveItem h4 {
    font-size: min(2rem, 3.5vw)
  }
}

@media screen and (max-width: 560px) {
  .saveItem_head {
    font-size: min(1.6rem, 4.28vw)
  }

  .saveItem_head h3 {
    margin-left: -40px
  }

  .saveItem_head span {
    width: 40px;
    height: 40px
  }

  .saveItem_head:nth-of-type(2) {
    margin-top: 1em
  }

  .saveItem_times p {
    font-size: min(1.6rem, 4.28vw)
  }

  .saveItem_times p strong {
    color: red;
    font-size: min(2.6rem, 5.35vw)
  }

  .saveItem_times p span {
    font-family: "montserrat", sans-selif;
    font-weight: 800;
    font-size: min(4.6rem, 12.3vw)
  }

  .saveItem h4 {
    display: block;
    width: 100%;
    font-size: min(1.6rem, 4.28vw);
    text-align: left
  }

  .saveItem .-center {
    text-align: justify
  }
}

.saveItemInner {
  width: 100%;
  margin-top: .6em;
  margin-bottom: .6em;
  padding: 1.8em;
  position: relative;
  background-image: linear-gradient(45deg, rgba(0, 191, 220, 0.2) 0%, rgba(101, 255, 224, 0.2) 100%);
  border-radius: 8px
}

.saveItemInner.-bottom {
  margin-top: .6em;
  margin-bottom: 1.4em
}

.saveItemInner_title {
  margin-bottom: 1.4em;
  position: relative
}

.saveItemInner_title .underline {
  text-decoration: underline;
}
.saveItemInner_title .mile {
  font-size: min(2.4rem, 2.45vw);
  font-weight: 700;
}
/* .saveItemInner_title::after {
  content: "※200円=2マイル";
  position: absolute;
  bottom: 0;
  right: 0
} */

.saveItemInner_title h4 {
  display: inline-block;
  margin: 0 auto;
  font-size: min(2.4rem, 2.45vw);
  font-weight: 700;
  text-align: left;
  line-height: 1.4
}

.saveItemInner_title h4 strong {
  color: red
}

.saveItemInner_title h4.plusIcon span {
  display: inline-block;
  vertical-align: middle
}

.saveItemInner_title h4.plusIcon span.icon {
  width: 70px;
  margin-right: .6em
}

.saveItemInner p strong {
  font-weight: 700
}

@media screen and (max-width: 800px) {
  .saveItemInner {
    padding: 1em
  }

  .saveItemInner.-bottom {
    margin-bottom: 1em
  }

  .saveItemInner_title {
    display: inline-block;
    padding-bottom: 1.4em
  }

  .saveItemInner_title::after {
    font-size: 85%
  }

  .saveItemInner_title h4 {
    font-size: min(2.4rem, 3.5vw)
  }

  .saveItemInner_title h4.plusIcon span.icon {
    width: 54px
  }
}

@media screen and (max-width: 560px) {
  .saveItemInner {
    padding: 1.2em
  }

  .saveItemInner.-bottom {
    margin-bottom: .4em
  }

  .saveItemInner_title h4 {
    font-size: min(1.6rem, 4.28vw)
  }

  .saveItemInner .-center {
    text-align: justify
  }
}

.saveNoteWrap h5 {
  margin-bottom: .6em
}

.saveNoteWrap p {
  display: inline-block;
  color: #444;
  font-size: 86.5%;
  text-align: center
}

@media screen and (max-width: 560px) {
  .saveNoteWrap h5 {
    text-align: left
  }

  .saveNoteWrap p {
    display: block;
    text-align: justify;
    padding-left: 1em;
    text-indent: -1em
  }
}

.saveStore {
  margin: 1em auto 0;
  text-align: left
}

.saveStore_item {
  margin-bottom: .6em
}

.saveStore p {
  font-size: 86.25%;
  padding-left: 1em;
  text-indent: -1em
}

.bonusList {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 1.6em 0 40px
}

@media screen and (max-width: 800px) {
  .bonusList {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 90%;
    height: auto;
    margin: 1em auto 20px
  }
}

@media screen and (max-width: 560px) {
  .bonusList {
    width: 100%;
    margin: 1.6em auto 1.2em
  }
}

.bonusListInner {
  -webkit-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: calc(100% / 3);
  position: relative
}

.bonusListInner:nth-of-type(2) {
  border-right: #888 thin solid;
  border-left: #888 thin solid
}

.bonusListInner p {
  text-align: center
}

.bonusListInner_head {
  margin: auto 0;
  font-size: 114%;
  font-weight: 700
}

.bonusListInner_miles {
  margin-top: .2em;
  font-weight: 700;
  line-height: 1
}

.bonusListInner_miles strong {
  padding: 0 .1em;
  font-family: "montserrat", sans-selif;
  font-weight: 800;
  color: red;
  font-size: min(4.2rem, 4.28vw)
}

@media screen and (max-width: 800px) {
  .bonusListInner {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1em
  }

  .bonusListInner:nth-of-type(2) {
    border-right: none;
    border-left: none
  }

  .bonusListInner p {
    text-align: left
  }

  .bonusListInner_head {
    margin: 0 0
  }

  .bonusListInner_miles {
    margin-top: 0
  }

  .bonusListInner_miles strong {
    font-family: "montserrat", sans-selif;
    font-weight: 800;
    color: red;
    font-size: min(2.8rem, 5vw)
  }
}

@media screen and (max-width: 560px) {
  .bonusListInner {
    margin-bottom: 1.2em
  }

  .bonusListInner_head {
    font-size: 100%
  }

  .bonusListInner_miles {
    margin-top: 0
  }

  .bonusListInner_miles strong {
    font-family: "montserrat", sans-selif;
    font-weight: 800;
    color: red;
    font-size: min(3.8rem, 6.8vw)
  }
}

.saveCapture {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 2em
}

.saveCapture_image {
  -webkit-flex: 0 0 55%;
  flex: 0 0 55%
}

.saveCapture p {
  -webkit-flex: 1 0 45%;
  flex: 1 0 45%;
  padding-left: 1em;
  font-size: 114%;
  text-align: center
}

.saveCapture p strong {
  font-weight: 700
}

@media screen and (max-width: 800px) {
  .saveCapture {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .saveCapture_image {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70%;
    margin-bottom: 1.4em
  }
}

@media screen and (max-width: 560px) {
  .saveCapture_image {
    width: 100%;
    margin-bottom: 1.4em
  }
}

.secUse {
  margin: 0;
  padding: var(--vert-padding) var(--side-padding);
  position: relative;
  background-color: #fff;
  padding-bottom: 60px;
  background-image: linear-gradient(90deg, #ffdbc4 0%, #ffffec 50%, #ffd4e0 100%)
}

.secUse::after {
  content: "";
  display: block;
  clear: both
}

@media screen and (max-width: 800px) {
  .secUse {
    padding: 80px var(--side-padding)
  }
}

@media screen and (max-width: 560px) {
  .secUse {
    padding: 50px var(--side-padding)
  }
}

.secUse .secHead h2 {
  width: 72%;
  max-width: 360px
}

.secUse .secHead h2 .left {
  display: block;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(-200px, -50%, 0);
  -ms-transform: translate3d(-200px, -50%, 0);
  transform: translate3d(-200px, -50%, 0)
}

.secUse .secHead h2 .right {
  display: block;
  width: 90px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(200px, -50%, 0);
  -ms-transform: translate3d(200px, -50%, 0);
  transform: translate3d(200px, -50%, 0)
}

@media screen and (max-width: 800px) {
  .secUse .secHead h2 .left {
    display: block;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-130%, -50%, 0);
    -ms-transform: translate3d(-130%, -50%, 0);
    transform: translate3d(-130%, -50%, 0)
  }

  .secUse .secHead h2 .right {
    display: block;
    width: 90px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(120%, -50%, 0);
    -ms-transform: translate3d(120%, -50%, 0);
    transform: translate3d(120%, -50%, 0)
  }
}

@media screen and (max-width: 560px) {
  .secUse .secHead h2 .left {
    display: block;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-155%, -40%, 0);
    -ms-transform: translate3d(-155%, -40%, 0);
    transform: translate3d(-155%, -40%, 0)
  }

  .secUse .secHead h2 .right {
    display: block;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(155%, -40%, 0);
    -ms-transform: translate3d(155%, -40%, 0);
    transform: translate3d(155%, -40%, 0)
  }
}

.useContainer {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 70px 40px;
  position: relative
}

@media screen and (max-width: 1080px) {
  .useContainer {
    padding: 0 0 40px
  }
}

.useSlide.swiper {
  width: 100%
}

.useSlide_slide.swiper-slide {
  width: 100%;
  height: auto
}

.useSlide_page.swiper-pagination-bullets {
  bottom: 0 !important
}

.useSlide_page.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background-color: #ccc;
  opacity: 1
}

.useSlide_page.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #888
}

.useSlide_prev.swiper-button-prev {
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  background: #f5a7a8;
  border-radius: 50%;
  opacity: 1;
  z-index: 10;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.useSlide_prev.swiper-button-prev::after {
  content: "";
  display: block;
  width: 35%;
  height: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: translate3d(-65%, -50%, 0) rotate(180deg);
  -ms-transform: translate3d(-65%, -50%, 0) rotate(180deg);
  transform: translate3d(-65%, -50%, 0) rotate(180deg)
}

.useSlide_prev.swiper-button-prev.swiper-button-disabled {
  opacity: 0
}

.useSlide_next.swiper-button-next {
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0;
  background: #f5a7a8;
  border-radius: 50%;
  opacity: 1;
  z-index: 10;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.useSlide_next.swiper-button-next::after {
  content: "";
  display: block;
  width: 35%;
  height: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: translate3d(-35%, -50%, 0);
  -ms-transform: translate3d(-35%, -50%, 0);
  transform: translate3d(-35%, -50%, 0)
}

.useSlide_next.swiper-button-next.swiper-button-disabled {
  opacity: 0
}

@media (hover: hover) and (pointer: fine) {
  .useSlide_prev:hover {
    opacity: .65
  }

  .useSlide_next:hover {
    opacity: .65
  }
}

@media screen and (max-width: 1080px) {
  .useSlide_prev.swiper-button-prev {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .useSlide_next.swiper-button-next {
    -webkit-transform: translate3d(50%, -50%, 0);
    -ms-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0)
  }
}

@media screen and (max-width: 800px) {
  .useSlide_prev.swiper-button-prev {
    width: 32px;
    height: 32px
  }

  .useSlide_next.swiper-button-next {
    width: 32px;
    height: 32px
  }
}

@media screen and (max-width: 560px) {
  .useSlide_prev.swiper-button-prev {
    width: 25px;
    height: 25px
  }

  .useSlide_next.swiper-button-next {
    width: 25px;
    height: 25px
  }
}

.useSlide.swiper {
  overflow: visible !important
}

.useSlide_prev.swiper-button-prev {
  background-image: linear-gradient(90deg, #ffdbad 0%, #ff784f 100%)
}

.useSlide_next.swiper-button-next {
  background-image: linear-gradient(90deg, #ff784f 0%, #ffdbad 100%)
}

.useItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 1.4em 1.4em;
  background-color: #fff;
  border-radius: 8px;
  text-align: center
}

.useItem_head {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: .8em 0;
  position: relative;
  font-size: min(2.4rem, 2.2vw);
  margin-bottom: 1em
}

.useItem_head span {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: auto;
  border-radius: 50%
}

.useItem_head h3 {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 auto;
  line-height: 1.4
}

.useItem_head::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1em
}

.useItem_head.-green::after {
  background-image: linear-gradient(45deg, #00b484 0%, #9fff66 100%)
}

.useItem_head.-blue::after {
  background-image: linear-gradient(45deg, #00bfdc 0%, #65ffe0 100%)
}

.useItem_head.-pink::after {
  background-image: linear-gradient(45deg, #ff0081 0%, #ffa2b6 100%)
}

@media screen and (max-width: 800px) {
  .useItem_head {
    padding: .6em 0
  }

  .useItem_head::after {
    height: 2px
  }
}

.useItem_head h3 {
  margin-left: -40px
}

.useItem_head span {
  width: 70px;
  height: 70px
}

.useItem_inner {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.useItem_inner h4 {
  font-size: 114%;
  font-weight: 700;
  margin-bottom: .8em
}

.useItem_inner h4 strong {
  color: red
}

.useItem_inner p {
  margin-bottom: auto
}

.useItem_inner p.-center {
  text-align: center
}

.useItem_inner p span {
  font-weight: 700
}

.useItem_inner p span strong {
  color: red
}

.useItem_inner img,
.useItem_inner svg {
  width: 90%;
  margin: .8em auto 0
}

@media screen and (max-width: 800px) {
  .useItem_head {
    font-size: min(2rem, 3.5vw)
  }

  .useItem_head span {
    width: 50px;
    height: 50px
  }
}

@media screen and (max-width: 560px) {
  .useItem_head {
    font-size: min(1.8rem, 4.8vw)
  }

  .useItem_head span {
    width: 40px;
    height: 40px
  }
}

.secMovie {
  margin: 0;
  padding: var(--vert-padding) var(--side-padding);
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(90deg, #d5f7e1 0%, #f3fffe 50%, #fffbd9 100%);
  text-align: center
}

.secMovie::after {
  content: "";
  display: block;
  clear: both
}

@media screen and (max-width: 800px) {
  .secMovie {
    padding: 80px var(--side-padding)
  }
}

@media screen and (max-width: 560px) {
  .secMovie {
    padding: 50px var(--side-padding)
  }
}

.secMovie h2 {
  width: 76%;
  max-width: 546px;
  margin: 0 auto 3em
}

@media screen and (max-width: 800px) {
  .secMovie h2 {
    width: 54%
  }
}

@media screen and (max-width: 560px) {
  .secMovie h2 {
    width: 80%;
    margin: 0 auto 2em
  }
}

.movieWrap {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto
}

.secFaq {
  margin: 0;
  padding: var(--vert-padding) var(--side-padding);
  position: relative;
  background-color: #fff
}

.secFaq::after {
  content: "";
  display: block;
  clear: both
}

@media screen and (max-width: 800px) {
  .secFaq {
    padding: 80px var(--side-padding)
  }
}

@media screen and (max-width: 560px) {
  .secFaq {
    padding: 50px var(--side-padding)
  }
}

.secFaq h2 {
  width: 55%;
  max-width: 290px;
  margin: 0 auto 3em
}

@media screen and (max-width: 800px) {
  .secFaq {
    padding-bottom: 60px
  }
}

@media screen and (max-width: 560px) {
  .secFaq {
    padding-bottom: 20px
  }

  .secFaq h2 {
    margin: 0 auto 2em
  }
}

.faqList {
  margin-bottom: var(--vert-padding)
}

.faqList_item {
  border: #000 2px solid
}

.faqList_item:not(.faqList_item:first-of-type) {
  margin-top: 2em
}

@media screen and (max-width: 1080px) {
  .faqList {
    margin-bottom: 60px
  }
}

@media screen and (max-width: 560px) {
  .faqList {
    margin-bottom: 50px
  }
}

.faqToggle {
  display: block;
  padding: 1em 6em 1em 1em;
  background-color: #FFFFE9;
  color: #000;
  font-size: min(2.4rem, 2.45vw);
  font-weight: 700;
  position: relative
}

.faqToggle_icon {
  display: block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 50%;
  right: 2em;
  background-color: transparent;
  border: #000 3px solid;
  border-radius: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.faqToggle_icon::before,
.faqToggle_icon::after {
  content: "";
  width: 45%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  border-radius: 1em;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.faqToggle_icon::before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.faqToggle_icon::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg)
}

@media (hover: hover) and (pointer: fine) {
  .faqToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 800px) {
  .faqToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 560px) {
  .faqToggle_icon {
    border: #000 2px solid
  }

  .faqToggle_icon::before,
  .faqToggle_icon::after {
    height: 2px
  }
}

.faqToggle_icon {
  right: 1em
}

.faqToggle.is-open .faqToggle_icon::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) rotate(0deg)
}

@media (hover: hover) and (pointer: fine) {
  .faqToggle:hover {
    background-color: #ffffb6
  }
}

@media screen and (max-width: 800px) {
  .faqToggle {
    padding: 1em 3.2em 1em 1em;
    font-size: min(2rem, 3.5vw)
  }
}

@media screen and (max-width: 560px) {
  .faqToggle {
    position: relative;
    padding: .8em 3em .8em .8em;
    font-size: min(1.8rem, 4.8vw)
  }

  .faqToggle_icon {
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 50%;
    right: 2em;
    background-color: transparent;
    border: #000 3px solid;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  .faqToggle_icon::before,
  .faqToggle_icon::after {
    content: "";
    width: 45%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000;
    border-radius: 1em;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
  }

  .faqToggle_icon::before {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }

  .faqToggle_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
  }
}

@media screen and (max-width: 560px) and (hover: hover) and (pointer: fine) {
  .faqToggle:hover_icon::after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 560px) and (max-width: 800px) {
  .faqToggle_icon {
    right: 1.2em
  }
}

@media screen and (max-width: 560px) and (max-width: 560px) {
  .faqToggle_icon {
    border: #000 2px solid
  }

  .faqToggle_icon::before,
  .faqToggle_icon::after {
    height: 2px
  }
}

.faqItem {
  padding: 1.6em;
  border-top: #000 2px solid
}

.faqItem p {
  margin-bottom: 1.6em
}

.faqItem p:last-of-type {
  margin-bottom: 0
}

.faqItem img,
.faqItem svg {
  display: block;
  width: 100%;
  margin-top: 1.6em
}

.faqItem .notesList li{
  padding-left: 0.5em;
  text-indent: -0.4em;
}
.faqItem .spc0{
  margin-bottom: 0;
}
.faqItem .spc1{
  margin-bottom: 1.6em;
}

@media screen and (max-width: 800px) {
  .faqItem {
    padding: 1.2em
  }
}

@media screen and (max-width: 560px) {
  .faqItem p {
    margin-bottom: 1em
  }

  .faqItem img,
  .faqItem svg {
    width: 68%;
    margin: 1.6em auto 0
  }
}

.secNotes {
  margin: 0;
  padding: var(--vert-padding) var(--side-padding);
  position: relative;
  background-color: #fff;
  padding-top: calc(var(--vert-padding) / 2);
  padding-bottom: calc(var(--vert-padding) / 2);
  background-color: #eee
}

.secNotes::after {
  content: "";
  display: block;
  clear: both
}

@media screen and (max-width: 800px) {
  .secNotes {
    padding: 80px var(--side-padding)
  }
}

@media screen and (max-width: 560px) {
  .secNotes {
    padding: 50px var(--side-padding)
  }
}

.notesHead {
  margin-bottom: 1em;
  border-bottom: 3px solid #DCDCDC;
  font-weight: bold;
  font-size: min(2.2rem, 2.24vw);
}
.notesHead h4::after {
  content: "";
  display: block;
  position: relative;
  bottom: -3px;
  border-bottom: 3px solid #A73847;
  width: 390px;
}
.notesHead h4 span{
  padding: 0 0 0.4em;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .notesHead h4::after {
      width: 25.641025641vw;
  }
  .notesHead{
    font-size: min(1.8rem, 4.78vw);
  }
}

.notesList_head {
  margin-bottom: .4em;
  font-size: 86.5%;
  font-weight: 700
}

.notesList_head span {
  font-weight: 300
}

.notesList_item{
  padding-bottom: 10px;
  border-bottom: 2px solid #DCDCDC;
}

.notesList_item h5{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  font-weight: 600;
  cursor: pointer;
  background-image: url(../img/icon_accordion_open.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  padding: 10px;
}
.notesList_item h5.is-open {
  background-image: url(../img/icon_accordion_close.svg);
}
.notesListItem{
  padding-left: 20px;
}
.notesListItem .bold{
  font-weight: bold;
}
.notesListItem ul li{
  padding-left: 1em;
  text-indent: -1em;
}
.notesListItem .spc{
  margin-top: 1.2em;
}
.notesList_chart {
  margin: 1.2em 0 1.4em
}
.notesChart {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  border-collapse: collapse;
  text-align: center
}

.notesChart th,
.notesChart td {
  padding: .6em;
  border: #000 thin solid;
  font-size: 86.5%
}

.notesChart th {
  background-color: #666;
  color: #fff
}

@keyframes mmfadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes mmslideIn {
  from {
    opacity: 0;
    transform: translateY(5%)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes mmslideOut {
  from {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(-5%)
  }
}

@keyframes mmsideIn {
  from {
    opacity: 0;
    transform: translateX(100%)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes mmsideOut {
  from {
    opacity: 1;
    transform: translateX(0)
  }

  to {
    opacity: 0;
    transform: translateX(100%)
  }
}

@keyframes mmsideInSp {
  from {
    opacity: 0;
    transform: translateX(-100%)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes mmsideOutSp {
  from {
    opacity: 1;
    transform: translateX(0)
  }

  to {
    opacity: 0;
    transform: translateX(-100%)
  }
}

.modalBox {
  display: none;
  width: 100%;
  height: 100vh
}

.modalBox.is-open {
  display: block
}

.modalBox[aria-hidden="false"] .modalOverlay {
  animation: mmfadeIn 0.3s cubic-bezier(0.4, 0.25, 0.54, 0.93)
}

.modalBox[aria-hidden="false"] .modalContent {
  animation: mmslideIn 0.3s cubic-bezier(0.4, 0.25, 0.54, 0.93)
}

.modalBox[aria-hidden="false"] .modalNav {
  animation: mmsideIn 0.4s cubic-bezier(0.4, 0.25, 0.54, 0.93)
}

.modalBox[aria-hidden="true"] .modalOverlay {
  animation: mmfadeOut 0.3s cubic-bezier(0.4, 0.25, 0.54, 0.93)
}

.modalBox[aria-hidden="true"] .modalContent {
  animation: mmslideOut 0.3s cubic-bezier(0.4, 0.25, 0.54, 0.93)
}

.modalBox[aria-hidden="true"] .modalNav {
  animation: mmsideOut 0.4s cubic-bezier(0.4, 0.25, 0.54, 0.93)
}

@media screen and (max-width: 560px) {
  .modalBox[aria-hidden="false"] .modalNav {
    animation: mmsideInSp 0.3s cubic-bezier(0.4, 0.25, 0.54, 0.93)
  }

  .modalBox[aria-hidden="true"] .modalNav {
    animation: mmsideOutSp 0.3s cubic-bezier(0.4, 0.25, 0.54, 0.93)
  }
}

.modalOverlay,
.modalContent,
.globalNav {
  will-change: transform
}

.modalOverlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: var(--side-padding);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.65);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 300
}

.modalOverlay.-gNav {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 0
}

.modalClose {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 7px;
  right: 7px;
  background-color: #000;
  border-radius: 50%;
  border: #fff 2px solid;
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.4));
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.modalClose span {
  display: block;
  width: 52%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 1em;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.modalClose span:nth-of-type(1) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.modalClose span:nth-of-type(2) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

@media (hover: hover) and (pointer: fine) {
  .modalClose:hover span:nth-of-type(1) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }

  .modalClose:hover span:nth-of-type(2) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 800px) {
  .modalClose {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px
  }
}

@media screen and (max-width: 560px) {
  .modalClose {
    width: 20px;
    height: 20px;
    position: absolute
  }
}

.modalContent {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  max-width: 980px;
  height: auto;
  max-height: 100%;
  border-radius: 10px;
  overflow: hidden
}

.modalContent_header {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  height: 50px;
  position: relative;
  background-color: #fff;
  z-index: 10
}

.modalContent_body {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.modalContent_body::-webkit-scrollbar {
  width: 10px
}

.modalContent_body::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.15)
}

.modalContent_body::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: rgba(153, 153, 153, 0.45);
  border-radius: 2em
}

@media screen and (max-width: 1080px) {
  .modalContent {
    max-height: calc(100% - var(--side-padding))
  }
}

@media screen and (max-width: 800px) {
  .modalContent_header {
    height: 40px
  }
}

@media screen and (max-width: 560px) {
  .modalContent_header {
    height: 30px
  }
}

.modalContentWrapper {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding: 10px var(--side-padding) var(--side-padding);
  overflow-y: auto
}

.modalContentWrapper.-thin {
  padding: 0 30px var(--side-padding)
}

@media screen and (max-width: 800px) {
  .modalContentWrapper.-thin {
    padding: 0 20px var(--side-padding)
  }
}

.modalInner {
  width: 100%;
  text-align: center
}

.modalNav {
  display: block;
  width: 430px;
  height: 100%;
  padding: 120px var(--side-padding) var(--side-padding);
  position: relative;
  top: 0;
  right: 0;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.modalNav_body {
  width: 100%;
  height: 100%;
  overflow-y: auto
}

.modalNav_body::-webkit-scrollbar {
  width: 10px
}

.modalNav_body::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.15)
}

.modalNav_body::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: rgba(153, 153, 153, 0.45);
  border-radius: 2em
}

@media screen and (max-width: 1080px) {
  .modalNav {
    padding-top: 100px
  }
}

@media screen and (max-width: 800px) {
  .modalNav {
    width: 360px;
    padding-top: 80px
  }
}

@media screen and (max-width: 560px) {
  .modalNav {
    width: 100%;
    padding-top: 40px
  }
}

.navClose {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 16px;
  right: 30px;
  background-color: transparent;
  z-index: 10
}

.navClose span {
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.navClose span:nth-of-type(1) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.navClose span:nth-of-type(2) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

@media (hover: hover) and (pointer: fine) {
  .navClose:hover span:nth-of-type(1) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }

  .navClose:hover span:nth-of-type(2) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }
}

@media screen and (max-width: 1080px) {
  .navClose {
    width: 44px;
    height: 44px;
    right: 20px
  }
}

@media screen and (max-width: 560px) {
  .navClose {
    width: 35px;
    height: 35px;
    top: auto;
    right: auto;
    left: var(--side-padding);
    bottom: 100px;
    background-color: #fff;
    border: #000 2px solid;
    border-radius: 50%
  }
}

.globalNav {
  width: 100%
}

.globalNav_menu {
  width: 90%;
  border-top: #bbb thin solid
}

.globalNav_menu li {
  border-bottom: #bbb thin solid
}

@media screen and (max-width: 560px) {
  .globalNav_menu {
    width: 100%
  }
}

.menuLink {
  display: block;
  padding: 1em;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  cursor: pointer
}

.menuLink span {
  display: inline-block;
  margin-right: .6em;
  padding: .2em .4em;
  border: #CA0003 thin solid;
  border-radius: 4px;
  color: #CA0003;
  font-size: 1.0rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, -4%, 0);
  -ms-transform: translate3d(0, -4%, 0);
  transform: translate3d(0, -4%, 0)
}

@media (hover: hover) and (pointer: fine) {
  .menuLink:hover {
    background-color: #e6e6e6
  }
}

@media screen and (max-width: 560px) {
  .menuLink span {
    font-size: 1.4rem
  }
}

.flowHead {
  width: 57%;
  max-width: 300px;
  margin: 0 auto
}

.flowList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: var(--side-padding)
}

.flowList_item {
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%
}

@media screen and (max-width: 800px) {
  .flowList {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
  }

  .flowList_item {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 2.4em
  }
}

@media screen and (max-width: 560px) {
  .flowList_item {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 1.8em
  }
}

.flowListGrid p {
  margin-top: 1.4em
}

@media screen and (max-width: 800px) {
  .flowListGrid {
    display: grid;
    grid-template-columns: 1fr 120px;
    grid-template-rows: auto;
    gap: 10px 30px;
    grid-template-areas: "a c" "b c"
  }

  .flowListGrid .title {
    grid-area: a
  }

  .flowListGrid p {
    grid-area: b;
    margin-top: .2em
  }

  .flowListGrid .resizeShow {
    grid-area: c;
    padding: .2em
  }

  .flowListGrid .resizeShow img,
  .flowListGrid .resizeShow svg {
    width: 100%;
    height: 100%;
    object-fit: contain
  }
}

@media screen and (max-width: 560px) {
  .flowListGrid {
    grid-template-columns: 1fr 80px;
    gap: 10px 10px
  }
}

.flowListNote {
  margin-top: .8em;
  padding: 1em;
  background-color: #eee
}

.flowListNote h3 {
  margin-bottom: .4em;
  text-align: left
}

.flowNote {
  margin-top: .8em;
  color: #444;
  font-size: 86.5%
}

@media screen and (max-width: 800px) {
  .flowNote {
    margin-top: 0
  }
}

.entryBox {
  display: block;
  margin-top: 1.6em;
  padding: 1.6em;
  position: relative;
  background-color: #FEF2F2
}

.entryBox_title {
  display: block;
  width: 66.8%;
  max-width: 282px;
  margin: 0 auto 1.2em
}

.entryBox p {
  display: block;
  padding-left: calc(68px + 1em);
  position: relative
}

.entryBox p::before {
  content: "";
  display: inline-block;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/flow_entry_icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

@media screen and (max-width: 800px) {
  .entryBox p {
    padding-left: calc(58px + 1em);
    font-size: 85%
  }

  .entryBox p::before {
    width: 58px;
    height: 58px
  }
}

@media screen and (max-width: 560px) {
  .entryBox {
    padding: 1.2em
  }

  .entryBox p {
    padding-left: calc(46px + 1em);
    font-size: 70%
  }

  .entryBox p::before {
    width: 46px;
    height: 46px
  }
}

.dummyLink {
  display: block;
  width: 0;
  height: 0;
  pointer-events: none
}

.studentHead,
.soleHead {
  padding: 1.6em 0;
  position: relative
}

.studentHead.secHead h2,
.soleHead.secHead h2 {
  width: 39%;
  max-width: 180px
}

.studentHead.secHead h2 .left,
.soleHead.secHead h2 .left {
  display: block;
  width: 130px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(-300px, -50%, 0);
  -ms-transform: translate3d(-300px, -50%, 0);
  transform: translate3d(-300px, -50%, 0)
}

.studentHead.secHead h2 .right,
.soleHead.secHead h2 .right {
  display: block;
  width: 120px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(300px, -50%, 0);
  -ms-transform: translate3d(300px, -50%, 0);
  transform: translate3d(300px, -50%, 0)
}

.studentHead::after,
.soleHead::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(45deg, #71c1c2 0%, #1cabb9 100%);
  border-radius: 1em
}

.studentHead.-bottom,
.soleHead.-bottom {
  margin-top: var(--vert-padding)
}

@media screen and (max-width: 1080px) {

  .studentHead.secHead h2 .left,
  .soleHead.secHead h2 .left {
    -webkit-transform: translate3d(-250px, -50%, 0);
    -ms-transform: translate3d(-250px, -50%, 0);
    transform: translate3d(-250px, -50%, 0)
  }

  .studentHead.secHead h2 .right,
  .soleHead.secHead h2 .right {
    -webkit-transform: translate3d(250px, -50%, 0);
    -ms-transform: translate3d(250px, -50%, 0);
    transform: translate3d(250px, -50%, 0)
  }

  .studentHead.-bottom,
  .soleHead.-bottom {
    margin-top: 60px
  }
}

@media screen and (max-width: 800px) {

  .studentHead,
  .soleHead {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 1.2em;
    overflow: hidden
  }

  .studentHead.secHead h2 .left,
  .soleHead.secHead h2 .left {
    -webkit-transform: translate3d(-160%, -50%, 0);
    -ms-transform: translate3d(-160%, -50%, 0);
    transform: translate3d(-160%, -50%, 0)
  }

  .studentHead.secHead h2 .right,
  .soleHead.secHead h2 .right {
    -webkit-transform: translate3d(150%, -50%, 0);
    -ms-transform: translate3d(150%, -50%, 0);
    transform: translate3d(150%, -50%, 0)
  }

  .studentHead::after,
  .soleHead::after {
    width: calc(100% - 60px);
    height: 2px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }
}

@media screen and (max-width: 560px) {

  .studentHead,
  .soleHead {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: .8em
  }

  .studentHead.secHead h2 .left,
  .soleHead.secHead h2 .left {
    display: block;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-150%, -40%, 0);
    -ms-transform: translate3d(-150%, -40%, 0);
    transform: translate3d(-150%, -40%, 0)
  }

  .studentHead.secHead h2 .right,
  .soleHead.secHead h2 .right {
    display: block;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(200%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(200%, -50%, 0) rotate(45deg);
    transform: translate3d(200%, -50%, 0) rotate(45deg)
  }

  .studentHead::after,
  .soleHead::after {
    width: calc(100% - 40px)
  }
}

.soleHead.secHead h2 {
  width: 60%;
  max-width: 312px
}

.soleHead::after {
  background-image: linear-gradient(45deg, #91d382 0%, #5faa66 100%)
}

@media screen and (max-width: 800px) {
  .soleHead.secHead h2 .left {
    -webkit-transform: translate3d(-120%, -50%, 0);
    -ms-transform: translate3d(-120%, -50%, 0);
    transform: translate3d(-120%, -50%, 0)
  }

  .soleHead.secHead h2 .right {
    -webkit-transform: translate3d(100%, -50%, 0);
    -ms-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0)
  }
}

@media screen and (max-width: 560px) {
  .soleHead.secHead h2 .left {
    -webkit-transform: translate3d(-120%, -40%, 0);
    -ms-transform: translate3d(-120%, -40%, 0);
    transform: translate3d(-120%, -40%, 0)
  }

  .soleHead.secHead h2 .right {
    -webkit-transform: translate3d(150%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(150%, -50%, 0) rotate(45deg);
    transform: translate3d(150%, -50%, 0) rotate(45deg)
  }
}

.studentCard,
.soleCard {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 60px 0
}

.studentCard_card,
.soleCard_card {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%
}

.studentCard_card img,
.soleCard_card img,
.studentCard_card svg,
.soleCard_card svg {
  width: 74%;
  margin: 0 auto
}

.studentCard_text,
.soleCard_text {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%
}

.studentCard_text h4,
.soleCard_text h4 {
  margin-bottom: .4em;
  line-height: 1.3;
  font-size: min(2.2rem, 2.25vw)
}

.studentCard_text p,
.soleCard_text p {
  font-size: 114%;
  text-align: center
}

@media screen and (max-width: 800px) {

  .studentCard,
  .soleCard {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 40px auto
  }

  .studentCard_card,
  .soleCard_card {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 2em
  }

  .studentCard_text,
  .soleCard_text {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .studentCard_text h4,
  .soleCard_text h4 {
    font-size: min(2rem, 3.5vw)
  }

  .studentCard_text p,
  .soleCard_text p {
    font-size: 114%;
    text-align: center
  }
}

@media screen and (max-width: 560px) {

  .studentCard,
  .soleCard {
    margin: 20px auto
  }

  .studentCard_text,
  .soleCard_text {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .studentCard_text h4,
  .soleCard_text h4 {
    font-size: min(1.6rem, 4.28vw)
  }

  .studentCard_text p,
  .soleCard_text p {
    font-size: 100%;
    text-align: center
  }
}

.studentMiles,
.soleMiles {
  margin-top: 2em
}

.studentMiles p,
.soleMiles p {
  display: inline-block;
  position: relative;
  font-family: "montserrat", sans-selif;
  font-weight: 800;
  color: #1CABB9;
  font-size: min(7rem, 7.14vw);
  line-height: 1
}

.studentMiles p::before,
.studentMiles p::after,
.soleMiles p::before,
.soleMiles p::after {
  position: absolute;
  font-size: 1.6rem;
  font-weight: 700
}

.studentMiles p::before,
.soleMiles p::before {
  content: "最大";
  color: #000;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 50%, 0);
  -ms-transform: translate3d(-100%, 50%, 0);
  transform: translate3d(-100%, 50%, 0)
}

.studentMiles p::after,
.soleMiles p::after {
  content: "マイル\Aプレゼント";
  bottom: 0;
  right: 0;
  text-align: left;
  white-space: pre;
  -webkit-transform: translate3d(110%, -25%, 0);
  -ms-transform: translate3d(110%, -25%, 0);
  transform: translate3d(110%, -25%, 0)
}

.studentMiles.-est p::after,
.soleMiles.-est p::after {
  content: "マイル獲得\Aチャンス"
}

@media screen and (max-width: 800px) {

  .studentMiles,
  .soleMiles {
    margin-top: 1.4em
  }

  .studentMiles p,
  .soleMiles p {
    font-size: min(6.8rem, 12.5vw)
  }

  .studentMiles p::before,
  .studentMiles p::after,
  .soleMiles p::before,
  .soleMiles p::after {
    font-size: 1.4rem
  }
}

@media screen and (max-width: 560px) {

  .studentMiles,
  .soleMiles {
    margin-top: 1em
  }

  .studentMiles p,
  .soleMiles p {
    font-size: min(5rem, 13.4vw)
  }

  .studentMiles p::before,
  .studentMiles p::after,
  .soleMiles p::before,
  .soleMiles p::after {
    font-size: 1.2rem
  }
}

.soleMiles p {
  color: #5FAA66
}

.studentListWrap,
.soleListWrap {
  text-align: center
}

.studentListWrap h3,
.soleListWrap h3 {
  display: inline-block;
  width: 80%;
  max-width: 360px;
  margin-bottom: 2em
}

@media screen and (max-width: 800px) {

  .studentListWrap h3,
  .soleListWrap h3 {
    margin-bottom: 1.4em
  }
}

@media screen and (max-width: 560px) {

  .studentListWrap,
  .soleListWrap {
    margin-top: .6em
  }

  .studentListWrap h3,
  .soleListWrap h3 {
    margin-bottom: 1em
  }
}

.soleListWrap h3 {
  width: 87.4%;
  max-width: 588px
}

.studentList,
.soleList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 30px 4%;
  grid-template-areas: "a b" "c d" "e f";
  align-items: center;
  margin-bottom: 3em
}

.studentList_item,
.soleList_item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: fit-content
}

.studentList_item p,
.soleList_item p {
  font-size: min(2.2rem, 2.24vw)
}

@media screen and (max-width: 800px) {

  .studentList,
  .soleList {
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 20px;
    grid-template-areas: "a" "b" "c" "d" "e" "f";
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2em
  }

  .studentList_item p,
  .soleList_item p {
    font-size: min(2rem, 3.5vw)
  }

  .studentList_item:nth-of-type(1),
  .soleList_item:nth-of-type(1) {
    grid-area: a
  }

  .studentList_item:nth-of-type(2),
  .soleList_item:nth-of-type(2) {
    grid-area: d
  }

  .studentList_item:nth-of-type(3),
  .soleList_item:nth-of-type(3) {
    grid-area: b
  }

  .studentList_item:nth-of-type(4),
  .soleList_item:nth-of-type(4) {
    grid-area: e
  }

  .studentList_item:nth-of-type(5),
  .soleList_item:nth-of-type(5) {
    grid-area: c
  }

  .studentList_item:nth-of-type(6),
  .soleList_item:nth-of-type(6) {
    grid-area: f
  }
}

@media screen and (max-width: 560px) {

  .studentList,
  .soleList {
    gap: 10px;
    width: 100%
  }

  .studentList_item p,
  .soleList_item p {
    font-size: min(1.6rem, 4.28vw)
  }
}

.studentIcon,
.soleIcon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  margin-right: 1em
}

@media screen and (max-width: 800px) {

  .studentIcon,
  .soleIcon {
    width: 50px;
    height: 50px
  }
}

@media screen and (max-width: 560px) {

  .studentIcon,
  .soleIcon {
    width: 40px;
    height: 40px
  }
}

.cardList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.cardList_item {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% / 3);
  margin-bottom: 1.6em;
  padding: 1.6em 1.4em 0;
  position: relative
}

.cardList_item::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1.6em);
  position: absolute;
  top: 1.6em;
  right: 0;
  background-color: #444
}

.cardList_item:nth-of-type(n+4) {
  border-top: #666 thin solid
}

.cardList_item:nth-of-type(3n)::after {
  display: none
}

.cardList_item .cardImage {
  width: 76%;
  margin: 0 auto 1em;
  position: relative
}

.cardList_item .cardImage.-disney::after {
  content: "\0a9 Disney";
  position: absolute;
  right: .2em;
  margin-bottom: -1em;
  font-size: 1.0rem;
}

.cardList_item h3 {
  min-height: 2.4em;
  margin-bottom: .6em;
  font-size: 94%;
  line-height: 1.2;
  letter-spacing: .02em;
}

.cardList_item p {
  margin-top: 0;
  margin-bottom: 1em;
  word-break: break-all;
}

.cardList.-item4 .cardList_item {
  width: calc(100% / 4);
}

.cardList.-item4 .cardList_item:nth-of-type(4) {
  border-top: none;
}

.cardList.-item4 .cardList_item:nth-of-type(n+5) {
  border-top: #666 thin solid;
}

.cardList.-item4 .cardList_item:nth-of-type(4n)::after {
  display: none;
}

.cardList.-item4 .cardList_item:nth-of-type(3n)::after {
  display: block;
}

@media screen and (max-width: 1080px) {
  .cardList.-item4 .cardList_item {
    width: calc(100% / 3);
  }

  .cardList.-item4 .cardList_item:nth-of-type(4) {
    border-top: #666 thin solid;
  }

  .cardList.-item4 .cardList_item:nth-of-type(4n)::after {
    display: block;
  }

  .cardList.-item4 .cardList_item:nth-of-type(3n)::after {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .cardList_item {
    width: calc(100% / 2);
    margin-bottom: 1.4em;
    padding: 1.4em 1.2em 0;
  }

  .cardList_item:nth-of-type(n+3) {
    border-top: #666 thin solid;
  }

  .cardList_item:nth-of-type(3n)::after {
    display: block;
  }

  .cardList_item:nth-of-type(odd) {
    padding-left: 0;
  }

  .cardList_item:nth-of-type(even) {
    padding-right: 0;
  }

  .cardList_item:nth-of-type(even)::after {
    display: none;
  }

  .cardList_item .cardImage {
    width: 100%;
    margin: 0 auto 1em;
  }

  .cardList_item h3 {
    font-size: 1.6rem;
  }

  .cardList_item p {
    font-size: 1.4rem;
  }

  .cardList.-item4 .cardList_item {
    width: calc(100% / 2);
  }

  .cardList.-item4 .cardList_item:nth-of-type(4n)::after {
    display: none;
  }

  .cardList.-item4 .cardList_item:nth-of-type(3n)::after {
    display: block;
  }

  .cardList.-item4 .cardList_item:nth-of-type(odd) {
    padding-left: 0;
  }

  .cardList.-item4 .cardList_item:nth-of-type(even) {
    padding-right: 0;
  }

  .cardList.-item4 .cardList_item:nth-of-type(even)::after {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .cardList_item {
    margin-bottom: 1.2em;
    padding: 1.2em 1.2em 0;
  }

  .cardList_item h3 {
    font-size: 1.2rem;
  }

  .cardList_item p {
    font-size: 1.0rem;
  }
}

.brandIcon {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: auto 0 1.4em;
}

.brandIcon_item {
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  margin: 0 0.5% 0.7rem;
  padding: 0 .2em;
}

.brandIcon_item img,
.brandIcon_item svg {
  width: 100%;
  height: 42px;
  object-fit: contain;
}

.brandIcon_item.-wide {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: auto 0 0.5em;
}

@media screen and (max-width: 800px) {
  .brandIcon {
    margin: auto 0 0.7em;
  }
  .brandIcon_item {
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
  }

  .brandIcon_item img,
  .brandIcon_item svg {
    width: 100%;
    height: 36px;
    object-fit: contain;
  }
}

.btnCard {
  display: inline-block;
  padding: .6em 2.2em;
  position: relative;
  background-color: #CA0003;
  border-radius: 4px;
  border: #CA0003 2px solid;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-indent: .2em;
}

.btnCard .btnIcon {
  display: inline-block;
  width: .9em;
  height: .9em;
  margin-left: .1em;
  position: relative;
  -webkit-transform: translate3d(0, 6%, 0);
  -ms-transform: translate3d(0, 6%, 0);
  transform: translate3d(0, 6%, 0);
}

.btnCard .btnIcon .icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

@media (hover: hover) and (pointer: fine) {
  .btnCard:hover {
    background-color: #fff;
    color: #CA0003;
  }

  .btnCard:hover .btnIcon .icon {
    fill: #CA0003;
  }
}

@media screen and (max-width: 800px) {
  .btnCard {
    width: 80%;
    padding: .6em 1em;
  }

  .btnCard .btnIcon {
    width: .8em;
    height: .8em;
  }
}

@media screen and (max-width: 560px) {
  .btnCard {
    width: 100%;
    padding: .4em 1em;
  }
}

.requireTable {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border: none;
  text-align: left;
}

.requireTable th,
.requireTable td {
  padding: 1em;
  border: #bbb thin solid;
}

.requireTable td p {
  font-size: 100%;
}

.requireTable td p span {
  font-weight: 700;
}

.requireTable td p strong {
  color: red;
  font-weight: 700;
}

.requireTable td p:nth-child(2) {
  margin-top: 1em;
}

.requireTable td p.note {
  margin-bottom: .2em;
  color: #444;
  font-size: 86.5%;
  padding-left: 1em;
  text-indent: -1em;
}

.requireTable td p.note.-noIndent {
  padding-left: 0em;
  text-indent: 0em
}

.requireTable th {
  width: 25%;
  background-color: #444;
  color: #fff;
  font-size: 100%;
  font-weight: 300;
}

.requireTable th.requireTable_head {
  padding: .6em 1em;
  background-image: linear-gradient(90deg, #000 0%, #444 87%);
  font-size: min(2rem, 2vw);
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  .requireTable th {
    font-size: 1.2rem;
  }

  .requireTable th.requireTable_head {
    font-size: min(1.8rem, 3.2vw)
  }
}

@media screen and (max-width: 560px) {
  .requireTable th {
    width: 28%
  }

  .requireTable th.requireTable_head {
    font-size: min(1.6rem, 4.28vw)
  }
}

.anchor {
  margin-bottom: 100px;
}

.anchor__btn {
  position: relative;
  display: inline-block;
  padding: 18px 66px 18px 146px;
  ;
  color: #fff;
  background: #333333 url(../img/arrow_anchor.svg) no-repeat 95% center;
  background-size: 14px;
  border-radius: 60px;
}

@media screen and (max-width: 800px) {
  .anchor__btn {
    padding: 10px 66px 10px 120px;
  }
}

.anchor__btn:hover {
  opacity: 0.7;
}

.anchor__btn__icon {
  position: absolute;
  left: 25px;
  bottom: 45%;
}

@media screen and (max-width: 800px) {
  .anchor__btn__icon {
    left: 20px;
  }
}

.anchor__btn__icon img {
  width: 100px;
}

@media screen and (max-width: 560px) {
  .anchor__btn__icon img {
    width: 95px;
  }
}

@media screen and (max-width: 800px) {
  .anchor__btn__txt {
    font-size: 14px !important;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 420px) {
  .br-sp {
    display: block;
  }
}

.choiceCard.btnCorporat {
  background: #3366FF;
}

.choiceCard:hover {
  opacity: 0.85;
}

.saveStore .saveStore_item img {
  width: 100%;
}


/* summer24 */

/* movie */
.section {
  padding: 60px 0;
}

.head__normal {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}

.mv_note{
  margin: 2rem 0;
}

/* movie */

.breakdownList_anniv {
  grid-template-columns: repeat(1, 1fr);
  margin-top: 5rem;
}

.-platinum .breakdownList_anniv .breakdownItem{
  background: rgba(108, 71, 178, 0.3);
}

.-gold .breakdownList_anniv .breakdownItem{
  background: rgba(211, 114, 0, 0.3);
}

.-club .breakdownList_anniv .breakdownItem{
  background: rgba(0, 169, 131, 0.3);
}
.-standard .breakdownList_anniv .breakdownItem{
  background: rgba(255, 0, 0, 0.3);
}

.breakdownItem_anniv {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .breakdownItem_anniv {
    flex-direction: column;
  }
}

.breakdownItem_anniv .anniv_text{
  padding-left: 1rem; 
}

@media screen and (max-width: 800px) {
  .breakdownItem_anniv .anniv_text{
    padding: 0 1rem; 
  }
}

.icon_anniv{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon_anniv .icon img{
  max-width: 80px;
  height: auto;
}

.breakdownItem_anniv .anniv_text p{
  max-width: 700px; 
  padding: 10px 10px 0 0; 
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  .breakdownItem_anniv .anniv_text p{
    padding: 10px 0 0 0; 
  }
}

.breakdownItem_anniv .anniv_img{
  padding-right: 1rem;
}

@media screen and (max-width: 800px) {
  .breakdownItem_anniv .anniv_img{
    padding: 0 1rem;
    margin-top: 20px;
  }
}

.breakdownItem_anniv .anniv_img img{
  width: 150px;
}

@media screen and (max-width: 800px) {
  .breakdownItem_anniv .anniv_img img{
    width: 100%;
  }
}

.breakdownList_anniv .breakdownItem .btnLineWrap{
  margin: 1.4em 0;
}


.notes__inner{
  padding: 1.2em 1rem 20px;
}


@media screen and (max-width: 560px) {
  .moreToggle_text-small{
    font-size: 1rem;
  }
}

.benefitMore .-lun .moreToggle{
  background-image: none;
  background: #ff6db4;
}

.-lun .moreToggle_type{
  width: 150px;
}

@media screen and (max-width: 560px) {
  .-lun .moreToggle_type{
    width: 100%;
    max-width: 80px;
    height: 40px;
  }
}

.-lun .moreToggle_text{
  color: #fff;
}

.lunInner{
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .lunInner{
    display: block;
  }
}

.lunlist{
  display: flex;
  flex-wrap: wrap;
}

.lunlist dt{
  width: 25%;
}

@media screen and (max-width: 800px) {
  .lunlist dt{
    width: 50%;
  }
}

.lunlist dd{
  width: 75%;
}

@media screen and (max-width: 800px) {
  .lunlist dd{
    width: 50%;
  }
}

.lun_img img{
  max-width: 250px;
  width: 100%;
}


/* lunlunトグルボタン */
.benefitMore .-lun .moreToggle_miles {
  color: #fff;
}

.benefitMore .-lun .moreToggle_icon{
 border: #fff 3px solid;
}

.benefitMore .-lun .moreToggle_icon::after{
  background-color: #fff;
}

.benefitMore .-lun .moreToggle_icon::before{
  background-color: #fff;
}
/* トグルボタン */

.br-sp{
  display: none;
}

@media screen and (max-width: 768px) {
  .br-sp{
    display: block;
  }
}

.mgb20{
  margin-bottom: 20px;
}


@media screen and (max-width: 450px) {
  .visaWorld .moreToggle_text {
    font-size: 0.95rem;
  }
}

/* summer24 */