@import url("https://fonts.googleapis.com/css2?family=Kosugi&family=Noto+Sans+JP:wght@100..900&family=Lato:wght@400;700&display=swap");
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: inherit;
}

body {
  background-color: #fff;
  word-wrap: break-word;
  color: #000;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:active {
  text-decoration: none;
  color: #000;
}
a[href^="tel:"]:hover {
  color: #000;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}

/* ------------------------
  Components
------------------------ */
body {
  font-size: 3.4666666667vw;
}
@media (min-width: 768px) {
  body {
    font-size: min(1.40625vw, 18px);
  }
}
body sup {
  font-size: 70%;
}
body sub {
  bottom: 0;
  vertical-align: baseline;
}
body img {
  image-rendering: -webkit-optimize-contrast;
}
body section,
body div,
body li {
  outline: none;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

.l-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 17.3333333333vw;
}
@media (min-width: 768px) {
  .l-wrapper {
    padding-bottom: 0;
  }
}

.l-inner {
  margin: auto;
  padding: 0 6.6666666667vw;
  max-width: 1080px;
}
@media (min-width: 768px) {
  .l-inner {
    padding: 0 min(0.78125vw, 10px);
    width: min(84.375vw, 1080px);
  }
}

.l-section {
  position: relative;
  padding: 12vw 0 17.3333333333vw;
}
@media (min-width: 768px) {
  .l-section {
    padding: min(6.875vw, 88px) 0 min(10.390625vw, 133px);
  }
}
.l-section .sec-title {
  padding-bottom: 6.6666666667vw;
}
@media (min-width: 768px) {
  .l-section .sec-title {
    padding-bottom: min(2.34375vw, 30px);
  }
}
.l-section .sec-title .sec-title-txt {
  display: inline-block;
  box-sizing: content-box;
  padding: 0.6666666667vw 4.6666666667vw 1.0666666667vw 3.3333333333vw;
  background: #fff;
}
@media (min-width: 768px) {
  .l-section .sec-title .sec-title-txt {
    padding: min(0.390625vw, 5px) min(3.125vw, 40px) min(0.625vw, 8px) min(2.34375vw, 30px);
  }
}
.l-section .sec-title .sec-title-txt + .sec-title-txt {
  margin-top: 1.8666666667vw;
}
@media (min-width: 768px) {
  .l-section .sec-title .sec-title-txt + .sec-title-txt {
    margin-top: min(1.171875vw, 15px);
  }
}
.l-section .sec-title .sec-title-txt img {
  width: 100%;
}
.l-section .sec-stit {
  letter-spacing: 0.08em;
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .l-section .sec-stit {
    font-size: min(1.875vw, 24px);
  }
}
.l-section .sec-sub_tit {
  margin-top: 9.3333333333vw;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  .l-section .sec-sub_tit {
    margin-top: min(4.6875vw, 60px);
    font-size: min(1.40625vw, 18px);
  }
}
.l-section .sec-read {
  margin-top: 5.3333333333vw;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 2.6666666667vw;
  line-height: 2;
}
@media (min-width: 768px) {
  .l-section .sec-read {
    margin-top: min(3.125vw, 40px);
    font-size: min(1.25vw, 16px);
    line-height: 1.75;
  }
}

.iframe-wrap {
  margin: auto;
}
.iframe-wrap .iframe-inner {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .iframe-wrap iframe {
    border-radius: 5px;
  }
}

.c-marker {
  display: inline;
  padding: 0 0.2666666667vw;
  background: linear-gradient(transparent 70%, #ffcd00 0%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (min-width: 768px) {
  .c-marker {
    padding: 0 min(0.15625vw, 2px);
  }
}
.c-marker.marker-yellow {
  background: linear-gradient(transparent 70%, #fdd900 0%);
}
.c-marker.marker-orange {
  background: linear-gradient(transparent 70%, #ffc300 0%);
}
.c-marker.marker-white {
  background: linear-gradient(transparent 80%, #fff 0%);
}

.c-title {
  text-align: center;
  letter-spacing: 0;
}
.c-title img {
  width: 100%;
}

.c-title-marker {
  display: inline;
  padding: 0 1.3333333333vw 0 1.3333333333vw;
  background-image: linear-gradient(transparent 70%, #fff 0%);
  letter-spacing: 0;
  color: #000;
          box-decoration-break: clone;
  font-size: 5.3333333333vw;
  font-weight: 500;
  font-style: italic;
  line-height: 1.45;

  -webkit-box-decoration-break: clone;
}
@media (min-width: 768px) {
  .c-title-marker {
    padding: 0 min(0.78125vw, 10px) 0 min(0.78125vw, 10px);
    font-size: min(3.4375vw, 44px);
    line-height: 1.1363636364;
  }
}

.c-line_through {
  text-decoration: line-through;
}

.c-caution {
  padding: 5.3333333333vw 0 0 1.6rem;
  text-indent: -1.6rem;
  letter-spacing: 0;
  font-size: 1.6vw;
  line-height: 2.0833333333;
}
@media (min-width: 768px) {
  .c-caution {
    padding: min(2.34375vw, 30px) 0 0 1em;
    text-indent: -1em;
    font-size: min(0.78125vw, 10px);
    line-height: 1.6;
  }
}

.c-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;

  --yellow: #fdd900;
  --pareYellow: #fff19c;
  --beige: #fff7de;
  aspect-ratio: 750/40;
}
@media (min-width: 768px) {
  .c-wave {
    aspect-ratio: 1280/70;
  }
}
.c-wave .c-wave_lg,
.c-wave .c-wave_sm {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-wave svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.c-wave.line-green .wave-line {
  fill: var(--colorGreen);
}
.c-wave.line-blue .wave-line {
  fill: var(--colorBlue);
}
.c-wave.line-braun .wave-line {
  fill: var(--colorBraun);
}
.c-wave.line-yellow .wave-line {
  fill: #ffd300;
}
.c-wave.line-pareYellow .wave-line {
  fill: #fff19c;
}
.c-wave.body-pareYellow .wave-body {
  fill: #fff19c;
}
.c-wave.body-yellow .wave-body {
  fill: #fdd900;
}
.c-wave.body-beige .wave-body {
  fill: #fff7de;
}
.c-wave.inversion {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

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

.u-font-kosugi {
  font-family: "Kosugi", sans-serif;
}

.u-num {
  font-family: "Lato", sans-serif;
}

.u-font-700 {
  font-weight: 700;
}

.u-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* ------------------------
  HEADER
------------------------ */
.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 3.7333333333vw 5.3333333333vw;
  width: 100%;
  transition: all 300ms ease;
  background: #fbc114;
}
@media (min-width: 768px) {
  .header {
    padding: min(1.5625vw, 20px) min(2.34375vw, 30px) min(1.484375vw, 19px);
  }
}
.header.is-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.is-fixed {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
@media (max-width: 767.98px) {
  .header.is-active {
    background: #fcf1c8;
  }
  .header.is-active .logo {
    opacity: 0;
    pointer-events: none;
  }
  .header.is-active .sns svg {
    fill: #000;
  }
}
.header .logo {
  width: 28.2666666667vw;
  height: 8.5333333333vw;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .header .logo {
    width: min(10.46875vw, 134px);
    height: min(3.203125vw, 41px);
  }
}
.header .sns {
  display: flex;
  margin: auto 0 auto auto;
}
@media (min-width: 768px) {
  .header .sns {
    padding: 0 0 0 min(1.953125vw, 25px);
  }
}
.header .sns li {
  display: flex;
  align-items: center;
  margin: 0 4.6666666667vw 0 0;
  width: 5.2vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .header .sns li {
    margin: 0 0 0 min(1.953125vw, 25px);
    width: min(1.953125vw, 25px);
  }
}
.header .sns li svg {
  width: 100%;
  transition: fill 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  fill: #fff;
}
@media (min-width: 768px) {
  .header .sns a:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .header .sns a:hover svg {
    transition: fill 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    fill: #ad1e1f;
  }
}
.header .navi {
  padding: 2.1333333333vw 0 0;
}
@media (min-width: 768px) {
  .header .navi {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header .navi .btn_hamburger {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 5.8666666667vw;
    height: 4.2666666667vw;
    min-height: auto;
  }
  .header .navi .btn_hamburger span {
    border-radius: 0.2666666667vw;
    width: 100%;
    height: 0.5333333333vw;
    transition: all 300ms ease;
    -webkit-transform-origin: 1px 1px;
            transform-origin: 1px 1px;
    background: #000;
  }
  .header .navi .btn_hamburger.is-active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .navi .btn_hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .navi .btn_hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.header .navi .navi_menu {
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  position: absolute;
  top: 16vw;
  left: 0;
  width: 100%;
  height: 100dvh;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fcf1c8;
}
.header .navi .navi_menu.is-active {
  visibility: visible;
  opacity: 1;
}
.header .navi .navi_menu .navi_logo {
  margin: 2.6666666667vw auto 8.8vw;
  width: 23.0666666667vw;
}
.header .navi .navi_menu .navi_menu_list {
  margin: 0 6.6666666667vw;
  border-top: 1px solid #d6cdaa;
  letter-spacing: 0.1em;
}
.header .navi .navi_menu .navi_menu_list li {
  border-bottom: 1px solid #d6cdaa;
  text-align: center;
}
.header .navi .navi_menu .navi_menu_list li + li {
  margin: 0.5333333333vw 0 0;
}
.header .navi .navi_menu .navi_menu_list li a {
  display: block;
  padding: 6.8vw;
  background: url("../images/navi_arrow.png") no-repeat right 2.6666666667vw center;
  background-size: 5.7333333333vw 4.1333333333vw;
  color: #000;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1;
}
.header .navi .navi_menu .promotion_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5.3333333333vw 6.6666666667vw 4vw;
  padding-bottom: 29.3333333333vw;

  gap: 1.3333333333vw 0;
}
@media (min-width: 768px) {
  .header .navi .navi_menu .promotion_list {
    flex-wrap: nowrap;
    margin: min(0.78125vw, 10px) auto 0;
    padding-bottom: 0;
    width: min(50.3125vw, 644px);

    gap: min(0.78125vw, 10px) 0;
  }
}
.header .navi .navi_menu .promotion_list .promotion-list_item {
  position: relative;
  padding: 0.9333333333vw;
  border: 1px solid #dadada;
  border-radius: 5px;
  width: 49%;
  background: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .header .navi .navi_menu .promotion_list .promotion-list_item {
    padding: min(0.390625vw, 5px);
    width: 33%;
  }
}
.header .navi .navi_menu .promotion_list .promotion-list_item::before {
  content: "";
  position: absolute;
  right: 0.6666666667vw;
  bottom: 0.6666666667vw;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  transition: all 0.3s ease;
  background: url("../images/icon_card_arrow.png") no-repeat right bottom/contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .header .navi .navi_menu .promotion_list .promotion-list_item::before {
    right: min(0.390625vw, 5px);
    bottom: min(0.390625vw, 5px);
    width: min(2.5vw, 32px);
    height: min(2.5vw, 32px);
  }
}
.header .navi .navi_menu .promotion_list .promotion-list_item:hover::before {
  opacity: 0.6;
}
.header .navi .navi_menu .promotion_list .promotion-list_item dt {
  overflow: hidden;
  position: relative;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  height: 20vw;
}
@media (min-width: 768px) {
  .header .navi .navi_menu .promotion_list .promotion-list_item dt {
    border-radius: 5px 5px 0 0;
    height: min(7.8125vw, 100px);
    line-height: 1;
  }
}
.header .navi .navi_menu .promotion_list .promotion-list_item dt img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  width: 40vw;
  max-width: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .header .navi .navi_menu .promotion_list .promotion-list_item dt img {
    padding: 0 min(3.90625vw, 50px);
    width: min(46.875vw, 600px);
  }
}
.header .navi .navi_menu .promotion_list .promotion-list_item dd {
  padding: 4vw 1.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .header .navi .navi_menu .promotion_list .promotion-list_item dd {
    padding: min(1.40625vw, 18px) min(0.78125vw, 10px) min(1.25vw, 16px);
    font-size: min(0.78125vw, 10px);
    font-weight: bold;
  }
}
.header .navi .navi_menu .navi_illust {
  position: absolute;
  top: 4.8vw;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.header .pc-navi_menu {
  display: none;
}
@media (min-width: 768px) {
  .header .pc-navi_menu {
    display: block;
    width: 100%;
  }
}
.header .pc-navi_menu ul {
  display: flex;
  justify-content: flex-end;
  padding: min(0.546875vw, 7px) 0 0;
  letter-spacing: 0.03em;
  font-size: min(1.09375vw, 14px);
}
.header .pc-navi_menu ul li {
  margin: 0 0 0 min(1.5625vw, 20px);
}
.header .pc-navi_menu ul li + li {
  padding-left: min(1.5625vw, 20px);
  border-left: 1px solid #fff;
}
.header .pc-navi_menu a {
  color: #fff;
  font-size: min(1.328125vw, 17px);
  font-weight: bold;
}
.header .pc-navi_menu a:hover {
  opacity: 1;
  color: #ad1e1f;
}

/* ------------------------
  FOOTER
------------------------ */
footer {
  padding: 5.3333333333vw 0;
  background: #fff;
}
@media (min-width: 768px) {
  footer {
    padding: min(0.78125vw, 10px) min(3.90625vw, 50px);
  }
}
footer .logo {
  text-align: center;
}
@media (min-width: 768px) {
  footer .logo {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    text-align: right;
  }
}
footer .logo img {
  width: 28.2666666667vw;
  height: 6.1333333333vw;
}
@media (min-width: 768px) {
  footer .logo img {
    width: 137px;
    height: 36px;
  }
}
footer .logo a {
  display: inline-block;
}

.footer-link {
  padding: 6.6666666667vw 0;
  background: #eee;
}
@media (min-width: 768px) {
  .footer-link {
    padding: min(0.78125vw, 10px) min(1.953125vw, 25px);
  }
}

.footer_list {
  text-align: center;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .footer_list {
    display: flex;
    font-size: min(0.9375vw, 12px);

    gap: min(1.5625vw, 20px);
  }
}
.footer_list li + li {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .footer_list li + li {
    margin-top: 0;
  }
}
.footer_list li a {
  text-decoration: underline;
  color: #333;
}
@media (min-width: 768px) {
  .footer_list li a:hover {
    text-decoration: none;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
* main.css
*
*/