@charset "UTF-8";
/*  
 * style.css
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

i {
  font-style: normal; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield; }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/*
	File Name   : webfont.scss
	Description : webfont用
*/
/*------------------------------------------------------*/
/* web font */
/*
font-family: 'Noto Sans JP', sans-serif;
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black 
*/
/* common setting */
:root {
  --btnFontColor: #434952;
  --btnArrrowColor: #fff;
  --btnCircleColor: #434952;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

html, body {
  size: 100%; }

html {
  font-size: 1vw;
  color: #434952;
  background: #ffffff; }
  @media screen and (min-width: 24.375em) {
    html {
      font-size: 100%; } }
  @media screen and (min-width: 48em) {
    html {
      font-size: 1vw; } }
  @media screen and (min-width: 92.5em) {
    html {
      font-size: 1vw; } }
  html.pc {
    overscroll-behavior-y: none;
    scroll-behavior: smooth; }
    html.pc body {
      overscroll-behavior-y: none; }
  html.is-smscll {
    scroll-behavior: auto; }

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  color: inherit;
  outline: none; }
  a:visited {
    text-decoration: none; }
  a:active {
    text-decoration: none; }
  a:link {
    text-decoration: none; }

span {
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit; }

::-webkit-input-placeholder {
  color: rgba(67, 73, 82, 0.5); }

:-ms-input-placeholder {
  color: rgba(67, 73, 82, 0.5); }

::placeholder {
  color: rgba(67, 73, 82, 0.5); }

/*
	File Name   : module.scss
	Description : 共通モジュールcss
*/
.pink {
  color: #FF48A5; }

/* common
----------------------------------------------- */
.none {
  display: none !important; }

/* PC
----------------------------------------------- */
@media screen and (min-width: 47.9375em) {
  /* view */
  .sp_view {
    display: none !important; }

  .mb_view {
    display: none !important; }

  .pc_view {
    display: inline-block !important; } }
/* SP
----------------------------------------------- */
@media screen and (max-width: 47.9375em) {
  /* view */
  .pc_view {
    display: none !important; }

  .mb_view {
    display: none !important; }

  .sp_view {
    display: inline-block !important; } }
/*
	File Name   : parts.scss
	Description : パーツ用のスタイル
*/
.select-btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 79.3333333333vw;
  height: 13.0666666667vw;
  margin: 0 auto;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .select-btn {
      max-width: 50vw;
      height: 7.4vw; } }
  @media screen and (min-width: 60em) {
    .select-btn {
      max-width: 500px;
      height: 74px; } }
  .select-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 79.3333333333vw;
    height: 13.0666666667vw;
    border-radius: 1.6vw;
    background-color: #E50012;
    position: relative;
    left: -5px;
    top: -5px;
    z-index: 10;
    color: #fff;
    font-weight: 700;
    font-size: 4.4666666667vw!important;
    font-feature-settings: "palt";
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1);
    /* MD */
    /* PC */ }
    .select-btn span::after {
      content: "";
      position: absolute;
      right: 2.6666666667vw;
      top: 50%;
      transform: translateY(-50%);
      width: 4vw;
      height: 4vw;
      background: url("/afl/navi_visa/img/application/icon_btn_blank.svg") no-repeat 0 0/100% auto; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .select-btn span {
        max-width: 50vw;
        height: 7.4vw;
        font-size: 3vw!important;
        border-radius: 0.6vw; }
        .select-btn span::after {
          right: 1.5vw;
          width: 2vw;
          height: 2vw; } }
    @media screen and (min-width: 60em) {
      .select-btn span {
        max-width: 500px;
        height: 74px;
        font-size: 28px!important;
        border-radius: 6px; }
        .select-btn span::after {
          right: 15px;
          width: 20px;
          height: 20px; } }
  .select-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    max-width: 79.3333333333vw;
    height: 13.0666666667vw;
    border-radius: 1.6vw;
    background-color: #800012;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .select-btn::before {
        max-width: 50vw;
        height: 7.4vw;
        border-radius: 0.6vw; } }
    @media screen and (min-width: 60em) {
      .select-btn::before {
        max-width: 500px;
        height: 74px;
        border-radius: 6px; } }
  .select-btn:hover span {
    position: relative;
    left: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); }

.modal-btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 45.3333333333vw;
  height: 9.3333333333vw;
  margin: 0 auto;
  /* MD */
  /* PC */ }
  .modal-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 45.3333333333vw;
    height: 9.3333333333vw;
    border-radius: 1.3333333333vw;
    background-color: #E50012;
    position: relative;
    left: -5px;
    top: -5px;
    z-index: 10;
    color: #fff;
    font-weight: 700;
    font-size: 3.7333333333vw;
    font-feature-settings: "palt";
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); }
    .modal-btn span::after {
      content: "";
      position: absolute;
      right: 2vw;
      top: 50%;
      transform: translateY(-50%) rotate(270deg);
      width: 3.4666666667vw;
      height: 3.4666666667vw;
      background: url("/afl/navi_visa/img/application/icon_arw_anchor.svg") no-repeat 0 0/100% auto; }
  .modal-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    max-width: 45.3333333333vw;
    height: 9.3333333333vw;
    border-radius: 1.3333333333vw;
    background-color: #800012; }
  .modal-btn:hover span {
    position: relative;
    left: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .modal-btn {
      max-width: 29.4vw;
      height: 7vw; }
      .modal-btn span {
        max-width: 29.4vw;
        height: 7vw;
        border-radius: 0.6vw;
        left: -0.5vw;
        top: -0.5vw;
        font-size: 2.8vw; }
        .modal-btn span::after {
          right: 1.5vw;
          width: 2.6vw;
          height: 2.6vw; }
      .modal-btn::before {
        max-width: 29.4vw;
        height: 7vw;
        border-radius: 0.6vw; }
      .modal-btn:hover span {
        position: relative;
        left: 0;
        top: 0;
        transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); } }
  @media screen and (min-width: 60em) {
    .modal-btn {
      max-width: 294px;
      height: 70px; }
      .modal-btn span {
        max-width: 294px;
        height: 70px;
        border-radius: 6px;
        left: -5px;
        top: -5px;
        font-size: 28px; }
        .modal-btn span::after {
          right: 15px;
          width: 26px;
          height: 26px; }
      .modal-btn::before {
        max-width: 294px;
        height: 70px;
        border-radius: 6px; } }

.cta-btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 34.6666666667vw;
  height: 8vw;
  margin: 0 auto;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .cta-btn {
      max-width: 17.8vw;
      height: 4.3vw; } }
  @media screen and (min-width: 60em) {
    .cta-btn {
      max-width: 178px;
      height: 43px; } }
  .cta-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 34.6666666667vw;
    height: 8vw;
    border-radius: 1.6vw;
    background-color: #E50012;
    position: relative;
    left: -0.6666666667vw;
    top: -0.6666666667vw;
    z-index: 10;
    color: #fff;
    font-weight: 700;
    font-size: 3.7333333333vw;
    font-feature-settings: "palt";
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1);
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .cta-btn span {
        font-size: 2vw;
        max-width: 17.8vw;
        height: 4.3vw;
        border-radius: 0.6vw;
        left: -0.5vw;
        top: -0.5vw; } }
    @media screen and (min-width: 60em) {
      .cta-btn span {
        max-width: 178px;
        height: 43px;
        font-size: 20px;
        border-radius: 6px;
        left: -5px;
        top: -5px; } }
    .cta-btn span::after {
      content: "";
      position: absolute;
      right: 2vw;
      top: 50%;
      transform: translateY(-50%) rotate(270deg);
      width: 3.4666666667vw;
      height: 3.4666666667vw;
      background: url("/afl/navi_visa/img/application/icon_arw_anchor.svg") no-repeat 0 0/100% auto;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .cta-btn span::after {
          right: 15px;
          width: 19px;
          height: 19px; } }
      @media screen and (min-width: 60em) {
        .cta-btn span::after {
          right: 15px;
          width: 19px;
          height: 19px; } }
  .cta-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    max-width: 34.6666666667vw;
    height: 8vw;
    border-radius: 1.6vw;
    background-color: #800012;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .cta-btn::before {
        max-width: 17.8vw;
        height: 4.3vw;
        border-radius: 0.6vw; } }
    @media screen and (min-width: 60em) {
      .cta-btn::before {
        max-width: 178px;
        height: 43px;
        border-radius: 6px; } }
  .cta-btn:hover span {
    position: relative;
    left: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); }

.blank-btn {
  position: relative;
  width: 100%;
  max-width: 48vw;
  /* MD */
  /* PC */
  /* MD */
  /* PC */ }
  .blank-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 48vw;
    height: 7.7333333333vw;
    border: 2px solid #BABABA;
    background-color: #fff;
    z-index: 1; }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .blank-btn {
      max-width: 26vw; }
      .blank-btn::after {
        max-width: 26vw;
        height: 4.2vw;
        border: 2px solid #BABABA; } }
  @media screen and (min-width: 60em) {
    .blank-btn {
      max-width: 260px; }
      .blank-btn::after {
        max-width: 260px;
        height: 42px;
        border: 2px solid #BABABA; } }
  .blank-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.7333333333vw;
    padding-right: 3.8666666667vw;
    padding-bottom: 0.2666666667vw;
    border: 2px solid #BABABA;
    background-color: #fff;
    position: relative;
    top: -0.6666666667vw;
    left: -0.6666666667vw;
    z-index: 15;
    color: #BABABA;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1;
    transition: .3s all; }
    .blank-btn span::after {
      content: "";
      position: absolute;
      right: 1.3333333333vw;
      top: 50%;
      transform: translateY(-50%);
      width: 3.8666666667vw;
      height: 3.8666666667vw;
      background: url("/afl/navi_visa/img/value2/icon_blank.svg") no-repeat 0 0/100% auto; }
  .blank-btn:hover span {
    top: 0;
    left: 0;
    transition: .3s all; }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .blank-btn span {
      height: 4.2vw;
      padding-right: 2.1vw;
      padding-bottom: 0.2vw;
      border: 0.2vw solid #BABABA;
      top: -0.5vw;
      left: -0.5vw;
      font-size: 2vw; }
      .blank-btn span::after {
        right: 1vw;
        width: 2.1vw;
        height: 2.1vw; } }
  @media screen and (min-width: 60em) {
    .blank-btn span {
      height: 42px;
      padding-right: 21px;
      padding-bottom: 2px;
      border: 2px solid #BABABA;
      top: -5px;
      left: -5px;
      font-size: 20px; }
      .blank-btn span::after {
        right: 10px;
        width: 21px;
        height: 21px; } }

.check-list {
  /* */ }
  .check-list li {
    position: relative;
    padding-left: 6.6666666667vw;
    letter-spacing: -.02em;
    font-feature-settings: "palt";
    /* MD */
    /* PC */ }
    .check-list li + li {
      margin-top: 3.8666666667vw; }
    .check-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 5.2933333333vw;
      height: 4.4vw;
      background: url("/afl/navi_visa/img/faq/icon_check_sp.svg") no-repeat 0 0/100% auto; }
    .check-list li span {
      font-size: 4.1333333333vw;
      font-weight: 500; }
    .check-list li small {
      font-size: 2.9333333333vw;
      font-weight: 500;
      display: inline-block;
      padding-top: 10px; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .check-list li {
        position: relative;
        padding-left: 4vw;
        font-feature-settings: "palt"; }
        .check-list li + li {
          margin-top: 2vw; }
        .check-list li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 2.83059vw;
          height: 2.35692vw;
          background: url("/afl/navi_visa/img/faq/icon_check.svg") no-repeat 0 0/100% auto; }
        .check-list li span {
          font-size: 2vw;
          font-weight: 500; }
        .check-list li small {
          font-size: 1.3vw;
          font-weight: 500;
          display: inline-block;
          padding-top: 1vw; } }
    @media screen and (min-width: 60em) {
      .check-list li {
        position: relative;
        padding-left: 40px;
        font-feature-settings: "palt"; }
        .check-list li + li {
          margin-top: 20px; }
        .check-list li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 28.3059px;
          height: 23.5692px;
          background: url("/afl/navi_visa/img/faq/icon_check.svg") no-repeat 0 0/100% auto; }
        .check-list li span {
          font-size: 20px;
          font-weight: 500; }
        .check-list li small {
          font-size: 13px;
          font-weight: 500;
          display: inline-block;
          padding-top: 10px; } }
  .check-list._alpha li {
    padding-left: 8vw;
    /* MD */
    /* PC */ }
    .check-list._alpha li + li {
      margin-top: 2.6666666667vw; }
    .check-list._alpha li::before {
      top: 50%;
      transform: translateY(-50%);
      width: 6.908vw;
      height: 5.6746666667vw;
      background: url("/afl/navi_visa/img/value3/icon_check_alpha_sp.svg") no-repeat 0 0/100% auto; }
    .check-list._alpha li span {
      font-size: 4vw;
      font-weight: 700;
      line-height: 1.36; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .check-list._alpha li {
        padding-left: 5.7vw; }
        .check-list._alpha li + li {
          margin-top: 1.5vw; }
        .check-list._alpha li::before {
          top: 50%;
          transform: translateY(-50%);
          width: 4.23984vw;
          height: 3.5vw;
          background: url("/afl/navi_visa/img/value3/icon_check_alpha.svg") no-repeat 0 0/100% auto; }
        .check-list._alpha li span {
          font-size: 2.5vw;
          font-weight: 700;
          line-height: 1.36; } }
    @media screen and (min-width: 60em) {
      .check-list._alpha li {
        padding-left: 57px; }
        .check-list._alpha li + li {
          margin-top: 15px; }
        .check-list._alpha li::before {
          top: 50%;
          transform: translateY(-50%);
          width: 42.3984px;
          height: 35px;
          background: url("/afl/navi_visa/img/value3/icon_check_alpha.svg") no-repeat 0 0/100% auto; }
        .check-list._alpha li span {
          font-size: 25px;
          font-weight: 700;
          line-height: 1.36; } }

/* 流用 */
.follow {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  position: fixed;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.3s ease-in-out 0s;
  height: auto;
  padding: 0 var(--side-padding) 10px;
  top: auto;
  bottom: 0;
  background-color: transparent;
  backdrop-filter: blur(0);
  padding-bottom: calc(10px + constant(safe-area-inset-bottom));
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  transform: translate3d(0, 0, 0);
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .follow {
      display: flex;
      align-items: center;
      width: 100%;
      height: 60px;
      margin: 0;
      padding: 0 30px;
      background-color: rgba(255, 255, 255, 0.4);
      backdrop-filter: blur(4px);
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      z-index: 100;
      transform: translate3d(0, -100%, 0);
      transition: all 0.3s ease-in-out 0s; } }
  @media screen and (min-width: 60em) {
    .follow {
      display: flex;
      align-items: center;
      width: 100%;
      height: 60px;
      margin: 0;
      padding: 0 30px;
      background-color: rgba(255, 255, 255, 0.4);
      backdrop-filter: blur(4px);
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      z-index: 100;
      transform: translate3d(0, -100%, 0);
      transition: all 0.3s ease-in-out 0s; } }

.follow_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66.6666666667vw;
  padding: 1.8666666667vw 4vw;
  margin: 0 auto;
  background-color: #ca0003;
  border-radius: 2vw;
  border: #ca0003 0.5333333333vw solid;
  color: #fff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .follow_btn {
      width: 30vw;
      margin-right: 4vw;
      padding: 0.8vw 1.5vw;
      border-radius: 0.8vw;
      border: #ca0003 0.2vw solid;
      font-size: 1.6vw; } }
  @media screen and (min-width: 60em) {
    .follow_btn {
      width: 300px;
      margin-right: 40px;
      padding: 8px 15px;
      border-radius: 8px;
      border: #ca0003 2px solid;
      font-size: 16px; } }

@media (hover: hover) and (pointer: fine) {
  .follow_btn:hover {
    background-color: #fff;
    color: #ca0003;
    transition: all 0.3s ease-in-out 0s; } }
.follow.is-fixed {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0); }

/*@media screen and (max-width: 800px) {
  .follow_btn {
    width: 240px;
    margin-right: 1em;
    padding: 0.6em 0.8em;
  }
}*/
@media screen and (max-width: 47.9375em) {
  /*.follow {
    height: auto;
    padding: 0 var(--side-padding) 10px;
    top: auto;
    bottom: 0;
    background-color: transparent;
    backdrop-filter: blur(0);
    padding-bottom: calc(10px + constant(safe-area-inset-bottom));
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    transform: translate3d(0, 0, 0);
  }*/
  .follow .logo {
    display: none; }

  /*.follow_btn {
    width: 270px;
    margin: 0 auto;
    border-radius: 3em;
  }*/ }
.menuToggle {
  width: 36px;
  height: 36px;
  position: relative;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px; }

.menuToggle span {
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 50%;
  background-color: #FF48A5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.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: 47.9375em) {
  .menuToggle.-follow {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    position: fixed;
    top: auto;
    right: auto;
    left: 4.6666666667vw;
    bottom: 8vw;
    background-color: #FF48A5;
    border: #fff 2px solid;
    border-radius: 50%;
    z-index: 50; }

  .menuToggle.-follow span {
    background-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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 4vw;
  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;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .modalOverlay {
      padding: 0 3vw; } }
  @media screen and (min-width: 60em) {
    .modalOverlay {
      padding: 0 1em; } }

.modalOverlay.-gNav {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0; }

.modalOverlay.-modal {
  justify-content: flex-start;
  padding-top: 8vw;
  padding-bottom: 4vw;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .modalOverlay.-modal {
      justify-content: center;
      padding-top: 0;
      padding-bottom: 0; } }
  @media screen and (min-width: 60em) {
    .modalOverlay.-modal {
      justify-content: center;
      padding-top: 0;
      padding-bottom: 0; } }

/* CTA MODAL */
.modalClose {
  display: block;
  width: 8vw;
  height: 8vw;
  position: absolute;
  top: -2vw;
  right: -2vw;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .modalClose {
      width: 4vw;
      height: 4vw;
      top: -1.5vw;
      right: -1.5vw; } }
  @media screen and (min-width: 60em) {
    .modalClose {
      width: 40px;
      height: 40px;
      top: -15px;
      right: -15px; } }

.modalContent {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  max-width: 940px;
  height: 100%;
  max-height: 148vw;
  border-radius: 2vw;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .modalContent {
      height: auto;
      border-radius: 1.5vw; } }
  @media screen and (min-width: 60em) {
    .modalContent {
      height: auto;
      border-radius: 15px; } }

.modalContent_body {
  flex: 1 1 auto;
  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));
  }
}*/
.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;
  padding: 4vw;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .modalInner {
      padding: 4vw 2vw; } }
  @media screen and (min-width: 60em) {
    .modalInner {
      padding: 40px 20px; } }
  .modalInner .cta-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* MD */
    /* PC */ }
    .modalInner .cta-list__card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 50%;
      position: relative;
      /* MD */
      /* PC */ }
      .modalInner .cta-list__card:nth-child(1) {
        border-bottom: 1px solid #CCCCCC;
        padding: 0 4vw 4.4vw 2vw; }
      .modalInner .cta-list__card:nth-child(2) {
        border-bottom: 1px solid #CCCCCC;
        padding: 0 2vw 4.4vw 4vw; }
        .modalInner .cta-list__card:nth-child(2)::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 1px;
          height: calc(100% - 12px);
          background-color: #ccc; }
      .modalInner .cta-list__card:nth-child(3) {
        padding: 0 4vw 2.6666666667vw 2vw;
        margin-top: 2vw; }
      .modalInner .cta-list__card:nth-child(4) {
        padding: 0 2vw 2.6666666667vw 4vw;
        margin-top: 2vw; }
        .modalInner .cta-list__card:nth-child(4)::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 1px;
          height: 100%;
          background-color: #ccc; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .modalInner .cta-list__card {
          width: 100%;
          max-width: 22.5vw; }
          .modalInner .cta-list__card:nth-child(1) {
            border-bottom: 0;
            padding: 1vw 2vw 0.3vw; }
          .modalInner .cta-list__card:nth-child(2) {
            border-bottom: 0;
            padding: 1vw 2vw 0.3vw;
            border-left: 1px solid #CCCCCC; }
            .modalInner .cta-list__card:nth-child(2)::after {
              content: none; }
          .modalInner .cta-list__card:nth-child(3) {
            padding: 1vw 2vw 0.3vw;
            margin-top: 0;
            border-left: 1px solid #CCCCCC; }
          .modalInner .cta-list__card:nth-child(4) {
            padding: 1vw 2vw 0.3vw;
            margin-top: 0;
            border-left: 1px solid #CCCCCC; }
            .modalInner .cta-list__card:nth-child(4)::after {
              content: none; } }
      @media screen and (min-width: 60em) {
        .modalInner .cta-list__card {
          width: 100%;
          max-width: 225px; }
          .modalInner .cta-list__card:nth-child(1) {
            border-bottom: 0;
            padding: 10px 20px 3px; }
          .modalInner .cta-list__card:nth-child(2) {
            border-bottom: 0;
            padding: 10px 20px 3px;
            border-left: 1px solid #CCCCCC; }
            .modalInner .cta-list__card:nth-child(2)::after {
              content: none; }
          .modalInner .cta-list__card:nth-child(3) {
            padding: 10px 20px 3px;
            margin-top: 0;
            border-left: 1px solid #CCCCCC; }
          .modalInner .cta-list__card:nth-child(4) {
            padding: 10px 20px 3px;
            margin-top: 0;
            border-left: 1px solid #CCCCCC; }
            .modalInner .cta-list__card:nth-child(4)::after {
              content: none; } }
      .modalInner .cta-list__card ._name {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 8.6666666667vw;
        margin-bottom: 15px;
        text-align: center;
        font-size: 3.4666666667vw;
        font-weight: 700;
        line-height: 1.153;
        font-feature-settings: "palt";
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .modalInner .cta-list__card ._name {
            height: 5.5vw;
            margin-bottom: 1.5vw;
            font-size: 2vw;
            line-height: 1.4; } }
        @media screen and (min-width: 60em) {
          .modalInner .cta-list__card ._name {
            height: 55px;
            margin-bottom: 15px;
            font-size: 20px;
            line-height: 1.4; } }
      .modalInner .cta-list__card figure {
        width: 100%;
        max-width: 30.86vw;
        margin: 0 auto 4vw;
        /* MD */
        /* PC */ }
        .modalInner .cta-list__card figure._disney {
          margin: 0 auto 2vw; }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .modalInner .cta-list__card figure {
            max-width: 18.2vw;
            margin: 0 auto 3.8vw; }
            .modalInner .cta-list__card figure._disney {
              margin: 0 auto 1.2vw; } }
        @media screen and (min-width: 60em) {
          .modalInner .cta-list__card figure {
            max-width: 182px;
            margin: 0 auto 38px; }
            .modalInner .cta-list__card figure._disney {
              margin: 0 auto 12px; } }
      .modalInner .cta-list__card ._text {
        text-align: left;
        margin-bottom: 5.3333333333vw;
        font-size: 2.9333333333vw;
        line-height: 1.437;
        letter-spacing: .06em;
        font-feature-settings: "palt";
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .modalInner .cta-list__card ._text {
            margin-bottom: 4vw;
            font-size: 1.5vw; } }
        @media screen and (min-width: 60em) {
          .modalInner .cta-list__card ._text {
            margin-bottom: 40px;
            font-size: 15px; } }
      .modalInner .cta-list__card ._btn {
        margin-top: auto; }

/* ドロワーメニュー */
.modalNav {
  display: block;
  width: 580px;
  height: 100%;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  background-color: #fff;
  transform: translate3d(0, 0, 0); }

.modalNav_body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 6.6666666667vw 12.6666666667vw 6.6666666667vw;
  background: linear-gradient(149.86deg, rgba(213, 154, 255, 0.17) 0%, rgba(57, 207, 229, 0.17) 100%);
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .modalNav_body {
      padding: 10vw 14vw; } }
  @media screen and (min-width: 60em) {
    .modalNav_body {
      padding: 100px 140px; } }

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

.navClose {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 16px;
  right: 30px;
  background-color: #FF48A5;
  z-index: 10;
  /* MD */
  /* PC */ }
  .navClose span {
    display: block;
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .navClose {
      background-color: transparent; }
      .navClose span {
        background-color: #FF48A5; } }
  @media screen and (min-width: 60em) {
    .navClose {
      background-color: transparent; }
      .navClose span {
        background-color: #FF48A5; } }

.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: 13.3333333333vw;
    height: 13.3333333333vw;
    top: auto;
    right: auto;
    left: 4.6666666667vw;
    bottom: 8vw;
    background-color: #FF48A5;
    border: #fff 2px solid;
    border-radius: 50%; } }
/* メニュー展開後 */
.globalNav {
  width: 100%;
  margin: 0 auto; }

.globalNav_menu {
  width: 100%; }

.globalNav_menu li {
  position: relative; }
  .globalNav_menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(149.86deg, #d59aff 0%, #39cfe5 100%); }

.menuLink {
  display: block;
  padding: 37px 4px 14px;
  font-size: 20px;
  color: #231815;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  font-feature-settings: "palt";
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .menuLink {
      padding: 3.7vw 0.4vw 1.4vw;
      font-size: 2vw; } }
  @media screen and (min-width: 60em) {
    .menuLink {
      padding: 37px 4px 14px;
      font-size: 20px; } }

@media (hover: hover) and (pointer: fine) {
  .menuLink:hover {
    opacity: .6;
    transition: .4s all; } }
/*
	File Name   : _04animation.scss
	Description : アニメーションの設定
*/
.js-scroll {
  position: relative;
  opacity: 0; }

.js-scroll.is-animated {
  animation: fadeInBtm 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s 1 forwards; }
  .js-scroll.is-animated.delay1 {
    animation: fadeInTop 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s 1 forwards; }
  .js-scroll.is-animated.delay2 {
    animation: fadeInTop 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s 1 forwards; }
  .js-scroll.is-animated.delay3 {
    animation: fadeInTop 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s 1 forwards; }
  .js-scroll.is-animated.delay4 {
    animation: fadeInTop 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s 1 forwards; }
  .js-scroll.is-animated.fadein {
    animation: fadeIn 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.5s 1 forwards; }
  .js-scroll.is-animated.slidein {
    animation: slidein 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s 1 forwards; }
    .js-scroll.is-animated.slidein.delay-1 {
      animation-delay: .6s; }

.is-title {
  animation: InCatchcopy 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s 1 forwards; }

@keyframes InCatchcopy {
  0% {
    opacity: 0;
    transform: translateY(-10%) translate(-50%); }
  100% {
    opacity: 1;
    transform: translateY(-50%) translate(-50%); } }
.is-catchcopy {
  animation: slidein 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s 1 forwards; }

@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeInBtm {
  0% {
    opacity: 0;
    bottom: -40px; }
  100% {
    opacity: 1;
    bottom: 0; } }
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeInTopBG {
  0% {
    opacity: 0;
    transform: translateY(40px) translateX(-50%); }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%); } }
/*
	File Name   : _05base.scss
	Description : ベースレイアウト 
*/
/*====================================================================
	Body setting
=====================================================================*/
body {
  background-color: #ffffff;
  font-size: 2.9333333333vw; }
  body#top {
    opacity: 0;
    animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* MD */
@media screen and (min-width: 47.9375em) and (max-width: 60em) {
  body {
    overflow-x: hidden;
    font-size: 1.3829787234vw; } }
/* PC */
@media screen and (min-width: 60em) {
  body {
    overflow-x: hidden;
    font-size: 13px; } }
/*====================================================================
	header
=====================================================================*/
header {
  width: 100%;
  position: relative;
  z-index: 4000;
  background-color: #fff;
  /* MD */
  /* PC */ }

.header {
  position: relative;
  z-index: 1; }

.head-wrap {
  width: 100%;
  height: 13.3333333333vw;
  padding: 0 4vw;
  position: relative;
  /* MD */
  /* PC */ }
  .head-wrap .menuToggle {
    display: none; }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .head-wrap {
      padding: 0 4vw;
      height: 6.3vw; }
      .head-wrap .menuToggle {
        display: block; } }
  @media screen and (min-width: 60em) {
    .head-wrap {
      padding: 0 40px;
      height: 63px; }
      .head-wrap .menuToggle {
        display: block; } }

.head-logo {
  display: block;
  width: 40.172vw;
  position: absolute;
  top: 50%;
  left: 20px;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .head-logo {
      width: 19.2vw; } }
  @media screen and (min-width: 60em) {
    .head-logo {
      width: 192px; } }

/*====================================================================
	footer
=====================================================================*/
.footer {
  position: relative;
  background-color: #000;
  z-index: 100;
  padding: 2.6666666667vw 4vw 13.3333333333vw;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .footer {
      padding: 10px 15px 20px; } }
  @media screen and (min-width: 60em) {
    .footer {
      padding: 10px 15px 20px; } }

.copy {
  color: #fff;
  font-size: 2.6666666667vw;
  font-weight: 400;
  text-align: center;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .copy {
      font-size: 1.6vw; } }
  @media screen and (min-width: 60em) {
    .copy {
      font-size: 16px; } }

/*========== to top ==========*/
.to-top {
  display: none; }

@media screen and (max-width: 640px) {
  .to-top {
    display: block;
    width: 10.938vw;
    height: 10.938vw;
    position: fixed;
    bottom: 6.25vw;
    bottom: calc(9.375vw + constant(safe-area-inset-bottom));
    bottom: calc(9.375vw + env(safe-area-inset-bottom));
    right: 6.25vw;
    z-index: 900; }

  .to-top h6 {
    letter-spacing: 0; }

  .to-top.-absolute {
    position: absolute;
    bottom: auto;
    top: -18.75vw; } }
/*
	File Name   : _lp.scss
	Description : トップページの設定
*/
/*====================================================================
	main contents
=====================================================================*/
/* MD */
/* PC */
/*==================== common block ====================*/
.main-contents {
  width: 100%;
  position: relative;
  z-index: 10; }

.intro .intro-wrap {
  position: relative;
  width: 100%;
  height: 136.1333333333vw;
  background: url("/afl/navi_visa/img/intro/mv_bg_sp.jpg") no-repeat 50% 50%/contain; }
  @media screen and (min-width: 47.9375em) {
    .intro .intro-wrap {
      height: 39.3243243243vw;
      background: url("/afl/navi_visa/img/intro/mv_bg.jpg") no-repeat 50% 50%/contain; } }
.intro__title {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 84.4186666667vw; }
  @media screen and (min-width: 47.9375em) {
    .intro__title {
      width: 45.6527027027vw; } }
.intro__card {
  position: absolute;
  top: 6.6666666667vw;
  right: 0;
  z-index: 20;
  width: 62.5333333333vw; }
  @media screen and (min-width: 47.9375em) {
    .intro__card {
      top: inherit;
      bottom: 0;
      width: 33.4459459459vw; } }
.intro__catchcopy {
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 6vw;
  width: 100%;
  padding: 0 3.3333333333vw;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1)); }
  @media screen and (min-width: 47.9375em) {
    .intro__catchcopy {
      left: 1.3513513514vw;
      bottom: 0.8108108108vw;
      width: 82.2027027027vw;
      padding: 0; } }
.intro__bg {
  position: relative;
  z-index: 1;
  height: 136vw; }
  @media screen and (min-width: 47.9375em) {
    .intro__bg {
      height: auto; } }

.intro .outline__notes{
  width: 100%;
  padding: 1vw 4vw 0;
}
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .intro .outline__notes{
      padding: 1vw 1.5vw 0;
    }
  }
  @media screen and (min-width: 60em) {
    .intro .outline__notes{
      max-width: 860px;
      margin: 0 auto;
      padding: 0.5em 0 0;
    }
  }

.outline .outline-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 3.0666666667vw 4vw 10.6666666667vw;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .outline .outline-wrap {
      padding: 2.7vw 1.5vw 5vw; } }
  @media screen and (min-width: 60em) {
    .outline .outline-wrap {
      max-width: 860px;
      padding: 27px 0 50px; } }
.outline__period {
  margin-bottom: 5vw;
  /* MD */
  /* PC */ }
  .outline__period dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34.4vw;
    height: 7.704vw;
    border: 1px solid #191919;
    font-size: 2.9333333333vw;
    font-weight: 700;
    margin: 0 auto 2.6666666667vw; }
  .outline__period dd {
    font-size: 4vw;
    font-weight: 700;
    text-align: center; }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .outline__period {
      display: flex;
      align-items: center;
      margin-bottom: 3vw; }
      .outline__period dt {
        width: 16vw;
        height: 3vw;
        font-size: 1.7vw;
        margin-right: 1.5vw;
        margin: 0 1.5vw 0 0; }
      .outline__period dd {
        font-size: 1.7vw; } }
  @media screen and (min-width: 60em) {
    .outline__period {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .outline__period dt {
        width: 160px;
        height: 30px;
        font-size: 17px;
        margin-right: 15px;
        margin: 0 1.5vw 0 0; }
      .outline__period dd {
        font-size: 17px; } }
.outline__desc {
  position: relative;
  margin-bottom: 8vw;
  /* MD */
  /* PC */ }
  .outline__desc p {
    font-size: 2.9333333333vw;
    line-height: 1.538;
    margin-bottom: 1.6vw;
    text-align: justify; }
    .outline__desc p a {
      text-decoration: underline; }
      .outline__desc p a:hover {
        text-decoration: none; }
  .outline__desc .campaign-id {
    text-align: right; }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .outline__desc {
      margin-bottom: 3vw; }
      .outline__desc p {
        font-size: 1.3829787234vw;
        margin-bottom: 0; }
      .outline__desc .campaign-id {
        position: absolute;
        bottom: 0;
        right: 1.5vw; } }
  @media screen and (min-width: 60em) {
    .outline__desc {
      margin-bottom: 30px; }
      .outline__desc p {
        font-size: 13px;
        margin-bottom: 0; }
        .outline__desc p a:hover {
          text-decoration: none; }
      .outline__desc .campaign-id {
        position: absolute;
        bottom: 0;
        right: 0; } }

.value {
  background: linear-gradient(180deg, #edd4ff 0%, rgba(244, 228, 255, 0.57) 43.31%, rgba(255, 255, 255, 0) 99.82%); }
  .value .value-wrap {
    position: relative;
    padding: 9.0666666667vw 3.3333333333vw 5.0666666667vw;
    width: 100%;
    margin: 0 auto;
    /* MD */
    /* PC */
    /* Free Object */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value .value-wrap {
        padding: 8vw 1.5vw 3.5vw;
        width: 94vw; } }
    @media screen and (min-width: 60em) {
      .value .value-wrap {
        padding: 80px 0 35px;
        width: 940px; } }
    .value .value-wrap .obj-trunk {
      width: 100%;
      position: absolute;
      max-width: 16.2946666667vw;
      right: 6.9333333333vw;
      top: -3.0666666667vw;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value .value-wrap .obj-trunk {
          max-width: 9.28814vw;
          right: -10vw;
          top: 55vw; } }
      @media screen and (min-width: 60em) {
        .value .value-wrap .obj-trunk {
          max-width: 92.8814px;
          right: -100px;
          top: 350px; } }
    .value .value-wrap .obj-hat {
      width: 100%;
      position: absolute;
      max-width: 11.2666666667vw;
      left: 6vw;
      top: 32vw;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value .value-wrap .obj-hat {
          max-width: 9.38957vw;
          left: -12vw;
          top: 108vw; } }
      @media screen and (min-width: 60em) {
        .value .value-wrap .obj-hat {
          max-width: 93.8957px;
          left: -120px;
          top: 1080px; } }
    .value .value-wrap .obj-camera {
      width: 100%;
      position: absolute;
      max-width: 7.3093333333vw;
      right: 6.1333333333vw;
      top: 15.0666666667vw;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value .value-wrap .obj-camera {
          max-width: 6.09163vw;
          right: -8.8vw;
          top: inherit;
          bottom: 40vw; } }
      @media screen and (min-width: 60em) {
        .value .value-wrap .obj-camera {
          max-width: 60.9163px;
          right: -88px;
          top: inherit;
          bottom: 400px; } }
  .value__title {
    margin-bottom: 6.2666666667vw;
    /* MD */
    /* PC */ }
    .value__title p {
      width: 100%;
      max-width: 61.8666666667vw;
      margin: 0 auto 3.2vw; }
    .value__title h2 {
      width: 100%;
      max-width: 60.8066666667vw;
      margin: 0 auto; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value__title {
        margin-bottom: 5.5vw; }
        .value__title p {
          width: 100%;
          max-width: 46.65004vw;
          margin: 0 auto 3.2vw; }
        .value__title h2 {
          width: 100%;
          max-width: 85.52603vw;
          margin: 0 auto; } }
    @media screen and (min-width: 60em) {
      .value__title {
        margin-bottom: 55px; }
        .value__title p {
          width: 100%;
          max-width: 466.5004px;
          margin: 0 auto 32px; }
        .value__title h2 {
          width: 100%;
          max-width: 855.2603px;
          margin: 0 auto; } }
  .value__anr01 {
    width: 100%;
    position: relative;
    left: -0.9333333333vw;
    margin: 0 auto;
    /* MD */
    /* PC */ }
    .value__anr01 a {
      display: flex;
      width: 100%;
      position: relative;
      z-index: 10; }
      .value__anr01 a img {
        width: 100%; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value__anr01 {
        width: 92.45vw;
        left: -1.6vw; }
        /* .value__anr01::after {
          content: "";
          position: absolute;
          bottom: -1vw;
          right: -1vw;
          z-index: 1;
          width: 90vw;
          height: 60.4vw;
          background: url("/afl/navi_visa/img/value/value_anr01_bg.png") no-repeat 0 0/100% auto; }  */
        }
    @media screen and (min-width: 60em) {
      .value__anr01 {
        width: 924.5px;
        left: -16px; }
        /* .value__anr01::after {
          content: "";
          position: absolute;
          bottom: -10px;
          right: -10px;
          z-index: 1;
          width: 900px;
          height: 535px;
          background: url("/afl/navi_visa/img/value/value_anr01_bg.png") no-repeat 0 0/100% auto; } */
        .value__anr01 a {
          display: flex;
          width: 100%;
          position: relative;
          right: 0;
          bottom: 0;
          z-index: 10;
          transition: .3s all; }
          .value__anr01 a:hover {
            right: -5px;
            bottom: -5px;
            transition: .3s all; } }
    @media screen and (min-width:769px){
      .value__anr01::after {
        content: "";
        position: absolute;
        bottom: -10px;
        right: -10px;
        z-index: 1;
        width: 98%;
        height: 95%;
        background: linear-gradient(to right,#fedc6b,#ff9eb2);
        border: 3px solid #ff48a5;
        border-radius: 10px;
      }
    }
  .value__anrbox {
    width: 100%;
    margin: 2.6666666667vw auto 9.3333333333vw;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value__anrbox {
        display: flex;
        justify-content: space-between;
        width: 92.45vw;
        margin: 6.5vw auto 12.5vw; } }
    @media screen and (min-width: 60em) {
      .value__anrbox {
        display: flex;
        justify-content: space-between;
        width: 924.5px;
        margin: 65px auto 125px; } }
  .value__anr02 {
    width: 100%;
    position: relative;
    left: -0.9333333333vw;
    /* MD */
    /* PC */ }
    .value__anr02 a {
      display: flex;
      width: 100%;
      position: relative;
      z-index: 10; }
      .value__anr02 a img {
        width: 100%; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value__anr02 {
        width: 45.35vw;
        left: -1.6vw; }
        /* .value__anr02::after {
          content: "";
          position: absolute;
          bottom: -1vw;
          right: -1vw;
          z-index: 1;
          width: 42.9vw;
          height: 51.8vw;
          background: url("/afl/navi_visa/img/value/value_anr02_bg.png") no-repeat 0 0/100% auto; } */
        .value__anr02 a {
          display: flex;
          width: 100%;
          position: relative;
          right: 0;
          bottom: 0;
          z-index: 10;
          transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); }
          .value__anr02 a:hover {
            right: -0.5vw;
            bottom: -0.5vw;
            transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); } }
    @media screen and (min-width: 60em) {
      .value__anr02 {
        width: 453.5px;
        left: -16px; }
        /* .value__anr02::after {
          content: "";
          position: absolute;
          bottom: -10px;
          right: -10px;
          z-index: 1;
          width: 429px;
          height: 518px;
          background: url("/afl/navi_visa/img/value/value_anr02_bg.png") no-repeat 0 0/100% auto; } */
        .value__anr02 a {
          display: flex;
          width: 100%;
          position: relative;
          right: 0;
          bottom: 0;
          z-index: 10;
          transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); }
          .value__anr02 a:hover {
            right: -5px;
            bottom: -5px;
            transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); } }
            @media screen and (min-width:769px){
              .value__anr02::after {
                content: "";
                position: absolute;
                bottom: -10px;
                right: -10px;
                z-index: 1;
                width: 95%;
                height: 95%;
                background: linear-gradient(to right,#fedc6b,#ff9eb2);
                border: 3px solid #ff48a5;
                border-radius: 10px;
              }
            }
  .value__anr03 {
    width: 100%;
    position: relative;
    left: -0.9333333333vw;
    margin-top: 2.6666666667vw;
    /* MD */
    /* PC */ }
    .value__anr03 a {
      display: flex;
      width: 100%;
      position: relative;
      z-index: 10; }
      .value__anr03 a img {
        width: 100%; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value__anr03 {
        width: 45.35vw;
        position: relative;
        left: -1.6vw;
        margin-top: 0; }
        /* .value__anr03::after {
          content: "";
          position: absolute;
          bottom: -1vw;
          right: -1vw;
          z-index: 1;
          width: 42.9vw;
          height: 51.8vw;
          background: url("/afl/navi_visa/img/value/value_anr03_bg.png") no-repeat 0 0/100% auto; } */
        .value__anr03 a {
          display: flex;
          width: 100%;
          position: relative;
          right: 0;
          bottom: 0;
          z-index: 10;
          transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); }
          .value__anr03 a:hover {
            right: -0.5vw;
            bottom: -0.5vw;
            transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); } }
    @media screen and (min-width: 60em) {
      .value__anr03 {
        width: 453.5px;
        position: relative;
        left: -16px;
        margin-top: 0; }
        /* .value__anr03::after {
          content: "";
          position: absolute;
          bottom: -10px;
          right: -10px;
          z-index: 1;
          width: 429px;
          height: 518px;
          background: url("/afl/navi_visa/img/value/value_anr03_bg.png") no-repeat 0 0/100% auto; } */
        .value__anr03 a {
          display: flex;
          width: 100%;
          position: relative;
          right: 0;
          bottom: 0;
          z-index: 10;
          transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); }
          .value__anr03 a:hover {
            right: -5px;
            bottom: -5px;
            transition: 0.3s cubic-bezier(0.25, 0.1, 0.2, 1); } }
            @media screen and (min-width:769px){
              .value__anr03::after {
                content: "";
                position: absolute;
                bottom: -10px;
                right: -10px;
                z-index: 1;
                width: 95%;
                height: 95%;
                background: linear-gradient(to right,#fedc6b,#ff9eb2);
                border: 3px solid #ff48a5;
                border-radius: 10px;
              }
            }
  .value__btm-text {
    width: 100%;
    margin: 0 auto;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value__btm-text {
        max-width: 105.30557vw; } }
    @media screen and (min-width: 60em) {
      .value__btm-text {
        max-width: 1053.0557px; } }

.faq .faq-wrap {
  position: relative;
  padding: 9.3333333333vw 4.6666666667vw 13.3333333333vw;
  background: linear-gradient(180deg, #feecaf 0%, rgba(254, 240, 191, 0.74) 25.68%, rgba(255, 250, 233, 0.24) 75.63%, rgba(255, 255, 255, 0) 99.82%);
  /* MD */
  /* PC */ }
  .faq .faq-wrap .obj-trunk {
    position: absolute;
    top: 3.3333333333vw;
    right: 11.2vw;
    width: 100%;
    max-width: 11.1453333333vw; }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .faq .faq-wrap {
      padding: 9.5vw 1.5vw 9.8vw; }
      .faq .faq-wrap .obj-trunk {
        display: none; } }
  @media screen and (min-width: 60em) {
    .faq .faq-wrap {
      padding: 95px 0 98px; }
      .faq .faq-wrap .obj-trunk {
        display: none; } }
.faq__title {
  width: 100%;
  max-width: 73.9373333333vw;
  margin: 0 auto 7.3333333333vw;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .faq__title {
      max-width: 72.2vw;
      margin: 0 auto 5.5vw; } }
  @media screen and (min-width: 60em) {
    .faq__title {
      max-width: 722px;
      margin: 0 auto 55px; } }
.faq__list {
  width: 100%;
  margin: 0 auto;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .faq__list {
      max-width: 90vw; } }
  @media screen and (min-width: 60em) {
    .faq__list {
      max-width: 900px; } }
  .faq__list--in {
    border: 0.5333333333vw solid #FF48A5;
    background-color: #fff;
    padding: 5.6vw 4.6666666667vw 0 4.6666666667vw;
    border-radius: 1.6vw;
    /* MD */
    /* PC */ }
    .faq__list--in + .faq__list--in {
      margin-top: 5.3333333333vw; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .faq__list--in {
        border: 0.3vw solid #FF48A5;
        padding: 4.5vw 7vw 0;
        border-radius: 1.5vw; }
        .faq__list--in + .faq__list--in {
          margin-top: 4vw; } }
    @media screen and (min-width: 60em) {
      .faq__list--in {
        border: 3px solid #FF48A5;
        padding: 45px 70px 0;
        border-radius: 15px; }
        .faq__list--in + .faq__list--in {
          margin-top: 40px; } }
  .faq__list--question {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-bottom: 6.6666666667vw;
    /* MD */
    /* PC */ }
    .faq__list--question::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1.3333333333vw;
      background: linear-gradient(90deg, #ff48a5 0%, rgba(254, 220, 107, 0.6) 99.91%); }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .faq__list--question {
        padding-bottom: 50px; }
        .faq__list--question::after {
          height: 1.2vw;
          background: linear-gradient(90deg, #ff48a5 0%, rgba(254, 220, 107, 0.6) 99.91%); } }
    @media screen and (min-width: 60em) {
      .faq__list--question {
        padding-bottom: 50px; }
        .faq__list--question::after {
          height: 12px;
          background: linear-gradient(90deg, #ff48a5 0%, rgba(254, 220, 107, 0.6) 99.91%); } }
    .faq__list--question i {
      display: block;
      width: 8.8746666667vw;
      height: 11.9826666667vw;
      margin-right: 3.3333333333vw;
      margin-left: 2.5333333333vw;
      flex-shrink: 0;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .faq__list--question i {
          display: block;
          width: 6.1855vw;
          height: 8.3523vw;
          margin-right: 1.8vw;
          margin-left: 0.8vw;
          flex-shrink: 0; } }
      @media screen and (min-width: 60em) {
        .faq__list--question i {
          display: block;
          width: 61.855px;
          height: 83.523px;
          margin-right: 18px;
          margin-left: 8px;
          flex-shrink: 0; } }
    .faq__list--question em {
      font-size: 4.9333333333vw;
      font-weight: 700;
      font-style: normal;
      color: #666666;
      font-feature-settings: "palt";
      line-height: 1.38;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .faq__list--question em {
          font-size: 3.4vw; } }
      @media screen and (min-width: 60em) {
        .faq__list--question em {
          font-size: 34px; } }
    .faq__list--question ._icon {
      position: relative;
      background: linear-gradient(180deg, #39cfe5 0.18%, #40c9e6 4.75%, #8390f4 50.2%, #ad6dfc 83.15%, #bd5fff 100%);
      width: 7.4666666667vw;
      height: 7.4666666667vw;
      border-radius: 50%;
      margin-left: auto;
      flex-shrink: 0;
      /* MD */
      /* PC */ }
      .faq__list--question ._icon::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 3.0666666667vw;
        height: 0.5333333333vw;
        background-color: #fff; }
      .faq__list--question ._icon::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        width: 3.0666666667vw;
        height: 0.5333333333vw;
        background-color: #fff;
        transition: .3s all; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .faq__list--question ._icon {
          width: 5vw;
          height: 5vw; }
          .faq__list--question ._icon::after {
            width: 2vw;
            height: 0.3vw; }
          .faq__list--question ._icon::before {
            width: 2vw;
            height: 0.3vw; } }
      @media screen and (min-width: 60em) {
        .faq__list--question ._icon {
          width: 50px;
          height: 50px; }
          .faq__list--question ._icon::after {
            width: 20px;
            height: 3px; }
          .faq__list--question ._icon::before {
            width: 20px;
            height: 3px; } }
    .faq__list--question.open ._icon::before {
      transform: translate(-50%, -50%) rotate(0);
      transition: .3s all; }
  .faq__list--answer {
    display: none; }
    .faq__list--answer dl {
      margin-top: 4.6666666667vw;
      padding: 0 0 6vw;
      /* MD */
      /* PC */ }
      .faq__list--answer dl ._title {
        display: flex;
        align-items: center;
        margin-bottom: 4.6666666667vw; }
        .faq__list--answer dl ._title i {
          display: block;
          width: 9.5226666667vw;
          height: 10.7973333333w;
          margin-right: 3.3333333333vw;
          margin-left: 1.7333333333vw;
          flex-shrink: 0; }
        .faq__list--answer dl ._title span {
          font-size: 4.8vw;
          font-weight: 700;
          color: #FF48A5;
          font-feature-settings: "palt";
          line-height: 1.379; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .faq__list--answer dl {
          margin-top: 3.5vw;
          padding: 0 0 4.5vw; }
          .faq__list--answer dl ._title {
            margin-bottom: 4vw; }
            .faq__list--answer dl ._title i {
              width: 6.63781vw;
              height: 7.52569vw;
              margin-right: 1.8vw;
              margin-left: 0.4vw; }
            .faq__list--answer dl ._title span {
              font-size: 2.9vw; } }
      @media screen and (min-width: 60em) {
        .faq__list--answer dl {
          margin-top: 35px;
          padding: 0 0 45px; }
          .faq__list--answer dl ._title {
            margin-bottom: 40px; }
            .faq__list--answer dl ._title i {
              width: 66.3781px;
              height: 75.2569px;
              margin-right: 18px;
              margin-left: 4px; }
            .faq__list--answer dl ._title span {
              font-size: 29px; } }
    .faq__list--answer dd._desc {
      /* MD */
      /* PC */ }
      .faq__list--answer dd._desc .check-list {
        padding: 5.3333333333vw 5.6vw 5.3333333333vw;
        background-color: #F5F3EE; }
      .faq__list--answer dd._desc figure {
        width: 100%;
        max-width: 70.1vw;
        margin: 9.0666666667vw auto 0; }
        .faq__list--answer dd._desc figure._img-q1 {
          max-width: 70.1vw; }
        .faq__list--answer dd._desc figure._img-q2 {
          max-width: 64.7186666667vw; }
        .faq__list--answer dd._desc figure._img-q3 {
          max-width: 60.5546666667vw; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .faq__list--answer dd._desc {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 45px 50px 35px;
          background-color: #F5F3EE; }
          .faq__list--answer dd._desc .check-list {
            padding: 0; }
          .faq__list--answer dd._desc figure {
            width: 100%;
            margin: 0; }
            .faq__list--answer dd._desc figure._img-q1 {
              max-width: 27.97019vw; }
            .faq__list--answer dd._desc figure._img-q2 {
              max-width: 27.97019vw; }
            .faq__list--answer dd._desc figure._img-q3 {
              max-width: 27.97019vw; } }
      @media screen and (min-width: 60em) {
        .faq__list--answer dd._desc {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 45px 50px 35px;
          background-color: #F5F3EE; }
          .faq__list--answer dd._desc .check-list {
            padding: 0; }
          .faq__list--answer dd._desc figure {
            width: 100%;
            margin: 0; }
            .faq__list--answer dd._desc figure._img-q1 {
              max-width: 279.7019px; }
            .faq__list--answer dd._desc figure._img-q2 {
              max-width: 279.7019px; }
            .faq__list--answer dd._desc figure._img-q3 {
              max-width: 279.7019px; } }
    .faq__list--answer dd._tips {
      margin-top: 7.3333333333vw;
      /* MD */
      /* PC */ }
      .faq__list--answer dd._tips h4 {
        display: flex; }
        .faq__list--answer dd._tips h4 i {
          display: block;
          width: 15.6vw;
          margin-right: 1.3333333333vw; }
        .faq__list--answer dd._tips h4 span {
          display: inline-block;
          padding-top: 0.4vw;
          font-size: 4.9333333333vw;
          font-weight: 700;
          color: #FF48A5; }
      .faq__list--answer dd._tips p {
        margin-top: 2vw;
        font-size: 3.2vw;
        line-height: 1.458; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .faq__list--answer dd._tips {
          margin-top: 2.8vw; }
          .faq__list--answer dd._tips h4 i {
            width: 7.13506vw;
            margin-right: 1vw; }
          .faq__list--answer dd._tips h4 span {
            padding-top: 0.5vw;
            font-size: 2.25637vw; }
          .faq__list--answer dd._tips p {
            margin-top: 1vw;
            font-size: 1.46359vw;
            line-height: 1.5; } }
      @media screen and (min-width: 60em) {
        .faq__list--answer dd._tips {
          margin-top: 28px; }
          .faq__list--answer dd._tips h4 i {
            width: 71.3506px;
            margin-right: 10px; }
          .faq__list--answer dd._tips h4 span {
            padding-top: 5px;
            font-size: 22.5637px; }
          .faq__list--answer dd._tips p {
            margin-top: 10px;
            font-size: 14.6359px;
            line-height: 1.5; } }
.faq__btn {
  margin-top: 12.2666666667vw;
  /* MD */
  /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .faq__btn {
      margin-top: 10.4vw; } }
  @media screen and (min-width: 60em) {
    .faq__btn {
      margin-top: 104px; } }

.value1 {
  width: 100%;
  background: linear-gradient(180deg, #ccf3f8 0%, rgba(220, 247, 250, 0.62) 37.51%, rgba(255, 255, 255, 0) 99.82%); }
  .value1 .value1-wrap {
    position: relative;
    padding: 0 4.6666666667vw 13.3333333333vw;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value1 .value1-wrap {
        padding: 0 0 9.8vw; } }
    @media screen and (min-width: 60em) {
      .value1 .value1-wrap {
        padding: 0 0 98px; } }
  .value1__head {
    width: 100%;
    max-width: 42.1333333333vw;
    margin: 0 auto 4.8vw;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value1__head {
        max-width: 24.5vw;
        margin: 0 auto 3.3vw; } }
    @media screen and (min-width: 60em) {
      .value1__head {
        max-width: 245px;
        margin: 0 auto 33px; } }
  .value1__title {
    width: 100%;
    max-width: 66.4vw;
    padding: 1.6vw 1.6vw;
    margin: 0 auto 4.9333333333vw;
    background-color: #fff;
    /* MD */
    /* PC */ }
    .value1__title span {
      display: block;
      width: 100%;
      max-width: 63.5586666667vw;
      margin: 0 auto; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value1__title {
        max-width: 40vw;
        padding: 1.1vw 0.8vw;
        margin: 0 auto 5vw; }
        .value1__title span {
          max-width: 38.19219vw; } }
    @media screen and (min-width: 60em) {
      .value1__title {
        max-width: 400px;
        padding: 11px 8px;
        margin: 0 auto 50px; }
        .value1__title span {
          max-width: 381.9219px; } }
  .value1__in {
    width: 100%;
    padding: 6.6666666667vw 4.6666666667vw 4vw;
    margin: 0 auto;
    border: 0.5333333333vw solid #FF48A5;
    background-color: #fff;
    border-radius: 1.6vw;
    /* MD */
    /* PC */ }
    .value1__in + .value1__in {
      margin-top: 6.6666666667vw; }
    .value1__in:last-child {
      padding: 8vw 4.6666666667vw 4vw; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value1__in {
        max-width: 90vw;
        padding: 4vw 7vw 5vw;
        margin: 0 auto;
        border: 0.3vw solid #FF48A5;
        border-radius: 1.5vw; }
        .value1__in + .value1__in {
          margin-top: 8vw; }
        .value1__in:last-child {
          padding: 7vw; } }
    @media screen and (min-width: 60em) {
      .value1__in {
        max-width: 900px;
        padding: 40px 70px 50px;
        margin: 0 auto;
        border: 3px solid #FF48A5;
        border-radius: 15px; }
        .value1__in + .value1__in {
          margin-top: 80px; }
        .value1__in:last-child {
          padding: 70px 70px 70px; } }
    .value1__in--head1 {
      /* MD */
      /* PC */ }
      .value1__in--head1 ._head {
        width: 100%;
        max-width: 58.28vw;
        margin: 0 auto 6vw; }
      .value1__in--head1 ._title {
        width: 100%;
        max-width: 71.284vw;
        margin: 0 auto 6vw; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value1__in--head1 ._head {
          max-width: 38.56799vw;
          margin: 0 auto 4.2vw; }
        .value1__in--head1 ._title {
          max-width: 69.71104vw;
          margin: 0 auto 3.7vw; } }
      @media screen and (min-width: 60em) {
        .value1__in--head1 ._head {
          max-width: 385.6799px;
          margin: 0 auto 42px; }
        .value1__in--head1 ._title {
          max-width: 697.1104px;
          margin: 0 auto 37px; } }
    .value1__in--head2 {
      /* MD */
      /* PC */ }
      .value1__in--head2 ._head {
        width: 100%;
        max-width: 78.0426666667vw;
        margin: 0 auto 7.0666666667vw; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value1__in--head2 ._head {
          max-width: 51.6466vw;
          margin: 0 auto 4.2vw; } }
      @media screen and (min-width: 60em) {
        .value1__in--head2 ._head {
          max-width: 516.466px;
          margin: 0 auto 42px; } }
    .value1__in--desc {
      width: 100%;
      padding: 7.0666666667vw 3.3333333333vw 4vw;
      background-color: #F5F3EE;
      position: relative;
      /* MD */
      /* PC */ }
      .value1__in--desc::after {
        content: "";
        position: absolute;
        top: -4vw;
        left: 50%;
        z-index: 2;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 8.4vw solid transparent;
        border-right: 8.4vw solid transparent;
        border-bottom: 8.4vw solid #F5F3EE;
        display: block; 
      }
      .value1__in--desc ._content {
        position: relative;
        z-index: 3; }
        .value1__in--desc ._content + ._content {
          border-top: 0.2666666667vw solid #FF48A5;
          margin-top: 5.3333333333vw;
          padding-top: 6.9333333333vw; }
        .value1__in--desc ._content h3 {
          width: 100%;
          margin: 0 auto 2vw; }
          .value1__in--desc ._content h3._title01 {
            /* max-width: 49.2053333333vw; */
            max-width: 60.205333vw; }
          .value1__in--desc ._content h3._title02 {
            max-width: 51.5626666667vw; }
          .value1__in--desc ._content h3._title03 {
            max-width: 40.8573333333vw; }
          .value1__in--desc ._content h3._title04 {
            max-width: 50.4533333333vw; }
          .value1__in--desc ._content h3._title05 {
            max-width: 70.5186666667vw;
            margin: 0 auto 3.2vw; }
          .value1__in--desc ._content h3._title06 {
            max-width: 55.508vw;
            margin: 0 auto 3.2vw; }
        .value1__in--desc ._content p {
          text-align: center;
          font-weight: 500;
          font-size: 4vw;
          margin-bottom: 3.3333333333vw;
          font-feature-settings: "palt";
          line-height: 1.33; }
      .value1__in--desc ._mile {
        padding: 4vw 2.6666666667vw 3.2vw;
        background-color: #fff; }
        .value1__in--desc ._mile dl {
          display: flex;
          justify-content: space-between;
          flex-direction: column;
          align-items: center; }
          .value1__in--desc ._mile dl dt {
            width: 100%;
            font-size: 3.3333333333vw;
            font-weight: 500;
            color: #4D4D4D;
            line-height: 1.45;
            font-feature-settings: "palt";
            text-align: center;
            margin-bottom: 1.0666666667vw; }
          .value1__in--desc ._mile dl dd {
            font-weight: 700;
            color: #FF48A5;
            line-height: 1.2;
            padding-bottom: 14px;
            font-feature-settings: "palt";
            text-align: center; }
            .value1__in--desc ._mile dl dd .limit {
              font-size: 4vw;
              line-height: 1;
              position: relative; }
            .value1__in--desc ._mile dl dd .subtext {
              font-size: 4vw; }
            .value1__in--desc ._mile dl dd .number {
              font-size: 10vw;
              line-height: 1; }
            .value1__in--desc ._mile dl dd small {
              font-size: 4vw; }
            .value1__in--desc ._mile dl dd .note {
              font-size: 2.8vw;
              color: #4D4D4D;
              margin-bottom: 0;
              padding-top: 15px;
              text-align: left; }
            .value1__in--desc ._mile dl dd .note a{
              text-decoration: underline; }

      .value1__in--desc ._btn {
        display: flex;
        justify-content: center;
        margin: 4.6666666667vw auto 2vw; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value1__in--desc {
          padding: 3vw 4vw; }
          .value1__in--desc::after {
            top: -20px;
            border-left: 6.3vw solid transparent;
            border-right: 6.3vw solid transparent;
            border-bottom: 6.3vw solid #F5F3EE; }
          .value1__in--desc ._content + ._content {
            border-top: 1px solid #FF48A5;
            margin-top: 3vw;
            padding-top: 3.5vw; }
          .value1__in--desc ._content h3 {
            margin: 0 auto 1.5vw; }
            .value1__in--desc ._content h3._title01 {
              max-width: 31.82002vw; }
            .value1__in--desc ._content h3._title02 {
              max-width: 31.9791vw; }
            .value1__in--desc ._content h3._title03 {
              max-width: 47.1021vw; }
            .value1__in--desc ._content h3._title04 {
              max-width: 31.29109vw; }
            .value1__in--desc ._content h3._title05 {
              max-width: 41.1553vw;
              margin: 0 auto 2.5vw; }
            .value1__in--desc ._content h3._title06 {
              max-width: 32.61978vw;
              margin: 0 auto 2.5vw; }
          .value1__in--desc ._content p {
            font-size: 1.9vw;
            margin-bottom: 2.2vw; }
          .value1__in--desc ._mile {
            padding: 2.5vw 3vw 2.2vw; }
            .value1__in--desc ._mile dl {
              display: flex;
              justify-content: space-between;
              flex-direction: row;
              align-items: center; }
              .value1__in--desc ._mile dl dt {
                max-width: 27vw;
                font-size: 2vw;
                line-height: 1.45;
                margin-bottom: 0;
                text-align: left; }
              .value1__in--desc ._mile dl dd {
                padding-bottom: 1.4vw;
                text-align: left; }
                .value1__in--desc ._mile dl dd .limit {
                  font-size: 3vw;
                  bottom: -0.5vw; }
                .value1__in--desc ._mile dl dd .subtext {
                  font-size: 3vw; }
                .value1__in--desc ._mile dl dd .number {
                  font-size: 7.5vw; }
                .value1__in--desc ._mile dl dd small {
                  font-size: 3vw; }
                .value1__in--desc ._mile dl dd .note {
                  font-size: 14px; }
          .value1__in--desc ._btn {
            margin: 4.5vw auto 4vw; } }
      @media screen and (min-width: 60em) {
        .value1__in--desc {
          padding: 30px 40px; }
          .value1__in--desc::after {
            top: -20px;
            border-left: 63px solid transparent;
            border-right: 63px solid transparent;
            border-bottom: 63px solid #F5F3EE; }
          .value1__in--desc ._content + ._content {
            border-top: 1px solid #FF48A5;
            margin-top: 30px;
            padding-top: 35px; }
          .value1__in--desc ._content h3 {
            margin: 0 auto 15px; }
            .value1__in--desc ._content h3._title01 {
              max-width: 318.2002px; }
            .value1__in--desc ._content h3._title01.ttl_visa {
              max-width: 582px; }
            .value1__in--desc ._content h3._title02 {
              max-width: 319.791px; }
            .value1__in--desc ._content h3._title03 {
              max-width: 471.021px; }
            .value1__in--desc ._content h3._title04 {
              max-width: 312.9109px; }
            .value1__in--desc ._content h3._title05 {
              max-width: 411.553px;
              margin: 0 auto 25px; }
            .value1__in--desc ._content h3._title06 {
              max-width: 326.1978px;
              margin: 0 auto 25px; }
          .value1__in--desc ._content p {
            font-size: 19px;
            margin-bottom: 22px; }
          .value1__in--desc ._mile {
            padding: 25px 30px 22px; }
            .value1__in--desc ._mile dl {
              display: flex;
              justify-content: space-between;
              flex-direction: row;
              align-items: center; }
              .value1__in--desc ._mile dl dt {
                max-width: 270px;
                font-size: 20px;
                line-height: 1.45;
                margin-bottom: 0;
                text-align: left; }
              .value1__in--desc ._mile dl dd {
                padding-bottom: 14px;
                text-align: left; }
                .value1__in--desc ._mile dl dd .limit {
                  font-size: 30px;
                  bottom: -5px; }
                .value1__in--desc ._mile dl dd .subtext {
                  font-size: 30px; }
                .value1__in--desc ._mile dl dd .number {
                  font-size: 75px; }
                .value1__in--desc ._mile dl dd small {
                  font-size: 30px; }
                .value1__in--desc ._mile dl dd .note {
                  font-size: 14px; }
          .value1__in--desc ._btn {
            margin: 45px auto 40px; } }
    .value1__in--img {
      width: 100%;
      max-width: 74.9226666667vw;
      margin: 9.3333333333vw auto 0;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value1__in--img {
          max-width: 56.19229vw;
          margin: 4.8vw auto 0; } }
      @media screen and (min-width: 60em) {
        .value1__in--img {
          max-width: 561.9229px;
          margin: 48px auto 0; } }
  .value1__btn {
    margin-top: 12vw;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value1__btn {
        margin-top: 9vw; } }
    @media screen and (min-width: 60em) {
      .value1__btn {
        margin-top: 90px; } }

.value2 {
  background: linear-gradient(180deg, #ccf3f8 0%, rgba(220, 247, 250, 0.62) 37.51%, rgba(255, 255, 255, 0) 99.82%); }
  .value2 .value2-wrap {
    position: relative;
    padding: 0 4.6666666667vw 13.3333333333vw;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value2 .value2-wrap {
        padding: 0 0 9.8vw; } }
    @media screen and (min-width: 60em) {
      .value2 .value2-wrap {
        padding: 0 0 98px; } }
  .value2__head {
    width: 100%;
    max-width: 42.1333333333vw;
    margin: 0 auto 4.8vw;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value2__head {
        max-width: 24.5vw;
        margin: 0 auto 3.3vw; } }
    @media screen and (min-width: 60em) {
      .value2__head {
        max-width: 245px;
        margin: 0 auto 33px; } }
  .value2__subtitle {
    width: 100%;
    max-width: 86.0546666667vw;
    margin: 0 auto 4vw;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value2__subtitle {
        max-width: 61.57976vw;
        margin: 0 auto 3.3vw; } }
    @media screen and (min-width: 60em) {
      .value2__subtitle {
        max-width: 615.7976px;
        margin: 0 auto 33px; } }
  .value2__title {
    width: 100%;
    max-width: 54.9813333333vw;
    padding: 1.6vw 2.1333333333vw 1.6vw 2.6666666667vw;
    margin: 0 auto 4.9333333333vw;
    background-color: #fff;
    /* MD */
    /* PC */ }
    .value2__title span {
      display: block;
      width: 100%;
      max-width: 48.2746666667vw;
      margin: 0 auto; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value2__title {
        max-width: 33vw;
        padding: 1.1vw 0.8vw;
        margin: 0 auto 5vw; }
        .value2__title span {
          max-width: 29.528vw; } }
    @media screen and (min-width: 60em) {
      .value2__title {
        max-width: 330px;
        padding: 11px 8px;
        margin: 0 auto 50px; }
        .value2__title span {
          max-width: 295.28px; } }
  .value2__in {
    width: 100%;
    padding: 6.6666666667vw 4.6666666667vw 4.6666666667vw;
    margin: 0 auto;
    border: 0.5333333333vw solid #FF48A5;
    background-color: #fff;
    border-radius: 1.6vw;
    /* MD */
    /* PC */ }
    .value2__in + .value2__in {
      margin-top: 6.6666666667vw; }
    .value2__in:last-child {
      padding: 8vw 4.6666666667vw 4vw; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value2__in {
        max-width: 90vw;
        padding: 4vw 7vw 5vw;
        margin: 0 auto;
        border: 0.3vw solid #FF48A5;
        border-radius: 1.5vw; }
        .value2__in + .value2__in {
          margin-top: 8vw; }
        .value2__in:last-child {
          padding: 7vw; } }
    @media screen and (min-width: 60em) {
      .value2__in {
        max-width: 900px;
        padding: 40px 70px 50px;
        margin: 0 auto;
        border: 3px solid #FF48A5;
        border-radius: 15px; }
        .value2__in + .value2__in {
          margin-top: 80px; }
        .value2__in:last-child {
          padding: 70px 70px 70px; } }
    .value2__in--head1 {
      margin-bottom: 4vw;
      /* MD */
      /* PC */ }
      .value2__in--head1 ._head {
        width: 100%;
        max-width: 73.896vw;
        margin: 0 auto 4vw; }
      .value2__in--head1 ._read {
        text-align: center;
        font-size: 4vw;
        font-weight: 700;
        color: #FF48A5;
        line-height: 1.36; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value2__in--head1 {
          margin-bottom: 4.5vw; }
          .value2__in--head1 ._head {
            max-width: 47.8079vw;
            margin: 0 auto 3vw; }
          .value2__in--head1 ._read {
            font-size: 2.6vw; } }
      @media screen and (min-width: 60em) {
        .value2__in--head1 {
          margin-bottom: 45px; }
          .value2__in--head1 ._head {
            max-width: 478.079px;
            margin: 0 auto 30px; }
          .value2__in--head1 ._read {
            font-size: 26px; } }
    .value2__in--head2 {
      /* MD */
      /* PC */ }
      .value2__in--head2 ._head {
        width: 100%;
        max-width: 64.3906666667vw;
        margin: 0 auto 5.3333333333vw; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value2__in--head2 ._head {
          max-width: 59.03999vw;
          margin: 0 auto 4.2vw; } }
      @media screen and (min-width: 60em) {
        .value2__in--head2 ._head {
          max-width: 590.3999px;
          margin: 0 auto 42px; } }
    .value2__in--desc {
      width: 100%;
      padding: 6.6666666667vw 4.6666666667vw 6.6666666667vw;
      background-color: #F5F3EE;
      /* MD */
      /* PC */
      /*-----*/ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value2__in--desc {
          padding: 5vw 4vw 5vw; } }
      @media screen and (min-width: 60em) {
        .value2__in--desc {
          padding: 50px 40px 50px; } }
      .value2__in--desc ._content ._graph dt {
        width: 100%;
        max-width: 72vw;
        margin: 0 auto;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value2__in--desc ._content ._graph dt {
            max-width: 68vw; } }
        @media screen and (min-width: 60em) {
          .value2__in--desc ._content ._graph dt {
            max-width: 680px; } }
      .value2__in--desc ._content ._graph dd {
        width: 100%;
        max-width: 70.9333333333vw;
        margin: 0.9333333333vw auto 8vw;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value2__in--desc ._content ._graph dd {
            max-width: 48.59209vw;
            margin: 1vw auto 5vw; } }
        @media screen and (min-width: 60em) {
          .value2__in--desc ._content ._graph dd {
            max-width: 485.9209px;
            margin: 10px auto 50px; } }
      .value2__in--desc ._content ._shop {
        position: relative;
        padding: 8.6666666667vw 4vw 8vw;
        border-radius: 1.6vw;
        background-color: #fff;
        /* MD */
        /* PC */ }
        .value2__in--desc ._content ._shop::before {
          content: "";
          position: absolute;
          top: -4.5333333333vw;
          left: 45.3333333333vw;
          width: 6.1333333333vw;
          height: 5.6866666667vw;
          background: url("/afl/navi_visa/img/value2/balloon_parts1.svg") no-repeat 0 0/100% auto; }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value2__in--desc ._content ._shop {
            padding: 5vw 3.4vw 6vw;
            border-radius: 1.5vw; }
            .value2__in--desc ._content ._shop::before {
              top: -3vw;
              left: 42.9vw;
              width: 3.5vw;
              height: 3.24525vw; } }
        @media screen and (min-width: 60em) {
          .value2__in--desc ._content ._shop {
            padding: 50px 34px 60px;
            border-radius: 15px; }
            .value2__in--desc ._content ._shop::before {
              top: -30px;
              left: 429px;
              width: 35px;
              height: 32.4525px; } }
        .value2__in--desc ._content ._shop h4 {
          display: flex;
          align-items: center;
          justify-content: center;
          /* MD */
          /* PC */ }
          .value2__in--desc ._content ._shop h4 i {
            display: block;
            width: 16.4vw;
            height: 16.4vw;
            margin-right: 3.3333333333vw;
            flex-shrink: 0; }
          .value2__in--desc ._content ._shop h4 span {
            font-size: 4.5333333333vw;
            font-weight: 700; }
          @media screen and (min-width: 47.9375em) and (max-width: 60em) {
            .value2__in--desc ._content ._shop h4 i {
              width: 9.1vw;
              height: 9.1vw;
              margin-right: 3.3vw; }
            .value2__in--desc ._content ._shop h4 span {
              font-size: 2.7vw; } }
          @media screen and (min-width: 60em) {
            .value2__in--desc ._content ._shop h4 i {
              width: 91px;
              height: 91px;
              margin-right: 33px; }
            .value2__in--desc ._content ._shop h4 span {
              font-size: 27px; } }
        .value2__in--desc ._content ._shop dl {
          /* MD */
          /* PC */ }
          .value2__in--desc ._content ._shop dl dt {
            position: relative;
            text-align: center;
            margin: 2.6666666667vw auto; }
            .value2__in--desc ._content ._shop dl dt::after {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 5;
              width: 100%;
              height: 0.4vw;
              background-color: #FF48A5; }
            .value2__in--desc ._content ._shop dl dt span {
              position: relative;
              z-index: 10;
              display: inline-block;
              background-color: #fff;
              font-size: 4vw;
              font-weight: 700;
              color: #FF48A5;
              letter-spacing: .2em;
              padding: 0 2.1333333333vw 0 3.0666666667vw; }
          .value2__in--desc ._content ._shop dl dd {
            width: 100%; }
          @media screen and (min-width: 47.9375em) and (max-width: 60em) {
            .value2__in--desc ._content ._shop dl dt {
              margin: 2vw auto 4.5vw; }
              .value2__in--desc ._content ._shop dl dt::after {
                z-index: 5;
                width: 100%;
                height: 0.3vw; }
              .value2__in--desc ._content ._shop dl dt span {
                font-size: 2.5vw;
                padding: 0 0.5vw 0 1.1vw; } }
          @media screen and (min-width: 60em) {
            .value2__in--desc ._content ._shop dl dt {
              margin: 20px auto 45px; }
              .value2__in--desc ._content ._shop dl dt::after {
                z-index: 5;
                width: 100%;
                height: 3px; }
              .value2__in--desc ._content ._shop dl dt span {
                font-size: 25px;
                padding: 0 5px 0 11px; } }
      .value2__in--desc ._content ._note {
        font-size: 2.9333333333vw;
        line-height: 1.3;
        margin: 2.9333333333vw auto 8vw;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value2__in--desc ._content ._note {
            font-size: 1.6vw;
            margin: 1.5vw auto 6vw; } }
        @media screen and (min-width: 60em) {
          .value2__in--desc ._content ._note {
            font-size: 16px;
            margin: 15px auto 60px; } }
      .value2__in--desc ._content ._last-text {
        width: 100%;
        max-width: 51.9893333333vw;
        margin: 0 auto 2.6666666667vw;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value2__in--desc ._content ._last-text {
            max-width: 32.49302vw; } }
        @media screen and (min-width: 60em) {
          .value2__in--desc ._content ._last-text {
            max-width: 324.9302px; } }
      .value2__in--desc ._premiumtour {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 6vw;
        background-color: #fff;
        /* MD */
        /* PC */ }
        .value2__in--desc ._premiumtour i {
          display: block;
          width: 100%;
          max-width: 21.832vw;
          flex-shrink: 0;
          margin-bottom: 4.6666666667vw; }
        .value2__in--desc ._premiumtour p {
          font-size: 3.2vw;
          line-height: 1.45;
          font-feature-settings: "palt";
          letter-spacing: .06em; }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value2__in--desc ._premiumtour {
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
            padding: 4vw 3vw 4vw 4.8vw; }
            .value2__in--desc ._premiumtour i {
              max-width: 9.8vw;
              margin-right: 3.6vw;
              margin-bottom: 0; }
            .value2__in--desc ._premiumtour p {
              font-size: 2vw; } }
        @media screen and (min-width: 60em) {
          .value2__in--desc ._premiumtour {
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
            padding: 40px 30px 40px 48px; }
            .value2__in--desc ._premiumtour i {
              max-width: 98px;
              margin-right: 36px;
              margin-bottom: 0; }
            .value2__in--desc ._premiumtour p {
              font-size: 20px; } }
    .value2__in--img {
      width: 100%;
      max-width: 74.1226666667vw;
      margin: 8.5333333333vw auto 1.3333333333vw;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value2__in--img {
          max-width: 55.59204vw;
          margin: 4.8vw auto 0; } }
      @media screen and (min-width: 60em) {
        .value2__in--img {
          max-width: 555.9204px;
          margin: 48px auto 0; } }
  .value2__btn {
    margin-top: 12.6666666667vw;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value2__btn {
        margin-top: 9vw; } }
    @media screen and (min-width: 60em) {
      .value2__btn {
        margin-top: 90px; } }

.value3 {
  background: linear-gradient(180deg, #ccf3f8 0%, rgba(220, 247, 250, 0.62) 37.51%, rgba(255, 255, 255, 0) 99.82%);
  /* box2 */
  /* box3 */
  /* box4 (CTA) */
  /* box5 */ }
  .value3 .value3-wrap {
    position: relative;
    padding: 0 4.6666666667vw 13.3333333333vw;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value3 .value3-wrap {
        padding: 0 0 9.8vw; } }
    @media screen and (min-width: 60em) {
      .value3 .value3-wrap {
        padding: 0 0 98px; } }
  .value3__head {
    width: 100%;
    max-width: 42.1333333333vw;
    margin: 0 auto 4.8vw;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value3__head {
        max-width: 24.5vw;
        margin: 0 auto 3.3vw; } }
    @media screen and (min-width: 60em) {
      .value3__head {
        max-width: 245px;
        margin: 0 auto 33px; } }
  .value3__subtitle {
    width: 100%;
    max-width: 64.3093333333vw;
    margin: 0 auto 6vw;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value3__subtitle {
        max-width: 48.17969vw;
        margin: 0 auto 3.3vw; } }
    @media screen and (min-width: 60em) {
      .value3__subtitle {
        max-width: 481.7969px;
        margin: 0 auto 33px; } }
  .value3__title {
    width: 100%;
    max-width: 54.9813333333vw;
    padding: 1.8666666667vw 2vw 1.6vw;
    margin: 0 auto 5.3333333333vw;
    background-color: #fff;
    /* MD */
    /* PC */ }
    .value3__title span {
      display: block;
      width: 100%;
      max-width: 51.028vw;
      margin: 0 auto; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value3__title {
        max-width: 29.91289vw;
        padding: 1.1vw 0.8vw;
        margin: 0 auto 5vw; }
        .value3__title span {
          max-width: 29.99736vw; } }
    @media screen and (min-width: 60em) {
      .value3__title {
        max-width: 299.1289px;
        padding: 11px 8px;
        margin: 0 auto 50px; }
        .value3__title span {
          max-width: 299.9736px; } }
  .value3__in {
    width: 100%;
    padding: 7.0666666667vw 4.6666666667vw 6.6666666667vw;
    margin: 0 auto;
    border: 0.5333333333vw solid #FF48A5;
    background-color: #fff;
    border-radius: 1.6vw;
    /* MD */
    /* PC */ }
    .value3__in + .value3__in {
      margin-top: 6.6666666667vw; }
    .value3__in:last-child {
      padding: 8.6666666667vw 4.6666666667vw 4.6666666667vw; }
    .value3__in#howto {
      padding: 7.0666666667vw 0 6.6666666667vw;
      background-color: transparent;
      border: 0; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value3__in {
        max-width: 90vw;
        padding: 6.5vw 7vw 5vw;
        margin: 0 auto;
        border: 0.3vw solid #FF48A5;
        border-radius: 1.5vw; }
        .value3__in + .value3__in {
          margin-top: 8vw; }
        .value3__in:last-child {
          padding: 7vw; }
        .value3__in#howto {
          padding: 65px 70px 50px;
          background-color: #fff;
          border: 4px solid #FF48A5; } }
    @media screen and (min-width: 60em) {
      .value3__in {
        max-width: 900px;
        padding: 65px 70px 50px;
        margin: 0 auto;
        border: 3px solid #FF48A5;
        border-radius: 15px; }
        .value3__in + .value3__in {
          margin-top: 80px; }
        .value3__in:last-child {
          padding: 70px; }
        .value3__in#howto {
          padding: 65px 70px 50px;
          background-color: #fff;
          border: 4px solid #FF48A5; } }
    .value3__in--head1 {
      /* MD */
      /* PC */ }
      .value3__in--head1 ._head {
        width: 100%;
        max-width: 64.3093333333vw;
        margin: 0 auto 5.6vw; }
      .value3__in--head1 ._read {
        width: 100%;
        max-width: 69.1613333333vw;
        margin: 0 auto 8vw; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__in--head1 ._head {
          width: 100%;
          max-width: 42.55801vw;
          margin: 0 auto 4.5vw; }
        .value3__in--head1 ._read {
          width: 100%;
          max-width: 46.35309vw;
          margin: 0 auto 5.3vw; } }
      @media screen and (min-width: 60em) {
        .value3__in--head1 ._head {
          width: 100%;
          max-width: 425.5801px;
          margin: 0 auto 45px; }
        .value3__in--head1 ._read {
          width: 100%;
          max-width: 463.5309px;
          margin: 0 auto 53px; } }
    .value3__in--head2 ._head {
      width: 100%;
      max-width: 84.7vw;
      margin: 0 auto 8.2666666667vw;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__in--head2 ._head {
          max-width: 54.852vw;
          margin: 0 auto 4.2vw; } }
      @media screen and (min-width: 60em) {
        .value3__in--head2 ._head {
          max-width: 548.520px;
          margin: 0 auto 42px; } }
    .value3__in--head3 ._head {
      width: 100%;
      max-width: 61.236vw;
      margin: 0 auto 4.5333333333vw;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__in--head3 ._head {
          max-width: 69.48594vw;
          margin: 0 auto 7vw; } }
      @media screen and (min-width: 60em) {
        .value3__in--head3 ._head {
          max-width: 694.8594px;
          margin: 0 auto 70px; } }
    .value3__in--head4 ._head {
      width: 100%;
      max-width: 75.3706666667vw;
      margin: 0 auto 5.3333333333vw;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__in--head4 ._head {
          max-width: 73.21199vw;
          margin: 0 auto 5vw; } }
      @media screen and (min-width: 60em) {
        .value3__in--head4 ._head {
          max-width: 732.1199px;
          margin: 0 auto 50px; } }
    .value3__in--head5 ._head {
      width: 100%;
      max-width: 76.7173333333vw;
      margin: 0 auto 6vw;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__in--head5 ._head {
          max-width: 59.29199vw;
          margin: 0 auto 5vw; } }
      @media screen and (min-width: 60em) {
        .value3__in--head5 ._head {
          max-width: 592.9199px;
          margin: 0 auto 50px; } }
    .value3__in--example {
      /* MD */
      /* PC */ }
      .value3__in--example dl dt {
        width: 100%;
        max-width: 25.3333333333vw;
        margin: 0 auto; }
      .value3__in--example dl dd {
        width: 100%;
        max-width: 51.448vw;
        margin: 4.6666666667vw auto 6vw; }
      .value3__in--example ._content {
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        .value3__in--example ._content ._mile {
          width: 100%;
          margin-bottom: 4vw; }
        .value3__in--example ._content ._ph {
          width: 100%; }
      .value3__in--example ._btn {
        display: flex;
        justify-content: center;
        margin: 6.1333333333vw auto 0; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__in--example dl dt {
          max-width: 17.1vw;
          margin: 0 auto; }
        .value3__in--example dl dd {
          max-width: 52.7874vw;
          margin: 5vw auto 4vw; }
        .value3__in--example ._content {
          display: flex;
          justify-content: space-between;
          flex-direction: row; }
          .value3__in--example ._content ._mile {
            width: 100%;
            max-width: 25vw;
            margin-bottom: 0; }
          .value3__in--example ._content ._ph {
            width: 100%;
            max-width: 45vw; }
        .value3__in--example ._btn {
          display: flex;
          justify-content: center;
          margin: 5.5vw auto 0; } }
      @media screen and (min-width: 60em) {
        .value3__in--example dl dt {
          max-width: 171px;
          margin: 0 auto; }
        .value3__in--example dl dd {
          max-width: 527.874px;
          margin: 50px auto 40px; }
        .value3__in--example ._content {
          display: flex;
          justify-content: space-between;
          flex-direction: row; }
          .value3__in--example ._content ._mile {
            width: 100%;
            max-width: 250px;
            margin-bottom: 0; }
          .value3__in--example ._content ._ph {
            width: 100%;
            max-width: 450px; }
        .value3__in--example ._btn {
          display: flex;
          justify-content: center;
          margin: 55px auto 0; } }
    .value3__in--img {
      width: 100%;
      max-width: 74.9226666667vw;
      margin: 7.6vw auto 0;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__in--img {
          max-width: 56.19229vw;
          margin: 4.8vw auto 0; } }
      @media screen and (min-width: 60em) {
        .value3__in--img {
          max-width: 561.9229px;
          margin: 48px auto 0; } }
  .value3__btn {
    margin-top: 8vw;
    /* MD */
    /* PC */ }
    .value3__btn + .value3__in {
      margin-top: 13.3333333333vw; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value3__btn {
        margin-top: 9vw; }
        .value3__btn + .value3__in {
          margin-top: 11.5vw; } }
    @media screen and (min-width: 60em) {
      .value3__btn {
        margin-top: 90px; }
        .value3__btn + .value3__in {
          margin-top: 115px; } }
  .value3__slider {
    width: calc(100% + (3500vw/750));
    margin: 0 auto 40px;
    position: relative;
    padding-bottom: 10px;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value3__slider {
        max-width: 66vw;
        margin: 0 auto 4vw;
        padding-bottom: 1vw; } }
    @media screen and (min-width: 60em) {
      .value3__slider {
        max-width: 660px;
        margin: 0 auto 40px;
        padding-bottom: 10px; } }
    .value3__slider ._card {
      width: 100%;
      max-width: 50.6666666667vw;
      height: 70.6666666667vw;
      padding: 4vw 3.4666666667vw 6.6666666667vw;
      border: 2px solid #10BBFF;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-color: #fff;
      /* MD */
      /* PC */ }
      .value3__slider ._card:last-child {
        margin-right: 4.6666666667vw; }
      .value3__slider ._card h4 {
        text-align: center;
        font-size: 4vw;
        font-weight: 700;
        margin-bottom: 4vw; }
      .value3__slider ._card figure {
        width: 100%;
        margin-bottom: 2.6666666667vw; }
      .value3__slider ._card dl {
        text-align: center; }
        .value3__slider ._card dl dd {
          font-size: 3.7333333333vw;
          margin-bottom: 4.6666666667vw; }
          .value3__slider ._card dl dd strong {
            font-weight: 700; }
        .value3__slider ._card dl dt {
          font-size: 4.6666666667vw;
          font-weight: 700; }
          .value3__slider ._card dl dt sup {
            font-size: 2.6666666667vw; }
      .value3__slider ._card#silde4 dl {
        margin-bottom: auto; }
        .value3__slider ._card#silde4 dl dd {
          margin-bottom: 10.2666666667vw; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__slider ._card {
          max-width: 32vw;
          height: 43vw;
          padding: 2.5vw 3vw 4vw;
          border: 2px solid #10BBFF;
          border-radius: 1vw; }
          .value3__slider ._card:last-child {
            margin-right: 0; }
          .value3__slider ._card h4 {
            font-size: 2.43396vw;
            margin-bottom: 2.4vw; }
          .value3__slider ._card figure {
            margin-bottom: 1.5vw; }
          .value3__slider ._card dl dd {
            font-size: 2.2717vw;
            margin-bottom: 3.5vw; }
          .value3__slider ._card dl dt {
            font-size: 2.59623vw; }
            .value3__slider ._card dl dt sup {
              font-size: 60%; }
          .value3__slider ._card#silde4 dl dd {
            margin-bottom: 7.5vw; } }
      @media screen and (min-width: 60em) {
        .value3__slider ._card {
          max-width: 320px;
          height: 430px;
          padding: 25px 30px 40px;
          border: 2px solid #10BBFF;
          border-radius: 10px; }
          .value3__slider ._card:last-child {
            margin-right: 0; }
          .value3__slider ._card h4 {
            font-size: 24.3396px;
            margin-bottom: 24px; }
          .value3__slider ._card figure {
            margin-bottom: 15px; }
          .value3__slider ._card dl dd {
            font-size: 22.717px;
            margin-bottom: 35px; }
          .value3__slider ._card dl dt {
            font-size: 25.9623px; }
            .value3__slider ._card dl dt sup {
              font-size: 60%; }
          .value3__slider ._card#silde4 dl dd {
            margin-bottom: 75px; } }
  .value3 .swiper-container {
    width: 100%;
    margin: 0 auto; }
  .value3 .swiper-button {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    z-index: 100;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value3 .swiper-button {
        display: block;
        max-width: 66vw; } }
    @media screen and (min-width: 60em) {
      .value3 .swiper-button {
        display: block;
        max-width: 660px; } }
  .value3 .swiper-button-prev, .value3 .swiper-button-next {
    position: absolute; }
  .value3 .swiper-button-prev {
    left: -52px; }
    .value3 .swiper-button-prev::after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
      width: 40px;
      height: 40px;
      background: url("/afl/navi_visa/img/value3/icon_arw_prev.png") no-repeat 0 0/100% auto; }
  .value3 .swiper-button-next {
    right: -45px; }
    .value3 .swiper-button-next::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(0);
      width: 40px;
      height: 40px;
      background: url("/afl/navi_visa/img/value3/icon_arw_next.png") no-repeat 0 0/100% auto; }
  .value3 .swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid #FF48A5; }
  .value3 .swiper-pagination-bullet-active {
    background-color: #FF48A5;
    border: 1px solid #FF48A5; }
  .value3 .swiper-notes {
    font-size: 3.2vw;
    margin-left: .8em;
    text-indent: -.8em;
    line-height: 1.5;
    padding: 1.3333333333vw 2vw 0 0;
    font-feature-settings: "palt";
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value3 .swiper-notes {
        font-size: 1.4vw;
        padding: 1vw 0 0; } }
    @media screen and (min-width: 60em) {
      .value3 .swiper-notes {
        font-size: 14px;
        padding: 10px 0 0; } }
  .value3__privilege {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value3__privilege {
        flex-direction: row; } }
    @media screen and (min-width: 60em) {
      .value3__privilege {
        flex-direction: row; } }
    .value3__privilege ._card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 5.3333333333vw 4.6666666667vw 5.3333333333vw;
      background-color: #F5F3EE;
      /* MD */
      /* PC */ }
      .value3__privilege ._card + ._card {
        margin-top: 2.6666666667vw; }
      .value3__privilege ._card h4 {
        font-size: 4.2666666667vw;
        font-weight: 500;
        text-align: center;
        line-height: 1.43; }
        .value3__privilege ._card h4 strong {
          font-weight: 700; }
      .value3__privilege ._card i {
        display: block;
        width: 100%; }
        .value3__privilege ._card i._heart {
          max-width: 18.444vw;
          margin: 8vw auto; }
        .value3__privilege ._card i._shop {
          max-width: 20.812vw;
          margin: 7.3333333333vw auto 8vw; }
      .value3__privilege ._card p {
        line-height: 1.5;
        font-size: 3.2vw; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__privilege ._card {
          max-width: 36.5vw;
          padding: 4.5vw 3vw 3vw; }
          .value3__privilege ._card + ._card {
            margin-top: 0; }
          .value3__privilege ._card h4 {
            font-size: 3vw; }
          .value3__privilege ._card i._heart {
            max-width: 10vw;
            margin: 3.5vw auto; }
          .value3__privilege ._card i._shop {
            max-width: 10vw;
            margin: 8.3vw auto 3.5vw; }
          .value3__privilege ._card p {
            font-size: 2vw; } }
      @media screen and (min-width: 60em) {
        .value3__privilege ._card {
          max-width: 365px;
          padding: 45px 30px 30px; }
          .value3__privilege ._card + ._card {
            margin-top: 0; }
          .value3__privilege ._card h4 {
            font-size: 30px; }
          .value3__privilege ._card i._heart {
            max-width: 100px;
            margin: 35px auto; }
          .value3__privilege ._card i._shop {
            max-width: 100px;
            margin: 83px auto 35px; }
          .value3__privilege ._card p {
            font-size: 20px; } }

.value3__slider2{
  width: 100%;
}
.value3__slider2 ._card {
  border: none;
  border-radius: 0;
  height: auto;
  justify-content: flex-start;
  max-width: 100%;
  padding: 0;
}
.value3__slider2 ._card#silde2{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-right: 0!important;
}
.value3__slider2 ._card .bg {
  background-color: #F5F3EE;
  padding: 45px 30px 30px;
}
.value3__slider2 ._card .bg:first-child{
  margin-bottom: 5%;
}
.value3__slider2 ._card h4 {
  line-height: 1.4;
}
.value3__slider2 ._card p {
  /* font-size: 3.7vw; */
  line-height: 1.4;
}
/* .value3__slider2 ._card-large{
  max-width: 100%;
  padding: 25px 0 30px;
  margin-right: 0 !important;
} */
.value3__slider2 .swiper-container2 ._card i._heart{
  width: 30%;
  margin: 0 auto 24px;
  display: block;
}
.value3__slider2 .swiper-container2 ._card i._shop{
  width: 35%;
  margin: 0 auto 24px;
  display: block;
}
.value3__slider2 .swiper-container2 .skymate {
  background-color: #F5F3EE;
  padding: 45px 10px 30px;
}
.value3__slider2 .swiper-container2 .skymate .tit{
  font-size: 5vw;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.value3__slider2 .swiper-container2 .skymate .tit .pink{
  font-size: 120%;
}
.value3__slider2 .swiper-container2 .skymate .tit .diagonal{
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.value3__slider2 .swiper-container2 .skymate .tit .diagonal::before,
.value3__slider2 .swiper-container2 .skymate .tit .diagonal::after{
  content: "";
  display: inline-block;
  background: #ff48a5;
  width: 3px;
  position: absolute;
  height: 90%;
    bottom: 0px;
}
.value3__slider2 .swiper-container2 .skymate .tit .diagonal::before{
  left: 0;
  transform: rotate(-30deg);
}
.value3__slider2 .swiper-container2 .skymate .tit .diagonal::after{
  right: 0;
  transform: rotate(30deg);
}
.value3__slider2 .swiper-container2 .skymate-img{
  padding-bottom: 1rem;
}
.value3__slider2 .swiper-container2 .skymate-img div{
  padding-bottom: 1rem;
}
          
.value3__slider2 .swiper-container2 .txt{
  text-align: left;
  padding: 0 2rem 0 3rem;
}
          
          
@media screen and (min-width: 47.9375em) and (max-width: 60em) {
  .value3__slider2 ._card {
    justify-content: space-between;
    /* max-width: 49%; */
  }
  .value3__slider2 ._card .bg:first-child{
    margin-bottom: 0;
    margin-right: 5%;
  }
          
  .value3__slider2 ._card#silde2{
    flex-direction: row;
  }
          
          
          
  .value3__slider2 ._card .bg h4 {
    min-height: 4em;
  }
  .value3__slider2 ._card p {
    font-size: 16px;
  }
  .value3__slider2 ._card-large{
    max-width: 100%;
    width: 100%!important;
    padding: 25px 10px 30px;
  }
  .value3__slider2 .swiper-container2 .skymate .tit{
    font-size: 26.75px;
    margin-bottom: 10px;
  }
  .value3__slider2 .swiper-container2 .skymate .tit .diagonal::before,
  .value3__slider2 .swiper-container2 .skymate .tit .diagonal::after{
    height: 40px;
    bottom: -5px;
  }
  .value3__slider2 .swiper-container2 .skymate-img{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 0;
  }
  .value3__slider2 .swiper-container2 .skymate-img div{
    width: 48%;
    padding-bottom: 0;
  }
  .value3__slider2 .swiper-container2 .txt{
    text-align: center;
    padding: 0;
  }
}
@media screen and (min-width: 60em) {
  .value3__slider2 ._card {
    justify-content: space-between;
    /* max-width: 49%; */
  }
  .value3__slider2 ._card .bg:first-child{
    margin-bottom: 0;
    margin-right: 5%;
  }
  .value3__slider2 ._card#silde2{
    flex-direction: row;
  }
  .value3__slider2 ._card .bg h4 {
    min-height: 4em;
  }
  .value3__slider2 ._card p {
    font-size: 18px;
  }
  .value3__slider2 ._card-large{
    max-width: 100%;
    width: 100%!important;
    padding: 25px 10px 30px;
  }
  .value3__slider2 .swiper-container2 .skymate .tit{
    font-size: 26.75px;
    margin-bottom: 10px;
  }
  .value3__slider2 .swiper-container2 .skymate .tit .diagonal::before,
  .value3__slider2 .swiper-container2 .skymate .tit .diagonal::after{
    height: 40px;
    bottom: -5px;
  }
  .value3__slider2 .swiper-container2 .skymate-img{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 0;
  }
  .value3__slider2 .swiper-container2 .skymate-img div{
    width: 49%;
    padding-bottom: 0;
  }
  .value3__slider2 .swiper-container2 .txt{
    text-align: center;
    padding: 0;
  }
}



  .value3__howto {
    padding: 9.3333333333vw 4.6666666667vw 13.3333333333vw;
    background-color: #F5F3EE;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value3__howto {
        padding: 6vw 4vw 5vw; } }
    @media screen and (min-width: 60em) {
      .value3__howto {
        padding: 60px 40px 50px; } }
    .value3__howto ._content + ._content {
      margin-top: 10.6666666667vw;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__howto ._content + ._content {
          margin-top: 6.5vw; } }
      @media screen and (min-width: 60em) {
        .value3__howto ._content + ._content {
          margin-top: 65px; } }
    .value3__howto--title {
      font-size: 6.4vw;
      font-weight: 700;
      color: #FF48A5;
      text-align: center;
      position: relative;
      padding-bottom: 4vw;
      margin-bottom: 4vw;
      /* MD */
      /* PC */ }
      .value3__howto--title small {
        font-size: 5.0666666667vw;
        color: #4D4D4D; }
      .value3__howto--title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1.3333333333vw;
        background: linear-gradient(90deg, #39cfe5 0.18%, #40c9e6 4.75%, #8390f4 50.2%, #ad6dfc 83.15%, #bd5fff 100%); }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__howto--title {
          font-size: 4.3vw;
          padding-bottom: 4.5vw;
          margin-bottom: 3.2vw; }
          .value3__howto--title small {
            font-size: 3.3vw; }
          .value3__howto--title::after {
            height: 1vw; } }
      @media screen and (min-width: 60em) {
        .value3__howto--title {
          font-size: 43px;
          padding-bottom: 45px;
          margin-bottom: 32px; }
          .value3__howto--title small {
            font-size: 33px; }
          .value3__howto--title::after {
            height: 10px; } }
    .value3__howto .card-type {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      /* MD */
      /* PC */ }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__howto .card-type {
          flex-direction: row; } }
      @media screen and (min-width: 60em) {
        .value3__howto .card-type {
          flex-direction: row; } }
      .value3__howto .card-type__in {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        /* MD */
        /* PC */ }
        .value3__howto .card-type__in + .card-type__in {
          margin-top: 8.6666666667vw; }
        .value3__howto .card-type__in ._box1 {
          display: flex;
          justify-content: center;
          flex-direction: row-reverse;
          align-items: center; }
        .value3__howto .card-type__in ._box2 {
          display: flex;
          justify-content: center; }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__howto .card-type__in {
            max-width: 32vw; }
            .value3__howto .card-type__in + .card-type__in {
              margin-top: 0; }
            .value3__howto .card-type__in ._box1 {
              flex-direction: column; }
            .value3__howto .card-type__in ._box2 {
              flex-direction: column; } }
        @media screen and (min-width: 60em) {
          .value3__howto .card-type__in {
            max-width: 320px; }
            .value3__howto .card-type__in + .card-type__in {
              margin-top: 0; }
            .value3__howto .card-type__in ._box1 {
              flex-direction: column; }
            .value3__howto .card-type__in ._box2 {
              flex-direction: column; } }
      .value3__howto .card-type__name {
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 1.6vw 1.6vw 1.8666666667vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #FF48A5;
        font-size: 4.8vw;
        font-weight: 700;
        color: #FF48A5;
        margin-bottom: 15px;
        text-align: center;
        font-feature-settings: "palt";
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__howto .card-type__name {
            height: 10vw;
            font-size: 2.8vw;
            margin-bottom: 1.5vw;
            padding: 0; } }
        @media screen and (min-width: 60em) {
          .value3__howto .card-type__name {
            height: 100px;
            font-size: 28px;
            margin-bottom: 15px;
            padding: 0; } }
      .value3__howto .card-type .check-list {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px; }
      .value3__howto .card-type ._img01 {
        width: 100%;
        max-width: 18.536vw;
        margin: 0 7.7333333333vw 3.4666666667vw 0;
        flex-shrink: 0;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__howto .card-type ._img01 {
            max-width: 13.90264vw;
            margin: 0 auto 4vw; } }
        @media screen and (min-width: 60em) {
          .value3__howto .card-type ._img01 {
            max-width: 139.0264px;
            margin: 0 auto 40px; } }
      .value3__howto .card-type ._img02 {
        width: 100%;
        max-width: 26.16vw;
        margin: 0 4vw 0 0;
        flex-shrink: 0;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__howto .card-type ._img02 {
            max-width: 19vw;
            margin: 0 auto 4vw; } }
        @media screen and (min-width: 60em) {
          .value3__howto .card-type ._img02 {
            max-width: 190px;
            margin: 0 auto 40px; } }
      .value3__howto .card-type ._img03 {
        width: 100%;
        max-width: 17.784vw;
        margin: 0 7.7333333333vw 3.4666666667vw 0;
        flex-shrink: 0;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__howto .card-type ._img03 {
            max-width: 13.3383vw;
            margin: 0 auto 4vw; } }
        @media screen and (min-width: 60em) {
          .value3__howto .card-type ._img03 {
            max-width: 133.383px;
            margin: 0 auto 40px; } }
      .value3__howto .card-type ._img04 {
        width: 100%;
        max-width: 26.16vw;
        margin: 0 4vw 0 0;
        flex-shrink: 0;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__howto .card-type ._img04 {
            max-width: 19vw;
            margin: 0 auto 4vw; } }
        @media screen and (min-width: 60em) {
          .value3__howto .card-type ._img04 {
            max-width: 190px;
            margin: 0 auto 40px; } }
      .value3__howto .card-type ._img05 {
        width: 100%;
        max-width: 16.7506666667vw;
        margin: 0 7.7333333333vw 3.4666666667vw 0;
        flex-shrink: 0;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__howto .card-type ._img05 {
            max-width: 12.56347vw;
            margin: 4.3vw auto 4.3vw; } }
        @media screen and (min-width: 60em) {
          .value3__howto .card-type ._img05 {
            max-width: 125.6347px;
            margin: 43px auto 43px; } }
      .value3__howto .card-type ._img06 {
        width: 100%;
        max-width: 26.16vw;
        margin: 0 4vw 0 0;
        flex-shrink: 0;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__howto .card-type ._img06 {
            max-width: 19vw;
            margin: 0 auto 4vw; } }
        @media screen and (min-width: 60em) {
          .value3__howto .card-type ._img06 {
            max-width: 190px;
            margin: 0 auto 40px; } }
      .value3__howto .card-type ._img07 {
        width: 100%;
        max-width: 15.5666666667vw;
        margin: 0 7.7333333333vw 3.4666666667vw 0;
        flex-shrink: 0;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__howto .card-type ._img07 {
            max-width: 11.6757vw;
            margin: 0 auto 4vw; } }
        @media screen and (min-width: 60em) {
          .value3__howto .card-type ._img07 {
            max-width: 116.757px;
            margin: 0 auto 40px; } }
      .value3__howto .card-type ._img08 {
        width: 100%;
        max-width: 26.16vw;
        margin: 0 4vw 0 0;
        flex-shrink: 0;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__howto .card-type ._img08 {
            max-width: 19.10665vw;
            margin: -1px auto 2vw; } }
        @media screen and (min-width: 60em) {
          .value3__howto .card-type ._img08 {
            max-width: 191.0665px;
            margin: -1px auto 20px; } }
      .value3__howto .card-type ._text {
        font-weight: 500;
        font-size: 3.4666666667vw;
        line-height: 1.45;
        letter-spacing: .06em;
        font-feature-settings: "palt";
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__howto .card-type ._text {
            font-size: 2vw;
            padding: 0 1vw; } }
        @media screen and (min-width: 60em) {
          .value3__howto .card-type ._text {
            font-size: 20px;
            padding: 0 10px; } }
      .value3__howto .card-type ._cta {
        width: 100%;
        margin-top: 5.3333333333vw;
        /* MD */
        /* PC */ }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__howto .card-type ._cta {
            margin-top: 3.5vw; } }
        @media screen and (min-width: 60em) {
          .value3__howto .card-type ._cta {
            margin-top: 35px; } }
  .value3__step {
    width: 100%;
    padding: 4.6666666667vw 3.3333333333vw;
    background-color: #F5F3EE;
    /* MD */
    /* PC */ }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .value3__step {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 5vw; } }
    @media screen and (min-width: 60em) {
      .value3__step {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 50px; } }
    .value3__step--card {
      width: 100%;
      /* MD */
      /* PC */ }
      .value3__step--card:nth-child(n+2) {
        margin-top: 10.6666666667vw; }
      @media screen and (min-width: 47.9375em) and (max-width: 60em) {
        .value3__step--card {
          width: 100%;
          max-width: 31vw; }
          .value3__step--card:nth-child(n+2) {
            margin-top: 0; }
          .value3__step--card:nth-child(n+3) {
            margin-top: 3.5vw; } }
      @media screen and (min-width: 60em) {
        .value3__step--card {
          width: 100%;
          max-width: 310px; }
          .value3__step--card:nth-child(n+2) {
            margin-top: 0; }
          .value3__step--card:nth-child(n+3) {
            margin-top: 35px; } }
      .value3__step--card ._title {
        display: flex;
        align-items: center;
        border-bottom: 2px solid #FF48A5;
        margin-bottom: 4.8vw;
        /* MD */
        /* PC */ }
        .value3__step--card ._title i {
          display: block;
          margin-bottom: -1px;
          width: 100%;
          max-width: 7.6306666667vw;
          margin-left: 2.2666666667vw; }
        .value3__step--card ._title span {
          display: inline-block;
          padding-top: 0.6666666667vw;
          padding-left: 4.9333333333vw;
          color: #FF48A5;
          font-size: 4.6666666667vw;
          font-weight: 700; }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__step--card ._title {
            border-bottom: 2px solid #FF48A5;
            margin-bottom: 3vw; }
            .value3__step--card ._title i {
              max-width: 5.15179vw;
              margin-left: 1.2vw; }
            .value3__step--card ._title span {
              padding-top: 0.5vw;
              padding-left: 1.4vw;
              font-size: 2.6vw; } }
        @media screen and (min-width: 60em) {
          .value3__step--card ._title {
            border-bottom: 2px solid #FF48A5;
            margin-bottom: 30px; }
            .value3__step--card ._title i {
              max-width: 51.5179px;
              margin-left: 12px; }
            .value3__step--card ._title span {
              padding-top: 5px;
              padding-left: 14px;
              font-size: 26px; } }
      .value3__step--card ._desc {
        display: flex;
        justify-content: space-between;
        /* MD */
        /* PC */ }
        .value3__step--card ._desc i {
          position: relative;
          display: block;
          width: 100%;
          padding-top: 1.6vw; }
          .value3__step--card ._desc i._pc {
            max-width: 15.2093333333vw;
            left: 4.6666666667vw; }
          .value3__step--card ._desc i._delivery {
            max-width: 11.508vw;
            left: 6vw; }
          .value3__step--card ._desc i._post {
            max-width: 13.7146666667vw;
            left: 5.3333333333vw; }
          .value3__step--card ._desc i._truck {
            max-width: 19.8026666667vw;
            left: 2.4vw; }
        .value3__step--card ._desc p {
          width: 100%;
          max-width: 39.3333333333vw;
          font-size: 3.4666666667vw;
          font-weight: 500;
          line-height: 1.45;
          font-feature-settings: "palt"; }
        @media screen and (min-width: 47.9375em) and (max-width: 60em) {
          .value3__step--card ._desc i {
            padding-top: 0.8vw; }
            .value3__step--card ._desc i._pc {
              max-width: 8.4vw;
              left: 0; }
            .value3__step--card ._desc i._delivery {
              max-width: 5.9vw;
              left: 0.6vw; }
            .value3__step--card ._desc i._post {
              max-width: 6vw;
              left: 0.6vw; }
            .value3__step--card ._desc i._truck {
              max-width: 9.5vw;
              left: 0; }
          .value3__step--card ._desc p {
            max-width: 20.20039vw;
            font-size: 2vw; } }
        @media screen and (min-width: 60em) {
          .value3__step--card ._desc i {
            padding-top: 8px; }
            .value3__step--card ._desc i._pc {
              max-width: 84px;
              left: 0; }
            .value3__step--card ._desc i._delivery {
              max-width: 59px;
              left: 6px; }
            .value3__step--card ._desc i._post {
              max-width: 60px;
              left: 6px; }
            .value3__step--card ._desc i._truck {
              max-width: 95px;
              left: 0; }
          .value3__step--card ._desc p {
            max-width: 202.0039px;
            font-size: 20px; } }

          
          
          .notes .notes-wrap {
            width: 100%;
            margin: 0 auto 16vw;
            padding: 0 4.6666666667vw;
            /* MD */
            /* PC */ }
          @media screen and (min-width: 47.9375em) and (max-width: 60em) {
            .notes .notes-wrap {
              max-width: 90vw;
              margin: 0 auto 9vw;
              padding: 0; } }
          @media screen and (min-width: 60em) {
            .notes .notes-wrap {
              max-width: 900px;
              margin: 0 auto 90px;
              padding: 0; } }

          .notes-head {
            font-size: 4.1333333333vw;
            font-weight: 700;
            position: relative;
            padding-left: 3.7333333333vw;
            margin-bottom: 3.3333333333vw;
            /* MD */
            /* PC */ }
          .notes-head span {
            display: inline-block;
            padding: 0.5333333333vw 0 1.0666666667vw;
            line-height: 1;
            color: #4D4D4D; }
          .notes-head::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 100%;
            width: 1.6vw;
            background-color: #FF48A5; }
          @media screen and (min-width: 47.9375em) and (max-width: 60em) {
            .notes-head {
              font-size: 2.8vw;
              padding-left: 2vw;
              margin-bottom: 3vw; }
            .notes-head span {
              padding: 0.4vw 0 0.8vw; }
            .notes-head::before {
              width: 0.6vw; } }
          @media screen and (min-width: 60em) {
            .notes-head {
              font-size: 28px;
              padding-left: 20px;
              margin-bottom: 30px; }
            .notes-head span {
              padding: 4px 0 8px; }
            .notes-head::before {
              width: 6px; } }
          
          .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/notes/icon_accordion_open.svg);
            background-repeat: no-repeat;
            background-position: center right 10px;
            padding: 10px;
            font-size: 3.8vw;
          }
          .notesList_item h5.is-open {
            background-image: url(../img/notes/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
          }
          
          .notes-list {
            color: #4D4D4D;
            line-height: 1.5;
            letter-spacing: .06em;
            font-feature-settings: "palt";
            /* MD */
            /* PC */ }
          .notes-list__text {
            font-size: 3.2vw;
            line-height: 1.5; }
          .notes-list__text i {
            display: inline-flex;
            justify-content: center;
            padding: 0.5333333333vw 2.4vw;
            border: 1px solid #4D4D4D;
            border-radius: 0.6666666667vw;
            line-height: 1;
            margin-left: 2vw; }
          .notes-list__text i:last-child {
            margin-right: 1.3333333333vw; }
          .notesList_chart .notesChart{
              width: 100%;
              margin: 5px 0 0 0;
              border-top: solid 1px #333;
              border-left: solid 1px #333;
            }
            .notesList_chart .notesChart th{
              width: 33%;
              padding: 5px;
              text-align: center;
              vertical-align: middle;
              color: #fff;
              border-right: solid 1px #333;
              border-bottom: solid 1px #333;
              background-color: #666;
            }
            .notesList_chart .notesChart td{
              padding: 5px;
              text-align: center;
              vertical-align: middle;
              border-right: solid 1px #333;
              border-bottom: solid 1px #333;
            }
            .notes-list .accMenu{
              display: none;
            }
          
           
            @media screen and (min-width: 47.9375em) and (max-width: 60em) {
              .notesList_item h5 {
                font-size: 1.6vw!important; }
              .notes-list__text {
                font-size: 1.6vw; }
                .notes-list__text + .notesList_item h5 {
                  margin-top: 3vw; }
                .notes-list__text i {
                  padding: 0.2vw 1.8vw;
                  border-radius: 0.5vw;
                  margin-left: 1.5vw; }
                  .notes-list__text i:last-child {
                    margin-right: 1vw; }
              .notes-list .text-blank {
                padding-right: 1.8vw; }
                .notes-list .text-blank::after {
                  top: 60%;
                  width: 1.3vw;
                  height: 1.3vw; } }
            @media screen and (min-width: 60em) {
              .notesList_item h5 {
                font-size: 18px; }
              .notes-list__text {
                font-size: 16px; }
                .notes-list__text + .notesList_item h5 {
                  margin-top: 30px; }
                .notes-list__text i {
                  padding: 2px 18px;
                  border-radius: 5px;
                  margin-left: 15px; }
                  .notes-list__text i:last-child {
                    margin-right: 10px; }
              .notes-list .text-blank {
                padding-right: 18px; }
                .notes-list .text-blank::after {
                  top: 60%;
                  width: 13px;
                  height: 13px; } }

        
        @media only screen and (max-width: 520px) {
          .count_area .count .num {
              margin: 0 1px;
              width: 1.2rem;
              height: 2.5rem;
              font-size: 2rem;
              line-height: 2.5rem;
          }
      }

        @media only screen and (max-width: 380px) {
          .count_area .txt1 {
            font-size: 2.5rem;
        }
        .count_area .txt2 {
          font-size: 1.625rem;
      }
          .count_area .count .num {
              margin: 0 1px;
              width: 5rem;
              height: 6.5rem;
              font-size: 6rem;
              line-height: 6.5rem;
          }
      }



    
    .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: 1em;
      height: 1em;
      background-color: #0064B2;
      -webkit-mask: url(../img/notes/icon_blank_text.svg);
      mask: url(../img/notes/icon_blank_text.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;
    }