@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: separate;
  vertical-align: middle;
}

caption,
td,
th {
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

a img {
  border: none;
}

/* ===========
==============全体 =============== */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
html {
  background-color: #fff;
  scroll-behavior: smooth;
}
@media screen and (max-width: 576px) {
  html {
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
            text-size-adjust: none;
  }
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  color: #3a240a;
  background: url(../images/bg-body.webp) repeat;
  font-size: 16px;
  overflow-x: hidden;
}
@media screen and (max-width: 999px) {
  body {
    line-height: 1.43;
    min-width: auto;
  }
}
body strong {
  font-weight: bold;
}
body.is-fixed {
  overflow: hidden !important;
}
body.large {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  body.large {
    font-size: 14px;
  }
}
body.small {
  font-size: 15px;
}
@media screen and (max-width: 999px) {
  body.small {
    font-size: 14px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

table {
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  border-collapse: collapse;
}

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

a {
  transition: all 0.25s ease;
  text-decoration: none;
  color: #3a240a;
}
a:hover {
  text-decoration: none;
  color: #3a240a;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
}

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

/* ===========
==============見出し =============== */
.m-ttl,
.m-ttl_ico {
  font-weight: 700;
  line-height: 79px;
  height: 79px;
  color: #fff;
  background-color: #c20000;
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  .m-ttl,
  .m-ttl_ico {
    font-size: 20px;
  }
}

.m-ttl_ico {
  padding-left: 80px;
  color: #fff;
  background-color: #c20000;
}
@media screen and (max-width: 999px) {
  .m-ttl_ico {
    line-height: 50px;
    height: 50px;
    padding-left: 52px;
  }
}
.m-ttl_ico.ico-info {
  width: 100%;
  background: #c20000 url(../images/ico-info.webp) no-repeat left 15px center/50px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .m-ttl_ico.ico-info {
    background-position: left 15px center;
    background-size: 30px;
  }
}
.m-ttl_ico.ico-search {
  width: 100%;
  background: #c20000 url(../images/ico-search.webp) no-repeat left 15px center/50px;
  margin: 0 -25px;
}
@media screen and (max-width: 999px) {
  .m-ttl_ico.ico-search {
    background-position: left 15px center;
    background-size: 30px;
    margin: 0 -17px;
  }
}

/* ===========
==============部品 =============== */
.m-pankuzu {
  display: flex;
  margin-bottom: 40px;
  font-size: 14px;
}
.m-pankuzu li:after {
  display: inline-block;
  padding: 0 5px;
  content: "＞";
}
.m-pankuzu li:last-child:after {
  display: none;
}
.m-pankuzu a {
  color: #3a240a;
}

.breadcrumbs {
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 0.685rem;
}
.breadcrumbs ul {
  display: flex;
  align-items: flex-start;
  align-self: center;
}
.breadcrumbs ul li {
  color: #3a240a;
}
.breadcrumbs ul a {
  text-decoration: underline;
  color: #3a240a;
}

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

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

.m-btn {
  font-weight: 700;
  line-height: 89px;
  position: relative;
  width: 510px;
  height: 89px;
  margin: 0 auto;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.25s ease, top 0.25s ease;
  text-align: center;
  color: #493314;
  border: 3px solid #493314;
  font-size: 30px;
}
@media screen and (max-width: 999px) {
  .m-btn {
    line-height: 68px;
    width: 100%;
    max-width: 360px;
    height: 70px;
    font-size: 20px;
  }
}
.m-btn.is-bottom_arrow::after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 32px;
  height: 22px;
  margin-top: -11px;
  content: url("");
  background: url(../images/ico-arrow_bottom.webp) no-repeat center/contain;
}
@media screen and (max-width: 999px) {
  .m-btn.is-bottom_arrow::after {
    right: 14px;
    width: 20px;
    height: 14px;
    margin-top: -7px;
  }
}
.m-btn:hover {
  color: #951210;
  background-color: #f5f4e8;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 103px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .inner {
    padding: 0 17px 50px;
  }
}
@media screen and (max-width: 999px) {
  .inner .m-ttl_ico {
    width: calc(100% + 34px);
    margin-left: -17px;
  }
}

@media screen and (max-width: 1200px) {
  .header_head,
  .header_menu {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  .header_head,
  .header_menu {
    font-size: 16px;
  }
}

.footer_logo,
.index_search li {
  font-size: 30px;
}
@media screen and (max-width: 999px) {
  .footer_logo,
  .index_search li {
    font-size: 20px;
  }
}

.header {
  width: 100%;
  background-image: url(../images/bg-head_pc.webp);
  background-repeat: repeat-x;
}
@media screen and (max-width: 999px) {
  .header {
    height: 92px;
    background-image: url(../images/bg-head_smp.webp);
    position: relative;
    z-index: 2;
  }
}
.header .inner {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
  padding-bottom: 0;
  background: 0 0;
  z-index: 1;
}
.header .logo {
  position: absolute;
  top: -3px;
  left: 1px;
  width: 221px;
  height: 221px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .header .logo {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 999px) {
  .header .logo {
    top: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
  }
}
.header h1 {
  font-weight: 700;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .header h1 span {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .header h1 {
    margin-top: 14px;
  }
  .header h1 span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
  }
}
.header .header_head {
  width: 100%;
  padding-left: 230px;
  display: flex;
  padding-right: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 51px;
}
@media screen and (max-width: 1200px) {
  .header .header_head {
    padding-left: 12.9166666667vw;
  }
}
@media screen and (max-width: 999px) {
  .header .header_head {
    margin-top: 0;
    padding-right: 0;
    padding-left: 82px;
  }
}
.header .header_btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  width: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .header .header_btns {
    gap: 15px;
  }
}
.header .head_lang {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 380px;
  flex-shrink: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
.header .head_lang li {
  font-weight: 700;
  line-height: 45px;
  height: 45px;
  text-align: center;
  background-color: #fff;
}
.header .head_lang li a {
  display: block;
  color: #493314;
}
.header .head_lang li a.is-active, .header .head_lang li a:hover {
  color: #951210;
  border-bottom: 5px solid #951210;
}
.header .head_size {
  display: flex;
  height: 50px;
  padding: 10px 14px;
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: space-between;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
.header .head_size .label {
  font-weight: 700;
  line-height: 28px;
  min-width: 92px;
  padding-right: 10px;
  text-align: center;
  border-right: 1px solid #fff;
}
.header .head_size ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}
.header .head_size ul li {
  font-weight: 700;
  line-height: normal;
  display: flex;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.25s ease, top 0.25s ease;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #000;
  justify-content: center;
  align-items: center;
}
.header .head_size ul li:nth-child(1) {
  width: 26px;
  height: 26px;
}
.header .head_size ul li:nth-child(2) {
  width: 33px;
  height: 33px;
}
.header .head_size ul li:nth-child(3) {
  width: 38px;
  height: 38px;
}
.header .head_size ul li.is-active, .header .head_size ul li:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #951210;
}
.header .header_sitemap {
  font-weight: 700;
  line-height: 45px;
  height: 50px;
  text-align: center;
  color: #000;
  flex-shrink: 0;
}
.header .header_sitemap a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.header .header_sitemap a:hover {
  color: #951210;
}
.header nav {
  margin: 20px auto 0;
}
.header .header_menu {
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 1200px) {
  .header .header_menu {
    width: 100%;
    max-width: 995px;
  }
}
@media screen and (max-width: 1699px) {
  .header .header_menu {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 999px) {
  .header .header_menu {
    position: absolute;
    z-index: -1;
    top: -10px;
    right: 0;
    display: block;
    visibility: hidden;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    margin-top: 82px;
    padding: 50px 17px 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 0;
    border-bottom: 2px solid #c4a479;
    background: url(../images/bg-body.webp);
    flex-wrap: wrap;
    gap: 0;
  }
  .header .header_menu.is-open {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    filter: none;
  }
}
.header .header_menu li {
  position: relative;
  top: 0;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.25s ease, top 0.25s ease;
  width: 195px;
  height: 89px;
  background: url(../images/navigation_bg.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1699px) {
  .header .header_menu li {
    width: 156px;
  }
}
@media screen and (max-width: 999px) {
  .header .header_menu li {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background-image: none;
  }
  .header .header_menu li:hover {
    top: 0;
  }
  .header .header_menu li:last-child a {
    padding: 27px 0 27px 25px;
  }
}
.header .header_menu li:hover {
  top: -3px;
}
.header .header_menu li a {
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: 5px;
}
@media screen and (max-width: 1699px) {
  .header .header_menu li a {
    background-size: contain;
    row-gap: 5px;
  }
}
@media screen and (max-width: 999px) {
  .header .header_menu li a {
    position: relative;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 17px 0 17px 20px;
    text-align: left;
    border-top: 2px solid #c4a479;
    background: 0 0 !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .header .header_menu li a span:nth-child(2) {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .header_menu li a span:nth-child(1) {
  line-height: 1.5;
}
.header .header_menu li a.lh-low {
  padding-top: 15px;
}
.header .header_menu li a.lh-low span:nth-child(1) {
  line-height: 1.2;
}
.header .header_menu li a.is-active, .header .header_menu li a:hover {
  color: #951210;
}
.header .header_menu li:nth-child(1) a {
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .header .header_menu_toggle {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 9px;
    display: block;
    width: 42px;
    height: 32px;
    cursor: pointer;
    opacity: 0;
    -webkit-touch-callout: none;
  }
}
@media screen and (max-width: 999px) {
  .header .header_menu_btn {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 9px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .header .header_menu_btn span {
    position: relative;
    right: 0;
    display: block;
    width: 42px;
    height: 4px;
    margin-bottom: 8px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, right 0.55s ease;
    transform-origin: 4px 0;
    background-color: #493314;
  }
  .header .header_menu_btn span.first {
    transform-origin: 0 0;
  }
  .header .header_menu_btn span.third {
    transform-origin: 0 100%;
  }
  .header .header_menu_btn.is-active span {
    right: -10px;
    transform: rotate(45deg) translate(-1px, -4px);
    opacity: 1;
    filter: none;
  }
  .header .header_menu_btn.is-active span.second {
    transform: rotate(0) scale(0.2, 0.2);
    opacity: 0;
  }
  .header .header_menu_btn.is-active span.third {
    transform: rotate(-45deg) translate(0, -1px);
  }
}
.header .is-smp {
  display: none;
}
@media screen and (max-width: 999px) {
  .header .is-smp {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .header .is-pc {
    display: none;
  }
}

.footer {
  line-height: 1;
  padding: 50px 0 25px;
  text-align: center;
  color: #493314;
}
.footer .inner {
  padding-bottom: 0;
  background: 0 0;
}
.footer .footer_data {
  display: flex;
  margin: 24px 0 46px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.footer .footer_data span {
  display: block;
}
@media screen and (max-width: 999px) {
  .footer .footer_data {
    margin-bottom: 30px;
    gap: 10px;
  }
  .footer .footer_data .first {
    width: 100%;
  }
}
.footer .footer_logo {
  font-weight: 700;
}
.footer .footer_logo a {
  color: #493314;
}
.footer .copy {
  font-size: 1rem;
}
@media screen and (max-width: 999px) {
  .footer .copy {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=common.css.map */