@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;700&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::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] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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 {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  border-style: 0;
  padding: 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 {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome 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 */
/* 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 {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: flex !important;
}

.u-d-inline-flex {
  display: inline-flex !important;
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.animation-hover-opacity {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

html {
  min-width: 320px;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  text-rendering: optimizeLegibility;
}

a {
  color: currentColor;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

body > img {
  display: block;
  height: 0 !important;
  font-size: 0;
}

input {
  color: #b2b2b2;
  border: 1px solid #ddd;
  outline: none;
  caret-color: #b81c22;
}
input:focus {
  color: #333;
  border: 10px solid #b81c22;
}
input:invalid {
  background-color: #fdf0f1;
}
input:disabled {
  background-color: #e5e5e5;
}
input::-moz-selection {
  color: #333;
  background-color: #f0f0f0;
}
input::selection {
  color: #333;
  background-color: #f0f0f0;
}

:focus-visible {
  border-radius: 4px;
  outline: 2px solid #3498db;
  outline-offset: 2px;
}

button:focus-visible {
  outline: 2px solid #3498db !important;
}

a:focus-visible {
  outline-color: #3498db;
}

@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Serif"), url("/assets/fonts/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("/assets/fonts/NotoSerifCJKjp-Regular.otf") format("opentype");
}
.l-container {
  padding: 0 15px;
}

.fix-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  margin: auto;
}
.fix-nav__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.fix-nav__item {
  position: relative;
  width: 20%;
}
.fix-nav__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  content: "";
  background: #e5e5e5;
}
.fix-nav__anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.fix-nav__text {
  display: -ms-grid;
  display: grid;
  height: 2em;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  color: #b81c22;
  text-align: center;
  letter-spacing: 0;
  place-items: center;
}

.l-footer {
  background: #fff;
}
.l-footer__inner {
  padding: 30px 30px 15px;
  margin: 0 auto;
}

.footer-sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}
.footer-sns__head {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.footer-sns__list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.footer-sns__anchor {
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.footer-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 630px;
  padding: 30px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  gap: 30px 0;
}
.footer-menu__group {
  width: 50%;
}
.footer-menu__head {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.footer-menu__head:nth-child(n+2) {
  margin-top: 15px;
}
.footer-menu__list {
  margin-top: 10px;
}
.footer-menu__item {
  margin-top: 5px;
  font-weight: 400;
}
.footer-menu__anchor {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.footer-copyright__text {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.footer-copyright__logo {
  width: calc(32 / 375 * 100vw);
}
.footer-copyright__logo img {
  width: 100%;
}

.header-form {
  position: relative;
  margin: 0 30px;
}
.header-form__search {
  position: relative;
}
.header-form__search input {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 5px;
}
.header-form__search::after {
  position: absolute;
  top: 16px;
  right: 14px;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  content: "";
  background: transparent url(/assets/images/pages/common/search_glass.svg) no-repeat top center/100%;
}
.header-form__button {
  position: relative;
  display: block;
  width: 95px;
  height: 30px;
  padding-right: 7px;
  margin: 25px auto 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border: 2px solid #ccc;
  border-radius: 15px;
}
.header-form__button img {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 14px;
  margin: auto;
  transition: 0.2s ease;
}
.header-form__button.is-active img {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.header-language {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  pointer-events: none;
  visibility: hidden;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  opacity: 0;
  transition: 0.2s ease;
}
.header-language.is-active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.header-language.is-active img {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.header-language__item {
  padding: 10px 15px;
}
.header-language__item + .header-language__item {
  border-top: 1px solid #ddd;
}
.header-language__anchor {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.header-upper {
  position: relative;
  width: 100%;
  height: 52px;
  border-bottom: 2px solid #e4e4e4;
}
.header-upper::before, .header-upper::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 5px;
  height: 51px;
  margin: auto;
  content: "";
  background: transparent url(/assets/images/pages/common/header_gaps.svg) no-repeat top center/100%;
}
.header-upper::before {
  right: 36vw;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.header-upper::after {
  right: 0;
  left: 36vw;
}
.header-upper__logo-anchor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  width: calc(33 / 350 * 100vw);
  height: calc(33 / 350 * 100vw);
  margin: auto;
  place-items: center;
}
.header-upper__logo-anchor img {
  width: 100%;
}
.header-upper .header-form {
  position: absolute;
  top: -15px;
  left: -20px;
}
.header-upper .header-form .header-language {
  top: 55px;
}

.nav-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 10001;
  width: 20px;
  height: 18px;
  cursor: pointer;
}
.nav-btn__burger {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-btn__burger, .nav-btn__burger::before, .nav-btn__burger::after {
  position: absolute;
  width: 100%;
  height: 3px;
  content: "";
  background: #b81c22;
  border-radius: 35%;
  transition: all 0.3s ease;
}
.nav-btn__burger::before {
  top: -7px;
}
.nav-btn__burger::after {
  top: 7px;
}
.nav-btn.is-open .nav-btn__burger {
  background: transparent;
}
.nav-btn.is-open .nav-btn__burger::before, .nav-btn.is-open .nav-btn__burger::after {
  top: 2px;
}
.nav-btn.is-open .nav-btn__burger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-btn.is-open .nav-btn__burger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger-menu {
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  height: calc(100svh - 52px);
  max-height: 0;
  overflow-y: scroll;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease, visibility 0s 0.3s;
}
.hamburger-menu.is-open {
  max-height: none;
  padding-bottom: 40px;
  visibility: visible;
  opacity: 1;
}
.hamburger-menu.is-open > * {
  --i: 1;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-animation: fadeIn 0.3s forwards;
          animation: fadeIn 0.3s forwards;
  -webkit-animation-delay: calc(0.15s * var(--i, 1));
          animation-delay: calc(0.15s * var(--i, 1));
}
.hamburger-menu.is-open > *:nth-child(2) {
  --i: 2;
}
.hamburger-menu.is-open > *:nth-child(3) {
  --i: 3;
}
.hamburger-menu.is-open > *:nth-child(4) {
  --i: 4;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header-conversion__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  gap: 15px;
}
.header-conversion__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1);
  aspect-ratio: 1/1;
}
.header-conversion__item svg {
  display: block;
  margin: 0 auto;
}
.header-conversion__anchor {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.header-nav {
  height: auto;
  padding: 0 30px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header-nav__list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dotted #e4e4e4;
}
.header-nav__list-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 53px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transition: 0.3s ease;
}
.header-nav__list-item:not(:last-child) {
  border-bottom: 1px dotted #e4e4e4;
}
.header-nav__list-anchor {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header-sns {
  margin-top: 30px;
  text-align: center;
}
.header-sns__head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.header-sns__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
.header-sns__list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 20px;
}
.header-sns__item {
  width: 36px;
}
.header-sns__item img {
  width: 100%;
}

.l-page {
  padding-bottom: 80px;
}

.c-bredcrumb-list {
  margin: 25px 0 60px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.c-bredcrumb-list__item {
  margin: 0 10px 0 0;
  font-weight: 500;
}
.c-bredcrumb-list__item a {
  display: inline-block !important;
  padding: 0 0 3px;
  margin: 0 15px 0 0;
  text-decoration: none;
  border-bottom: 1px solid #a0a0a0;
}

.c-commonButton {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 305px;
  height: 60px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 0;
  border: 2px solid;
  border-radius: 36px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-commonButton--primary {
  color: #fff !important;
  background-color: #b81c22;
  border-color: #b81c22;
}
.c-commonButton--secondary {
  color: #333 !important;
  background: #fff !important;
  border-color: #ccc !important;
}
.c-commonButton--tertiary {
  color: #333 !important;
  background: #fff !important;
  border: none;
}
.c-commonButton--quaternary {
  width: 164px !important;
  height: 30px !important;
  font-size: 12px !important;
  background: #fff;
  border: none;
}
.c-commonButton--arw {
  background: #fff;
  border: none;
}
.c-commonButton--arw::before {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 5px;
  height: 8px;
  content: "";
  background: #b81c22 no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4.829 7.656"><path fill-rule="evenodd" d="M.293.293a1 1 0 0 0 0 1.414l2.121 2.121L.293 5.949a1 1 0 0 0 1.414 1.415l2.829-2.829a1 1 0 0 0 0-1.414L1.707.293a1 1 0 0 0-1.414 0Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4.829 7.656"><path fill-rule="evenodd" d="M.293.293a1 1 0 0 0 0 1.414l2.121 2.121L.293 5.949a1 1 0 0 0 1.414 1.415l2.829-2.829a1 1 0 0 0 0-1.414L1.707.293a1 1 0 0 0-1.414 0Z"/></svg>');
}
.c-commonButton--icon[target=_blank]::before {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  height: 16px;
  content: "";
  background: #b81c22 no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect width="8.008" height="8.008" rx="0.687" x="2.703" y="5.283" fill="none" stroke="%23b81c22" stroke-miterlimit="10" stroke-width="1.4"/><path d="M3.284,3.284v-1.9A.688.688,0,0,1,3.971.7H10.6a.688.688,0,0,1,.687.687V8.021a.687.687,0,0,1-.687.687H8.922" transform="translate(2.004 2)" fill="none" stroke="%23b81c22" stroke-miterlimit="10" stroke-width="1.4"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect width="8.008" height="8.008" rx="0.687" x="2.703" y="5.283" fill="none" stroke="%23b81c22" stroke-miterlimit="10" stroke-width="1.4"/><path d="M3.284,3.284v-1.9A.688.688,0,0,1,3.971.7H10.6a.688.688,0,0,1,.687.687V8.021a.687.687,0,0,1-.687.687H8.922" transform="translate(2.004 2)" fill="none" stroke="%23b81c22" stroke-miterlimit="10" stroke-width="1.4"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-commonButton--icon-pdf[target=_blank]::before {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10.665px;
  height: 13.332px;
  content: "";
  background: #b81c22 no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.665" height="13.332" viewBox="0 0 10.665 13.332"><path fill-rule="evenodd" d="M6.39 0a1.333 1.333 0 0 1 .856.311l.087.079 2.942 2.942a1.333 1.333 0 0 1 .385.825l.005.117V12a1.333 1.333 0 0 1-1.233 1.33h-8.1A1.333 1.333 0 0 1 0 12.1V1.333A1.333 1.333 0 0 1 1.233 0h.1ZM5.333 1.333h-4V12h8V5.333h-3a1 1 0 0 1-1-.9v-.1Zm.659 5.231a4.148 4.148 0 0 0 1.49 2.581.667.667 0 0 1-.659 1.141 4.148 4.148 0 0 0-2.98 0 .667.667 0 0 1-.659-1.141 4.147 4.147 0 0 0 1.49-2.581.667.667 0 0 1 1.317.001ZM5.331 8.1l-.459.8h.92l-.461-.8Zm1.335-6.491V4h2.39Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.665" height="13.332" viewBox="0 0 10.665 13.332"><path fill-rule="evenodd" d="M6.39 0a1.333 1.333 0 0 1 .856.311l.087.079 2.942 2.942a1.333 1.333 0 0 1 .385.825l.005.117V12a1.333 1.333 0 0 1-1.233 1.33h-8.1A1.333 1.333 0 0 1 0 12.1V1.333A1.333 1.333 0 0 1 1.233 0h.1ZM5.333 1.333h-4V12h8V5.333h-3a1 1 0 0 1-1-.9v-.1Zm.659 5.231a4.148 4.148 0 0 0 1.49 2.581.667.667 0 0 1-.659 1.141 4.148 4.148 0 0 0-2.98 0 .667.667 0 0 1-.659-1.141 4.147 4.147 0 0 0 1.49-2.581.667.667 0 0 1 1.317.001ZM5.331 8.1l-.459.8h.92l-.461-.8Zm1.335-6.491V4h2.39Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-commonButton--size-full {
  width: 100% !important;
}
.c-commonButton--sm-size-full {
  width: 100% !important;
}
.c-commonButton + .c-commonButton {
  margin: 10px 0 0;
}

.c-commonLabel {
  display: inline-flex !important;
  align-items: center;
  height: 21px;
  padding: 0 5px !important;
  font-size: 10px !important;
  font-weight: 700;
  color: #b81c22;
  letter-spacing: 0;
  border: 1px solid #b81c22;
  border-radius: 5px;
}

.c-commonSelector {
  position: relative;
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.c-commonSelector::before {
  position: absolute;
  top: calc(50% - 3.5px);
  right: 13px;
  width: 5.77px;
  height: 9.543px;
  content: "";
  background: #b81c22 no-repeat center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5.77" height="9.543" viewBox="0 0 5.77 9.543"><path d="M5.478,5.478a1,1,0,0,0,0-1.413L1.707.293A1,1,0,0,0,.293,1.707L3.357,4.771.293,7.835A1,1,0,1,0,1.707,9.25L5.479,5.479Z" transform="translate(0 0)" fill-rule="evenodd"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5.77" height="9.543" viewBox="0 0 5.77 9.543"><path d="M5.478,5.478a1,1,0,0,0,0-1.413L1.707.293A1,1,0,0,0,.293,1.707L3.357,4.771.293,7.835A1,1,0,1,0,1.707,9.25L5.479,5.479Z" transform="translate(0 0)" fill-rule="evenodd"/></svg>');
}
.c-commonSelector select {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.c-page-kv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 105px;
  background-image: url("/assets/images/pages/common/page-kv_bg-pattern.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 10px auto;
}
.c-page-kv__hdg {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.c-page-kv__note {
  margin: 5px 20px 0;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.c-section-hdg {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.125;
  letter-spacing: 0.1em;
}
.c-section-hdg::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  margin: -2px 0 0;
  content: "";
  border: 2px solid #a9151a;
  border-radius: 50%;
}

.p-sec-price__heading {
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-sec-price__box {
  padding: 17px 20px 20px;
  background: #efefef;
  border-radius: 3px;
}
.p-sec-price__note {
  margin-top: 18px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
}
.p-sec-price .plate-list {
  display: flex;
  justify-content: center;
}
.p-sec-price .plate-list__item {
  width: 200px;
}
.p-sec-price .plate-list__item:not(:first-child) {
  margin-left: 4px;
}
.p-sec-price .plate {
  margin-bottom: 9px;
  text-align: center;
}
.p-sec-price .plate__name {
  margin-bottom: 7px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.p-sec-price .price-list {
  margin-bottom: -20px;
  text-align: center;
}
.p-sec-price .price-list__item {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.p-sec-price .price-list__item .unit,
.p-sec-price .price-list__item .tax {
  position: relative;
  top: -0.08em;
  font-weight: 500;
}
.p-sec-price .price-list__item .unit {
  margin-left: 0.1em;
  font-size: 10px;
}
.p-sec-price .price-list__item .tax {
  font-size: 8px;
}
@media (min-width: 320px) {
  .u-d-xs-none {
    display: none !important;
  }

  .u-d-xs-inline {
    display: inline !important;
  }

  .u-d-xs-inline-block {
    display: inline-block !important;
  }

  .u-d-xs-block {
    display: block !important;
  }

  .u-d-xs-table {
    display: table !important;
  }

  .u-d-xs-table-row {
    display: table-row !important;
  }

  .u-d-xs-table-cell {
    display: table-cell !important;
  }

  .u-d-xs-flex {
    display: flex !important;
  }

  .u-d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 375px) {
  .u-d-sm-none {
    display: none !important;
  }

  .u-d-sm-inline {
    display: inline !important;
  }

  .u-d-sm-inline-block {
    display: inline-block !important;
  }

  .u-d-sm-block {
    display: block !important;
  }

  .u-d-sm-table {
    display: table !important;
  }

  .u-d-sm-table-row {
    display: table-row !important;
  }

  .u-d-sm-table-cell {
    display: table-cell !important;
  }

  .u-d-sm-flex {
    display: flex !important;
  }

  .u-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }

  .u-d-md-inline {
    display: inline !important;
  }

  .u-d-md-inline-block {
    display: inline-block !important;
  }

  .u-d-md-block {
    display: block !important;
  }

  .u-d-md-table {
    display: table !important;
  }

  .u-d-md-table-row {
    display: table-row !important;
  }

  .u-d-md-table-cell {
    display: table-cell !important;
  }

  .u-d-md-flex {
    display: flex !important;
  }

  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
  .animation-hover-opacity:hover {
    opacity: 0.75;
  }
  html {
    min-width: 1280px;
  }
  .l-container {
    width: 1180px;
    padding: 0 50px;
    margin: 0 auto;
  }
  .fix-nav {
    top: 200px;
    bottom: auto;
    left: auto;
    box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  }
  .fix-nav__list {
    flex-direction: column;
    width: 100px;
    height: 393px;
    border-top: none;
    border-radius: 10px 0 0 10px;
  }
  .fix-nav__item {
    width: 100%;
    height: 20%;
  }
  .fix-nav__item:not(:last-child)::after {
    top: auto;
    left: 0;
    width: 50px;
    height: 1px;
  }
  .fix-nav__anchor {
    justify-content: center;
    padding: 0;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .l-footer__inner {
    width: 1200px;
    padding: 30px 0 15px;
  }
  .footer-menu {
    flex-direction: row;
    height: auto;
    gap: 85px;
  }
  .footer-menu__group {
    width: auto;
  }
  .footer-copyright__logo {
    width: 52px;
  }
  .header-form {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    gap: 10px;
  }
  .header-form__search {
    display: inline;
  }
  .header-form__search input {
    width: 144px;
    height: 30px;
    font-size: 12px;
  }
  .header-form__search::after {
    top: 4px;
    right: 10px;
  }
  .header-form__button {
    display: inline;
    width: 100px;
    padding-right: 10px;
    margin: 0 0 0 10px;
  }
  .header-language {
    right: 0;
    left: auto;
    width: 100px;
    background: #fff;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  .header-language.is-active {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .l-header {
    position: relative;
  }
  .header-upper {
    height: 88px;
    border-width: 4px;
  }
  .header-upper::before {
    right: 350px;
  }
  .header-upper::after {
    left: 350px;
  }
  .header-upper__logo {
    height: 100%;
  }
  .header-upper__logo-anchor {
    width: 53px;
    height: 53px;
  }
  .header-upper .header-form {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    left: auto;
  }
  .header-upper .header-form .header-language {
    top: 30px;
  }
  .nav-btn {
    display: none;
  }
  .hamburger-menu {
    position: initial;
    display: block;
    height: auto;
    max-height: none;
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }
  .header-conversion__list {
    display: none;
  }
  .header-nav {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
  .header-nav {
    padding: 25px 0;
  }
  .header-nav__list {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 5.8333333333%;
    border: none;
  }
  .header-nav__list-item {
    width: auto;
    border: none;
  }
  .header-nav__list-item:first-child {
    display: none;
  }
  .header-nav__list-item {
    height: auto;
    border: none;
  }
  .header-nav__list-item:not(:last-child) {
    border: none;
  }
  .header-sns {
    display: none;
  }
  .l-page {
    padding-bottom: 0;
  }
  .c-commonButton {
    width: 368px;
    height: 72px;
    font-size: 16px !important;
  }
  .c-commonButton--md-size-large {
    width: 576px;
    height: 72px;
    border-radius: 36px;
  }
  .c-commonButton--sm-size-full {
    width: 368px !important;
  }
  .c-commonLabel {
    height: 23px;
    font-size: 12px !important;
  }
  .c-commonSelector {
    width: 472px;
  }
  .c-page-kv {
    height: 180px;
    background-size: 15px auto;
  }
  .c-page-kv__hdg {
    font-size: 24px;
    line-height: 2.125;
  }
  .c-page-kv__note {
    font-size: 12px;
  }
  .c-section-hdg {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    font-size: 23px;
  }
  .c-section-hdg::before {
    width: 10px;
    height: 10px;
    margin: -5px 0 0;
    border-width: 3px;
  }
  .p-sec-price__heading {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .p-sec-price__box {
    padding: 35px 50px 20px 35px;
    border-radius: 5px;
  }
  .p-sec-price__note {
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
  }
  .p-sec-price .plate-list__item {
    display: flex;
    width: auto;
  }
  .p-sec-price .plate-list__item:not(:first-child) {
    margin-left: 74px;
  }
  .p-sec-price .plate {
    margin: 0 7px 0 0;
  }
  .p-sec-price .plate__name {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .p-sec-price .plate__image img {
    width: 146px;
    height: auto;
  }
  .p-sec-price .price-list {
    margin: 43px 0 -12px;
  }
  .p-sec-price .price-list__item {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .p-sec-price .price-list__item .unit,
.p-sec-price .price-list__item .tax {
    font-size: 14px;
  }
}
@media (min-width: 1080px) {
  .u-d-lg-none {
    display: none !important;
  }

  .u-d-lg-inline {
    display: inline !important;
  }

  .u-d-lg-inline-block {
    display: inline-block !important;
  }

  .u-d-lg-block {
    display: block !important;
  }

  .u-d-lg-table {
    display: table !important;
  }

  .u-d-lg-table-row {
    display: table-row !important;
  }

  .u-d-lg-table-cell {
    display: table-cell !important;
  }

  .u-d-lg-flex {
    display: flex !important;
  }

  .u-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .u-d-xl-none {
    display: none !important;
  }

  .u-d-xl-inline {
    display: inline !important;
  }

  .u-d-xl-inline-block {
    display: inline-block !important;
  }

  .u-d-xl-block {
    display: block !important;
  }

  .u-d-xl-table {
    display: table !important;
  }

  .u-d-xl-table-row {
    display: table-row !important;
  }

  .u-d-xl-table-cell {
    display: table-cell !important;
  }

  .u-d-xl-flex {
    display: flex !important;
  }

  .u-d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .u-d-xxl-none {
    display: none !important;
  }

  .u-d-xxl-inline {
    display: inline !important;
  }

  .u-d-xxl-inline-block {
    display: inline-block !important;
  }

  .u-d-xxl-block {
    display: block !important;
  }

  .u-d-xxl-table {
    display: table !important;
  }

  .u-d-xxl-table-row {
    display: table-row !important;
  }

  .u-d-xxl-table-cell {
    display: table-cell !important;
  }

  .u-d-xxl-flex {
    display: flex !important;
  }

  .u-d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fix-nav__anchor:hover {
    opacity: 0.6;
  }
  .footer-sns__anchor:hover {
    opacity: 0.6;
  }
  .footer-menu__head-anchor:hover {
    color: #b81c22;
  }
  .footer-menu__anchor:hover {
    color: #b81c22;
  }
  .header-nav__list-anchor:hover {
    color: #b81c22;
  }
  .c-commonButton:hover {
    opacity: 0.6;
  }
}