@charset "UTF-8";
/* ========================================================= */
/* BASE SCSS                                                 */
/* ========================================================= */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  color: #000;
  background-color: #ff0;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc; /* Required when declaring ::selection */
}

::selection {
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc; /* Required when declaring ::selection */
}

/* ========================================================= */
/* ress change                                               */
/* ========================================================= */
ul,
ol {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 1.2rem; /* Set font-size to 80% in `small` elements */
}

a:focus {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

mark {
  color: #5b3d2c;
  background-color: #c81433;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans JP";
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #fef2d5; /* Required when declaring ::selection */
}

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #fef2d5; /* Required when declaring ::selection */
}

/* ========================================================= */
/* BASE                                                      */
/* ========================================================= */
html {
  position: static;
  overflow: visible;
  font-size: 62.5%;
  font-weight: 400;
  letter-spacing: 0.06rem;
  scroll-behavior: smooth;
}

html.is-fixed {
  position: static;
  overflow: hidden;
}

body {
  position: static;
  overflow: visible;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  color: #5b3d2c;
  background-color: #fef2d5;
}

body.is-fixed {
  position: static;
  overflow: hidden;
}

:focus {
  outline: 0;
}

img,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #5b3d2c;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}

a:hover,
a:focus {
  color: #eb612a;
  transition: all 0.25s ease-in-out;
}

a img {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

a img:hover {
  opacity: 0.75;
  transition: all 0.25s ease-in-out;
}

.c-main {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-main__wrap {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main__wrap {
    padding: 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-main__wrap.no-hero {
    padding-top: 65px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main__wrap.no-hero {
    padding-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .c-main__content {
    margin-top: 33px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main__content {
    margin-top: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main__inner {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main__inners {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: 0.35s ease-in-out;
}

.header.--hide {
  transition: 0.35s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .header.--hide {
    top: -68px;
  }
}
@media print, screen and (min-width: 1201px) {
  .header.--hide {
    top: -126px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eb612a;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media print, screen and (max-width: 1200px) {
  .header__inner {
    height: 55px;
    border-radius: 0 0 12px 12px;
  }
}
@media print, screen and (min-width: 1201px) {
  .header__inner {
    max-width: 1820px;
    height: 100px;
    margin: 0 auto;
    border-radius: 0 0 16px 16px;
  }
}
@media print, screen and (max-width: 1200px) {
  .header__logo {
    position: relative;
    top: 16px;
    z-index: 11;
    max-width: 143px;
    padding-left: 10px;
    margin-top: -12px;
  }
}
@media print, screen and (min-width: 1201px) {
  .header__logo {
    position: relative;
    top: 30px;
    max-width: 256px;
    padding-left: 20px;
    margin-top: -26px;
  }
}
@media print, screen and (min-width: 1601px) {
  .header__logo {
    max-width: 276px;
  }
}
@media print, screen and (min-width: 1201px) {
  .header__content {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (max-width: 1200px) {
  .header__nav {
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 0;
    overflow: auto;
    visibility: hidden;
    background: #eb612a;
    border-radius: 0 0 12px 12px;
    opacity: 0;
    transition:
      opacity 0.35s ease-in-out,
      right 0.35s ease-in-out;
  }
}
@media print, screen and (max-width: 1200px) {
  .header__nav.--active {
    right: 0;
    height: auto;
    visibility: inherit;
    opacity: 1;
    transition:
      opacity 0.35s ease-in-out,
      right 0.35s ease-in-out;
  }
}
@media print, screen and (max-width: 1200px) {
  .header__nav-list {
    padding: 15px;
  }
}
@media print, screen and (min-width: 1201px) {
  .header__nav-list {
    display: flex;
    align-items: center;
  }
}

.header__nav-item {
  position: relative;
}
@media print, screen and (max-width: 1200px) {
  .header__nav-item {
    text-align: center;
  }

  .header__nav-item:last-child a {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 1201px) {
  .header__nav-item {
    margin-right: 2vmax;
  }
}
@media print, screen and (min-width: 1601px) {
  .header__nav-item {
    margin-right: 54px;
  }
}

.header__nav-item a {
  position: relative;
  display: block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@media print, screen and (max-width: 1200px) {
  .header__nav-item a {
    padding: 17px 0;
    font-size: 1.6rem;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media print, screen and (min-width: 1201px) {
  .header__nav-item a {
    font-size: 1.6rem;
  }

  .header__nav-item a::before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 110%;
    height: 2px;
    content: "";
    border: 2px dashed #ffe857;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
    transform: translateX(-50%);
  }

  .header__nav-item a:hover,
  .header__nav-item a:focus,
  .header__nav-item a.is-current {
    color: #ffe857;
  }

  .header__nav-item a:hover::before,
  .header__nav-item a:focus::before,
  .header__nav-item a.is-current::before {
    opacity: 1;
    transition: opacity 0.35s ease-in-out;
  }
}
@media print, screen and (min-width: 1601px) {
  .header__nav-item a {
    font-size: 1.8rem;
  }
}

.header__utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__utility-access a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
@media print, screen and (max-width: 1200px) {
  .header__utility-access a {
    width: 56px;
    height: 40px;
    padding-right: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media print, screen and (min-width: 1201px) {
  .header__utility-access a {
    width: 150px;
    height: 100px;
    font-size: 1.8rem;
    background-color: #c81433;
    border-radius: 0 0 16px 0;
  }
}

.header__utility-access a .fills {
  fill: #fff;
  transition: all 0.25s ease-in-out;
}

.header__utility-access a:hover,
.header__utility-access a:focus {
  color: #c81433;
  background-color: #fff;
}

.header__utility-access a:hover .fills,
.header__utility-access a:focus .fills {
  fill: #c81433;
  transition: all 0.25s ease-in-out;
}

.header__utility-access a img {
  display: inline-block;
}
@media print, screen and (max-width: 1200px) {
  .header__utility-access a img {
    width: 27px;
    height: auto;
  }
}
@media print, screen and (min-width: 1201px) {
  .header__utility-access a img {
    margin-bottom: 5px;
  }
}

.header__spmenu-btn {
  position: relative;
  width: 56px;
  height: 46px;
  padding-left: 10px;
  cursor: pointer;
}

.header__spmenu-btn.--active .header__spmenu-line {
  background-color: transparent;
}

.header__spmenu-btn.--active .header__spmenu-line::before,
.header__spmenu-btn.--active .header__spmenu-line::after {
  top: 7px;
  transition: 0.35s ease-in-out;
}

.header__spmenu-btn.--active .header__spmenu-line::before {
  transform: rotate(315deg);
}

.header__spmenu-btn.--active .header__spmenu-line::after {
  transform: rotate(-315deg);
}
@media print, screen and (min-width: 1201px) {
  .header__spmenu-btn {
    display: none;
  }
}

.header__spmenu-line {
  position: absolute;
  top: 6px;
  left: 50%;
  display: block;
  width: 32px;
  height: 3px;
  background-color: #fff;
  border-radius: 6px;
  transition: 0.35s ease-in-out;
  transform: translateX(-50%);
}

.header__spmenu-line::before,
.header__spmenu-line::after {
  position: absolute;
  left: 0;
  width: 32px;
  height: 3px;
  content: "";
  background-color: #fff;
  border-radius: 6px;
  transition: 0.35s ease-in-out;
}

.header__spmenu-line::before {
  top: 8px;
}

.header__spmenu-line::after {
  top: 16px;
}

.header__spmenu-text {
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  transform: translateX(-50%);
}

@media print, screen and (max-width: 1200px) {
  .is-fixed .header__inner {
    border-radius: 0;
    box-shadow: none;
  }
}

.footer {
  position: relative;
  background: url(../img/common/bg_footer_line_img01.svg) 0 0 / cover repeat-x;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 88px;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer {
    padding: 70px 0;
    margin-top: 160px;
  }
}

.footer__page-top {
  position: fixed;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .footer__page-top {
    right: 25px;
    bottom: 14px;
    width: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__page-top {
    right: 30px;
    bottom: 80px;
    width: 97px;
  }
}

.footer__page-top a {
  transition: none;
}

.footer__page-top a:hover,
.footer__page-top a:focus {
  transition: none;
}

.footer__utility {
  text-align: center;
}

.footer__links {
  text-align: center;
}

.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    flex-wrap: wrap;
    padding: 0 15px;
    margin-top: 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__sns {
    margin-top: 15px;
  }
}

.footer__sns-item {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__sns-item:not(:first-child) {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__sns-item:not(:first-child) {
    margin-left: 25px;
  }
}

.footer__copyright {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 57px;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright small {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__copyright small {
    font-size: 1.4rem;
  }
}

/* ========================================================= */
/* Print CSS                                         */
/* ========================================================= */
@media print {
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 1cm 0.5cm;
    size: A4;
  }

  body {
    -webkit-print-color-adjust: exact !important;
  }

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

  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .header {
    position: relative;
  }

  .home .header__utility-nav-item a,
  .index .header__utility-nav-item a {
    color: #111 !important;
  }

  .c-breadcramb,
  .footer__page-top {
    display: none;
  }
}
/* ========================================================= */
/* MODULE SCSS                                               */
/* ========================================================= */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  background-color: #c81433;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 305px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn {
    max-width: 292px;
    font-size: 1.6rem;
  }
}

.btn:hover,
.btn:focus {
  color: #c81433;
  background-color: #fff;
}

.c-main__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/common/bg_common_line_img01.png) 0 0 repeat-x;
}
@media screen and (max-width: 767px) {
  .c-main__hero {
    min-height: 211px;
    padding: 0 15px;
    margin: 0 -15px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main__hero {
    min-height: 400px;
    padding: 0 2vw;
    margin: 0 -2vw;
  }
}

.c-main__hero-ttl {
  font-weight: 900;
  color: #eb612a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-main__hero-ttl {
    margin-top: 40px;
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main__hero-ttl {
    margin-top: 60px;
    font-size: 4.2rem;
  }
}

.c-ttl {
  font-weight: 900;
  color: #eb612a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl.lv-1 {
    font-size: 2.6rem;
  }

  .c-ttl.lv-2 {
    font-size: 2.4rem;
  }

  .c-ttl.lv-3 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-ttl.lv-1 {
    font-size: 4.4rem;
  }

  .c-ttl.lv-2 {
    font-size: 3.8rem;
  }

  .c-ttl.lv-3 {
    font-size: 3.2rem;
  }
}

.p-ttl {
  font-weight: 900;
  color: #eb612a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ttl {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ttl {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcramb {
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-breadcramb {
    max-width: 1400px;
    padding-top: 20px;
    margin: 0 auto;
  }
}

.c-breadcramb__item {
  position: relative;
  display: inline;
  padding-left: 16px;
  margin-right: 8px;
  font-size: 1.4rem;
}

.c-breadcramb__item:first-child {
  padding-left: 0;
}

.c-breadcramb__item:first-child::before {
  display: none;
}

.c-breadcramb__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "/";
}

.c-breadcramb__link {
  color: #eb612a;
  text-decoration: underline;
}

.c-paging {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-paging {
    margin-top: 55px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-paging {
    margin-top: 100px;
  }
}

.c-paging .screen-reader-text {
  display: none;
}

.c-paging .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-paging .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-paging .nav-links .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-paging .nav-links .page-numbers {
    width: 38px;
    height: 38px;
    font-size: 1.8rem;
  }
}

.c-paging .nav-links .page-numbers.prev:hover,
.c-paging .nav-links .page-numbers.prev:focus,
.c-paging .nav-links .page-numbers.next:hover,
.c-paging .nav-links .page-numbers.next:focus,
.c-paging .nav-links .page-numbers.dots:hover,
.c-paging .nav-links .page-numbers.dots:focus {
  color: inherit;
  background-color: transparent;
}

.c-paging .nav-links .page-numbers.prev {
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.c-paging .nav-links .page-numbers.prev::after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  content: "";
  border-top: 3px solid #eb612a;
  border-right: 3px solid #eb612a;
  transform: rotate(-135deg);
}

.c-paging .nav-links .page-numbers.next {
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.c-paging .nav-links .page-numbers.next::after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  content: "";
  border-top: 3px solid #eb612a;
  border-right: 3px solid #eb612a;
  transform: rotate(45deg);
}

.c-paging .nav-links .page-numbers.current {
  color: #eb612a;
  background-color: #ffe857;
  border-radius: 50%;
}

.c-paging .nav-links .page-numbers:hover,
.c-paging .nav-links .page-numbers:focus {
  color: #eb612a;
}

.c-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-pagenation {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagenation {
    margin-top: 50px;
  }
}

.c-pagenation a:hover,
.c-pagenation:focus {
  text-decoration: none;
}

.c-pagenation__prev,
.c-pagenation__next {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pagenation__prev {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagenation__prev {
    margin-right: 30px;
  }
}

.c-pagenation__prev.no-margin {
  margin-right: 0;
}

.c-pagenation__prev a,
.c-pagenation__next a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #c81433;
  border: 3px solid #c81433;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .c-pagenation__prev a,
  .c-pagenation__next a {
    width: 130px;
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagenation__prev a,
  .c-pagenation__next a {
    width: 180px;
    padding: 15px 30px;
    font-size: 1.6rem;
  }
}

.c-pagenation__prev a:hover,
.c-pagenation__prev a:focus,
.c-pagenation__next a:hover,
.c-pagenation__next a:focus {
  color: #c81433;
  background-color: #fff;
}

.c-pagenation__prev a:hover::before,
.c-pagenation__prev a:hover::after,
.c-pagenation__prev a:focus::before,
.c-pagenation__prev a:focus::after,
.c-pagenation__next a:hover::before,
.c-pagenation__next a:hover::after,
.c-pagenation__next a:focus::before,
.c-pagenation__next a:focus::after {
  border-top: 2px solid #c81433;
  border-right: 2px solid #c81433;
}

.c-pagenation__prev a::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .c-pagenation__prev a::after {
    left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagenation__prev a::after {
    left: 30px;
  }
}

.c-pagenation__next a::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-pagenation__next a::after {
    right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagenation__next a::after {
    right: 30px;
  }
}

.c-booth__search {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-booth__search {
    padding: 25px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search {
    padding: 45px 35px 40px;
  }
}
@media print, screen and (min-width: 1601px) {
  .c-booth__search {
    padding: 75px 80px 70px;
  }
}

.c-booth__search-ttl {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-booth__search-ttl {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-ttl {
    font-size: 3.2rem;
  }
}

.c-booth__search-ttl::before,
.c-booth__search-ttl::after {
  flex-grow: 1;
  height: 2px;
  content: "";
  border-top: 2px dashed #ccc;
}
@media screen and (max-width: 767px) {
  .c-booth__search-ttl::before {
    margin-right: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-ttl::before {
    margin-right: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-booth__search-ttl::after {
    margin-left: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-ttl::after {
    margin-left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-booth__search-row {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-row {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-booth__search-list {
    display: block !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-list {
    display: flex !important;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1201px) {
  .c-booth__search-list {
    flex-flow: wrap;
    align-items: flex-start;
  }
}

.c-booth__search-list > li {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .c-booth__search-list > li {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-list > li:first-child {
    display: block;
  }
}
@media print, screen and (min-width: 1201px) {
  .c-booth__search-list > li:first-child {
    width: calc(31.5% - 25px);
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #ccc;
  }
}
@media print, screen and (min-width: 1601px) {
  .c-booth__search-list > li:first-child {
    width: calc(38.5% - 50px);
    padding-right: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-booth__search-list > li:nth-child(2) {
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-list > li:nth-child(2) {
    width: 100%;
    margin-top: 52px;
  }
}
@media print, screen and (min-width: 1201px) {
  .c-booth__search-list > li:nth-child(2) {
    width: 68.5%;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1601px) {
  .c-booth__search-list > li:nth-child(2) {
    width: 61.5%;
  }
}

.c-booth__search-list > li:last-child {
  display: block;
  padding-right: 0;
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-list > li:last-child {
    width: 100%;
  }
}

.c-booth__search-list h4 {
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-booth__search-list h4 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-list h4 {
    font-size: 2.4rem;
  }
}

.c-booth__search-list input[type="text"] {
  width: 100%;
  color: #5b3d2c;
  background-color: #e5e5e5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-booth__search-list input[type="text"] {
    padding: 9px 10px;
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-list input[type="text"] {
    padding: 10px 15px;
    margin-top: 15px;
    font-size: 1.8rem;
  }
}

.c-booth__search-list input[type="text"]::placeholder {
  color: #5b3d2c;
}
@media screen and (max-width: 767px) {
  .c-booth__search-list input[type="text"]::placeholder {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-list input[type="text"]::placeholder {
    font-size: 1.8rem;
  }
}

.c-booth__search-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-booth__search-list ul {
    flex-wrap: wrap;
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-list ul {
    margin-top: 20px;
  }
}

.c-booth__search-list ul li {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .c-booth__search-list ul li {
    width: 48.5%;
  }

  .c-booth__search-list ul li:nth-child(n + 3) {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-list ul li {
    width: calc(25% - 11px);
  }
}

.c-booth__search-list ul li label {
  position: relative;
  display: block;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-booth__search-list ul li label {
    padding: 7px 10px 10px 40px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-list ul li label {
    padding: 6px 20px 10px 49px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.c-booth__search-list ul li label::before,
.c-booth__search-list ul li label::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
}

.c-booth__search-list ul li label:before {
  left: 13px;
  z-index: 2;
  width: 10px;
  height: 15px;
  margin-top: -10px;
  border-right: 4px solid #a2a2a2;
  border-bottom: 4px solid #a2a2a2;
  opacity: 0;
  transform: rotate(45deg);
}

.c-booth__search-list ul li label:after {
  left: 7px;
  z-index: 1;
  margin-top: -12px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-booth__search-list ul li label:after {
    width: 21px;
    height: 21px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-list ul li label:after {
    width: 23px;
    height: 23px;
  }
}

.c-booth__search-list ul li label:hover,
.c-booth__search-list ul li label:focus {
  opacity: 0.75;
  transition: all 0.25s ease-in-out;
}

.c-booth__search-list ul li input[type="checkbox"] {
  display: none;
}

.c-booth__search-list ul li input[type="checkbox"]:checked + label:before {
  opacity: 1;
}

.c-booth__search-list ul li.food_booth label {
  background-color: #c81433;
}

.c-booth__search-list ul li.food_booth_a label {
  background-color: #c81433;
}

.c-booth__search-list ul li.food_booth_b label {
  background-color: #c81433;
}

.c-booth__search-list ul li.drink_booth label {
  background-color: #0080cb;
}

.c-booth__search-list ul li.marche_booth label {
  background-color: #007f41;
}

.c-booth__search-submit {
  position: relative;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-booth__search-submit {
    max-width: 305px;
    margin: 40px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-submit {
    width: 300px;
    margin: 50px auto 0;
  }
}

.c-booth__search-submit::before {
  position: absolute;
  top: 50%;
  left: 35px;
  width: 28px;
  height: 28px;
  pointer-events: none;
  content: "";
  background: url(../img/common/icn_common_search_img01.svg) 0 0/28px auto
    no-repeat;
  transform: translateY(-50%);
}

.c-booth__search-submit:hover input[type="submit"],
.c-booth__search-submit:focus input[type="submit"] {
  color: #c81433;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
}

.c-booth__search-submit:hover::before,
.c-booth__search-submit:focus::before {
  background: url(../img/common/icn_common_search_img02.svg) 0 0/28px auto
    no-repeat;
}

.c-booth__search-submit input[type="submit"] {
  width: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #c81433;
  border: 3px solid #c81433;
  border-radius: 32px;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-booth__search-submit input[type="submit"] {
    max-width: 305px;
    padding: 12px 10px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-submit input[type="submit"] {
    max-width: 300px;
    padding: 16px 15px;
    font-size: 2.1rem;
  }
}

.c-booth__search-note {
  display: block;
  color: #919191;
}
@media screen and (max-width: 767px) {
  .c-booth__search-note {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__search-note {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .c-404not {
    text-align: center;
  }
}

.c-404not__ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-404not__ttl {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-404not__ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-404not__lead {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 768px) {
  .c-404not__lead {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .c-404not__btn {
    margin-top: 30px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c-404not__btn {
    margin-top: 40px;
  }
}

/* ========================================================= */
/* UTILITY SCSS                                               */
/* ========================================================= */
.u-inline {
  display: inline;
}

.u-block {
  display: block;
}

.u-hide {
  display: none !important;
  opacity: 1;
  transition: all 0.3s ease;
}

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

@media print, screen and (min-width: 768px) {
  .u-hide-pc {
    display: none !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}

.bg-white {
  background: #fff !important;
}

.bg-main {
  background: #fef2d5 !important;
}
