@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin:74px auto 0;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

/**
 * 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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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%;
}

/**
 * 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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Segoe UI", Roboto, "Hiragino Sans", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

.f-min {
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", serif;
}

/*-------------------------------------------

var

-------------------------------------------*/
/*-------------------------------------------

mixin

-------------------------------------------*/
img {
  display: block;
  width: 100%;
  height: auto;
}
img.cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
img.contain {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  color: #666;
}
a:hover {
  text-decoration: none;
}

svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: currentColor;
}

.js-btn_slide {
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 900;
  overflow: hidden;
}
.js-btn_slide span, .js-btn_slide::before, .js-btn_slide::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: #000;
  -webkit-transition: 0.3s ease-out transform;
  transition: 0.3s ease-out transform;
}
.js-btn_slide::before {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
.js-btn_slide::after {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.js-btn_slide.js-open_slide::before {
  -webkit-transform: translateY(0.25rem) rotate(45deg);
          transform: translateY(0.25rem) rotate(45deg);
}
.js-btn_slide.js-open_slide span {
  -webkit-transform: scale(0, 100%);
          transform: scale(0, 100%);
}
.js-btn_slide.js-open_slide::after {
  -webkit-transform: translateY(-0.25rem) rotate(-45deg);
          transform: translateY(-0.25rem) rotate(-45deg);
}

.js-slide {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 360px;
  min-height: 100vh;
  padding-bottom: 100px;
  background: #fff;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  overflow-y: scroll;
  z-index: 800;
}
@media (min-width: 360px) {
  .js-slide {
    right: -360px;
  }
}

.js-slide.js-open_slide {
  right: 0;
}

.js-cover_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.js-slide.js-open_slide + .js-cover_nav {
  opacity: 1;
  pointer-events: auto;
  z-index: 700;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kv_zoom {
  0% {
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
  30% {
    -webkit-transform: rotate(-6deg) scale(0.8);
            transform: rotate(-6deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
}
@keyframes kv_zoom {
  0% {
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
  30% {
    -webkit-transform: rotate(-6deg) scale(0.8);
            transform: rotate(-6deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
}
@-webkit-keyframes slidein_b {
  0% {
    opacity: 0;
    top: 100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slidein_b {
  0% {
    opacity: 0;
    top: 100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes slidein_l {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slidein_l {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slidein_r {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slidein_r {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fx01 {
  -webkit-animation: slidein_b 0.5s ease-out 1 both;
          animation: slidein_b 0.5s ease-out 1 both;
}

.js-fx[data-animate=fx01] {
  position: relative;
  top: 100px;
  opacity: 0;
}

.fx02 {
  -webkit-animation: slidein_l 0.5s ease-out 1 both;
          animation: slidein_l 0.5s ease-out 1 both;
}

.fx03 {
  -webkit-animation: slidein_r 0.5s ease-out 1 both;
          animation: slidein_r 0.5s ease-out 1 both;
}

.l-m0 {
  margin: 0 !important;
}

.l-mn1h00 {
  margin: -1.5rem 0 0 !important;
}

.l-mn100 {
  margin: -1rem 0 0 !important;
}

.l-mnh00 {
  margin: -0.5rem 0 0 !important;
}

.l-mnq00 {
  margin: -0.25rem 0 0 !important;
}

.l-mq00 {
  margin: 0.25rem 0 0 !important;
}

.l-mh00 {
  margin: 0.5rem 0 0 !important;
}

.l-m100 {
  margin: 1rem 0 0 !important;
}

.l-m1h00 {
  margin: 1.5rem 0 0 !important;
}

.l-m200 {
  margin: 2rem 0 0 !important;
}

.l-m00h {
  margin: 0 0 0.5rem !important;
}

.l-m001 {
  margin: 0 0 1rem !important;
}

.l-m001h {
  margin: 0 0 1.5rem !important;
}

.l-m002 {
  margin: 0 0 2rem !important;
}

.l-m002h {
  margin: 0 0 2.5rem !important;
}

.l-m003 {
  margin: 0 0 3rem !important;
}

.l-m003h {
  margin: 0 0 3.5rem !important;
}

.l-m004 {
  margin: 0 0 4rem !important;
}

.l-m004h {
  margin: 0 0 4.5rem !important;
}

.l-m006q {
  margin: 0 0 6.25rem !important;
}

.l-mh0 {
  margin: 0.5rem 0 !important;
}

.l-m10 {
  margin: 1rem 0 !important;
}

.l-m1h0 {
  margin: 1.5rem 0 !important;
}

.l-m20 {
  margin: 2rem 0 !important;
}

.l-m2h0 {
  margin: 2.5rem 0 !important;
}

.l-m30 {
  margin: 3rem 0 !important;
}

.l-m3h0 {
  margin: 3.5rem 0 !important;
}

.l-m40 {
  margin: 4rem 0 !important;
}

.l-m4h0 {
  margin: 4.5rem 0 !important;
}

.l-m50 {
  margin: 5rem 0 !important;
}

.l-m5h0 {
  margin: 5.5rem 0 !important;
}

.l-m60 {
  margin: 6rem 0 !important;
}

.l-m000a {
  margin: 0 0 0 auto !important;
}

.l-m0a00 {
  margin: 0 auto 0 0 !important;
}

.l-m0n1 {
  margin: 0 -1rem !important;
}

.l-m0nh {
  margin: 0 -0.5rem !important;
}

.l-m0h {
  margin: 0 0.5rem !important;
}

.l-m01, .l-m010 {
  margin: 0 1rem !important;
}

.l-m01h {
  margin: 0 1.5rem !important;
}

.l-m02 {
  margin: 0 2rem !important;
}

.l-m03 {
  margin: 0 3rem !important;
}

.l-m0a {
  margin: 0 auto !important;
}

.l-m01h {
  margin: 0 1rem 0.5rem !important;
}

.l-m011 {
  margin: 0 1rem 1rem !important;
}

.l-m012 {
  margin: 0 1rem 2rem !important;
}

.l-m013 {
  margin: 0 1rem 3rem !important;
}

.l-m021 {
  margin: 0 2rem 1rem !important;
}

.l-m022 {
  margin: 0 2rem 2rem !important;
}

.l-m023 {
  margin: 0 2rem 3rem !important;
}

.l-m0ah {
  margin: 0 auto 0.5rem !important;
}

.l-m0a1 {
  margin: 0 auto 1rem !important;
}

.l-m0a1h {
  margin: 0 auto 1.5rem !important;
}

.l-m0a2 {
  margin: 0 auto 2rem !important;
}

.l-m0a3 {
  margin: 0 auto 3rem !important;
}

.l-m0a4h {
  margin: 0 auto 4.5rem !important;
}

.l-m0a6q {
  margin: 0 auto 6.25rem !important;
}

.l-m0110 {
  margin: 0 1rem 1rem 0 !important;
}

.l-m0210 {
  margin: 0 2rem 1rem 0 !important;
}

.l-m0011 {
  margin: 0 0 1rem 1rem !important;
}

.l-mrq {
  margin-right: 0.25rem !important;
}

.l-mrh {
  margin-right: 0.5rem !important;
}

.l-mr1 {
  margin-right: 1rem !important;
}

.l-mr2 {
  margin-right: 2rem !important;
}

.l-mlq {
  margin-left: 0.25rem !important;
}

.l-mlh {
  margin-left: 0.5rem !important;
}

.l-ml1 {
  margin-left: 1rem !important;
}

.l-ml2 {
  margin-left: 2rem !important;
}

.l-p0 {
  padding: 0 !important;
}

.l-ph0 {
  padding: 0.5rem 0 !important;
}

.l-p10 {
  padding: 1rem 0 !important;
}

.l-ph1 {
  padding: 0.5rem 1rem !important;
}

/*-------------------------------------------

base layout

-------------------------------------------*/
.l-kv {
  background: #ffce48;
}
.l-kv .c-inner .l-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 640px) {
  .l-kv .c-inner .l-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-kv .c-inner .l-wrap .c-box_img {
  width: clamp(300px, 45vw, 560px);
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  background: #fff;
  position: relative;
  z-index: 1;
  margin: 2rem auto 0.5rem;
  -webkit-box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.019), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.027), 12.5px 12.5px 10px rgba(0, 0, 0, 0.034), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.053), 100px 100px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.019), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.027), 12.5px 12.5px 10px rgba(0, 0, 0, 0.034), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.053), 100px 100px 80px rgba(0, 0, 0, 0.07);
}
@media (min-width: 640px) {
  .l-kv .c-inner .l-wrap .c-box_img {
    margin: clamp(1rem, 3.33vw, 3rem) clamp(3rem, 6.2vw, 8rem);
  }
}
.l-kv .c-inner .l-wrap .c-box_txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
@media (min-width: 640px) {
  .l-kv .c-inner .l-wrap .c-box_txt {
    width: auto;
  }
}
.l-kv .c-inner .l-wrap .c-box_txt h1 {
  background: #e50212;
  color: #fff;
  font-size: clamp(24px, 5.903vw, 85px);
  padding: 1rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.125;
  text-align: left;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  text-align: center;
}
@media (min-width: 640px) {
  .l-kv .c-inner .l-wrap .c-box_txt h1 {
    margin-left: -5vw;
    padding: 1rem 1rem 1rem 0;
    font-size: clamp(32px, 5.903vw, 85px);
    text-align: left;
  }
  .l-kv .c-inner .l-wrap .c-box_txt h1::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#e50212));
    background-image: linear-gradient(to right, transparent, #e50212);
    width: 20vw;
    left: -20vw;
  }
}
@media (min-width: 1440px) {
  .l-kv .c-inner .l-wrap .c-box_txt h1::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: #e50212;
    width: calc((100vw - 1440px) / 2);
    right: calc((100vw - 1440px) / 2 * -1);
  }
}
.l-kv .c-inner .l-wrap .c-box_txt h1 span {
  display: inline-block;
}
.l-kv .c-inner .l-wrap .c-box_txt .c-sub {
  text-align: center;
  padding: 0 0.5rem 0 0;
}
.l-kv .c-inner .l-wrap .c-box_txt .c-sub p {
  margin-top: clamp(16px, 2.222vw, 32px);
  color: #0b1c9b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: clamp(24px, 3.889vw, 56px);
}

.l-sec, .l-sec_sue, .l-sec_tera, .l-sec_ume, .l-sec_miso {
  padding: 2rem 4rem;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  width: calc(100% + 4rem);
  margin-left: -2rem;
  position: relative;
  z-index: 1;
}
.l-sec_miso {
  background: #3589C6;
  margin-top: -1.5rem;
  color: #fff;
}
@media (min-width: 640px) {
  .l-sec_miso {
    margin-top: -4rem;
  }
}
.l-sec_miso .c-name {
  background: #1f5176;
}
.l-sec_miso .c-summary_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 640px) {
  .l-sec_miso .c-summary_wrap {
    display: block;
  }
  .l-sec_miso .c-summary_wrap .c-space {
    float: left;
    height: 5rem;
  }
}
@media (min-width: 768px) {
  .l-sec_miso .c-summary_wrap .c-space {
    height: 3rem;
  }
}
@media (min-width: 960px) {
  .l-sec_miso .c-summary_wrap .c-space {
    height: 0;
  }
}
.l-sec_miso .c-summary_wrap .c-box_img {
  margin: 0 auto -8rem;
  width: clamp(100px, 12.847vw, 185px);
  aspect-ratio: 128/323;
}
@media (min-width: 640px) {
  .l-sec_miso .c-summary_wrap .c-box_img {
    margin: 1rem 1rem -4rem 0;
    clear: both;
    float: left;
  }
}
@media (min-width: 960px) {
  .l-sec_miso .c-summary_wrap .c-box_img {
    margin: -8rem 1rem -4rem 0;
    clear: both;
    float: left;
  }
}
.l-sec_ume {
  background: #1D8334;
  color: #fff;
}
.l-sec_ume .c-name {
  background: #0b2f13;
}
.l-sec_ume .c-summary_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 640px) {
  .l-sec_ume .c-summary_wrap {
    display: block;
  }
  .l-sec_ume .c-summary_wrap .c-space {
    float: right;
    height: 5rem;
  }
}
@media (min-width: 768px) {
  .l-sec_ume .c-summary_wrap .c-space {
    height: 5rem;
  }
}
@media (min-width: 960px) {
  .l-sec_ume .c-summary_wrap .c-space {
    height: 0rem;
  }
}
.l-sec_ume .c-summary_wrap .c-box_img {
  margin: 0 auto -8rem;
  width: clamp(280px, 22.222vw, 320px);
  aspect-ratio: 384/541;
}
@media (min-width: 640px) {
  .l-sec_ume .c-summary_wrap .c-box_img {
    width: clamp(100px, 19.444vw, 280px);
    margin: 0 -1.8rem -5rem 1rem;
    clear: both;
    float: right;
  }
}
@media (min-width: 768px) {
  .l-sec_ume .c-summary_wrap .c-box_img {
    width: clamp(180px, 23.611vw, 340px);
    margin: 0 -1.8rem -5rem 1rem;
  }
}
@media (min-width: 960px) {
  .l-sec_ume .c-summary_wrap .c-box_img {
    margin: -5rem -1.8rem -5rem 1rem;
  }
}
@media (min-width: 1280px) {
  .l-sec_ume .c-summary_wrap .c-box_img {
    margin: -5rem -1.8rem -12rem 1rem;
  }
}
.l-sec_tera {
  background: #FFE200;
  color: #333;
}
.l-sec_tera .c-name {
  background: #998800;
}
.l-sec_tera .c-summary_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 640px) {
  .l-sec_tera .c-summary_wrap {
    display: block;
  }
  .l-sec_tera .c-summary_wrap .c-space {
    float: left;
    height: 7.5rem;
  }
}
@media (min-width: 768px) {
  .l-sec_tera .c-summary_wrap .c-space {
    height: 3rem;
  }
}
@media (min-width: 960px) {
  .l-sec_tera .c-summary_wrap .c-space {
    height: 0;
  }
}
.l-sec_tera .c-summary_wrap .c-box_img {
  margin: 0 auto -8rem;
  width: clamp(300px, 26.389vw, 380px);
  aspect-ratio: 768/1013;
}
@media (min-width: 640px) {
  .l-sec_tera .c-summary_wrap .c-box_img {
    width: clamp(150px, 18.056vw, 260px);
    margin: 0.75rem 1rem -5rem -1.8rem;
    clear: both;
    float: left;
  }
}
@media (min-width: 768px) {
  .l-sec_tera .c-summary_wrap .c-box_img {
    margin: 1rem 1rem -4rem -1rem;
  }
}
@media (min-width: 960px) {
  .l-sec_tera .c-summary_wrap .c-box_img {
    width: clamp(240px, 25vw, 360px);
    margin: -5rem 1rem -3rem -1rem;
  }
}
@media (min-width: 1280px) {
  .l-sec_tera .c-summary_wrap .c-box_img {
    width: clamp(240px, 26.389vw, 380px);
    margin: -5rem 1rem -7rem -1rem;
  }
}
.l-sec_sue {
  background: #E8B4BE;
  color: #333;
}
.l-sec_sue .c-name {
  background: #d0667a;
}
.l-sec_sue .c-summary_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 640px) {
  .l-sec_sue .c-summary_wrap {
    display: block;
  }
  .l-sec_sue .c-summary_wrap .c-space {
    float: right;
    height: 5rem;
  }
}
@media (min-width: 768px) {
  .l-sec_sue .c-summary_wrap .c-space {
    height: 0rem;
  }
}
@media (min-width: 960px) {
  .l-sec_sue .c-summary_wrap .c-space {
    height: 0rem;
  }
}
.l-sec_sue .c-summary_wrap .c-box_img {
  margin: 0 auto -8rem;
  width: clamp(280px, 22.222vw, 320px);
  aspect-ratio: 384/487;
}
@media (min-width: 640px) {
  .l-sec_sue .c-summary_wrap .c-box_img {
    width: clamp(100px, 19.444vw, 280px);
    margin: 0 -1.8rem -3rem 1rem;
    clear: both;
    float: right;
  }
}
@media (min-width: 768px) {
  .l-sec_sue .c-summary_wrap .c-box_img {
    width: clamp(180px, 23.611vw, 340px);
    margin: 0 -1.8rem 0 1rem;
  }
}
@media (min-width: 960px) {
  .l-sec_sue .c-summary_wrap .c-box_img {
    margin: -5rem -1.8rem -2rem 1rem;
  }
}
@media (min-width: 1280px) {
  .l-sec_sue .c-summary_wrap .c-box_img {
    margin: -5rem -1.8rem -5rem 1rem;
  }
}
.l-sec .c-inner, .l-sec_miso .c-inner, .l-sec_ume .c-inner, .l-sec_tera .c-inner, .l-sec_sue .c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 640px) {
  .l-sec .c-inner, .l-sec_miso .c-inner, .l-sec_ume .c-inner, .l-sec_tera .c-inner, .l-sec_sue .c-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-sec .c-inner .c-box_txt, .l-sec_miso .c-inner .c-box_txt, .l-sec_ume .c-inner .c-box_txt, .l-sec_tera .c-inner .c-box_txt, .l-sec_sue .c-inner .c-box_txt {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.l-sec .c-inner .c-box_txt .l-ttl_miso, .l-sec_miso .c-inner .c-box_txt .l-ttl_miso, .l-sec_ume .c-inner .c-box_txt .l-ttl_miso, .l-sec_tera .c-inner .c-box_txt .l-ttl_miso, .l-sec_sue .c-inner .c-box_txt .l-ttl_miso {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: clamp(32px, 5vw, 72px);
  line-height: 1.125;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .l-sec .c-inner .c-box_txt .l-ttl_miso, .l-sec_miso .c-inner .c-box_txt .l-ttl_miso, .l-sec_ume .c-inner .c-box_txt .l-ttl_miso, .l-sec_tera .c-inner .c-box_txt .l-ttl_miso, .l-sec_sue .c-inner .c-box_txt .l-ttl_miso {
    text-align: right;
  }
}
.l-sec .c-inner .c-box_txt .l-ttl_ume, .l-sec_miso .c-inner .c-box_txt .l-ttl_ume, .l-sec_ume .c-inner .c-box_txt .l-ttl_ume, .l-sec_tera .c-inner .c-box_txt .l-ttl_ume, .l-sec_sue .c-inner .c-box_txt .l-ttl_ume {
  width: 80vw;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .l-sec .c-inner .c-box_txt .l-ttl_ume, .l-sec_miso .c-inner .c-box_txt .l-ttl_ume, .l-sec_ume .c-inner .c-box_txt .l-ttl_ume, .l-sec_tera .c-inner .c-box_txt .l-ttl_ume, .l-sec_sue .c-inner .c-box_txt .l-ttl_ume {
    margin: 0 auto 0 0;
  }
}
.l-sec .c-inner .c-box_txt .l-ttl_tera, .l-sec_miso .c-inner .c-box_txt .l-ttl_tera, .l-sec_ume .c-inner .c-box_txt .l-ttl_tera, .l-sec_tera .c-inner .c-box_txt .l-ttl_tera, .l-sec_sue .c-inner .c-box_txt .l-ttl_tera {
  width: 50vw;
  max-width: 250px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .l-sec .c-inner .c-box_txt .l-ttl_tera, .l-sec_miso .c-inner .c-box_txt .l-ttl_tera, .l-sec_ume .c-inner .c-box_txt .l-ttl_tera, .l-sec_tera .c-inner .c-box_txt .l-ttl_tera, .l-sec_sue .c-inner .c-box_txt .l-ttl_tera {
    margin: 0 0 0 auto;
  }
}
.l-sec .c-inner .c-box_txt .l-ttl_sue, .l-sec_miso .c-inner .c-box_txt .l-ttl_sue, .l-sec_ume .c-inner .c-box_txt .l-ttl_sue, .l-sec_tera .c-inner .c-box_txt .l-ttl_sue, .l-sec_sue .c-inner .c-box_txt .l-ttl_sue {
  width: 50vw;
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .l-sec .c-inner .c-box_txt .l-ttl_sue, .l-sec_miso .c-inner .c-box_txt .l-ttl_sue, .l-sec_ume .c-inner .c-box_txt .l-ttl_sue, .l-sec_tera .c-inner .c-box_txt .l-ttl_sue, .l-sec_sue .c-inner .c-box_txt .l-ttl_sue {
    margin: 0 auto 0 0;
  }
}
.l-sec .c-inner .c-box_txt .c-name, .l-sec_miso .c-inner .c-box_txt .c-name, .l-sec_ume .c-inner .c-box_txt .c-name, .l-sec_tera .c-inner .c-box_txt .c-name, .l-sec_sue .c-inner .c-box_txt .c-name {
  padding: 0.5rem;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin: 1rem -4rem;
  width: calc(100% + 8rem);
  font-size: 1.5rem;
  position: relative;
}
@media (min-width: 640px) {
  .l-sec .c-inner .c-box_txt .c-name, .l-sec_miso .c-inner .c-box_txt .c-name, .l-sec_ume .c-inner .c-box_txt .c-name, .l-sec_tera .c-inner .c-box_txt .c-name, .l-sec_sue .c-inner .c-box_txt .c-name {
    text-align: right;
    padding-right: 4rem;
  }
  .l-sec .c-inner .c-box_txt .c-name::after, .l-sec_miso .c-inner .c-box_txt .c-name::after, .l-sec_ume .c-inner .c-box_txt .c-name::after, .l-sec_tera .c-inner .c-box_txt .c-name::after, .l-sec_sue .c-inner .c-box_txt .c-name::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: inherit;
    width: calc((100vw - 1440px - 4rem) / 2);
    left: calc((100vw - 1440px - 4.1rem) / 2 * -1);
  }
}
.l-sec .c-inner .c-box_img, .l-sec_miso .c-inner .c-box_img, .l-sec_ume .c-inner .c-box_img, .l-sec_tera .c-inner .c-box_img, .l-sec_sue .c-inner .c-box_img {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
@media (min-width: 960px) {
  .l-sec .c-inner .c-box_img, .l-sec_miso .c-inner .c-box_img, .l-sec_ume .c-inner .c-box_img, .l-sec_tera .c-inner .c-box_img, .l-sec_sue .c-inner .c-box_img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%;
  }
}
.l-sec .c-inner .c-box_img img, .l-sec_miso .c-inner .c-box_img img, .l-sec_ume .c-inner .c-box_img img, .l-sec_tera .c-inner .c-box_img img, .l-sec_sue .c-inner .c-box_img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-sec:nth-child(even), .l-sec_miso:nth-child(even), .l-sec_ume:nth-child(even), .l-sec_tera:nth-child(even), .l-sec_sue:nth-child(even) {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media (min-width: 640px) {
  .l-sec:nth-child(even) .c-inner, .l-sec_miso:nth-child(even) .c-inner, .l-sec_ume:nth-child(even) .c-inner, .l-sec_tera:nth-child(even) .c-inner, .l-sec_sue:nth-child(even) .c-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-sec:nth-child(even) .c-inner .c-box_txt, .l-sec_miso:nth-child(even) .c-inner .c-box_txt, .l-sec_ume:nth-child(even) .c-inner .c-box_txt, .l-sec_tera:nth-child(even) .c-inner .c-box_txt, .l-sec_sue:nth-child(even) .c-inner .c-box_txt {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media (min-width: 640px) {
  .l-sec:nth-child(even) .c-inner .c-box_txt .c-name, .l-sec_miso:nth-child(even) .c-inner .c-box_txt .c-name, .l-sec_ume:nth-child(even) .c-inner .c-box_txt .c-name, .l-sec_tera:nth-child(even) .c-inner .c-box_txt .c-name, .l-sec_sue:nth-child(even) .c-inner .c-box_txt .c-name {
    text-align: left;
    padding-left: 4rem;
  }
}
@media (min-width: 1440px) {
  .l-sec:nth-child(even) .c-inner .c-box_txt .c-name::after, .l-sec_miso:nth-child(even) .c-inner .c-box_txt .c-name::after, .l-sec_ume:nth-child(even) .c-inner .c-box_txt .c-name::after, .l-sec_tera:nth-child(even) .c-inner .c-box_txt .c-name::after, .l-sec_sue:nth-child(even) .c-inner .c-box_txt .c-name::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: inherit;
    width: calc((100vw - 1440px - 4rem) / 2);
    left: auto;
    right: calc((100vw - 1440px - 4.1rem) / 2 * -1);
  }
}

.l-sec_column {
  margin-top: -2rem;
}
@media (min-width: 768px) {
  .l-sec_column {
    margin-top: -4rem;
  }
}
.l-sec_column .c-inner .c-ttl_column {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 5vw, 72px);
  line-height: 1.125;
  color: #0b1c9b;
  margin-top: -4rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
}
.l-sec_column .c-inner .c-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .l-sec_column .c-inner .c-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 640px) {
  .l-sec_column .c-inner .c-flex:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .l-sec_column .c-inner .c-flex:nth-child(even) .c-box_txt .c-shoulder::before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 0;
    border-bottom: 2px solid #0b1c9b;
    width: calc((100vw - 1440px) / 2);
    left: calc((100vw - 1440px) / 2 * -1);
  }
  .l-sec_column .c-inner .c-flex:nth-child(even) .c-box_txt .c-txt_column {
    text-align: right;
  }
}
.l-sec_column .c-inner .c-flex .c-box_img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (min-width: 640px) {
  .l-sec_column .c-inner .c-flex .c-box_img {
    width: 50%;
  }
}
.l-sec_column .c-inner .c-flex .c-box_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.l-sec_column .c-inner .c-flex .c-box_txt .c-shoulder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #0b1c9b;
  line-height: 1;
  padding: 0 1rem;
  position: relative;
  border-bottom: 2px solid #0b1c9b;
}
.l-sec_column .c-inner .c-flex .c-box_txt .c-shoulder span {
  font-size: 3rem;
  font-weight: 300;
  margin-top: -0.25rem;
}
@media (min-width: 640px) {
  .l-sec_column .c-inner .c-flex .c-box_txt .c-shoulder {
    font-size: 1.5rem;
  }
  .l-sec_column .c-inner .c-flex .c-box_txt .c-shoulder span {
    font-size: 5.5rem;
  }
}
.l-sec_column .c-inner .c-flex .c-box_txt .c-shoulder::after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 0;
  border-bottom: 2px solid #0b1c9b;
  width: calc((100vw - 1440px) / 2);
  right: calc((100vw - 1440px) / 2 * -1);
}
.l-sec_column .c-inner .c-flex .c-box_txt .c-txt_column {
  padding: 0.5rem 1rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #0b1c9b;
  line-height: 1.125;
  font-size: clamp(32px, 5vw, 72px);
}
@media (min-width: 640px) {
  .l-sec_column .c-inner .c-flex .c-box_txt .c-txt_column {
    text-align: left;
  }
}

.l-block_dl {
  text-align: center;
  padding: 1rem 1rem 2rem;
  background: #e2e2e2;
}

/*-------------------------------------------

common

-------------------------------------------*/
.c-fullhv {
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.c-sitewrap {
  min-width: 360px;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  text-align: justify;
}

.c-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-none {
  display: none !important;
}

.c-hdn {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 1rem;
}

.c-hdn_s {
  display: none;
}
@media (min-width: 640px) {
  .c-hdn_s {
    display: block;
  }
}

.c-hdn_m {
  display: block;
}
@media (min-width: 768px) {
  .c-hdn_m {
    display: none;
  }
}

.c-hdn_l {
  display: block;
}
@media (min-width: 960px) {
  .c-hdn_l {
    display: none;
  }
}

.c-hdn_xl {
  display: block;
}
@media (min-width: 1280px) {
  .c-hdn_xl {
    display: none;
  }
}

.c-hdn_xx {
  display: block;
}
@media (min-width: 1440px) {
  .c-hdn_xx {
    display: none;
  }
}

.c-vsbl_s {
  display: none;
}
@media (min-width: 640px) {
  .c-vsbl_s {
    display: block;
  }
}

.c-vsbl_m {
  display: none;
}
@media (min-width: 768px) {
  .c-vsbl_m {
    display: block;
  }
}

.c-vsbl_l {
  display: none;
}
@media (min-width: 960px) {
  .c-vsbl_l {
    display: block;
  }
}

.c-vsbl_xl {
  display: none;
}
@media (min-width: 1280px) {
  .c-vsbl_xl {
    display: block;
  }
}

.c-vsbl_xx {
  display: none;
}
@media (min-width: 1440px) {
  .c-vsbl_xx {
    display: block;
  }
}

.c-inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

/*-------------------------------------------

txt

-------------------------------------------*/
.c-al_l {
  text-align: left !important;
}

.c-al_r {
  text-align: right !important;
}

.c-al_c {
  text-align: center !important;
}

.c-al_j {
  text-align: justify !important;
}

.c-al_lc {
  text-align: left !important;
}
@media (min-width: 768px) {
  .c-al_lc {
    text-align: center !important;
  }
}

.c-al_cl {
  text-align: center !important;
}
@media (min-width: 768px) {
  .c-al_cl {
    text-align: left !important;
  }
}

.c-fw_normal {
  font-weight: normal;
}

.c-fw_bold {
  font-weight: bold;
}

.c-lh_1 {
  line-height: 1;
}

.c-lh_1q {
  line-height: 1.25;
}

.c-lh_1h {
  line-height: 1.5;
}

.c-col_attention {
  color: #f00;
}

/*-------------------------------------------

flex

-------------------------------------------*/
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-flex_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-flex_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-flex_e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-flex_sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex_ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex_bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex_cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex_es {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex_ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-flex_as {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-flex_bs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-flex_cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-flex_es {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-flex_se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-flex_ae {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-flex_be {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-flex_ce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-flex_ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-flex_sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-flex_ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-flex_bb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-flex_cb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-flex_eb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-fd_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-fd_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-fd_column_r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-fd_row_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-ai {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-ai_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-ai_e {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-ai_b {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-ai_s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-as {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.c-as_c {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.c-as_e {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.c-as_b {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.c-as_s {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.c-flex_w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-f00a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-f110 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.c-f11a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/*-------------------------------------------

float

-------------------------------------------*/
.c-flt_l {
  float: left;
}

.c-flt_r {
  float: right;
}

.c-both {
  clear: both;
}

/*-------------------------------------------

width

-------------------------------------------*/
.c-w0 {
  width: 0 !important;
}

.c-w10 {
  width: 10% !important;
}

.c-w20 {
  width: 20% !important;
}

.c-w30 {
  width: 30% !important;
}

.c-w40 {
  width: 40% !important;
}

.c-w50 {
  width: 50% !important;
}

.c-w60 {
  width: 60% !important;
}

.c-w70 {
  width: 70% !important;
}

.c-w80 {
  width: 80% !important;
}

.c-w90 {
  width: 90% !important;
}

.c-w100 {
  width: 100% !important;
}

.c-w_auto {
  width: auto !important;
}

/*-------------------------------------------

round

-------------------------------------------*/
.c-r_q {
  border-radius: 0.25rem;
}

.c-r_h {
  border-radius: 0.5rem;
}

.c-r_hq {
  border-radius: 0.75rem;
}

.c-r_1 {
  border-radius: 1rem;
}

.c-r_1q {
  border-radius: 1.25rem;
}

.c-r_1h {
  border-radius: 1.5rem;
}

.c-r_99 {
  border-radius: 9999px;
}

/*-------------------------------------------

color

-------------------------------------------*/
.c-bg_wh {
  background: #fff;
}

/*-------------------------------------------

component

-------------------------------------------*/
.c-btn_dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e50212;
  padding: 0.75rem 2.5rem 0.75rem clamp(68px, 6.667vw, 96px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  position: relative;
  text-align: left;
  color: #fff;
  font-size: clamp(16px, 1.944vw, 28px);
  width: 100%;
  max-width: 400px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.125;
  -webkit-transition: 0.3s ease-out background;
  transition: 0.3s ease-out background;
  -webkit-box-shadow: 2.6px 2.6px 3.6px rgba(0, 0, 0, 0.024), 7.3px 7.3px 10px rgba(0, 0, 0, 0.035), 17.5px 17.5px 24.1px rgba(0, 0, 0, 0.046), 58px 58px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 2.6px 2.6px 3.6px rgba(0, 0, 0, 0.024), 7.3px 7.3px 10px rgba(0, 0, 0, 0.035), 17.5px 17.5px 24.1px rgba(0, 0, 0, 0.046), 58px 58px 80px rgba(0, 0, 0, 0.07);
}
.c-btn_dl::before {
  content: "";
  width: clamp(50px, 5.556vw, 80px);
  aspect-ratio: 804/1141;
  background: url("../img/smfl01/kv.jpg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(6deg);
          transform: translateY(-50%) rotate(6deg);
  left: clamp(4px, 0.556vw, 8px);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.c-btn_dl::after {
  content: "";
  display: block;
  width: clamp(16px, 1.667vw, 24px);
  aspect-ratio: 1/1;
  background: url("../img/common/icon_dl.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
}
.c-btn_dl .c-txt_wrap {
  margin: 0 0.5rem;
  white-space: nowrap;
}
.c-btn_dl .c-txt_wrap span {
  display: block;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: -0.45rem;
}
.c-btn_dl:hover, .c-btn_dl:active {
  background: #b2020e;
}
.l-kv .c-btn_dl {
  margin: clamp(32px, 3.333vw, 48px) auto 0;
}

.c-sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 3em auto;
  position: relative;
  z-index: 10;
}
.c-sns_share li {
  width: 3rem;
  height: 3rem;
}
.c-sns_share li a {
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.c-sns_share li a:hover, .c-sns_share li a:active {
  opacity: 0.6;
}

.c-img_txt {
  font-family: "Anton", sans-serif;
  font-size: clamp(110px, 19.097vw, 275px);
  color: #EBEBEB;
  mix-blend-mode: multiply;
  margin-left: 1rem;
}

.c-summary {
  line-height: 1.5;
  position: relative;
  margin-bottom: 1rem;
}

.c-txt_small {
  font-size: 1.5rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #0b1c9b;
  line-height: 1.125;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .c-txt_small {
    text-align: left;
  }
}

.c-ttl_dl {
  font-size: clamp(24px, 3.333vw, 48px);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #0b1c9b;
  line-height: 1.125;
  margin-bottom: 2rem;
}
.c-ttl_dl span {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */

.l-mainWrapper {
  min-width: 1440px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-mainWrapper {
    min-width: 100%;
  }
}

.l-header {
  min-width: 1440px;
}
@media screen and (max-width: 768px) {
  .l-header {
    min-width: 100%;
  }
}

body {
  margin: 0 auto;
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1, "kern" 1;
  text-align: justify;
}

body, body * {
  line-height: inherit;
}

body *:not(.c-sitewrap *) {
  line-height: 1.8;
}

.l-header__ctaButtonText {
  line-height: 1.5 !important;
}

.l-header__subMenuLink {
  line-height: 1.5 !important;
}