@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -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;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: 700;
}

/* ===========
==============全体 =============== */
html {
  background-color: #fff;
  color: #000;
  transition: font-size 0.3s ease;
}
html.is-small {
  font-size: 51.875%;
}
@media screen and (max-width: 768px) {
  html.is-small {
    font-size: 62.5%;
  }
}
html.is-middle {
  font-size: 62.5%;
}
html.is-large {
  font-size: 70.3125%;
}
@media screen and (max-width: 1600px) {
  html.is-large {
    font-size: 66.40625%;
  }
}
@media screen and (max-width: 768px) {
  html.is-large {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  background-image: url(../images/bg-body.webp);
  background-size: auto;
  background-repeat: repeat;
  background-position: center top;
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc-none {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 1200px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-only {
    display: block;
  }
}

.sub-common__outer {
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .sub-common__outer {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .sub-common__outer {
    padding: 0 8px;
  }
}

.sub-common__inner--white {
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 80px 80px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  color: #000;
}
@media screen and (max-width: 1200px) {
  .sub-common__inner--white {
    max-width: 995px;
  }
}
@media screen and (max-width: 992px) {
  .sub-common__inner--white {
    width: 100%;
    transform: none;
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .sub-common__inner--white {
    width: 100%;
    padding: 20px 16px 20px;
  }
}

.sub-common__content {
  width: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sub-common__content {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .sub-common__content {
    width: 100%;
    margin: 0;
  }
}
.sub-common__content p {
  font-size: 1.6rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .sub-common__content p {
    font-size: 1.5rem;
  }
}
.sub-common__content figure {
  width: 100% !important;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
}
.sub-common__content table {
  width: 100%;
  height: auto;
  margin: 2rem auto;
}
.sub-common__content img {
  width: 100%;
}

/* ===========
==============見出し =============== */
.common__title--red {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  background-color: #c20000;
  padding: 14px;
}
.common__title--red .common__title--icon {
  width: 50px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .common__title--red .common__title--icon {
    width: 6.9444444444vw;
  }
}
.common__title--red .common__title--text {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .common__title--red .common__title--text {
    font-size: 5.2083333333vw;
  }
}

/* ===========
==============部品 =============== */
.breadcrumbs {
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.breadcrumbs ul {
  display: flex;
  align-items: flex-start;
  align-self: center;
}
.breadcrumbs ul li {
  color: #000;
}
.breadcrumbs ul a {
  text-decoration: underline;
  color: #000;
}

.separator {
  margin: 0 0.5em;
  line-height: 1;
}

.breadcrumb-item.current {
  color: #666;
}

p.base-return {
  width: 100%;
  margin: 15px auto;
  padding: 0 20px;
  text-align: right;
  font-size: 1.2rem;
}

p.base-return img {
  width: 14px;
  height: 13px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-common__button {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 6px 24px;
  border: 1px solid #c4a479;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3a240a;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-common__button.is-disabled {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-common__button {
    padding: 6px 16px;
  }
}
.c-common__button.is-selected, .c-common__button:hover:not(.is-disabled) {
  background-color: #c20000;
  color: #fff;
}

.c-pagination {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px 0 0;
}

.c-pagination__numbers {
  display: flex;
  gap: 8px;
}

.c-pagination__button {
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .c-pagination__button:not(.c-pagination__button--prev):not(.c-pagination__button--next) {
    display: none;
  }
}

.c-common__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.c-common__loading.is-loading {
  display: flex;
}
.c-common__loading::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 3px solid #c20000;
  border-radius: 50%;
  border-top-color: transparent;
  animation: loading 0.8s linear infinite;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.c-common__share {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 34px;
}
.c-common__share p {
  width: 100%;
  height: auto;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.c-common__share .c-common__share--list {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.c-common__share .c-common__share--item {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-common__share .c-common__share--item img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===========
==============フォント =============== */
.l-header {
  width: 100%;
  background-image: url(../images/bg-head_pc.webp);
  background-repeat: repeat-x;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px 0;
}
@media screen and (max-width: 1200px) {
  .l-header {
    background-image: url(../images/bg-head_sp.webp);
    position: relative;
    z-index: 2;
    padding: 0px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0 8px;
  }
}

.l-header__inner {
  width: 100%;
  max-width: 1536px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .l-header__inner {
    height: 105px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 92px;
  }
}

.l-header__logo {
  width: 221px;
  aspect-ratio: 221/221;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .l-header__logo {
    width: 120px;
    top: 12px;
    left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 110px;
    top: 12px;
    left: 0;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header__block--right {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  padding-left: 241px;
  align-items: flex-end;
}
@media screen and (max-width: 1600px) {
  .l-header__block--right {
    padding-left: 221px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__block--right {
    justify-content: flex-start;
    padding-top: 32px;
    padding-left: 120px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__block--right {
    padding-left: 104px;
  }
}
@media screen and (max-width: 576px) {
  .l-header__block--right {
    padding-top: 23px;
    padding-left: 92px;
  }
}

.l-header__block--upper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 24px 0;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (max-width: 1600px) {
  .l-header__block--upper {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__block--upper {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .l-header__block--upper {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.l-header__title {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: auto;
  font-size: 1.6rem;
  font-weight: 700;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-header__title {
    font-feature-settings: "palt";
    line-height: 1.4;
    font-size: 1.4rem;
  }
}

.l-header__buttons {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  gap: 18px;
}
@media screen and (max-width: 1600px) {
  .l-header__buttons {
    gap: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__buttons {
    display: none;
  }
}

.l-header__buttons--lang {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  flex-shrink: 1;
}

.l-header__button--lang {
  width: 100%;
  height: auto;
}
.l-header__button--lang a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14.5px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #493314;
  position: relative;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1600px) {
  .l-header__button--lang a {
    padding: 14.5px 16px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__button--lang a {
    padding: 14.5px 16px;
  }
}
.l-header__button--lang a:hover {
  color: #951210;
}
.l-header__button--lang a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #951210;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-header__button--lang a:hover::after {
  opacity: 1;
}

.l-header__buttons--size {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 4px 14px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 1600px) {
  .l-header__buttons--size {
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 4px 8px;
  }
}

.l-header__buttons--label {
  font-size: 16px;
  font-weight: 700;
  color: #3a240a;
}

.l-header__list--size {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1600px) {
  .l-header__list--size {
    gap: 8px;
  }
}

.l-header__item--size {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3a240a;
  font-size: 16px;
  line-height: 1;
  border-radius: 99px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  border: none;
}
.l-header__item--size.size-small {
  width: 26px;
  height: 26px;
}
.l-header__item--size.size-middle {
  width: 32px;
  height: 32px;
}
.l-header__item--size.size-large {
  width: 38px;
  height: 38px;
}
.l-header__item--size.is-active, .l-header__item--size:hover {
  background-color: #951210;
  color: #fff;
  border: 1px solid #fff;
}

.l-header__sitemap {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.l-header__sitemap a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3a240a;
  transition: color 0.3s ease;
}
.l-header__sitemap a:hover {
  color: #951210;
}

.l-header__block--lower {
  width: 100%;
  max-width: 1195px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -221px;
}
@media screen and (max-width: 1600px) {
  .l-header__block--lower {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__block--lower {
    background-image: url(../images/bg-body.webp);
    background-size: auto;
    background-repeat: repeat;
    background-position: center top;
  }
}

.l-header__burger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-header__burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 42px;
    row-gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .l-header__burger {
    width: 40px;
  }
}
.l-header__burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #3a240a;
  transition: transform 0.3s ease;
  border-radius: 99px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.l-header__burger.is-active span:first-child {
  transform: translateY(13px) rotate(45deg);
}
.l-header__burger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__burger.is-active span:last-child {
  transform: translateY(-13px) rotate(-45deg);
}

.l-header__list--menu {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}
@media screen and (max-width: 1200px) {
  .l-header__list--menu {
    position: fixed;
    z-index: 8;
    top: 90px;
    left: 0;
    width: 100vw;
    height: calc(100dvh - 90px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 0;
    padding: 48px 16px 16px;
    background-image: url(../images/bg-body.webp);
    background-size: 60px 60px;
    background-repeat: repeat;
    background-position: center top;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease, pointer-events 0.3s ease;
  }
}

@media screen and (max-width: 1200px) {
  .l-header__list--menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.l-header__item--menu {
  width: 100%;
  height: auto;
  padding-top: 8px;
  background-image: url(../images/navigation_bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: aspect-ratio 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .l-header__item--menu {
    background-image: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__item--menu:first-child {
    display: none;
  }
}
.l-header__item--menu a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  row-gap: 4px;
  transition: row-gap 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .l-header__item--menu a {
    flex-direction: row-reverse;
    padding: 20px 12px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    border-top: 2px solid #c4a479;
  }
}
.l-header__item--menu a.item-wo-icon {
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3a240a;
}
@media screen and (max-width: 576px) {
  .l-header__item--menu a.item-wo-icon {
    justify-content: flex-end;
  }
}
.l-header__item--menu span:first-child {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3a240a;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .l-header__item--menu span:first-child {
    text-align: left;
  }
}
.l-header__item--menu span:last-child {
  width: 63px;
  aspect-ratio: 53/37;
}

.is-large .l-header__item--menu a {
  row-gap: 4px;
}

.is-small .l-header__item--menu a {
  row-gap: 6px;
}

.l-header__item--menu:hover {
  transform: translateY(-6px);
}
.l-header__item--menu:hover a span:first-child {
  color: #951210;
}

.l-footer {
  line-height: 1;
  padding: 50px 0 25px;
  text-align: center;
  color: #493314;
}

.l-footer__inner {
  padding-bottom: 0;
  background: 0 0;
}

.l-footer__data {
  display: flex;
  margin: 24px 0 46px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.l-footer__data span {
  display: block;
}
@media screen and (max-width: 992px) {
  .l-footer__data {
    margin-bottom: 30px;
    gap: 10px;
  }
  .l-footer__data .first {
    width: 100%;
  }
}

.l-footer__logo {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .l-footer__logo {
    font-size: 20px;
  }
}
.l-footer__logo a {
  color: #493314;
}

.l-footer__copy {
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  .l-footer__copy {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=common.css.map */