@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
  appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Lists
   ========================================================================== */
/**
 * Remove default list styles
 */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Color
============================================= */
/* Size
============================================= */
/* Typography
============================================= */
/* Spacing
============================================= */
/* Breakpoints
============================================= */
/* Mixins
============================================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.menu-open {
  overflow: hidden;
}

a {
  transition: all 0.3s;
}

p {
  margin: 0;
}

.btn {
  display: inline-block;
  background: #cc0c18;
  color: #fff;
  line-height: 1;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  min-width: 18.75rem;
  padding: 1.15rem 2rem 1.35rem 1rem;
  position: relative;
  border-radius: 100rem;
  text-align: center;
}
@media (min-width: 576px) {
  .btn {
    font-size: 1.25rem;
  }
}
.btn::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s;
}
.btn:hover, .btn:active, .btn:focus {
  background: #000;
  color: #fff;
}

.type-1 {
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 1.75rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  font-weight: 600;
}
@media (min-width: 576px) {
  .type-1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .type-1 {
    font-size: 2.25rem;
  }
}

/* Header
============================================= */
.header {
  background-color: #fff;
}
.header .navbar {
  padding: 0;
}
.header .navbar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(1500px + 2rem);
  margin: 0 auto;
  padding: 0 1rem;
}
.header .logo {
  width: 100%;
  height: auto;
  max-width: 150px;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .header .logo {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .header .logo {
    max-width: 249px;
  }
}
.header .nav-pc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header .nav-pc .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
.header .nav-pc .nav-menu .nav-item .nav-link {
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.75;
  transition: all 0.3s;
  font-weight: 700;
  letter-spacing: 0.16em;
  position: relative;
  white-space: nowrap;
}
.header .nav-pc .nav-menu .nav-item .nav-link::before {
  content: "・";
}
.header .nav-pc .nav-menu .nav-item .nav-link:hover {
  color: #b20000;
}
.header .phone-banner {
  display: inline-block;
  background: #b20000;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  max-width: 17rem;
  font-family: "kozuka-mincho-pr6n", serif;
  letter-spacing: 0.08em;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}
.header .phone-banner .text {
  font-size: 0.776875rem;
  line-height: 1.3732904264;
  display: block;
}
.header .phone-banner .number {
  font-size: 1.500625rem;
  line-height: 1.2144939609;
  display: block;
  white-space: nowrap;
}
.header .phone-banner:hover {
  background-color: #000;
  color: #fff;
}
@media (min-width: 992px) {
  .header .phone-banner {
    max-width: 13.75rem;
  }
  .header .phone-banner .text {
    font-size: 0.6875rem;
  }
  .header .phone-banner .number {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .header .phone-banner {
    max-width: 17rem;
  }
  .header .phone-banner .text {
    font-size: 0.776875rem;
  }
  .header .phone-banner .number {
    font-size: 1.500625rem;
  }
}
.header .burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}
.header .burger-menu .burger-line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #949494;
  border-radius: 1px;
  transition: all 0.3s;
  opacity: 1;
}
.header .burger-menu.active .burger-line:nth-child(1) {
  transform: rotate(45deg) translateY(7px) translateX(6px);
}
.header .burger-menu.active .burger-line:nth-child(2) {
  opacity: 0;
}
.header .burger-menu.active .burger-line:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px) translateX(6px);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  z-index: 999;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  .mobile-menu-overlay {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.mobile-menu-overlay.active {
  right: 0;
}
.mobile-menu-overlay .mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 576px;
  height: 100%;
  background-color: #fff;
  padding: 2rem;
  transform: translateX(100%);
  transition: all 0.3s;
}
.mobile-menu-overlay .mobile-menu .mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 3rem;
}
.mobile-menu-overlay .mobile-menu .mobile-nav-menu .mobile-nav-item {
  margin-bottom: 1.5rem;
}
.mobile-menu-overlay .mobile-menu .mobile-nav-menu .mobile-nav-item .mobile-nav-link {
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.5rem 0;
  display: block;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}
.mobile-menu-overlay .mobile-menu .mobile-nav-menu .mobile-nav-item .mobile-nav-link:hover {
  color: #b20000;
}
.mobile-menu-overlay .mobile-menu .mobile-phone-banner {
  margin-top: 2rem;
  background-color: #b20000;
  color: #fff;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
}
.mobile-menu-overlay .mobile-menu .mobile-phone-banner .phone-text {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.mobile-menu-overlay .mobile-menu .mobile-phone-banner .phone-number {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}
.mobile-menu-overlay.active .mobile-menu {
  transform: translateX(0);
}

#header-container {
  position: sticky;
  top: 0;
  z-index: 1000;
}
#header-container.top {
  position: fixed;
  width: 100%;
}
#header-container.top .header {
  background: transparent;
}
@media (min-width: 992px) {
  #header-container.top .header {
    background: #fff;
  }
}
#header-container.top .header .navbar-brand {
  opacity: 0;
}
@media (min-width: 992px) {
  #header-container.top .header .navbar-brand {
    opacity: 1;
  }
}
#header-container.top .burger-menu {
  top: 1rem;
}
#header-container.top .burger-menu::before {
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  display: inline-block;
  background: #fff;
  border-radius: 100rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

.container {
  max-width: calc(1500px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
}
.container.lg {
  max-width: calc(1000px + 2rem);
}
.container.lmg {
  max-width: calc(1180px + 2rem);
}
.container.llg {
  max-width: calc(1200px + 2rem);
}

.transition {
  transition: all 0.3s;
}

.footer {
  position: relative;
}
.footer .container-fluid {
  max-width: calc(1500px + 2rem);
}
.footer .main {
  background: url(../img/footer-bg.jpg) no-repeat center center/cover;
  padding-top: 5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer .main {
    padding-top: 6.6875rem;
  }
}
.footer .main .bnr {
  margin: 0 auto;
  margin-bottom: 5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .main .bnr {
    margin-bottom: 7.375rem;
  }
}
.footer .main .bnr .title {
  color: #fff;
  font-weight: 700;
  margin-bottom: -1rem;
}
@media (min-width: 576px) {
  .footer .main .bnr .title {
    margin-bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .footer .main .bnr .title {
    margin-bottom: -4rem;
  }
}
.footer .main .bnr img {
  position: relative;
  right: -0.8rem;
  width: 100%;
  max-width: 48.125rem;
}
.footer .main .data {
  background: rgba(204, 12, 24, 0.68);
  margin-top: 1rem;
  color: #fff;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 3.5625rem;
}
.footer .main .data .title {
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 1.3125rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer .main .data .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.footer .main .data .sns a {
  line-height: 0;
}
.footer .main .data .sns img {
  height: 1.25rem;
  opacity: 1;
}
.footer .main .data .sns img.x {
  height: 1.125rem;
}
.footer .main .data .sns img.fb {
  height: 1.625rem;
}
.footer .main .data .address,
.footer .main .data .tel {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.97;
  letter-spacing: 0.08em;
  color: #fff !important;
}
.footer .main .data .address {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer .main .data .title {
    font-size: 1.125rem;
  }
  .footer .main .data .address,
  .footer .main .data .tel {
    font-size: 0.875rem;
  }
}
.footer .menu .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.0625rem;
  padding-bottom: 1.375rem;
}
.footer .menu .nav li a {
  color: #000;
  text-decoration: none;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  display: inline-block;
  padding: 0.1rem 0.7rem;
  border-right: 1px solid #000;
}
.footer .menu .nav li a:hover {
  color: #b20000;
}
@media (min-width: 768px) {
  .footer .menu .nav li a {
    font-size: 0.75rem;
    padding: 0.1rem 1rem;
  }
}
.footer .menu .nav li:first-of-type a {
  border-left: 1px solid #000;
}
.footer .copyright {
  background: #231815;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}
.footer .copyright small {
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
@media (min-width: 768px) {
  .footer .copyright small {
    font-size: 0.75rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 1rem;
  width: 100%;
  text-align: right;
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pagetop.visible {
  opacity: 1;
  visibility: visible;
}
.pagetop a {
  pointer-events: auto;
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  background: #cc0c18;
  position: relative;
  border-radius: 100rem;
}
.pagetop a::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 58%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-135deg);
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .pagetop a {
    width: 4.03125rem;
    height: 4.03125rem;
  }
  .pagetop a::after {
    width: 1rem;
    height: 1rem;
  }
}
.pagetop a:hover, .pagetop a:active, .pagetop a:focus {
  background: #000;
}

/* Hero Slider
============================================= */
.hero-slider {
  position: relative;
  min-height: 100vh;
  min-height: calc(100vh - env(safe-area-inset-bottom));
  max-height: 51.125rem;
  overflow: hidden;
}
.hero-slider > .image-slider {
  z-index: 1;
}
.hero-slider > .container.lg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%) translateX(-50%);
}
.hero-slider > .container.lg .title h1 {
  opacity: 0;
}
@media (min-width: 768px) {
  .hero-slider > .container.lg .title {
    z-index: 15;
    margin: 0;
    line-height: 0;
    position: relative;
    left: auto;
    top: auto;
    background: rgba(255, 255, 255, 0.87);
    min-width: 22.660625rem;
    width: 22.660625rem;
    min-height: 100vh;
    min-height: calc(100vh - env(safe-area-inset-bottom));
    max-height: 51.125rem;
    transform: none;
  }
  .hero-slider > .container.lg .title h1 {
    opacity: 1;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  .hero-slider > .container.lg .title h1 img {
    width: 100%;
    max-width: 19.6875rem;
  }
}
.hero-slider > .news-slider {
  z-index: 3;
}
.hero-slider .news {
  position: absolute;
  width: 100%;
  padding: 1.65rem 0;
  background: rgba(0, 0, 0, 0.61);
  color: #fff;
  bottom: 0;
  z-index: 30;
  text-decoration: none;
  transition: all 0.3s;
}
.hero-slider .news .item {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  display: flex;
  gap: 0.5rem;
  padding: 0;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .hero-slider .news .item {
    align-items: center;
    padding: 0 2.5rem;
    font-size: 0.98625rem;
    flex-direction: row;
  }
}
.hero-slider .news .item .text {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hero-slider .news .item .text {
    line-height: 1.75;
  }
}
.hero-slider .news .item .date {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider .news .item .date.tag {
  position: relative;
}
.hero-slider .news .item .date.tag::after {
  content: "New";
  display: inline-block;
  background: #b20000;
  color: #fff;
  line-height: 1;
  font-size: 0.625rem;
  font-weight: 700;
  border-radius: 0.1rem;
  padding: 0.28rem 0.5rem 0.24rem;
  margin-left: 0.5rem;
}
.hero-slider .news .item .news-arrow {
  position: absolute;
  display: inline-block;
  width: 2.5rem;
  height: 100%;
  left: -1rem;
  top: 0;
  cursor: pointer;
}
.hero-slider .news .item .news-arrow::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.hero-slider .news .item .news-arrow.news-arrow-next {
  left: auto;
  right: -1rem;
}
.hero-slider .news .item .news-arrow.news-arrow-next::before {
  border-left: none;
  border-bottom: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
@media (min-width: 768px) {
  .hero-slider .news .item .news-arrow {
    left: 0;
  }
  .hero-slider .news .item .news-arrow.news-arrow-next {
    right: 0;
  }
}
.hero-slider a.news:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-decoration: none;
}

.hero-slide {
  position: relative;
  min-height: 100vh;
  min-height: calc(100vh - env(safe-area-inset-bottom));
  max-height: 51.125rem;
  line-height: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

section.bnrs {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  section.bnrs {
    margin-top: 5.8rem;
    margin-bottom: 0;
  }
}
section.bnrs .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  section.bnrs .wrapper {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  section.bnrs .wrapper {
    gap: 3rem;
  }
}
section.bnrs .wrapper .item {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 100rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
section.bnrs .wrapper .item.kodawari {
  background: url(../img/top/bnr-kodawari.png) no-repeat center center/cover;
}
section.bnrs .wrapper .item.menu {
  background: url(../img/top/bnr-menu.png) no-repeat center center/cover;
}
section.bnrs .wrapper .item .text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (min-width: 576px) {
  section.bnrs .wrapper .item {
    width: 12.5rem;
    height: 12.5rem;
  }
  section.bnrs .wrapper .item .text {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  section.bnrs .wrapper .item {
    width: 17.75rem;
    height: 17.75rem;
  }
  section.bnrs .wrapper .item .text {
    font-size: 1.5rem;
  }
}
section.bnrs .wrapper .item .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
section.bnrs .wrapper .item:hover .bg {
  background: rgba(195, 13, 35, 0.5);
}

section.kodawari,
section.menu {
  margin-top: 0;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  section.kodawari,
  section.menu {
    margin-top: -9.5rem;
    padding-bottom: 7.4rem;
  }
}
section.kodawari .bg,
section.menu .bg {
  background: url(../img/top/kodawari-bg_sp.png) no-repeat center center/cover;
  padding-top: 76%;
  margin-bottom: 3rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  section.kodawari .bg,
  section.menu .bg {
    background: url(../img/top/kodawari-bg.png) no-repeat center center/cover;
    padding-top: 0;
    min-height: 50.125rem;
    margin-bottom: 5.5rem;
  }
}
section.kodawari h2,
section.menu h2 {
  margin-bottom: 1rem;
}
section.kodawari .text,
section.menu .text {
  font-size: 1.125rem;
  line-height: 1.62;
  letter-spacing: 0.08em;
  margin-bottom: 3.1rem;
}
@media (min-width: 576px) {
  section.kodawari .text,
  section.menu .text {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  section.kodawari .text,
  section.menu .text {
    font-size: 1.375rem;
  }
}

section.menu {
  margin-top: 0;
}
section.menu .bg {
  background: url(../img/top/menu-bg_sp.png) no-repeat center center/cover;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  section.menu .bg {
    background: url(../img/top/menu-bg.png) no-repeat center center/cover;
    padding-top: 0;
    min-height: 37.25rem;
  }
}

section.access {
  background: #f6f8f1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  section.access {
    padding-top: 5.5rem;
    padding-bottom: 8rem;
  }
}
section.access .icon img {
  width: 4.375rem;
  position: relative;
  left: -0.7rem;
}
@media (min-width: 576px) {
  section.access .icon img {
    width: 5.375rem;
    left: -1rem;
  }
}
section.access h2 {
  margin-top: 0.9rem;
}
section.access .map-container {
  margin-top: 2rem;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 576px) {
  section.access .map-container {
    padding-bottom: 78%;
  }
}
@media (min-width: 768px) {
  section.access .map-container {
    padding-bottom: 56.25%;
  }
}
section.access .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

main.sub {
  background: #f6f8f1;
  padding-top: 3.8rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  main.sub {
    padding-top: 5.7rem;
    padding-bottom: 8.3rem;
  }
}
main.sub .container.lmg {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  main.sub .container.lmg {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
main.sub .container.lmg h1 {
  font-size: 2rem;
  font-family: "kozuka-mincho-pr6n", serif;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  main.sub .container.lmg h1 {
    font-size: 2.375rem;
    margin-bottom: 4.7rem;
  }
}
@media (min-width: 768px) {
  main.sub .container.lmg h1 {
    font-size: 2.75rem;
  }
}
main.sub .container.lmg .wrapper {
  background: #fff;
  padding-bottom: 5rem;
}
main.sub .container.lmg .wrapper.menu {
  padding-top: 1rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  main.sub .container.lmg .wrapper.menu {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
main.sub .container.lmg .wrapper .hero {
  width: 100%;
}
main.sub .container.lmg .wrapper h2 {
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  color: #a11f25;
  margin-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  main.sub .container.lmg .wrapper h2 {
    font-size: 1.875rem;
  }
}
main.sub .container.lmg .wrapper .text,
main.sub .container.lmg .wrapper .text-2 {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(825px + 2rem);
}
main.sub .container.lmg .wrapper .text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.058em;
}
@media (min-width: 768px) {
  main.sub .container.lmg .wrapper .text {
    font-size: 1.125rem;
    line-height: 2.472;
    letter-spacing: 0.058em;
  }
}
main.sub .container.lmg .wrapper .text-2 {
  font-size: 1rem;
  line-height: 1.437;
  letter-spacing: 0.03em;
}
main.sub .container.lmg .wrapper .text-2 .note {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  main.sub .container.lmg .wrapper .text-2 {
    font-size: 1.25rem;
  }
  main.sub .container.lmg .wrapper .text-2 .note {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  main.sub .container.lmg .wrapper .text-2 {
    font-size: 1.375rem;
  }
  main.sub .container.lmg .wrapper .text-2 .note {
    font-size: 1.125rem;
  }
}
main.sub .container.lmg .wrapper .img-container {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
main.sub .container.lmg .wrapper .img {
  width: 100%;
  max-width: 48.125rem;
}
main.sub .container.lmg .wrapper .menu-container {
  display: flex;
  margin-top: 2.1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: calc(1000px + 2rem);
  flex-wrap: wrap;
  gap: 3rem 1rem;
}
main.sub .container.lmg .wrapper .menu-container .item {
  flex: 0 0 100%;
}
main.sub .container.lmg .wrapper .menu-container .item .thumbnail {
  margin-bottom: 1.5rem;
}
main.sub .container.lmg .wrapper .menu-container .item .thumbnail img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
main.sub .container.lmg .wrapper .menu-container .item .info h3 {
  font-size: 1.125rem;
  color: #a11f25;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  main.sub .container.lmg .wrapper .menu-container .item .info h3 {
    font-size: 1.25rem;
  }
}
main.sub .container.lmg .wrapper .menu-container .item .info .price {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
}
main.sub .container.lmg .wrapper .menu-container .item .info .price .note {
  font-size: 1rem;
}
main.sub .container.lmg .wrapper .menu-container .item .info .price .num {
  display: block;
  text-align: right;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  main.sub .container.lmg .wrapper .menu-container .item .info .price {
    font-size: 1.25rem;
  }
  main.sub .container.lmg .wrapper .menu-container .item .info .price .note {
    font-size: 1.125rem;
  }
  main.sub .container.lmg .wrapper .menu-container .item .info .price .num {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  main.sub .container.lmg .wrapper .menu-container {
    gap: 3rem 2rem;
  }
  main.sub .container.lmg .wrapper .menu-container .item {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  main.sub .container.lmg .wrapper .menu-container {
    gap: 3rem;
  }
  main.sub .container.lmg .wrapper .menu-container .item {
    flex: 0 0 calc(33.333% - 2rem);
  }
}
main.sub .menu-section + .menu-section {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  main.sub .menu-section + .menu-section {
    margin-top: 8rem;
  }
}

/* Scroll Animations
============================================= */
.scroll-animation {
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}

.fade-in.scroll-animation {
  opacity: 0;
}
.fade-in.scroll-animation.animated {
  opacity: 1;
}

.slide-up.scroll-animation {
  opacity: 0;
  transform: translateY(50px);
}
.slide-up.scroll-animation.animated {
  opacity: 1;
  transform: translateY(0);
}

.slide-down.scroll-animation {
  opacity: 0;
  transform: translateY(-50px);
}
.slide-down.scroll-animation.animated {
  opacity: 1;
  transform: translateY(0);
}

.slide-left.scroll-animation {
  opacity: 0;
  transform: translateX(50px);
}
.slide-left.scroll-animation.animated {
  opacity: 1;
  transform: translateX(0);
}

.slide-right.scroll-animation {
  opacity: 0;
  transform: translateX(-50px);
}
.slide-right.scroll-animation.animated {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in.scroll-animation {
  opacity: 0;
  transform: scale(0.8);
}
.zoom-in.scroll-animation.animated {
  opacity: 1;
  transform: scale(1);
}

.rotate-in.scroll-animation {
  opacity: 0;
  transform: rotate(-10deg) scale(0.9);
}
.rotate-in.scroll-animation.animated {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

.delay-6 {
  transition-delay: 0.6s;
}

.delay-7 {
  transition-delay: 0.7s;
}

.delay-8 {
  transition-delay: 0.8s;
}

.delay-9 {
  transition-delay: 0.9s;
}

.delay-10 {
  transition-delay: 1s;
}

.fast {
  transition-duration: 0.4s;
}

.slow {
  transition-duration: 1.2s;
}

.slower {
  transition-duration: 1.6s;
}

.ease-bounce {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.ease-back {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 767px) {
  .scroll-animation {
    transition-duration: 0.6s;
  }
  .slide-up.scroll-animation {
    transform: translateY(30px);
  }
  .slide-down.scroll-animation {
    transform: translateY(-30px);
  }
  .slide-left.scroll-animation {
    transform: translateX(30px);
  }
  .slide-right.scroll-animation {
    transform: translateX(-30px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-animation {
    transition: none !important;
    transform: none !important;
  }
  .scroll-animation.animated {
    opacity: 1 !important;
  }
}

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