@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

body {
  font-size: 2rem;
  line-height: 1.5;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 15.5px;
  }
}

@media screen and (min-width: 993px) {
  a:hover {
    opacity: 0.8;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .u-sp {
    display: block !important;
  }
}

@media screen and (max-width: 992px) {
  .u-pc {
    display: none !important;
  }
}

.u-over {
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .u-over:hover {
    opacity: 0.7;
  }
}

.u-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.u-fade.is-fade {
  opacity: 1;
  transform: translateY(0);
}

.u-fadeNext {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.u-fadeNext.is-fadeNext {
  opacity: 1;
  transform: translateY(0);
}

.u-imgCover {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.l-container {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.l-container.-bg {
  max-width: 1340px;
}
@media screen and (max-width: 992px) {
  .l-container.-bg {
    max-width: 520px;
  }
}
.l-container.-lg {
  max-width: 1280px;
}
@media screen and (max-width: 992px) {
  .l-container.-lg {
    max-width: 520px;
  }
}
.l-container.-md {
  max-width: 800px;
}
@media screen and (max-width: 992px) {
  .l-container.-md {
    max-width: 520px;
  }
}
@media screen and (max-width: 992px) {
  .l-container {
    max-width: 520px;
  }
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.l-header__inner {
  background-color: #fff;
}

.p-hd__cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 107px;
  padding: 0 30px;
}
@media screen and (max-width: 992px) {
  .p-hd__cols {
    padding: 0 20px;
    height: 85px;
  }
}
.p-hd__logo {
  position: relative;
  z-index: 10;
}
.p-hd__logo img {
  width: 251.6px;
}
@media screen and (max-width: 992px) {
  .p-hd__logo img {
    width: 50.75%;
    min-width: 170px;
  }
}
.p-hd__colsCol:nth-child(2) {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .p-hd__wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-color: #FCD005;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-y: auto;
    transition: transform 0.3s;
    transition: opacity 0.3s;
  }
  .p-hd__wrap:not(.is-on) {
    pointer-events: none;
    opacity: 0;
  }
}
@media screen and (max-width: 992px) {
  .p-hd__nav {
    height: 100vh;
    position: relative;
  }
}
.p-hd__nav ul {
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 992px) {
  .p-hd__nav ul {
    flex-direction: column;
    align-items: center;
    gap: 0;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .p-hd__nav li {
    margin-right: 0;
    width: 100%;
    padding: 1em 0;
    border-top: 1px dotted #D50000;
    border-bottom: 1px dotted #D50000;
    margin-top: -1px;
  }
}
.p-hd__nav a {
  font-size: 22px;
  font-weight: bold;
  color: #D50000;
}
@media screen and (max-width: 992px) {
  .p-hd__nav a {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-hd__txt {
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.p-hd__txt img {
  width: 61%;
}
.p-hd__menuSP {
  position: absolute;
  right: 20px;
  top: calc(50% - 24px);
  z-index: 2;
}
@media screen and (min-width: 993px) {
  .p-hd__menuSP {
    display: none;
  }
}
.p-hd__menuSP button {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #D50000;
  border-radius: 50%;
}
.p-hd__menuSP button span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -8px);
  width: 26px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.p-hd__menuSP button span:nth-child(2) {
  transform: translate(-50%, 4px);
}
.p-hd__menuSP button span:nth-child(3) {
  transform: translate(-50%, 12px);
}
.p-hd__menuSP button.is-on {
  background-color: #fff;
}
.p-hd__menuSP button.is-on span {
  left: calc(50% - 0px);
  top: calc(50% + 0px);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #D50000;
}
.p-hd__menuSP button.is-on span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header.is-wt .p-hd__menuSP button b {
  color: #fff;
}
.l-header.is-wt .p-hd__menuSP button span {
  background-color: #fff;
}

.f-btn a {
  display: block;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
  width: 185px;
  background-color: #EE7A00;
  border-radius: 23.5px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .f-btn a {
    font-size: 13px;
    width: 150px;
  }
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 40px 20px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  text-align: left;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: -35px;
  right: 0;
  display: block;
  overflow: visible;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before,
.remodal-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.remodal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.remodal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "＜";
}
[dir=rtl] .slick-prev:before {
  content: "＞";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "＞";
}
[dir=rtl] .slick-next:before {
  content: "＜";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.kv-inner {
  margin-top: 107px;
  padding: 50px;
  background-image: url(../img/home/kv-bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  .kv-inner {
    padding: 32px;
    margin-top: 85px;
  }
}
.kv-area {
  max-width: 1336px;
  margin: 0 auto;
  background-color: #FCD005;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .kv-area {
    padding: 12px 12px 40px;
    border-radius: 20px;
  }
}
.kv-area__inner {
  position: relative;
}
.kv-cols {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .kv-cols {
    padding: 0 20px;
  }
}
.kv-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .kv-ttl {
    text-align: center;
    margin-top: -10%;
  }
}
.kv-ttl img {
  width: 327px;
  opacity: 0;
  transition: opacity 1s 0.5s;
}
@media screen and (max-width: 992px) {
  .kv-ttl img {
    width: 100%;
  }
}
.kv-ttl.is-fade img {
  opacity: 1;
}
.kv-txt {
  font-weight: bold;
  line-height: 1.7;
  opacity: 0;
  transition: opacity 1s 0.7s;
}
.kv-txt.is-fade {
  opacity: 1;
}
.kv-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 72.8%;
  max-width: 932px;
}
@media screen and (max-width: 992px) {
  .kv-main {
    position: initial;
    width: 100%;
  }
}

.okonomiyakinohi-inner {
  padding: 55px 0 80px;
}
@media screen and (max-width: 992px) {
  .okonomiyakinohi-inner {
    padding: 25px 0 40px;
  }
}
.okonomiyakinohi-cols {
  display: flex;
  gap: 45px;
}
.okonomiyakinohi-txtImage {
  margin-bottom: 30px;
}
.okonomiyakinohi-sauce {
  margin-top: 30px;
  width: 200px;
}

.movie {
  background-color: #EE7A00;
}
.movie-inner {
  padding: 40px 0 80px;
}
@media screen and (max-width: 992px) {
  .movie-inner {
    padding: 40px 0 50px;
  }
}
.movie-ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .movie-ttl {
    margin-bottom: 20px;
  }
}
.movie-ttl img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .movie-ttl img {
    width: 95px;
  }
}
.movie-area {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movie-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
}

.campain {
  background-color: #FCD005;
}
.campain-inner {
  padding: 80px 0 150px;
}
@media screen and (max-width: 992px) {
  .campain-inner {
    padding: 20px 0 45px;
  }
}
.campain-read {
  margin-bottom: 55px;
}
@media screen and (max-width: 992px) {
  .campain-read {
    margin-bottom: 20px;
  }
}
.campain-ttl {
  text-align: center;
  margin-bottom: 27px;
}
.campain-ttl img {
  width: 100%;
}
.campain-period {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .campain-period {
    flex-direction: column;
  }
}
.campain-period__txt {
  font-size: 32px;
  font-weight: bold;
  padding: 17px 20px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
@media screen and (max-width: 992px) {
  .campain-period__txt {
    font-size: 16px;
    text-align: center;
    padding: 10px 5px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}
.campain-period__okonomiyakinohi {
  flex: 1;
  text-align: center;
}
.campain-period__okonomiyakinohi img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .campain-period__okonomiyakinohi img {
    width: 70.15%;
  }
}
.campain-area {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .campain-area {
    margin-bottom: 30px;
  }
}
.campain-area__cols {
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 20px 25px 35px;
}
@media screen and (max-width: 992px) {
  .campain-area__cols {
    padding: 20px 20px 25px;
  }
}
.campain-area__cols ul {
  display: flex;
}
@media screen and (max-width: 992px) {
  .campain-area__cols ul {
    flex-direction: column;
  }
}
.campain-area__cols li {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .campain-area__cols li {
    padding-right: 0;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.campain-area__cols li:last-of-type {
  padding-right: 0;
  padding-bottom: 0;
}
.campain-area__cols li:first-of-type {
  padding-left: 0;
  padding-top: 0;
}
.campain-area__cols li:first-of-type::before {
  content: none;
}
.campain-area__cols li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-left: 4px dotted #FCD005;
}
@media screen and (max-width: 992px) {
  .campain-area__cols li::before {
    width: 100%;
    height: 4px;
    border-left: none;
    border-top: 4px dotted #FCD005;
  }
}
.campain-apply__btn {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .campain-apply__btn {
    margin-bottom: 20px;
  }
}
.campain-apply__txt {
  margin-bottom: 70px;
}
@media screen and (max-width: 992px) {
  .campain-apply__txt {
    margin-bottom: 25px;
  }
}
.campain-apply__limit {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .campain-apply__limit {
    margin-bottom: 15px;
  }
}
.campain-apply__terms a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 0.8em 0;
  width: 100%;
  background-color: #8C8C8C;
  border-radius: 34px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .campain-apply__terms a {
    width: 85.5%;
    margin: 0 auto;
    font-size: 12px;
  }
}
.campain-apply__terms a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url(../img/home/arrow-wt.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .campain-apply__terms a::before {
    width: 8px;
    height: 8px;
  }
}

.join-img {
  position: relative;
  min-height: 700px;
  background-image: url("../img/home/recipe-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 25% center;
}
@media screen and (max-width: 992px) {
  .join-img {
    background-image: url("../img/home/recipe-bg-sp.jpg");
    min-height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .join-img {
    min-height: 250px;
  }
}
.join-img::before, .join-img::after {
  position: absolute;
  content: "";
  width: 100%;
}
.join-img::before {
  height: 250px;
  top: -1px;
  left: 0;
  clip-path: polygon(100% 0, 0 0, 100% 25%);
  background: #FCD005;
}
@media screen and (max-width: 576px) {
  .join-img::before {
    clip-path: polygon(100% 0, 0 0, 100% 10%);
  }
}
.join-img::after {
  height: 250px;
  left: 0;
  bottom: -1px;
  clip-path: polygon(100% 75%, 0 100%, 100% 100%);
  background: #fff;
}
@media screen and (max-width: 576px) {
  .join-img::after {
    clip-path: polygon(100% 90%, 0 100%, 100% 100%);
  }
}

.recipe {
  position: relative;
  overflow: hidden;
}
.recipe-deco {
  position: absolute;
  animation: yurayura 2s linear infinite;
  z-index: -1;
}
.recipe-deco.-n1 {
  width: 209px;
  top: 195px;
  left: -3%;
}
@media screen and (max-width: 767px) {
  .recipe-deco.-n1 {
    width: 102px;
    top: 130px;
  }
}
.recipe-deco.-n2 {
  width: 182px;
  top: 85px;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .recipe-deco.-n2 {
    width: 92px;
    top: 12px;
    left: -2%;
  }
}
.recipe-deco.-n3 {
  width: 105px;
  top: 130px;
  right: 15%;
}
@media screen and (max-width: 767px) {
  .recipe-deco.-n3 {
    width: 65px;
    top: 0;
    right: 7%;
  }
}
.recipe-deco.-n4 {
  width: 70px;
  top: 85px;
  right: 7%;
}
@media screen and (max-width: 767px) {
  .recipe-deco.-n4 {
    width: 30.5px;
    top: 80px;
    right: 3%;
  }
}
.recipe-deco.-n5 {
  width: 190px;
  top: 145px;
  right: -3%;
}
@media screen and (max-width: 767px) {
  .recipe-deco.-n5 {
    width: 103px;
    top: 120px;
  }
}
.recipe-inner {
  padding: 90px 0;
}
@media screen and (max-width: 992px) {
  .recipe-inner {
    padding: 60px 0 45px;
  }
}
.recipe-ttlArea {
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .recipe-ttlArea {
    margin-bottom: 25px;
  }
}
.recipe-ttl1 {
  text-align: center;
  margin-bottom: 15px;
}
.recipe-ttl1 img {
  width: 215px;
}
@media screen and (max-width: 767px) {
  .recipe-ttl1 img {
    width: 40.3%;
  }
}
.recipe-ttl2 {
  text-align: center;
}
.recipe-ttl2 img {
  width: 613px;
}
@media screen and (max-width: 767px) {
  .recipe-ttl2 img {
    width: 53.7%;
  }
}
.recipe-area {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .recipe-area {
    gap: 30px;
  }
}
.recipe-box {
  position: relative;
}
.recipe-box__btn {
  position: absolute;
  bottom: 12%;
  width: 26.15%;
}
@media screen and (max-width: 992px) {
  .recipe-box__btn {
    bottom: 5%;
    width: 196px;
  }
}
.recipe-box__btn.-n1 {
  left: 5%;
}
@media screen and (max-width: 992px) {
  .recipe-box__btn.-n1 {
    left: 50%;
    transform: translateX(-50%);
  }
}
.recipe-box__btn.-n2 {
  right: 5%;
}
@media screen and (max-width: 992px) {
  .recipe-box__btn.-n2 {
    right: 50%;
    transform: translateX(50%);
  }
}
.recipe-box__txt {
  position: absolute;
  bottom: 9%;
  width: 293px;
}
@media screen and (max-width: 992px) {
  .recipe-box__txt {
    width: 40.9%;
    bottom: initial;
    top: 45%;
  }
}
.recipe-box__txt.-n1 {
  right: 5%;
}
@media screen and (max-width: 992px) {
  .recipe-box__txt.-n1 {
    right: 3%;
  }
}
.recipe-box__txt.-n2 {
  left: 5%;
}
@media screen and (max-width: 992px) {
  .recipe-box__txt.-n2 {
    top: 40%;
    left: initial;
    right: 3%;
    width: 31.35%;
  }
}

.lineup {
  background-color: #F2EBC8;
}
.lineup-inner {
  padding: 50px 0 55px;
}
@media screen and (max-width: 992px) {
  .lineup-inner {
    padding: 60px 0 40px;
  }
}
.lineup-ttl1 {
  text-align: center;
  margin-bottom: 25px;
}
.lineup-ttl1 img {
  width: 176px;
}
@media screen and (max-width: 992px) {
  .lineup-ttl1 img {
    width: 30%;
  }
}
.lineup-ttl2 {
  text-align: center;
}
.lineup-ttl2 img {
  width: 560px;
}
@media screen and (max-width: 992px) {
  .lineup-ttl2 img {
    width: 70%;
  }
}
.lineup-slider {
  margin: 40px 0 50px;
}
.lineup-slider__item {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .lineup-slider__item {
    margin: 0 10px;
  }
}
.lineup-slider__item img {
  width: auto;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .lineup-slider__item img {
    height: 250px;
  }
}

.more {
  background-image: url(../img/home/foot-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  .more {
    background-image: url(../img/home/foot-bg-sp.jpg);
  }
}
.more-inner {
  padding: 60px 0;
}
@media screen and (max-width: 992px) {
  .more-inner {
    padding: 25px 0 20px;
  }
}
.more-txt {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .more-txt {
    margin-bottom: 20px;
  }
}
.more-txt img {
  width: 655.5px;
}
@media screen and (max-width: 992px) {
  .more-txt img {
    width: 56.666%;
  }
}

.foot-logo {
  padding: 85px 0 70px;
}
@media screen and (max-width: 992px) {
  .foot-logo {
    padding: 40px 0;
  }
}
.foot-logo a {
  display: block;
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .foot-logo a {
    width: 54.666%;
  }
}
.foot-copy {
  text-align: center;
  background-color: #8d101b;
  padding: 8px 0;
}
.foot-copy small {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .foot-copy small {
    font-size: 10px;
  }
}

@keyframes yurayura {
  0%, 100% {
    transform: translate(0, 0) rotate(20deg);
  }
  50% {
    transform: rotate(0deg);
  }
}

/*# sourceMappingURL=styles.css.map */
