@charset "UTF-8";
/*!
global > color
------------------------------
*/
:root {
  --color-font-base: #001e40;
  --color-black: #000;
  --color-blue: #00a0e9;
  --color-yellow: #ffe100;
  --color-light-yellow: #fff6c4;
  --color-red: #c9161d;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content: 1100px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*!
global > z-index
------------------------------
*/
:root {
  --z-index-loading: 101;
  --z-index-header: 99;
  --z-index-fixed-menu: 99;
  --z-index-modal: 100;
  --z-index-page-top: 99;
}

/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0.8em 0;
  padding: 0;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
  vertical-align: middle;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

/*!
foundation > base
------------------------------
*/
html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  width: 100%;
  /* width: 100vw; */
  min-height: 100vh;
  min-height: 100dvh;
  line-height: 1.4;
  font-size: 14px;
  color: var(--color-font-base);
  font-family: var(--font-family-base);
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

@media screen and (min-width: 600px) {
  body {
    font-size: 16px;
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

p,
table th,
table td {
  word-break: break-all;
  overflow-wrap: break-word;
}

table th,
table td {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

a, button,
a::after, a::before, button::after, button::before {
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

.l-wrapper {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.l-wrapper .main {
  flex: 1;
}
@media screen and (min-width: 600px) {
  .l-wrapper .main {
    background-color: transparent;
  }
}

/* TEL無効 */
@media screen and (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/* loading */
/*!
utility > utility
------------------------------
*/
.u-bold {
  font-weight: bold !important;
}

.u-black {
  font-weight: 900 !important;
}

.u-taL {
  text-align: left !important;
}

.u-taR {
  text-align: right !important;
}

.u-taC {
  text-align: center !important;
}

.u-indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.u-sp {
  display: block;
}

br.u-sp {
  display: inline;
}

.u-pc, br.u-pc {
  display: none;
}

@media screen and (min-width: 600px) {
  .u-pc {
    display: block;
  }

  br.u-pc {
    display: inline;
  }

  .u-sp, br.u-sp {
    display: none;
  }
}
.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

.u-box-wide {
  margin: 0 -2.67vw;
}
@media screen and (min-width: 600px) {
  .u-box-wide {
    margin: 0;
  }
}

@media screen and (min-width: 600px) {
  .u-mt0-pc {
    margin-top: 0 !important;
  }
}

/*!
component > title
------------------------------
*/
.c-title {
  width: calc(100% + 2.66vw);
  position: relative;
  left: 50%;
  text-align: center;
  background-color: var(--color-yellow);
  transform: translateX(-50%) rotate(-5deg);
  padding: 10.66vw 0 6.66vw;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .c-title {
    width: calc(100% + min(2.04vw, 25px));
    transform: translateX(-50%) rotate(-2deg);
    padding: min(6.55vw, 80px) 0 min(4.91vw, 60px);
  }
}

.c-title > span {
  transform: rotate(5deg);
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .c-title > span {
    transform: rotate(2deg);
  }
}

.c-title img {
  width: auto;
  height: 11.2vw;
}
@media screen and (min-width: 600px) {
  .c-title img {
    height: min(5.57vw, 68px);
  }
}

.c-title.c-title--line2 {
  padding: 5.33vw 0 4vw;
}
@media screen and (min-width: 600px) {
  .c-title.c-title--line2 {
    padding: min(3.27vw, 40px) 0 min(3.27vw, 40px);
  }
}

.c-title.c-title--line2 img {
  width: auto;
  height: 20vw;
}
@media screen and (min-width: 600px) {
  .c-title.c-title--line2 img {
    height: min(11.31vw, 138px);
  }
}

/*!
component > text
------------------------------
*/
.c-text {
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.65;
  margin-block: calc((1em - 1lh) / 2);
  /* ハーフ・レディングを打ち消す */
  text-align: center;
}
@media screen and (min-width: 600px) {
  .c-text {
    font-size: min(1.47vw, 18px);
  }
}

.c-text--white {
  color: #fff;
}

/*!
component > list
------------------------------
*/
.c-list-order {
  font-size: 4.26vw;
  color: var(--color-black);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .c-list-order {
    font-size: min(2.13vw, 26px);
    margin: 0 max(-4.1vw, -50px);
  }
}

.c-list-order__inner {
  position: relative;
  padding: 1.4em 0 0 3.125em;
}
@media screen and (min-width: 600px) {
  .c-list-order__inner {
    width: 920px;
    max-width: 92%;
    margin: 0 auto;
    padding: 1em 0 0 2.8em;
  }
}

.c-list-order > li {
  padding-bottom: 1.4em;
}
@media screen and (min-width: 600px) {
  .c-list-order > li {
    padding-bottom: 1.15em;
  }
}

.c-list-order > li:nth-child(odd) {
  background-color: #E6F5FF;
}

.c-list-order__num {
  width: 2.8125em;
  position: absolute;
  top: 1.5em;
  left: 0;
}
@media screen and (min-width: 600px) {
  .c-list-order__num {
    width: 2.3em;
    top: 1.4em;
  }
}

.c-list-order__cont {
  letter-spacing: 0.05em;
}

.c-list-order__text {
  min-height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 600px) {
  .c-list-order__wide {
    width: 940px;
    max-width: 94%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 600px) {
  .c-list-order__pl {
    padding-left: min(6.14vw, 75px);
  }
}

.c-list-order > li .c-list-note {
  font-weight: normal;
}

.c-list {
  font-size: 4vw;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-top: 0.8em;
}
@media screen and (min-width: 600px) {
  .c-list {
    font-size: min(1.8vw, 22px);
  }
}

.c-list > li {
  position: relative;
}

.c-list > li::before {
  content: "・";
}

.c-list-note {
  font-size: 3.2vw;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.4;
  margin-top: 0.5em;
}
@media screen and (min-width: 600px) {
  .c-list-note {
    font-size: min(1.31vw, 16px);
    font-weight: normal;
  }
}

.c-list-note > li {
  position: relative;
}

.c-list-note > li::before {
  content: "※";
}

/*!
component > button
------------------------------
*/
@media screen and (min-width: 600px) {
  .c-button {
    max-width: min(43.93vw, 536px);
    margin-left: auto;
    margin-right: auto;
  }
}

.c-button__text {
  width: 44vw;
  margin: 0 auto 1.33vw;
}
@media screen and (min-width: 600px) {
  .c-button__text {
    width: min(27.04vw, 330px);
    margin: 0 auto min(0.32vw, 4px);
  }
}

.c-button__link {
  width: 100%;
  font-size: 5.46vw;
  font-weight: 900;
  color: var(--color-black);
  letter-spacing: 0.05em 0.73em;
  text-align: center;
  padding: 0.78em 1em;
  display: inline-block;
  background: linear-gradient(90deg, #ffff00 0%, #39b24a 100%);
  border-radius: 1.06vw;
  box-shadow: 0 0 0.66vw rgba(0, 30, 64, 0.5);
  position: relative;
}
@media screen and (min-width: 600px) {
  .c-button__link {
    font-size: min(2.7vw, 33px);
    border-radius: min(0.65vw, 8px);
    box-shadow: 0 0 1.06vw rgba(0, 30, 64, 0.5);
  }
}

.c-button__link--s {
  padding: 0.4em 1em;
}

.c-button__link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6vw 0 1.6vw 2.66vw;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 0;
  right: 1.06vw;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .c-button__link::before {
    border-width: min(0.9vw, 11px) 0 min(0.9vw, 11px) min(1.63vw, 20px);
  }
}

/*!
component > other
------------------------------
*/
.c-caution {
  display: flex;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  margin-top: 4vw;
}
@media screen and (min-width: 600px) {
  .c-caution {
    align-items: center;
    -moz-column-gap: min(0.98vw, 12px);
         column-gap: min(0.98vw, 12px);
    margin-top: 0;
  }
}

.c-caution__icon {
  width: 10.66vw;
  margin-left: 1.06vw;
}
@media screen and (min-width: 600px) {
  .c-caution__icon {
    width: min(4.91vw, 60px);
    margin-left: 0;
  }
}

.c-caution__text {
  flex: 1;
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.45;
  margin-top: -0.2em;
}
@media screen and (min-width: 600px) {
  .c-caution__text {
    font-size: min(1.47vw, 18px);
  }
}

.c-caution__text--em-note {
  font-size: 3.2vw;
  color: var(--color-red);
  line-height: 1.375;
  letter-spacing: -0.001em;
}
@media screen and (min-width: 600px) {
  .c-caution__text--em-note {
    font-size: min(1.31vw, 16px);
  }
}

/*!
layout > container
------------------------------
*/
.l-container {
  width: 90%;
  margin: 0 auto;
}

.l-container {
  max-width: var(--width-content);
}

@media screen and (min-width: 600px) {
  .l-container--pc100 {
    width: 100%;
    max-width: 100%;
  }
}

/*!
layout > header > header
------------------------------
*/
.header__block {
  background-color: var(--color-yellow);
  padding-bottom: 2.66vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .header__block {
    padding-bottom: min(1.63vw, 20px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 62%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 62%, 0% 100%);
  }
}

.header__block::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../image/bg_stripePattern01.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 8px auto;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .header__block::before {
    background-size: 16px auto;
  }
}

.header__inner {
  background-color: var(--color-blue);
  padding-bottom: 42.66vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}
@media screen and (min-width: 600px) {
  .header__inner {
    padding-bottom: min(23.77vw, 290px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 43%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 43%, 0% 100%);
  }
}

.header__logo-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.33vw 0.8vw 28vw 1.33vw;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .header__logo-area {
    padding: min(1.63vw, 20px) 4vw 0 5.33vw;
    max-width: 1366px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}

.header__logo {
  width: 12.26vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .header__logo {
    width: min(7.54vw, 92px);
  }
}

.header__logo-fan {
  width: 15.33vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .header__logo-fan {
    width: min(9.42vw, 115px);
  }
}

.header__title {
  width: 89.33vw;
  position: absolute;
  top: 2.66vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 600px) {
  .header__title {
    width: min(78.19vw, 954px);
    top: min(6.55vw, 80px);
  }
}

/*!
layout > footer > footer
------------------------------
*/
.footer {
  background-color: var(--color-font-base);
  color: #fff;
  padding: 4vw 2.66vw;
}
@media screen and (min-width: 600px) {
  .footer {
    position: relative;
    padding: min(4.09vw, 50px) min(1.63vw, 20px) min(1.63vw, 20px);
  }
}

.footer__logo {
  width: 24vw;
  margin: 0 auto 6.66vw;
}
@media screen and (min-width: 600px) {
  .footer__logo {
    width: min(14.75vw, 180px);
    margin: 0 auto min(3.27vw, 40px);
  }
}

.footer__copyright {
  width: 100%;
  display: block;
  font-size: 2.66vw;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .footer__copyright {
    font-size: min(1.14vw, 14px);
  }
}

/*!
layout > page-top
------------------------------
*/
.page-top {
  position: fixed;
  right: 3%;
  width: 16vw;
  height: 16vw;
  background-image: url("../image/btn_pageTop01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.9;
  cursor: pointer;
  z-index: var(--z-index-page-top);
}
@media screen and (min-width: 600px) {
  .page-top {
    width: min(6.55vw, 80px);
    height: min(6.55vw, 80px);
  }
}

.page-top:hover {
  opacity: 0.7;
}

.page-top.is-show {
  opacity: 1;
  visibility: visible;
}

/*!
page
------------------------------
*/
.slider1-wrap {
  aspect-ratio: 375 / 490;
  position: relative;
  /* background-color: var(--color-black); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../image/img_slide01_sp.webp);
}
/* @media screen and (max-width: 599px) {
  .slider1-wrap {
    background-color: var(--color-black);
  }
} */
@media screen and (min-width: 600px) {
  .slider1-wrap {
    aspect-ratio: auto;
    background-image: url(../image/img_slide01_pc.webp);
  }
}

.slider1-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 30, 64, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slider1 {
  width: 100%;
  margin-top: -12vw;
}
@media screen and (min-width: 600px) {
  .slider1 {
    margin-top: max(-11.48vw, -140px);
  }
}

.slider1 .splide__list > li {
  position: relative;
}
@media screen and (min-width: 600px) {
  .slider1 .splide__list > li {
    height: 52vw;
    max-height: 710px;
    min-height: clamp(360px, 60vw, 710px);
  }
}

.slider1 .splide__list > li img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider1__cont {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 6.66vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .slider1__cont {
    max-width: 1100px;
    bottom: auto;
    top: min(17.21vw, 210px);
  }
}

.slider1__text {
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.7;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 30, 64, 0.75);
  transform: translateX(-2.67vw);
  margin-bottom: 5.33vw;
}
@media screen and (min-width: 600px) {
  .slider1__text {
    font-size: min(1.96vw, 24px);
    margin-bottom: min(5.73vw, 70px);
    transform: none;
  }
}

.slider1__text em {
  font-size: 1.25em;
  font-weight: inherit;
  line-height: 1;
}

.slider1__button .c-button {
  margin: 0;
}

.lead {
  position: relative;
  margin-top: -6.94vw;
}
@media screen and (min-width: 600px) {
  .lead {
    margin-top: max(-9.84vw, -120px);
  }
}

@media screen and (min-width: 600px) {
  .lead__head {
    position: relative;
  }
}

.lead_bg {
  background-color: var(--color-yellow);
  padding-top: 2.66vw;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 84%, 0% 100%);
          clip-path: polygon(0 15%, 100% 0, 100% 84%, 0% 100%);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .lead_bg {
    padding-top: min(1.63vw, 20px);
    -webkit-clip-path: polygon(0 26%, 100% 0, 100% 73%, 0% 100%);
            clip-path: polygon(0 26%, 100% 0, 100% 73%, 0% 100%);
  }
}

.lead_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../image/bg_stripePattern01.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 8px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .lead_bg::before {
    background-size: 16px;
  }
}

.lead__bg-inner {
  background-color: var(--color-blue);
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 84%, 0% 100%);
          clip-path: polygon(0 25%, 100% 0, 100% 84%, 0% 100%);
  padding: 4vw 0 8vw;
  aspect-ratio: 750/330;
}
@media screen and (min-width: 600px) {
  .lead__bg-inner {
    -webkit-clip-path: polygon(0 44%, 100% 0, 100% 73%, 0% 100%);
            clip-path: polygon(0 44%, 100% 0, 100% 73%, 0% 100%);
    aspect-ratio: auto;
    padding: min(33.6vw, 410px) 0 0;
  }
}

.lead__text {
  width: 90%;
  position: absolute;
  top: 6.93vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .lead__text {
    width: min(52.29vw, 638px);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.lead__img {
  margin-top: 4vw;
}
@media screen and (min-width: 600px) {
  .lead__img {
    width: min(102.13vw, 1246px);
    margin: min(0.81vw, 10px) auto max(-6.15vw, -75px);
    position: relative;
    z-index: 2;
  }
}

.detail {
  background-color: var(--color-blue);
  padding: 13.33vw 0 6.66vw;
  position: relative;
}
@media screen and (min-width: 600px) {
  .detail {
    padding: min(8.19vw, 100px) 0;
  }
}

.detail::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../image/bg_stripePattern01.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 8px auto;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .detail::before {
    background-size: 16px auto;
  }
}

.detail__cont {
  position: relative;
  z-index: 2;
}

.detail__nav {
  width: 1366px;
  max-width: 100%;
  margin: 0 auto;
}

.detail__nav.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: var(--z-index-fixed-menu);
}

.detail__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.detail__menu-item {
  background-color: #fff;
}

.detail__menu-item .detail__menu-link {
  height: 100%;
  background-color: #ffb1e2;
  display: block;
  padding: 4vw 1.33vw 6.66vw;
  position: relative;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .detail__menu-item .detail__menu-link {
    padding: min(2.86vw, 35px) min(0.81vw, 10px) min(3.27vw, 40px);
  }
}

.detail__menu-item:nth-child(even) .detail__menu-link {
  background-color: #ff77bc;
}

.detail__menu-item .detail__menu-link::before {
  content: "";
  width: 4vw;
  height: 2.13vw;
  background-image: url("../image/ico_arrow01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 1.33vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .detail__menu-item .detail__menu-link::before {
    width: min(2.45vw, 30px);
    height: min(1.31vw, 16px);
    bottom: min(0.4vw, 5px);
  }
}

.detail__menu-item .detail__menu-link img {
  width: auto;
  height: 9.06vw;
}
@media screen and (min-width: 600px) {
  .detail__menu-item .detail__menu-link img {
    height: min(1.96vw, 24px);
  }
}

.detail__inner {
  max-width: var(--width-content);
  width: 90%;
  margin: 0 auto;
  padding-top: min(6.55vw, 80px);
  background-color: #fff;
  margin-top: -4vw;
}
@media screen and (min-width: 600px) {
  .detail__inner {
    padding-top: min(4.91vw, 60px);
    margin-top: max(-1.64vw, -20px);
  }
}

.detail__pd {
  padding: 0 2.66vw;
}
@media screen and (min-width: 600px) {
  .detail__pd {
    padding: 0 min(4.09vw, 50px);
  }
}

.detai__text {
  font-size: 4.26vw;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .detai__text {
    font-size: min(2.29vw, 28px);
  }
}

.detai__text em {
  font-size: 1.25em;
  font-weight: inherit;
  color: var(--color-red);
  line-height: 1;
}

.intro__title {
  padding-top: 8vw;
}
@media screen and (min-width: 600px) {
  .intro__title {
    padding-top: min(10.24vw, 125px);
  }
}

.intro__col2 {
  margin: 5.33vw -2.67vw;
}
@media screen and (min-width: 600px) {
  .intro__col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: min(3.27vw, 40px) 0;
  }
}

.intro__col2-l {
  padding: 2.66vw 1.33vw 1.33vw;
  background-color: #00aa60;
}
@media screen and (min-width: 600px) {
  .intro__col2-l {
    padding: min(1.22vw, 15px) min(0.65vw, 8px) min(0.65vw, 8px);
  }
}

.intro__col2-r {
  padding: 2.66vw 1.33vw 1.33vw;
  background-color: #ff6699;
}
@media screen and (min-width: 600px) {
  .intro__col2-r {
    padding: min(1.22vw, 15px) min(0.65vw, 8px) min(0.65vw, 8px);
  }
}

.intro__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.33vw;
       column-gap: 1.33vw;
}
@media screen and (min-width: 600px) {
  .intro__box {
    -moz-column-gap: min(0.65vw, 8px);
         column-gap: min(0.65vw, 8px);
  }
}

.intro__box-title {
  font-size: 4vw;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  line-height: 1.3;
  text-align: center;
  background-color: var(--color-font-base);
  padding: 0.2em 0 0.3em;
}
@media screen and (min-width: 600px) {
  .intro__box-title {
    font-size: min(1.8vw, 22px);
  }
}

.intro__col2-text {
  line-height: 1;
  text-align: center;
  margin-bottom: 0.8em;
}

.intro__col2-text img {
  width: auto;
  height: 4vw;
}
@media screen and (min-width: 600px) {
  .intro__col2-text img {
    height: min(1.8vw, 22px);
  }
}

.intro__box-cont {
  background-color: #fff;
  padding: 3.33vw 2vw 2vw;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .intro__box-cont {
    padding: min(1.63vw, 20px) min(0.98vw, 12px) min(0.98vw, 12px);
  }
}

.intro__box-text1 {
  line-height: 1;
  margin-bottom: 1.06vw;
}
@media screen and (min-width: 600px) {
  .intro__box-text1 {
    margin-bottom: min(0.4vw, 5px);
  }
}

.intro__box-text1 img {
  width: auto;
  height: 8vw;
}
@media screen and (min-width: 600px) {
  .intro__box-text1 img {
    height: min(3.68vw, 45px);
  }
}

.intro__box-text2 {
  font-size: 4.26vw;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .intro__box-text2 {
    font-size: min(1.96vw, 24px);
  }
}

.intro__img {
  width: 100vw;
  margin: 5.33vw calc(50% - 50vw) 0;
}
@media screen and (min-width: 600px) {
  .intro__img {
    width: calc(100% + min(8.19vw, 100px));
    margin: min(5.73vw, 70px) auto 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  .intro__img img {
    width: 1076px;
    max-width: 98%;
  }
}

.intro-table {
  width: 100%;
  border-top: 1px solid var(--color-font-base);
  border-left: 1px solid var(--color-font-base);
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .intro-table {
    width: 800px;
    max-width: 80%;
    margin: 0 auto;
  }
}

.intro-table .col-1 {
  width: 24%;
}
@media screen and (min-width: 600px) {
  .intro-table .col-1 {
    width: 12.5%;
  }
}

.intro-table thead th {
  background-color: var(--color-light-yellow);
  text-align: center;
  padding: 2vw;
}
@media screen and (min-width: 600px) {
  .intro-table thead th {
    padding: min(1.22vw, 15px);
  }
}

.intro-table__title {
  line-height: 1;
}

.intro-table__title img {
  width: auto;
  height: 4vw;
}
@media screen and (min-width: 600px) {
  .intro-table__title img {
    height: min(1.31vw, 16px);
  }
}

.intro-table th, .intro-table td {
  border-right: 1px solid var(--color-font-base);
  border-bottom: 1px solid var(--color-font-base);
  padding: 0.8em 1em;
}

.intro-table tbody th {
  font-size: 3.33vw;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 2.66vw;
  background-color: var(--color-font-base);
}
@media screen and (min-width: 600px) {
  .intro-table tbody th {
    font-size: min(1.47vw, 18px);
    padding: min(1.22vw, 15px) min(0.81vw, 10px);
  }
}

.intro-table tbody tr:not(:last-child) th {
  border-bottom-color: #fff;
}

.intro-table tbody td {
  font-size: 3.73vw;
  font-weight: 500;
  color: var(--color-black);
  letter-spacing: 0.025em;
}
@media screen and (min-width: 600px) {
  .intro-table tbody td {
    font-size: min(1.96vw, 24px);
  }
}

.intro-table__text-small {
  font-size: 0.86em;
  font-weight: normal;
}

.intro-table__th {
  min-height: 16vw;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .intro-table__th {
    min-height: min(4.91vw, 60px);
  }
}

.intro__button {
  margin-top: 5.33vw;
}
@media screen and (min-width: 600px) {
  .intro__button {
    margin-top: min(8.19vw, 100px);
  }
}

.intro__cont {
  padding-bottom: 24.66vw;
}
@media screen and (min-width: 600px) {
  .intro__cont {
    padding-bottom: min(13.93vw, 170px);
  }
}

.join__title {
  margin-top: -4vw;
}
@media screen and (min-width: 600px) {
  .join__title {
    margin-top: max(-1.64vw, -20px);
  }
}

.join__cont {
  padding: 4vw 0 24.66vw;
}
@media screen and (min-width: 600px) {
  .join__cont {
    padding: 0 0 min(9.83vw, 120px);
  }
}

.step3 {
  padding-top: 6.66vw;
}
@media screen and (min-width: 600px) {
  .step3 {
    padding-top: min(4.91vw, 60px);
  }
}

.step3__title {
  text-align: center;
  margin-bottom: 3.33vw;
}
@media screen and (min-width: 600px) {
  .step3__title {
    margin-bottom: min(0.81vw, 10px);
  }
}

.step3__title img {
  width: auto;
  height: 16vw;
}
@media screen and (min-width: 600px) {
  .step3__title img {
    height: min(9.83vw, 120px);
  }
}

.join-table {
  width: 100%;
  border-top: 1px solid var(--color-font-base);
  border-left: 1px solid var(--color-font-base);
  line-height: 1.4;
  margin-top: 6vw;
}
@media screen and (min-width: 600px) {
  .join-table {
    border: 2px solid var(--color-font-base);
    margin-top: 0;
  }
}

@media screen and (min-width: 600px) {
  .join-table-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: min(1.63vw, 20px);
         column-gap: min(1.63vw, 20px);
    margin-top: min(2.04vw, 25px);
  }
}

.join-table .col-1 {
  width: 55%;
}
@media screen and (min-width: 600px) {
  .join-table .col-1 {
    width: 61%;
  }
}

.join-table thead th {
  background-color: var(--color-light-yellow);
  text-align: center;
  padding: 2vw;
}
@media screen and (min-width: 600px) {
  .join-table thead th {
    padding: min(0.81vw, 10px);
  }
}

@media screen and (min-width: 600px) {
  .join-table thead th, .join-table thead td {
    border-bottom: 2px solid var(--color-font-base);
  }
}

.join-table__title {
  line-height: 1;
}

.join-table__title img {
  width: auto;
  height: 3.73vw;
}
@media screen and (min-width: 600px) {
  .join-table__title img {
    height: min(1.22vw, 15px);
  }
}

.join-table th, .join-table td {
  font-size: 3.73vw;
  font-weight: 500;
  color: var(--color-black);
  letter-spacing: 0.025em;
  border-right: 1px solid var(--color-font-base);
  border-bottom: 1px solid var(--color-font-base);
  padding: 0.5em 1em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .join-table th, .join-table td {
    font-size: min(1.63vw, 20px);
    padding: 0.25em 1em;
  }
}

.join-table tbody em {
  color: var(--color-red);
  font-weight: bold;
}

.join-table tbody th {
  font-size: 3.33vw;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 2.66vw;
  background-color: var(--color-font-base);
}

.join-table tbody tr:not(:last-child) th {
  border-bottom-color: #fff;
}

.join-table tbody tr:nth-child(even) {
  background-color: #E6F5FF;
}

.join__button {
  margin-top: 8vw;
}
@media screen and (min-width: 600px) {
  .join__button {
    margin-top: min(4.09vw, 50px);
  }
}

.coupon__title {
  margin-top: -4vw;
}
@media screen and (min-width: 600px) {
  .coupon__title {
    margin-top: max(-1.64vw, -20px);
  }
}

.coupon__cont {
  padding: 2vw 0 6.66vw;
}
@media screen and (min-width: 600px) {
  .coupon__cont {
    padding: 0 0 min(8.19vw, 100px);
  }
}

.coupon__button {
  margin-top: 5.33vw;
}
@media screen and (min-width: 600px) {
  .coupon__button {
    margin-top: min(7.37vw, 90px);
  }
}

.faq {
  padding: 8vw 0 4vw;
  color: var(--color-black);
}
@media screen and (min-width: 600px) {
  .faq {
    padding: min(4.91vw, 60px) 0;
  }
}

@media screen and (min-width: 600px) {
  .faq__inner {
    width: 100%;
    max-width: var(--width-content);
    margin: 0 auto;
  }
}

.faq__title {
  text-align: center;
  line-height: 1;
  margin-bottom: 4vw;
}
@media screen and (min-width: 600px) {
  .faq__title {
    margin-bottom: min(3.27vw, 40px);
  }
}

.faq__title img {
  width: auto;
  height: 6.13vw;
}
@media screen and (min-width: 600px) {
  .faq__title img {
    height: min(3.03vw, 37px);
  }
}

.faq__question, .faq__answer {
  padding: 4vw 5.33vw 4.66vw;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .faq__question, .faq__answer {
    padding: min(1.22vw, 15px) min(2.45vw, 30px);
  }
}

.faq__question {
  font-size: 4.53vw;
  font-weight: bold;
  letter-spacing: 0.025em;
  background-color: var(--color-light-yellow);
}
@media screen and (min-width: 600px) {
  .faq__question {
    font-size: min(2.13vw, 26px);
  }
}

.faq__answer {
  font-size: 4vw;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .faq__answer {
    font-size: min(1.8vw, 22px);
    padding: min(1.63vw, 20px) min(2.45vw, 30px) min(2.45vw, 30px);
  }
}

.faq__answer p {
  margin: 1em 0 0.8em;
}

.faq__answer p:first-child {
  margin-top: 0;
}

.faq__answer p:last-child {
  margin-bottom: 0;
}

.faq__answer p + .c-list-note {
  margin-top: -0.6em;
}

.faq__answer .c-list-note {
  font-weight: normal;
}

@media screen and (min-width: 600px) {
  .faq__list {
    display: flex;
    -moz-column-gap: min(6.55vw, 80px);
         column-gap: min(6.55vw, 80px);
  }
}

.faq__coupon {
  position: relative;
}

.faq__coupon-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4vw;
}
@media screen and (min-width: 600px) {
  .faq__coupon-list {
    margin-top: min(1.22vw, 15px);
  }
}

.faq__coupon-list:first-child {
  margin-top: 0;
}

.faq__coupon-role {
  width: 5em;
  font-size: 3.6vw;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .faq__coupon-role {
    font-size: min(1.31vw, 16px);
  }
}

.faq__coupon-main {
  width: calc(100% - 5em);
  font-size: 4.26vw;
  line-height: 1.5;
  padding-bottom: 0.2em;
  margin-top: -0.2em;
}
@media screen and (min-width: 600px) {
  .faq__coupon-main {
    font-size: min(1.96vw, 24px);
  }
}

.faq__coupon-text-bg {
  width: 4.2em;
  background-color: var(--color-light-yellow);
  text-align: center;
}

.faq__coupon-img {
  width: 66.13vw;
  margin: 5.33vw auto;
}
@media screen and (min-width: 600px) {
  .faq__coupon-img {
    width: min(28.27vw, 345px);
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
    right: 0;
  }
}

.caution {
  background-color: #e3e3e3;
  padding: 5.33vw 0 4.66vw;
  color: var(--color-black);
}
@media screen and (min-width: 600px) {
  .caution {
    padding: min(3.27vw, 40px) 0 min(4.09vw, 50px);
  }
}

.caution__title {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 600px) {
  .caution__title {
    margin-bottom: min(2.45vw, 30px);
  }
}

.caution__title img {
  width: auto;
  height: 6.13vw;
}
@media screen and (min-width: 600px) {
  .caution__title img {
    height: min(3.11vw, 38px);
  }
}

.cta-button {
  padding: 10.66vw 0 13.33vw;
}
@media screen and (min-width: 600px) {
  .cta-button {
    display: none;
  }
}