@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
}

/* --------------------------------

  CSS Reset

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  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, dd {
  margin: 0;
  padding: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/* 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 */
  -moz-appearance: none;
       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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}
html.is-scrollbar,
body.is-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html.is-scrollbar::-webkit-scrollbar,
body.is-scrollbar::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}
html.is-active {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* 共通見出し */
.c-heading {
  display: block;
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
}
.c-heading--common {
  margin-bottom: 3rem;
  color: #E1E1E1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 1.5rem;
  border-radius: 1rem 1rem 0px 0px;
  border-bottom: 1px solid #EE1D23;
  background: #2D2320;
}
@media screen and (min-width: 768px), print {
  .c-heading--common {
    margin-bottom: 4rem;
    font-size: 2.4rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--common {
    font-size: 3.4rem;
    margin-bottom: 5rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading + .c-inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

/* 基準テキスト */
.u-text-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .u-text-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.u-text-body--lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--lg {
    font-size: 1.8rem;
  }
}
.u-text-body--xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--xl {
    font-size: 2rem;
  }
}
.u-text-body a {
  text-decoration: underline;
  color: #EE1D23;
}
@media (hover: hover) {
  .u-text-body a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .u-text-body a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}

/* 基準ボタン */
.c-link-button {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  min-width: 14rem;
  border-radius: 10em;
  color: #EE1D23;
  border: 1px solid #EE1D23;
  background-color: #fff;
  padding: 1.5rem 4rem 1.5rem 2.5rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-link-button {
    font-size: 1.6rem;
    padding: 1.8rem 5.5rem 1.8rem 4rem;
  }
}
.c-link-button::before {
  content: "";
  position: absolute;
  right: 2.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #EE1D23;
  border-left: 2px solid #EE1D23;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-link-button::before {
    right: 3rem;
    width: 9px;
    height: 9px;
  }
}
@media (hover: hover) {
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #EE1D23;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #EE1D23;
  }
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
}

.c-button--contact {
  width: 170px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem 0 0 1rem;
  background-color: #EE1D23;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact {
    width: 100%;
    height: 60px;
    border-radius: 0;
    font-size: 1.2rem;
    border-radius: 1rem 1rem 0 0;
  }
}
@media (hover: hover) {
  .c-button--contact:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #EE1D23;
  }
  .c-button--contact:where(:any-link, :enabled, summary):hover {
    background-color: #EE1D23;
  }
}
.c-button--contact span {
  position: relative;
  display: block;
  text-align: center;
  padding: 2.5em 0 0 0;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span {
    padding: 2.4em 0 0 0;
  }
}
.c-button--contact span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 32px;
  background: url("../img/base/icon-mail_wht.svg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span::before {
    width: 30px;
    height: 24px;
  }
}
.c-button--contact span .u-br--pc {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span .u-br--pc {
    display: none;
  }
}

/* テキストの色 */
.u-color-base {
  color: #EE1D23;
}

.u-color-main {
  color: #EE1D23;
}

.u-color-white {
  color: #ffffff;
}

.u-color-black {
  color: #000000;
}

/* 注釈（※）用インデント */
.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* アンカー位置調整 */
.u-anchorpoint {
  display: block;
  scroll-margin-top: 100px;
}
@media screen and (min-width: 1100px), print {
  .u-anchorpoint {
    scroll-margin-top: 140px;
  }
}
/* flex1 */
.u-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

/* コンテンツ画面中央寄せ */
.c-inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.c-inner::after {
  content: "";
  display: table;
  clear: both;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .u-br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .u-br--sp {
    display: none;
  }
}

/* 幅 */
.u-width-50 {
  width: 50%;
}

.u-width-100 {
  width: 100%;
}

.u-width-auto {
  width: auto;
}

/* 高さ */
.u-height-50 {
  height: 50%;
}

.u-height-100 {
  height: 100%;
}

.u-height-auto {
  height: auto;
}

/* 角丸 */
.box-radius {
  border-radius: 1rem;
}

/* リスト */
.list li {
  position: relative;
  padding-left: 1.2em;
}
.list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-global-contact {
  position: relative;
  max-width: 1350px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 2rem;
  background: url("../img/top/contact_bg.jpg") no-repeat center/cover;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-global-contact {
    height: 315px;
    padding: 2rem;
  }
}
.c-global-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 35, 32, 0.4);
  z-index: -1;
}
.c-global-contact__heading {
  display: block;
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__heading {
    margin-bottom: 4rem;
    font-size: 4rem;
  }
}
.c-global-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 639.98px) {
  .c-global-contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-global-contact__item {
  width: 100%;
  height: 120px;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 639.98px) {
  .c-global-contact__item {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item {
    height: 120px;
  }
}
.c-global-contact__item:first-child {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 640px), print {
  .c-global-contact__item:first-child {
    margin: 0 2rem 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item:first-child {
    margin: 0 3rem 0 0;
  }
}
.c-global-contact__item a, .c-global-contact__item .tel-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 1rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #2D2320;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item a, .c-global-contact__item .tel-link {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}
@media (hover: hover) {
  .c-global-contact__item a:where(:-moz-any-link, :enabled, summary):hover, .c-global-contact__item .tel-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #EE1D23;
    color: #fff;
  }
  .c-global-contact__item a:where(:any-link, :enabled, summary):hover, .c-global-contact__item .tel-link:where(:any-link, :enabled, summary):hover {
    background-color: #EE1D23;
    color: #fff;
  }
}
.c-global-contact__item.mail .text {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.mail .text {
    font-size: 1.8rem;
  }
}
.c-global-contact__item.mail .title {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.8em;
}
.c-global-contact__item.mail .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  display: block;
  width: 30px;
  height: 28px;
  background: url("../img/base/icon-mail_blk.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.mail .title::before {
    width: 39px;
    height: 28px;
  }
}
.c-global-contact__item.mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (hover: hover) {
  .c-global-contact__item.mail a:where(:-moz-any-link, :enabled, summary):hover .title::before {
    background: url("../img/base/icon-mail_wht.svg") no-repeat center/contain;
  }
  .c-global-contact__item.mail a:where(:any-link, :enabled, summary):hover .title::before {
    background: url("../img/base/icon-mail_wht.svg") no-repeat center/contain;
  }
}
@media (hover: hover) {
  .c-global-contact__item.tel .tel-link:where(:-moz-any-link, :enabled, summary):hover span::before {
    background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
  }
  .c-global-contact__item.tel .tel-link:where(:any-link, :enabled, summary):hover span::before {
    background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
  }
}
.c-global-contact__item.tel .tel-link span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.5em;
}
.c-global-contact__item.tel .tel-link span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  background: url("../img/base/icon-tel_blk.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.tel .tel-link span::before {
    width: 31px;
    height: 31px;
  }
}

/* 共通テーブル */
.table-style {
  display: block;
  margin-inline: -4px;
  line-height: 1.5;
}
.table-style tbody {
  display: block;
}
.table-style tr {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px 0;
}
.table-style tr:not(:last-child) {
  margin-bottom: 2rem;
}
.table-style th {
  vertical-align: middle;
  padding: 0 0 2rem 1rem;
  border-bottom: 1px solid #EE1D23;
}
.table-style td {
  vertical-align: middle;
  padding: 0 1rem 2rem 1rem;
  border-bottom: 1px solid #E1E1E1;
}
.table-style .tel-link {
  color: #000000;
}
.table-style a.tel-link {
  color: #000000;
}
.table-style a.tel-link:hover {
  color: #EE1D23;
}
@media screen and (max-width: 767.98px) {
  .table-style {
    margin-inline: 0;
  }
  .table-style tr,
  .table-style th,
  .table-style td {
    display: block;
  }
  .table-style tr:not(:last-child) {
    margin-bottom: 4rem;
  }
  .table-style th {
    width: auto !important;
    padding: 0 0 1rem 1rem;
    font-size: 1.8rem;
    border-bottom-width: 2px;
  }
  .table-style td {
    padding: 1.5rem 1rem 0;
    border-bottom: none;
  }
}

/* 特殊フォント */
.stix-two-text {
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.gabarito {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* --------------------------------

  wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .l-wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  l-header

-------------------------------- */
.l-header {
  position: relative;
}
.l-header.is-fixed {
  /* スクロール時固定用 */
}
@media screen and (max-width: 1099.98px) {
  .l-header.is-fixed .c-header-logo {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .l-header.is-fixed .c-header-logo.hide {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1100px) {
  .l-header.is-fixed .l-header__inner {
    z-index: 1200;
    position: fixed;
    top: -60px;
    right: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .l-header.is-fixed .c-header-logo {
    height: 100px;
  }
}
.l-header__inner {
  position: static;
  max-width: none;
  z-index: auto;
}
@media screen and (min-width: 1100px), print {
  .l-header__inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    z-index: 1010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__contact {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
.l-header__contact-item {
  width: 100%;
  height: 60px;
}
.l-header__contact-item.tel a {
  border-right: 1px solid #ccc;
}
.l-header__contact-item.tel a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.6em;
}
.l-header__contact-item.tel a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/base/icon-tel_blk.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .l-header__contact-item.tel a:where(:-moz-any-link, :enabled, summary):hover span::before {
    background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
  }
  .l-header__contact-item.tel a:where(:any-link, :enabled, summary):hover span::before {
    background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
  }
}
@media (hover: hover) {
  .l-header__contact-item.mail a:where(:-moz-any-link, :enabled, summary):hover span::before {
    background: url("../img/base/icon-mail_wht.svg") no-repeat center/contain;
  }
  .l-header__contact-item.mail a:where(:any-link, :enabled, summary):hover span::before {
    background: url("../img/base/icon-mail_wht.svg") no-repeat center/contain;
  }
}
.l-header__contact-item.mail span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.8em;
}
.l-header__contact-item.mail span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  display: block;
  width: 24px;
  height: 22px;
  background: url("../img/base/icon-mail_blk.svg") no-repeat center/contain;
}
.l-header__contact-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-size: 1.8rem;
  color: #2D2320;
  line-height: 1;
  font-weight: 700;
  border-top: 1px solid #ccc;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (hover: hover) {
  .l-header__contact-item a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #EE1D23;
    color: #ffffff;
  }
  .l-header__contact-item a:where(:any-link, :enabled, summary):hover {
    background-color: #EE1D23;
    color: #ffffff;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__tel {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__tel {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header__tel:hover {
    opacity: 0.8;
  }
  .l-header__tel a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-header__tel a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon-tel_blue.svg") no-repeat center/cover;
  }
  .l-header__tel a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #EE1D23;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

/* --------------------------------

  c-header-logo

-------------------------------- */
.c-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .c-header-logo {
    position: absolute;
    top: 0;
    left: 30px;
    height: 140px;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 100%;
    z-index: 900;
    padding: 0 0 0 1.2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
.c-header-logo__title {
  width: 220px;
}
@media screen and (min-width: 360px), print {
  .c-header-logo__title {
    width: 250px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-header-logo__title {
    width: min(524 * var(--vw1440), 524px);
  }
}
.c-header-logo__title img {
  width: 100%;
  height: auto;
}

/* --------------------------------

  l-nav

-------------------------------- */
.l-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .l-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 140px;
    margin: 0;
    opacity: 1;
    padding: 0;
    -webkit-transition: none;
    transition: none;
  }
}
.l-nav.is-fixed {
  /* スクロール時固定用 */
}
@media screen and (min-width: 1100px) {
  .l-nav.is-fixed {
    max-width: none;
    right: 0;
    position: fixed;
    height: 100px;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    z-index: 1100;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
.is-active .l-nav {
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .is-active .l-nav {
    -webkit-transition-property: opacity, right;
    transition-property: opacity, right;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .is-active .l-nav {
    right: auto;
  }
}
.l-nav__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
.l-nav__container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #EE1D23;
  padding: 6rem 0 2rem 0;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .l-nav__container {
    max-width: none;
    margin: auto;
    background-color: #ffffff;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__main {
    padding: 0 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__info {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__info {
    padding: 2.4rem 1rem 2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-nav__define dt, .l-nav__define dd {
  color: #ffffff;
  text-align: center;
}
.l-nav__define dt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.l-nav__define dd {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .l-nav__logo {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__logo {
    text-align: center;
    padding: 0 0 1.6rem 0;
  }
  .l-nav__logo img {
    width: 75px;
    height: auto;
  }
}

/* --------------------------------

  c-nav

-------------------------------- */
.c-nav {
  /* ハンバーガーメニュー空けるボタン */
  /* ハンバーガーメニュー閉じるボタン */
}
@media screen and (max-width: 1099.98px) {
  .c-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .is-active .c-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-nav__item {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item {
    position: relative;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item:not(:last-child) {
    margin-right: min(26 * var(--vw1440), 26px);
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item--contact {
    margin-left: min(13 * var(--vw1440), 13px);
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item--contact .c-nav__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 3rem 1rem 7.7rem;
    color: #ffffff;
    font-size: min(18 * var(--vw1440), 18px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    background-color: #2D2320;
  }
  .c-nav__item--contact .c-nav__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 29px;
    height: 21px;
    background: url("../img/base/icon-mail_wht.svg") no-repeat center/contain;
    z-index: 0;
  }
}
@media screen and (min-width: 1100px) and (hover: hover), print and (hover: hover) {
  .c-nav__item--contact .c-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #EE1D23;
    color: #ffffff;
  }
  .c-nav__item--contact .c-nav__link:where(:any-link, :enabled, summary):hover {
    background-color: #EE1D23;
    color: #ffffff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item.is-active .c-nav__link {
    color: #EE1D23;
    border-bottom-color: #EE1D23;
  }
  .c-nav__item.is-active .c-nav__link::after {
    border-color: #EE1D23;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item.is-active .c-nav__link {
    background-color: #EE1D23;
    color: #fff;
  }
}
.c-nav__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link {
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
    font-size: min(16 * var(--vw1440), 16px);
    letter-spacing: 0.05em;
    border-bottom: 1px solid transparent;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: inherit;
    padding: 0 1em;
    color: #fff;
    background-color: #EE1D23;
    height: 60px;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
}
@media screen and (hover: hover) and (max-width: 1099.98px) {
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #EE1D23;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #EE1D23;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #EE1D23;
    border-bottom-color: #EE1D23;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    color: #EE1D23;
    border-bottom-color: #EE1D23;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link:hover {
    background-color: #fff;
    color: #EE1D23;
  }
}
.c-nav__submenu {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu {
    height: 0;
    overflow: hidden;
    background-color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu {
    position: absolute;
    bottom: -22px;
    left: 50%;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
.c-nav__submenu--trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger {
    position: relative;
    width: 100%;
    height: 80px;
    margin-bottom: -80px;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 24px;
    display: block;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 14px;
    -webkit-transform: translateX(-50%) rotate(-135deg);
            transform: translateX(-50%) rotate(-135deg);
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #aaaaaa;
    border-left: 2px solid #aaaaaa;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger:hover + .c-nav__link {
    background-color: #fff;
    color: #EE1D23;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link {
    color: #EE1D23;
    border-bottom-color: #EE1D23;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger:hover + .c-nav__link::after {
    border-color: #EE1D23;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link::after {
    border-color: #EE1D23;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    background-color: #fff;
    color: #EE1D23;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    color: #EE1D23;
    border-bottom-color: #EE1D23;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    border-color: #EE1D23;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 28px;
    border-color: #EE1D23;
  }
}
.c-nav__submenu.is-active {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu.is-active {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu.is-active {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-inner {
    position: relative;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-inner {
    margin: 0 5px;
    padding-bottom: 5px;
    overflow: hidden;
  }
}
.c-nav__submenu-list li {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-list li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-list li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
  .c-nav__submenu-list li:first-child a {
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .c-nav__submenu-list li:last-child a {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.c-nav__submenu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #2D2320;
  text-align: center;
  font-size: 1.6rem;
  height: 60px;
  line-height: 1.2;
  padding: 0.5em 2.2em 0.5em 2.2em;
  font-weight: 400;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-link {
    background-color: #000000;
    color: #fff;
    font-size: 1.5rem;
    height: 53px;
    padding: 0.35em 0.5em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-link:hover {
    background-color: #EE1D23;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link:hover {
    background-color: #EE1D23;
    color: #fff;
  }
}
.c-nav__submenu-text {
  display: block;
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.c-nav__submenu-text .text01 {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
}
.c-nav__submenu-text .text01 span {
  font-size: 2.5rem;
  font-weight: 700;
}
.c-nav__button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  background-color: #2D2320;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 1100px), print {
  .c-nav__button {
    display: none;
  }
}
.is-active .c-nav__button {
  display: none;
}
.c-nav__button-icon {
  display: block;
  position: absolute;
  top: -18px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
.c-nav__button-icon::before, .c-nav__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
}
.c-nav__button-icon::before {
  margin-top: -8px;
}
.c-nav__button-icon::after {
  margin-top: 8px;
}
.c-nav__button::before {
  content: "MENU";
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
}
.c-nav__close-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  line-height: 1;
  background-color: #ffffff;
  pointer-events: none;
  cursor: pointer;
  z-index: 10;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 1100px), print {
  .c-nav__close-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .is-active .c-nav__close-button {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-nav__close-button .c-nav__button-icon {
  background: none;
}
.c-nav__close-button .c-nav__button-icon::before, .c-nav__close-button .c-nav__button-icon::after {
  margin-top: 0;
  background-color: #EE1D23;
}
.c-nav__close-button .c-nav__button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-nav__close-button .c-nav__button-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-nav__close-button::before {
  content: "CLOSE";
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #EE1D23;
  font-size: 1.2rem;
}

/* --------------------------------

  o-nav__screen

-------------------------------- */
@media screen and (min-width: 1100px), print {
  .o-nav__screen {
    display: none;
  }
}
.o-nav__screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.is-active .o-nav__screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.l-main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .l-main {
    overflow: visible;
  }
}
.l-main__inner {
  position: relative;
}

/* --------------------------------

  footer

-------------------------------- */
.l-footer {
  position: relative;
  background-color: #EE1D23;
  overflow: hidden;
  padding: 0 1em 6rem 1em;
}
@media screen and (min-width: 1100px), print {
  .l-footer {
    padding: 0 2em;
  }
}
.l-footer__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 0;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1100px), print {
  .l-footer__container {
    padding: min(80 * var(--vw1440), 80px) 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__main {
    border-right: 1px solid #ffffff;
    padding: 1em min(60 * var(--vw1440), 60px) 1em 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-footer__main {
    border-bottom: 1px solid #ffffff;
    padding: 0 0 3rem 0;
    margin: 0 0 2.5rem 0;
  }
}
.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .l-footer__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 479.98px) {
  .l-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__info .logo-mark {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 1100px), print {
  .l-footer__info .logo-mark {
    width: min(135 * var(--vw1440), 135px);
    height: min(135 * var(--vw1440), 135px);
  }
}
.l-footer__info .site-info {
  margin: 1.8rem 0 0 0;
}
@media screen and (min-width: 480px), print {
  .l-footer__info .site-info {
    margin: 0 0 0 min(40 * var(--vw1440), 40px);
  }
}
.l-footer__info .site-info dt, .l-footer__info .site-info dd {
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 479.98px) {
  .l-footer__info .site-info dt, .l-footer__info .site-info dd {
    text-align: center;
  }
}
.l-footer__info .site-info dt .u-br--sp, .l-footer__info .site-info dd .u-br--sp {
  display: none;
}
@media screen and (max-width: 479.98px) {
  .l-footer__info .site-info dt .u-br--sp, .l-footer__info .site-info dd .u-br--sp {
    display: block;
  }
}
.l-footer__info .site-info dt {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1100px), print {
  .l-footer__info .site-info dt {
    font-size: min(22 * var(--vw1440), 22px);
    margin-bottom: 1.2rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 479.98px) {
  .l-footer__info .site-info dt {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.l-footer__info .site-info dd {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 1100px), print {
  .l-footer__info .site-info dd {
    font-size: min(17 * var(--vw1440), 17px);
  }
}
@media screen and (max-width: 479.98px) {
  .l-footer__info .site-info dd {
    letter-spacing: 0.05em;
    margin-top: 1rem;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1100px), print {
  .l-footer__nav {
    padding: 1em 0 1em min(60 * var(--vw1440), 60px);
  }
}
@media screen and (max-width: 1099.98px) {
  .l-footer__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 479.98px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1em;
  }
}
.l-footer__nav-list li a {
  display: inline-block;
  line-height: 2;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 480px), print {
  .l-footer__nav-list li a {
    font-size: 1.2rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__nav-list li a {
    font-size: min(16 * var(--vw1440), 16px);
  }
}
@media (hover: hover) {
  .l-footer__nav-list li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #2D2320;
  }
  .l-footer__nav-list li a:where(:any-link, :enabled, summary):hover {
    color: #2D2320;
  }
}
@media screen and (min-width: 480px), print {
  .l-footer__nav-list:first-child {
    margin: 0 min(45 * var(--vw1440), 45px) 0 0;
  }
}

.c-footer__copy {
  height: 8rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  background-color: #ffffff;
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .c-footer__copy {
    margin: 0 -2em;
    height: 10rem;
  }
}
.c-footer__copy small {
  color: #2D2320;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .c-footer__copy small {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy span {
    display: none;
  }
}
.c-footer__pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 70px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-footer__pagetop {
    right: 10px;
    bottom: 70px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__pagetop {
    right: 25px;
    bottom: 25px;
  }
}
.c-footer__pagetop.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
.c-footer__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-color: #2D2320;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.c-footer__pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #EE1D23;
}
.c-footer__pagetop a:hover::before {
  border-color: #fff;
}
.c-footer__pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* --------------------------------

  スライダー

-------------------------------- */
.swiper-container {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}
.swiper-img {
  display: block;
  position: relative;
}
.swiper-img::before {
  content: "";
  display: block;
  padding-top: 70%;
}
@media screen and (min-width: 1100px), print {
  .swiper-img::before {
    padding-top: 780px;
  }
}
.swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.swiper-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-parts {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 101;
}
@media screen and (min-width: 768px), print {
  .swiper-parts {
    bottom: 100px;
  }
}

.swiper-controller {
  max-width: 1480px;
  margin: 0 auto;
  position: absolute;
  top: 47%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1099.98px) {
  .swiper-controller {
    top: 46%;
  }
}

.swiper-button-prev {
  left: -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .swiper-button-prev {
    left: -1rem;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-button-prev {
    left: 1.5rem;
  }
}
.swiper-button-prev:hover {
  background-color: #EE1D23;
}
.swiper-button-prev:hover::after {
  color: #ffffff;
}
.swiper-button-prev::after {
  color: #EE1D23;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 0 0.15em 0 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .swiper-button-prev::after {
    font-size: 1.6rem;
  }
}
.swiper-button-next {
  right: -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .swiper-button-next {
    right: -1rem;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-button-next {
    right: 1.5rem;
  }
}
.swiper-button-next:hover {
  background-color: #EE1D23;
}
.swiper-button-next:hover::after {
  color: #ffffff;
}
.swiper-button-next::after {
  color: #EE1D23;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 0 0 0 0.15em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .swiper-button-next::after {
    font-size: 1.6rem;
  }
}

.swiper-pagination {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 2rem 2rem 0;
  width: auto !important;
  z-index: 101;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination {
    padding: 0 min(60 * var(--vw1440), 60px) min(85 * var(--vw1440), 85px) 0;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination {
    padding: 0 min(60 * var(--vw1440), 60px) min(85 * var(--vw1440), 85px) 0;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  margin: 0 !important;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: min(60 * var(--vw1100), 60px);
    height: 5px;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: min(50 * var(--vw1440), 50px);
    height: 5px;
  }
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 12px 0 0 !important;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 16px 0 0 !important;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 25px 0 0 !important;
  }
}
.swiper-pagination .swiper-pagination-bullet span {
  font-weight: 500;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EE1D23;
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.c-page-title {
  position: relative;
  display: block;
  height: 200px;
  z-index: 105;
  margin: 6rem 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .c-page-title {
    height: 320px;
    margin: 14rem 0 0 0;
  }
}
.c-page-title__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  background: url("../img/base/page-title.jpg") no-repeat center/cover;
  z-index: 1;
}
.c-page-title__name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.c-page-title__name .jp {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  padding: 1.2rem 3rem 1rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  background: rgba(238, 29, 35, 0.7);
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px), print {
  .c-page-title__name .jp {
    font-size: 3.4rem;
    padding: 1.2rem 6rem 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name .jp {
    margin-bottom: 2.5rem;
    font-size: min(48 * var(--vw1440), 48px);
    padding: calc(min(22 * var(--vw1440), 22px) + 0.05em) min(240 * var(--vw1440), 240px) min(22 * var(--vw1440), 22px);
  }
}
.c-page-title__name .en {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px), print {
  .c-page-title__name .en {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name .en {
    font-size: min(30 * var(--vw1440), 30px);
    letter-spacing: 0.1em;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (min-width: 1100px), print {
  .js-anime {
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.js-anime.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.anime-wrap {
  overflow: hidden;
  opacity: 0;
}

.anime-inner {
  display: block;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.is-active .anime-wrap {
  opacity: 1;
}
.is-active .anime-inner {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background-color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 300px;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------

  トップページ

-------------------------------- */
/* メインビジュアル */
.p-top-hero {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero {
    margin: 14rem 0 0 0;
  }
}
.p-top-hero__catch {
  padding: min(70 * var(--vw1440), 70px) min(80 * var(--vw1440), 80px);
  background-color: rgba(255, 255, 255, 0.7);
  color: #2D2320;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .p-top-hero__catch {
    position: absolute;
    right: 0;
    top: calc(50% + 30px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__catch {
    top: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-hero__catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 479.98px) {
  .p-top-hero__catch {
    padding: 2rem 2rem 2.3rem 2rem;
  }
}
.p-top-hero__catch .u-br--sp {
  display: none;
}
@media screen and (max-width: 479.98px) {
  .p-top-hero__catch .u-br--sp {
    display: block;
  }
}
.p-top-hero__catch .catch_01 {
  display: block;
  font-size: 2.8rem;
  font-family: "Gabarito", sans-serif;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 360px), print {
  .p-top-hero__catch .catch_01 {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-hero__catch .catch_01 {
    font-size: min(84 * var(--vw1100), 84px);
    margin-bottom: min(28 * var(--vw1440), 28px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__catch .catch_01 {
    font-size: min(84 * var(--vw1440), 84px);
  }
}
.p-top-hero__catch .catch_02 {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 360px), print {
  .p-top-hero__catch .catch_02 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-hero__catch .catch_02 {
    font-size: min(32 * var(--vw1100), 32px);
    margin-bottom: min(28 * var(--vw1440), 28px);
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__catch .catch_02 {
    font-size: min(32 * var(--vw1440), 32px);
  }
}
.p-top-hero__catch .description {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 360px), print {
  .p-top-hero__catch .description {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-hero__catch .description {
    font-size: min(16 * var(--vw1100), 16px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__catch .description {
    font-size: min(16 * var(--vw1440), 16px);
  }
}

.p-top-news {
  padding: 0 2rem 4rem 2rem;
}
@media screen and (min-width: 768px), print {
  .p-top-news {
    padding: 2rem 2rem 4rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news {
    padding: min(80 * var(--vw1440), 80px) min(65 * var(--vw1440), 65px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-top-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
  background: #F6F6F6;
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .p-top-news__header {
    padding: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__header {
    border-radius: 1rem 0px 0px 1rem;
    padding: min(55 * var(--vw1440), 55px) min(70 * var(--vw1440), 70px);
  }
}
.p-top-news__heading {
  display: block;
  color: #E1E1E1;
  font-family: "Gabarito", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .p-top-news__heading {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__heading {
    font-size: 4.6rem;
  }
}
.p-top-news__main {
  position: relative;
  padding: 1.2em 1em 0 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (min-width: 768px), print {
  .p-top-news__main {
    padding: 2em 2em 0 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__main {
    padding: 1.3em 20rem 1.3em min(60 * var(--vw1440), 60px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__more {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-news__more {
    text-align: center;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-news__more {
    margin-top: 1.4em;
  }
}

.p-top-company {
  padding: 6rem 2rem 2rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-company {
    padding: min(80 * var(--vw1440), 80px) min(65 * var(--vw1440), 65px) min(65 * var(--vw1440), 65px) min(65 * var(--vw1440), 65px);
  }
}
.p-top-company__inner {
  position: relative;
  background: #F6F6F6;
  padding: 8rem 2rem 3rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-company__inner {
    padding: min(125 * var(--vw1440), 125px) min(85 * var(--vw1440), 85px) min(85 * var(--vw1440), 85px) min(85 * var(--vw1440), 85px);
  }
}
.p-top-company__logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: 100px;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .p-top-company__logo {
    width: min(150 * var(--vw1440), 150px);
    height: min(150 * var(--vw1440), 150px);
  }
}
.p-top-company__heading {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-family: "STIX Two Text", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .p-top-company__heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-company__heading {
    font-size: min(30 * var(--vw1440), 30px);
    margin-bottom: min(24 * var(--vw1440), 24px);
  }
}
.p-top-company__text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .p-top-company__text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-company__text {
    font-size: min(16 * var(--vw1440), 16px);
    line-height: 2.6;
  }
}
.p-top-company__more {
  text-align: center;
  margin-top: 2.3rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-company__more {
    margin-top: min(50 * var(--vw1440), 50px);
  }
}

.p-top-service {
  padding: 0 2rem 6rem 2rem;
  background: url("../img/top/bg.png") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-top-service {
    padding: 0 2rem 12rem 2rem;
  }
}
.p-top-service__inner {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0 6rem 0;
}
@media screen and (min-width: 768px), print {
  .p-top-service__inner {
    max-width: 1150px;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-service__inner {
    padding: min(110 * var(--vw1440), 110px) 0;
  }
}
.p-top-service__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px), print {
  .p-top-service__container {
    gap: min(110 * var(--vw1440), 110px) min(60 * var(--vw1440), 60px);
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-service__heading {
  display: block;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 4rem;
  color: #2D2320;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px), print {
  .p-top-service__heading {
    font-size: min(64 * var(--vw1440), 64px);
    margin-bottom: min(110 * var(--vw1440), 110px);
  }
}
.p-top-service__heading span {
  color: #EE1D23;
  margin-right: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-service__heading {
    font-size: min(64 * var(--vw1440), 64px);
  }
}
.p-top-service__item {
  position: relative;
  background-color: #EE1D23;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-top-service__item:hover {
  background-color: #2D2320;
}
.p-top-service__item:hover::before {
  background-color: #EE1D23;
}
.p-top-service__item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #2D2320;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "STIX Two Text", serif;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 400;
  padding: 0.4rem 0 0 0;
  line-height: 1;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .p-top-service__item::before {
    width: 60px;
    height: 60px;
    font-size: 3.2rem;
  }
}
.p-top-service__item::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media screen and (min-width: 768px), print {
  .p-top-service__item::after {
    bottom: min(25 * var(--vw1440), 25px);
    right: min(25 * var(--vw1440), 25px);
  }
}
.p-top-service__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-top-service__img {
  position: relative;
  overflow: hidden;
}
.p-top-service__img::before {
  content: "";
  display: block;
  padding-top: 55%;
}
.p-top-service__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9rem 0.9rem 0 0;
  z-index: 0;
}
.p-top-service__body {
  padding: 2rem 2rem 4.5rem 2rem;
}
@media screen and (min-width: 768px), print {
  .p-top-service__body {
    padding: min(30 * var(--vw1440), 30px) min(45 * var(--vw1440), 45px) min(45 * var(--vw1440), 45px) min(45 * var(--vw1440), 45px);
  }
}
.p-top-service__title--01 {
  color: #ffffff;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .p-top-service__title--01 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-service__title--01 {
    font-size: min(26 * var(--vw1440), 26px);
    margin-bottom: min(20 * var(--vw1440), 20px);
  }
}
.p-top-service__title--02 {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-top-service__title--02 {
    font-size: min(16 * var(--vw1440), 16px);
  }
}
.p-top-service__text {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: 1px solid #ffffff;
  padding-top: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .p-top-service__text {
    padding-top: 1.6rem;
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-service__text {
    font-size: min(14 * var(--vw1440), 14px);
    padding-top: min(20 * var(--vw1440), 20px);
    margin-top: min(20 * var(--vw1440), 20px);
  }
}

/* --------------------------------

  下層ページ

-------------------------------- */
.l-section {
  position: relative;
  padding: 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .l-section {
    padding: 6em 2em;
  }
}

.p-contact {
  padding: 6rem 1em;
  background: url("../img/top/bg.png") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-contact {
    padding: 10rem 2em;
  }
}
.p-contact .c-inner {
  max-width: 1350px;
}

.section-secondary {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    max-width: 110rem;
    margin-inline: auto;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (min-width: 1100px), print {
  .section-secondary:not(:last-child) {
    margin-bottom: 15rem;
  }
}
.section-secondary * {
  font-weight: 500;
}

/* RHCの特徴 */
.rhc-strengths-item + .rhc-strengths-item {
  margin-top: 5rem;
}
.rhc-strengths-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 14rem;
  margin: 0 auto 1rem;
  border-radius: 0.5rem;
  background-color: #F6F6F6;
}
.rhc-strengths-icon .icon1 {
  width: 60.4%;
}
.rhc-strengths-icon .icon2 {
  width: 54.8%;
}
.rhc-strengths-icon .icon3 {
  width: 58.4%;
}
.rhc-strengths-icon .icon4 {
  width: 60.8%;
}
.rhc-strengths-title {
  margin-bottom: 1rem;
  padding-top: 1rem;
  line-height: 1.4;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .rhc-strengths-icon {
    width: 20rem;
    margin: 0 2rem 0 0;
  }
  .rhc-strengths-title {
    font-size: 2.6rem;
    text-align: start;
  }
}
@media screen and (min-width: 1100px), print {
  .rhc-strengths-icon {
    width: 25rem;
    margin-right: 3.4rem;
  }
  .rhc-strengths-title {
    margin-bottom: 1.7rem;
    padding-top: 1.5rem;
  }
}

/* 業務案内 */
.rhc-service-list {
  counter-reset: rhc_service_list;
}
.rhc-service-img {
  aspect-ratio: 16/9;
  display: grid;
  place-content: center;
  position: relative;
  margin: 0 -1em 1em;
}
.rhc-service-img img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rhc-service-heading {
  display: grid;
  place-content: center;
  height: 7rem;
  margin-bottom: 2rem;
  padding-bottom: 0.1em;
  line-height: 1.3;
  font-weight: 700;
  font-size: calc(1.4rem + 1vw);
  color: #fff;
  text-align: center;
  background-color: #EE1D23;
}
.rhc-service-counter {
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  position: absolute;
  top: -2.5rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 5rem;
  padding-top: 0.3em;
  background-color: #EE1D23;
  z-index: 1;
}
.rhc-service-counter::before {
  counter-increment: rhc_service_list;
  content: counter(rhc_service_list);
  display: block;
  line-height: 1em;
  font-size: 2.6rem;
  color: #fff;
}
.rhc-service-caption {
  position: relative;
  color: #EE1D23;
  line-height: 1.3;
  font-size: calc(2.4rem + 1vw);
  text-align: center;
  letter-spacing: normal;
  mix-blend-mode: exclusion;
}
@media screen and (min-width: 768px), print {
  .rhc-service-img {
    aspect-ratio: 1100/450;
    margin: 0;
  }
  .rhc-service-img img {
    border-radius: 2rem 2rem 0 0;
  }
  .rhc-service-heading {
    height: 8rem;
    font-size: 2.6rem;
  }
  .rhc-service-counter {
    top: 2rem;
    right: auto;
    left: 2rem;
  }
  .rhc-service-caption {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .rhc-service-counter {
    top: 3.3rem;
    left: 3.3rem;
    width: 6rem;
  }
  .rhc-service-counter::before {
    font-size: 3.2rem;
  }
}

/* 姿月あさと */
.shizuki-asato {
  margin-top: 2rem;
}
.shizuki-asato img {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.shizuki-asato a {
  padding: 1rem;
  line-height: 1.5;
  font-size: 1.4rem;
  background-color: #FFF1CB;
}
@media (hover: hover) and (pointer: fine) {
  .shizuki-asato a:hover {
    color: #EE1D23;
  }
  .shizuki-asato a:hover img {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px), print {
  .shizuki-asato {
    width: 44%;
    margin: 0.5rem 0 0 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .shizuki-asato {
    width: 54rem;
    margin-left: 3rem;
  }
  .shizuki-asato img {
    margin-bottom: 1.5rem;
    border-radius: 1rem;
  }
  .shizuki-asato a {
    padding: 1.5rem 2rem;
  }
}

/* 代表挨拶 */
.greeting-img {
  margin-bottom: 2rem;
}
.greeting-img img {
  display: block;
  width: 24rem;
  margin: 0 auto 1.5rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .greeting-img {
    width: 28rem;
    margin: 0 0 0 2rem;
  }
  .greeting-img img {
    width: auto;
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .greeting-img {
    width: 30rem;
    margin-left: 4rem;
    font-size: 1.8rem;
  }
  .greeting-img img {
    margin-bottom: 2.5rem;
  }
}

/* 会社案内 */
@media screen and (min-width: 768px), print {
  .outline-table th {
    width: 15rem;
  }
}
/* 沿革 */
.history-row + .history-row {
  margin-top: 3rem;
}
.history dt {
  margin-bottom: 0.5rem;
}
.history dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px), print {
  .history dt {
    width: 15rem;
    margin-bottom: 0;
    padding-left: 1rem;
  }
  .history dd {
    padding-left: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .history-row + .history-row {
    margin-top: 5rem;
  }
}

/* アクセス */
.access-map {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

/* お問い合わせフォーム */
.contact-us-text {
  margin-bottom: 3rem;
  font-weight: 300;
}
@media screen and (min-width: 768px), print {
  .contact-us-text {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .contact-us-text {
    margin-bottom: 5rem;
    font-size: 2rem;
  }
}

/* --------------------------------

  投稿系ページ

-------------------------------- */
.news-detail .news-date {
  width: 100%;
  margin: 0 0 1rem 0;
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-list.news-list-archive .news-topics {
  border-bottom: 1px solid #F6F6F6;
  margin: 0;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px), print {
  .news-list.news-list-archive .news-topics {
    padding: 2.5rem 3rem;
  }
}
.news-list.news-list-archive .news-topics:first-child {
  border-top: 1px solid #F6F6F6;
}
@media screen and (min-width: 768px), print {
  .news-topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-topics:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .news-topics:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.news-date {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 0.45rem 0;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-date {
    margin: 0 1.5rem 0 0;
    width: 100px;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
  }
}
.news-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-title {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.news-link {
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #EE1D23;
    text-decoration: underline;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #EE1D23;
    text-decoration: underline;
  }
}

/* topics_paging */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #EE1D23;
  text-decoration: none;
}