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

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.1rem;
  }
}

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

@media screen and (max-width: 767px) {
  .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;
}

* {
  min-height: 0vw;
}

/*! 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: 1125px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: 520px;
  }
}

.l-main {
  position: relative;
}

.l-header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  width: 150px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    height: auto;
  }
}
.p-hd__cols {
  position: fixed;
  width: 150px;
  top: 30%;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-hd__cols {
    width: 100%;
    top: initial;
    bottom: 0;
    right: initial;
    left: 0;
  }
}
.p-hd__nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-hd__nav ul {
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-hd__nav li {
    width: 25%;
  }
}
.p-hd__nav a {
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 30px 0 0 30px;
  padding: 5px 10px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .p-hd__nav a {
    font-size: 12px;
    border-radius: 0;
    padding: 8px 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-hd__nav a {
    transform: translateX(30px);
  }
  .p-hd__nav a:hover {
    transform: translateX(0);
  }
}
.p-hd__nav a.-hokkaido {
  background-color: #E85382;
}
.p-hd__nav a.-tohoku {
  background-color: #8DC21F;
}
.p-hd__nav a.-kanto {
  background-color: #0D57A7;
}
.p-hd__nav a.-chubu {
  background-color: #B963A4;
}
.p-hd__nav a.-kinki {
  background-color: #22AC38;
}
.p-hd__nav a.-chugoku {
  background-color: #00A7EA;
}
.p-hd__nav a.-shikoku {
  background-color: #F39800;
}
.p-hd__nav a.-kyusyu {
  background-color: #E9537E;
}
.p-hd__menuSP {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 12;
}
.p-hd__menuSP button {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #FF509C;
  border-radius: 50%;
}
.p-hd__menuSP button span {
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.p-hd__menuSP button span:nth-child(1) {
  transform: translateY(-5px);
}
.p-hd__menuSP button span:nth-child(2) {
  transform: translateY(3px);
}
.p-hd__menuSP button.is-on span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.p-hd__menuSP button.is-on span:nth-child(2) {
  transform: translateY(0) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-hd__menuSP {
    display: none;
  }
}
.p-hd__navSP {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  background-color: #FF509C;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-y: auto;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-hd__navSP {
    display: none;
  }
}
.p-hd__navSP:not(.is-on) {
  pointer-events: none;
  opacity: 0;
}
.p-hd__navSP a {
  color: #fff;
}
.p-hd__navSPInner {
  display: flex;
  flex-direction: column;
  padding: 30px 20px 50px;
  min-height: 100%;
}
.p-hd__navSPInner nav {
  margin-bottom: 20px;
}
.p-hd__navSPInner nav ul li {
  border-top: 1px solid #fff;
}
.p-hd__navSPInner nav ul li:last-child {
  border-bottom: 1px solid #fff;
}
.p-hd__navSPInner nav ul li a {
  display: block;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
.p-hd__navSPInner nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-hd__navSPInner nav ul li.-parent > a {
  width: 130px;
}
.p-hd__navSPInner nav ul li.-parent > a::before {
  display: none;
}
.p-hd__navSPInner nav ul li.-parent ul {
  margin: -54px 0 0 140px;
  padding: 10px 0;
}
.p-hd__navSPInner nav ul li.-parent ul li {
  border: none;
}
.p-hd__navSPInner nav ul li.-parent ul li a {
  padding: 5px 0;
}
.p-hd__navSPLogo {
  text-align: center;
  margin-bottom: 20px;
}
.p-hd__navSPLogo img {
  width: 195px;
}
.p-hd__navSPCopy {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-top: auto;
}

.js-nav {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .js-nav {
    transform: translateX(150px);
  }
}
@media screen and (max-width: 767px) {
  .js-nav {
    transform: translateY(100%);
  }
}
@media screen and (min-width: 768px) {
  .js-nav.is-active, .js-nav.active {
    transform: translateX(30px);
  }
}
@media screen and (max-width: 767px) {
  .js-nav.is-active, .js-nav.active {
    transform: translateY(0);
  }
}

.accordion-ttl {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px 0;
  cursor: pointer;
  background-color: #FBD8B5;
  color: #8B483C;
  border-radius: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .accordion-ttl {
    font-size: 16px;
    margin-top: 25px;
  }
}
.accordion-ttl b {
  display: block;
  position: absolute;
  right: 3%;
  top: 35px;
}
@media screen and (max-width: 767px) {
  .accordion-ttl b {
    top: 22px;
    right: 5%;
  }
}
.accordion-ttl b i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .accordion-ttl b i {
    width: 15px;
    height: 15px;
  }
}
.accordion-ttl b i:nth-child(1) {
  background-image: url(../img/home/list-open.svg);
}
.accordion-ttl b i:nth-child(2) {
  background-image: url(../img/home/list-close.svg);
  display: none;
}
.accordion.is-open .accordion-ttl b i:nth-child(1) {
  display: none;
}
.accordion.is-open .accordion-ttl b i:nth-child(2) {
  display: block;
}
.accordion.is-open article.-block {
  display: none;
}

/*
 *  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;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.bg img {
  width: 100%;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.bottom img {
  width: 100%;
}

.line {
  display: inline-block;
  width: 100%;
  height: 24px;
  background-image: url(../img/home/line2.svg);
  background-repeat: repeat-x;
}

.kv-main img {
  width: 100%;
}

.menu-inner {
  margin-top: -315px;
}
@media screen and (max-width: 1199px) {
  .menu-inner {
    margin-top: -20%;
  }
}
@media screen and (max-width: 767px) {
  .menu-inner {
    margin-top: 20px;
  }
}
.menu-area {
  padding: 65px 0 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu-area {
    padding: 50px 0;
  }
}
.menu-area.-hokkaido {
  padding: 20px 0 85px;
}
@media screen and (max-width: 767px) {
  .menu-area.-hokkaido {
    padding: 50px 0;
  }
}
.menu-area.-tohoku {
  padding-bottom: 285px;
}
.menu-area.-tohoku .deco {
  position: absolute;
  bottom: 65px;
  right: 0;
  width: 65.44%;
}
.menu-area.-kanto {
  padding-bottom: 285px;
}
.menu-area.-kanto .deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65.44%;
}
.menu-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
@media screen and (max-width: 767px) {
  .menu-cols {
    gap: 30px 15px;
  }
}
.menu-cols__col {
  width: calc(33.3333% - 40px);
}
@media screen and (max-width: 767px) {
  .menu-cols__col {
    width: calc(50% - 15px);
  }
}
.menu-ttl {
  position: relative;
  font-weight: bold;
  padding-bottom: 7px;
  margin-top: 7px;
}
.menu-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8A483B;
}
.menu-ttl__region {
  font-size: clamp(11px, 2.5vw, 16px);
}
.menu-ttl__region.-hokkaido {
  color: #E85382;
}
.menu-ttl__region.-tohoku1 {
  color: #8DC21F;
}
.menu-ttl__region.-tohoku2 {
  color: #009E96;
}
.menu-ttl__region.-tohoku3 {
  color: #00A6BA;
}
.menu-ttl__region.-tohoku4 {
  color: #00A051;
}
.menu-ttl__region.-tohoku5 {
  color: #00A7CE;
}
.menu-ttl__region.-kanto1 {
  color: #0D57A7;
}
.menu-ttl__region.-kanto2 {
  color: #009BE0;
}
.menu-ttl__region.-kanto3 {
  color: #00ACE7;
}
.menu-ttl__region.-kanto4 {
  color: #0086CD;
}
.menu-ttl__region.-kanto5 {
  color: #3071B9;
}
.menu-ttl__region.-kanto6 {
  color: #4D4398;
}
.menu-ttl__region.-kanto7 {
  color: #2C4198;
}
.menu-ttl__region.-chubu1 {
  color: #B963A4;
}
.menu-ttl__region.-chubu2 {
  color: #E85298;
}
.menu-ttl__region.-chubu3 {
  color: #EE7836;
}
.menu-ttl__region.-chubu4 {
  color: #F18E38;
}
.menu-ttl__region.-chubu5 {
  color: #E9537D;
}
.menu-ttl__region.-chubu6 {
  color: #C14D97;
}
.menu-ttl__region.-chubu7 {
  color: #EB6153;
}
.menu-ttl__region.-chubu8 {
  color: #EC6D71;
}
.menu-ttl__region.-chubu9 {
  color: #D9883D;
}
.menu-ttl__region.-kinki1 {
  color: #22AC38;
}
.menu-ttl__region.-kinki2 {
  color: #00A051;
}
.menu-ttl__region.-kinki3 {
  color: #C4D700;
}
.menu-ttl__region.-kinki4 {
  color: #8FC31F;
}
.menu-ttl__region.-kinki5 {
  color: #6FBA2C;
}
.menu-ttl__region.-kinki6 {
  color: #00AB8D;
}
.menu-ttl__region.-kinki7 {
  color: #00ADA9;
}
.menu-ttl__region.-chugoku1 {
  color: #00A7EA;
}
.menu-ttl__region.-chugoku2 {
  color: #376AB3;
}
.menu-ttl__region.-chugoku3 {
  color: #0093D4;
}
.menu-ttl__region.-chugoku4 {
  color: #0079C3;
}
.menu-ttl__region.-chugoku5 {
  color: #425BA8;
}
.menu-ttl__region.-shikoku1 {
  color: #F39800;
}
.menu-ttl__region.-shikoku2 {
  color: #F6AB00;
}
.menu-ttl__region.-shikoku3 {
  color: #EB6100;
}
.menu-ttl__region.-shikoku4 {
  color: #EE7836;
}
.menu-ttl__region.-kyusyu1 {
  color: #E9537E;
}
.menu-ttl__region.-kyusyu2 {
  color: #EA5548;
}
.menu-ttl__region.-kyusyu3 {
  color: #EE7836;
}
.menu-ttl__region.-kyusyu4 {
  color: #E9537D;
}
.menu-ttl__region.-kyusyu5 {
  color: #E85298;
}
.menu-ttl__region.-kyusyu6 {
  color: #C14D97;
}
.menu-ttl__region.-kyusyu7 {
  color: #924898;
}
.menu-ttl__region.-kyusyu8 {
  color: #6356A3;
}
@media screen and (max-width: 767px) {
  .menu-ttl__region {
    font-size: 14px;
  }
}
.menu-ttl__name {
  font-size: clamp(12px, 2.5vw, 20px);
  color: #8A483B;
}
.menu-ttl__name.-bottom {
  margin-bottom: 1.5em;
}
.menu-ttl__price {
  font-size: clamp(12px, 2.5vw, 18px);
  color: #8A483B;
}
.menu-txt {
  margin-top: 7px;
  text-align: justify;
}
.menu-bottom {
  padding: 280px 0 80px;
}
@media screen and (max-width: 767px) {
  .menu-bottom {
    padding: 50px;
  }
}
.menu-bottom__cols {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .menu-bottom__cols {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.menu-bottom__logo {
  width: 270px;
}
.menu-bottom__copy {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .menu-bottom__copy {
    font-size: 12px;
  }
}

.note {
  font-size: 12px;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .note {
    text-align: left;
  }
}

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