@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

img {
  display: block;
  max-width: 100%;
}

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

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html {
  color: #ccc;
  font-family: "Noto Sans JP", serif;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  font-size: clamp(1px, 1.1111111111vw, 16px);
}

body {
  width: 100%;
  color: #000;
  height: 100%;
  letter-spacing: -0.025em;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.65;
}

button {
  font: inherit;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
.font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.font-min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.sp {
  display: none !important;
}

#wrapper {
  overflow: hidden;
  padding-top: clamp(1px, 7.2222222222vw, 104px);
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 20;
  background-color: #fff;
  width: 100%;
}
.site-header .site-header__inner {
  display: grid;
  grid-template-columns: clamp(1px, 26.3888888889vw, 380px) 1fr auto;
  align-items: center;
  gap: clamp(1px, 2.7777777778vw, 40px);
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1px, 2.7777777778vw, 40px) 0;
}
.site-header .site-logo {
  display: flex;
  align-items: center;
  gap: clamp(1px, 1.5277777778vw, 22px);
}
.site-header .site-logo img {
  width: clamp(1px, 11.8055555556vw, 170px);
}
.site-header .site-logo span {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1px, 0.9722222222vw, 14px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.site-header .site-nav {
  font-size: clamp(1px, 1.1111111111vw, 16px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  height: clamp(1px, 7.2222222222vw, 104px);
}
.site-header .site-nav > ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.site-header .site-nav > ul > li {
  height: 100%;
}
.site-header .site-nav > ul > li > a {
  display: flex;
  align-items: center;
  padding: 0 clamp(1px, 1.6666666667vw, 24px);
  height: 100%;
}
.site-header .site-nav > ul > li > a:hover {
  opacity: 1;
}
.site-header .site-nav > ul li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: clamp(1px, 3.4722222222vw, 50px) clamp(1px, 9.7222222222vw, 140px);
  transform: translateY(100%);
  background-color: #838179;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 50;
  border-top: clamp(1px, 0.6944444444vw, 10px) solid #ddaf00;
  display: flex;
  justify-content: flex-start;
  gap: clamp(1px, 5.5555555556vw, 80px);
}
.site-header .site-nav > ul li .sub-menu .sub-menu-column a {
  display: block;
  white-space: nowrap; /* 折り返さないなら */
  font-size: clamp(1px, 1.25vw, 18px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.site-header .site-nav > ul li .sub-menu .sub-menu-column .sub-menu-name a {
  position: relative;
}
.site-header .site-nav > ul li .sub-menu .sub-menu-column .sub-menu-name a::before {
  content: "";
  position: absolute;
  top: clamp(1px, 0.5555555556vw, 8px);
  left: clamp(-22px, -1.5277777778vw, 1px);
  width: clamp(1px, 1.0416666667vw, 15px);
  height: clamp(1px, 1.0416666667vw, 15px);
  display: block;
  align-items: center;
  background: url("../img/common/icon-tag.png") left center/clamp(1px, 1.0416666667vw, 15px) auto no-repeat;
  font-size: clamp(1px, 1.25vw, 18px);
  color: #333;
  text-decoration: none;
}
.site-header .site-nav > ul li .sub-menu .sub-menu-column .sub-menu-list {
  margin-top: clamp(1px, 0.8333333333vw, 12px);
  display: grid;
  gap: clamp(1px, 0.5555555556vw, 8px) clamp(1px, 3.125vw, 45px);
}
.site-header .site-nav > ul li .sub-menu ul {
  display: flex;
  justify-content: flex-start;
  gap: clamp(1px, 2.7777777778vw, 40px);
  width: 100%;
  margin: 0 auto;
}
.site-header .site-nav > ul li .sub-menu ul.center {
  display: flex;
  justify-content: center;
}
.site-header .site-nav > ul li .sub-menu ul li a {
  font-size: clamp(1px, 1.25vw, 18px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.site-header .site-nav > ul li.has-sub:hover > a {
  position: relative;
}
.site-header .site-nav > ul li.has-sub:hover > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: clamp(1px, 0.0694444444vw, 1px);
  height: clamp(1px, 2.0833333333vw, 30px);
  background-color: #ddaf00;
  transform: translateX(-50%);
}
.site-header .site-nav > ul li.has-sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.site-header .site-header__actions {
  display: flex;
  gap: clamp(1px, 0.6944444444vw, 10px);
}
.site-header .site-header__actions .header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1px, 0.5555555556vw, 8px);
  width: clamp(1px, 12.0833333333vw, 174px);
  height: clamp(1px, 3.1944444444vw, 46px);
  background: #f6f5ed;
  font-size: clamp(1px, 0.9722222222vw, 14px);
}
.site-header .site-header__actions .header-button--store::before,
.site-header .site-header__actions .header-button--mail::before {
  content: "";
}
.site-header .site-header__actions .header-button--store::before {
  width: clamp(1px, 1.5972222222vw, 23px);
  height: clamp(1px, 1.7361111111vw, 25px);
  background: url("../img/common/icon-cart.png") center/contain no-repeat;
}
.site-header .site-header__actions .header-button--mail::before {
  width: clamp(1px, 1.5277777778vw, 22px);
  height: clamp(1px, 1.1111111111vw, 16px);
  background: url("../img/common/icon-mail.png") center/contain no-repeat;
}

.contact-band {
  background-color: #fff;
}
.contact-band .contact-band__head {
  width: 100%;
  margin: 0 auto;
  padding: clamp(1px, 4.8611111111vw, 70px) 0 clamp(1px, 10.7638888889vw, 155px);
  text-align: center;
  color: #fff;
  background-color: #838179;
}
.contact-band .contact-band__head h2 {
  font-size: clamp(1px, 2.3611111111vw, 34px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.contact-band .contact-band__head p {
  margin-top: clamp(1px, 1.8055555556vw, 26px);
  font-size: clamp(1px, 1.25vw, 18px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.contact-band .contact-band__panel {
  width: clamp(1px, 80.5555555556vw, 1160px);
  margin: clamp(-100px, -6.9444444444vw, 1px) auto 0;
  padding: clamp(1px, 3.4722222222vw, 50px) 0 clamp(1px, 4.1666666667vw, 60px);
  background: #fff;
}
.contact-band .contact-band__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1px, 1.0416666667vw, 15px);
  width: clamp(1px, 50.6944444444vw, 730px);
  margin: 0 auto;
  padding: clamp(1px, 1.7361111111vw, 25px);
  border-radius: clamp(1px, 0.3472222222vw, 5px);
  background-color: #ddaf00;
  font-size: clamp(1px, 1.6666666667vw, 24px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.contact-band .contact-band__button::before {
  content: "";
  width: clamp(1px, 2.2222222222vw, 32px);
  height: clamp(1px, 1.7361111111vw, 25px);
  background: url("../img/common/icon-mail-white.png") center/contain no-repeat;
}
.contact-band .contact-band__sns {
  width: clamp(1px, 69.4444444444vw, 1000px);
  margin: clamp(1px, 3.125vw, 45px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1px, 2.7777777778vw, 40px);
  padding-top: clamp(1px, 3.3333333333vw, 48px);
  border-top: clamp(1px, 0.0694444444vw, 1px) solid #ccc;
}
.contact-band .contact-band__sns span {
  font-size: clamp(1px, 1.25vw, 18px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.contact-band .contact-band__sns-icons {
  display: flex;
  gap: clamp(1px, 2.0833333333vw, 30px);
}
.contact-band .contact-band__sns-icons img {
  width: clamp(1px, 2.0833333333vw, 30px);
  height: clamp(1px, 2.0833333333vw, 30px);
  object-fit: contain;
}

.site-footer {
  background-color: #838179;
  color: #fff;
}
.site-footer .site-footer__inner {
  display: grid;
  grid-template-columns: clamp(1px, 34.7222222222vw, 500px) 1fr;
  gap: clamp(1px, 3.4722222222vw, 50px);
  width: clamp(1px, 100vw, 1440px);
  margin: 0 auto;
  padding: clamp(1px, 6.9444444444vw, 100px) clamp(1px, 6.9444444444vw, 100px) clamp(1px, 9.7222222222vw, 140px) clamp(1px, 9.7222222222vw, 140px);
}
.site-footer .site-footer__brand img {
  width: clamp(1px, 16.0416666667vw, 231px);
}
.site-footer .site-footer__brand address {
  margin-top: clamp(1px, 1.3888888889vw, 20px);
  margin-bottom: clamp(1px, 1.3888888889vw, 20px);
}
.site-footer .site-footer__brand address,
.site-footer .site-footer__brand p,
.site-footer .site-footer__brand small {
  display: block;
  font-size: clamp(1px, 1.1111111111vw, 16px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.site-footer .site-footer__brand small {
  margin-top: clamp(1px, 4.7222222222vw, 68px);
}
.site-footer .site-footer__nav {
  display: grid;
  grid-template-columns: clamp(1px, 14.5833333333vw, 210px) clamp(1px, 34.7222222222vw, 500px);
  gap: clamp(1px, 0.6944444444vw, 10px) clamp(1px, 4.1666666667vw, 60px);
}
.site-footer .site-footer__nav .column {
  position: relative;
  display: block;
  align-items: flex-start;
  min-width: 0;
}
.site-footer .site-footer__nav .column h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(1px, 1.25vw, 18px);
  margin: 0 0 clamp(1px, 1.1111111111vw, 16px);
}
.site-footer .site-footer__nav .column h3 a {
  display: block;
  width: auto;
  font-size: clamp(1px, 1.25vw, 18px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  white-space: nowrap;
}
.site-footer .site-footer__nav .column h3::before {
  position: absolute;
  top: 0.75em;
  left: clamp(-30px, -2.0833333333vw, 1px);
  content: "";
  display: block;
  width: clamp(1px, 1.3888888889vw, 20px);
  height: clamp(1px, 0.0694444444vw, 1px);
  background-color: #fff;
}
.site-footer .site-footer__nav .column .list {
  display: flex;
  gap: clamp(1px, 2.6388888889vw, 38px);
}
.site-footer .site-footer__nav .column ul,
.site-footer .site-footer__nav .column dl {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 0.4861111111vw, 7px);
}
.site-footer .site-footer__nav .column ul a,
.site-footer .site-footer__nav .column dl a {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1px, 1.0416666667vw, 15px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.site-footer .site-footer__nav .column dl dt {
  margin-bottom: clamp(1px, 0.5555555556vw, 8px);
}
.site-footer .site-footer__nav .column dl dt a {
  font-weight: bold;
  font-size: clamp(1px, 1.1111111111vw, 16px);
}
.site-footer .site-footer__nav .column dl dd {
  padding-left: 0;
}
.site-footer .site-footer__nav .column-products {
  grid-column: 1/-1;
  padding-bottom: clamp(1px, 3.4722222222vw, 50px);
}
.site-footer .site-footer__nav .column-products .products-list {
  display: grid;
  grid-template-columns: clamp(1px, 13.8888888889vw, 200px) clamp(1px, 13.8888888889vw, 200px) clamp(1px, 13.8888888889vw, 200px);
}
.site-footer .site-footer__nav .column-products .products-list .products-list-column {
  display: grid;
  gap: clamp(1px, 1.3888888889vw, 20px);
}
.site-footer .site-footer__nav .column-products .products-list .products-list-column dl {
  min-height: clamp(1px, 6.25vw, 90px);
}
.site-footer .site-footer__nav .column-company {
  grid-row: 2/span 3;
}
#page-heading .inner {
  width: clamp(1px, 79.8611111111vw, 1150px);
  margin: 0 auto;
  padding-top: clamp(1px, 2.7777777778vw, 40px);
  padding-bottom: clamp(1px, 3.4722222222vw, 50px);
}
#page-heading .inner h2 {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 3.125vw, 45px);
}
#page-heading .inner h2:before {
  content: attr(data-en);
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1px, 1.3888888889vw, 20px);
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #ddaf00;
}
#page-heading .inner h2 span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1px, 3.1944444444vw, 46px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-heading #breadcrumbs {
  display: grid;
  align-items: center;
  gap: clamp(1px, 2.7777777778vw, 40px);
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1px, 2.7777777778vw, 40px) 0;
}
#page-heading #breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  padding-right: clamp(1px, 0.6944444444vw, 10px);
}
#page-heading #breadcrumbs ul li {
  font-size: clamp(1px, 0.9027777778vw, 13px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.section-heading {
  max-width: clamp(1px, 79.8611111111vw, 1150px);
  position: relative;
}
.section-heading .section-heading__en {
  display: flex;
  align-items: center;
  width: clamp(1px, 16.6666666667vw, 240px);
  gap: clamp(1px, 1.3888888889vw, 20px);
  white-space: nowrap;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1px, 1.3888888889vw, 20px);
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 2.3;
  letter-spacing: normal;
  color: #ddaf00;
}
.section-heading .section-heading__en::after {
  content: "";
  display: block;
  width: 100%;
  height: clamp(1px, 0.0694444444vw, 1px);
  background: #ccc;
}
.section-heading .section-heading-title {
  margin: 0;
  font-size: clamp(1px, 2.3611111111vw, 34px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #333;
}
.section-heading p {
  margin-top: clamp(1px, 1.3888888889vw, 20px);
  font-size: clamp(1px, 1.25vw, 18px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  color: #666;
}

#pagetop {
  position: fixed;
  right: clamp(1px, 1.3888888889vw, 20px);
  bottom: 0;
  z-index: 100;
}
#pagetop a {
  display: block;
  background: url(../img/common/icon-totop.png) center center no-repeat;
  background-size: contain;
  width: clamp(1px, 0.6944444444vw, 10px);
  height: clamp(1px, 4.3055555556vw, 62px);
  text-indent: -9999px;
  padding: 0 clamp(1px, 1.3888888889vw, 20px);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
}
#pagetop a.scroll {
  opacity: 1;
  visibility: visible;
}
#pagetop a:hover {
  opacity: 0.65;
}

.grecaptcha-badge {
  bottom: 124px !important;
}
