@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: 2.1333333333vw;
}

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

.pc {
  display: none !important;
}

#wrapper {
  overflow: hidden;
  padding-top: 26.6666666667vw;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 20;
  background-color: #fff;
  width: 100%;
  height: 16vw;
}
.site-header .site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5.3333333333vw;
  width: 100%;
  height: 16vw;
  margin: 0 auto;
  padding: 0 2.6666666667vw 0;
}
.site-header .site-logo {
  display: flex;
  align-items: center;
  gap: 2.9333333333vw;
}
.site-header .site-logo img {
  width: 27.6vw;
}
.site-header .site-logo span {
  font-family: "Shippori Mincho", serif;
  font-size: 2.6666666667vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.site-header.active .site-nav > ul {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.site-header.active .site-nav .menu-open a {
  background: url(../img/common/icon-menu-close.png) center center/4.4vw no-repeat;
}
.site-header .site-nav .menu-open a {
  width: 6vw;
  height: 6vw;
  display: block;
  background: url(../img/common/icon-menu.png) center center/contain no-repeat;
}
.site-header .site-nav > ul {
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
  position: absolute;
  top: 26.6666666667vw;
  width: 100vw;
  background-color: #838179;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
  padding: 6.6666666667vw 6.6666666667vw calc(6.6666666667vw + env(safe-area-inset-bottom));
  height: calc(100dvh - 26.6666666667vw);
  overflow: scroll;
}
.site-header .site-nav > ul > li {
  text-align: left;
}
.site-header .site-nav > ul > li > a {
  font-size: 3.7333333333vw;
  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 {
  padding-left: 2.1333333333vw;
  background-color: #838179;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 7.3333333333vw;
  margin-top: 5.3333333333vw;
}
.site-header .site-nav > ul li .sub-menu .sub-menu-column {
  border-left: clamp(1px, 0.1333333333vw, 1px) solid #fff;
  padding-left: 2.6666666667vw;
  display: flex;
  gap: 6vw;
}
.site-header .site-nav > ul li .sub-menu .sub-menu-column a {
  display: block;
  white-space: nowrap; /* 折り返さないなら */
  font-size: 3.2vw;
  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 {
  width: 42.6666666667vw;
}
.site-header .site-nav > ul li .sub-menu .sub-menu-column .sub-menu-list {
  gap: 1.0666666667vw 6vw;
}
.site-header .site-nav > ul li .sub-menu > ul {
  border-left: clamp(1px, 0.1333333333vw, 1px) solid #fff;
  padding-left: 2.6666666667vw;
}
.site-header .site-nav > ul li .sub-menu ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.site-header .site-nav > ul li .sub-menu ul li a {
  font-size: 3.2vw;
  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.1333333333vw, 1px);
  height: 4vw;
  background-color: #ddaf00;
  transform: translateX(-50%);
}
.site-header .site-header__actions {
  display: flex;
  gap: 0.2666666667vw;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background-color: #fff;
}
.site-header .site-header__actions .header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  width: 50%;
  height: 10.6666666667vw;
  background: #ddaf00;
  font-size: 3.4666666667vw;
  color: #fff;
}
.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: 4.5333333333vw;
  height: 4.9333333333vw;
  background: url("../img/common/icon-cart-white.png") center/contain no-repeat;
}
.site-header .site-header__actions .header-button--mail::before {
  width: 4.5333333333vw;
  height: 3.2vw;
  background: url("../img/common/icon-mail-white.png") center/contain no-repeat;
}

.contact-band {
  background-color: #fff;
}
.contact-band .contact-band__head {
  width: 100%;
  margin: 0 auto;
  padding: 14.6666666667vw 0 26.6666666667vw;
  text-align: center;
  color: #fff;
  background-color: #838179;
}
.contact-band .contact-band__head h2 {
  font-size: 5.6vw;
  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: 5.6vw;
  font-size: 3.4666666667vw;
  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: 94.6666666667vw;
  margin: -13.3333333333vw auto 0;
  padding: 6.6666666667vw 0 8vw;
  background: #fff;
}
.contact-band .contact-band__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  width: 86.6666666667vw;
  margin: 0 auto;
  padding: 3.3333333333vw;
  height: 12vw;
  border-radius: 0.8vw;
  background-color: #ddaf00;
  font-size: 3.7333333333vw;
  font-weight: bold;
  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: 4.2666666667vw;
  height: 3.3333333333vw;
  background: url("../img/common/icon-mail-white.png") center/contain no-repeat;
}
.contact-band .contact-band__sns {
  margin: 6vw auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5.3333333333vw;
  padding-top: 6.4vw;
  border-top: clamp(1px, 0.1333333333vw, 1px) solid #ccc;
}
.contact-band .contact-band__sns span {
  font-size: 3.7333333333vw;
  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: 9.3333333333vw;
}
.contact-band .contact-band__sns-icons img {
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  object-fit: contain;
}

.site-footer {
  background-color: #838179;
  color: #fff;
}
.site-footer .site-footer__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 6.6666666667vw;
  margin: 0 auto;
  padding: 13.3333333333vw 2.6666666667vw 10.6666666667vw 8vw;
}
.site-footer .site-footer__brand img {
  width: 40.6666666667vw;
}
.site-footer .site-footer__brand address {
  margin-top: 4vw;
  margin-bottom: 2.6666666667vw;
}
.site-footer .site-footer__brand address,
.site-footer .site-footer__brand p,
.site-footer .site-footer__brand small {
  display: block;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.site-footer .site-footer__brand small {
  margin-top: 9.0666666667vw;
}
.site-footer .site-footer__nav {
  display: flex;
  flex-direction: column;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8vw;
}
.site-footer .site-footer__nav .column {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
}
.site-footer .site-footer__nav .column h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 30.6666666667vw;
  gap: 4vw;
}
.site-footer .site-footer__nav .column h3 a {
  display: block;
  width: auto;
  font-size: 3.7333333333vw;
  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:has(+ .list)::after {
  content: "";
  display: block;
  width: 100%;
  width: clamp(4.5333333333vw, 100%, 10.5333333333vw);
  height: clamp(1px, 0.1333333333vw, 1px);
  background-color: #fff;
}
.site-footer .site-footer__nav .column .list {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
}
.site-footer .site-footer__nav .column ul,
.site-footer .site-footer__nav .column dl {
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
}
.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: 3.7333333333vw;
  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: 1.3333333333vw;
}
.site-footer .site-footer__nav .column dl dd {
  padding-left: 2.1333333333vw;
}
.site-footer .site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0vw 5.6vw;
}
.site-footer .site-footer__nav .column {
  display: block;
  min-width: 0;
}
.site-footer .site-footer__nav .column h3 {
  width: auto;
  gap: 1.6vw;
}
.site-footer .site-footer__nav .column h3::before {
  position: absolute;
  left: -5.6vw;
  content: "";
  display: block;
  width: 4vw;
  height: 0.2666666667vw;
  background-color: #fff;
  flex: 0 0 auto;
}
.site-footer .site-footer__nav .column h3:has(+ .list)::after {
  content: none;
}
.site-footer .site-footer__nav .column h3 a {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.4;
}
.site-footer .site-footer__nav .column .list {
  display: block;
  margin-top: 2.4vw;
}
.site-footer .site-footer__nav .column ul,
.site-footer .site-footer__nav .column dl {
  gap: 1.3333333333vw;
}
.site-footer .site-footer__nav .column ul a,
.site-footer .site-footer__nav .column dl a {
  font-size: 3.3333333333vw;
  line-height: 1.45;
}
.site-footer .site-footer__nav .column dl dt {
  margin-bottom: 1.6vw;
}
.site-footer .site-footer__nav .column dl dt a {
  font-weight: bold;
}
.site-footer .site-footer__nav .column dl dd {
  padding-left: 0;
}
.site-footer .site-footer__nav .column-products {
  grid-column: 1/span 2;
  padding-bottom: 6.6666666667vw;
}
.site-footer .site-footer__nav .column-products .products-list {
  display: grid;
  gap: 1.3333333333vw 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.site-footer .site-footer__nav .column-products .products-list .products-list-column:nth-of-type(3) {
  display: flex;
  grid-column: span 2;
}
.site-footer .site-footer__nav .column-products .products-list dl {
  display: inline-flex;
  width: 100%;
  margin: 0 0 4.8vw;
  break-inside: avoid;
  page-break-inside: avoid;
}
.site-footer .site-footer__nav .column:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2/span 3;
}
#page-heading {
  padding: 2.1333333333vw 2.1333333333vw 0;
}
#page-heading .inner h2 {
  margin-top: 8vw;
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
#page-heading .inner h2:before {
  content: attr(data-en);
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 4vw;
  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: 8.2666666667vw;
  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: 5.3333333333vw;
  width: 100%;
  margin: 0 auto;
}
#page-heading #breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
#page-heading #breadcrumbs ul li {
  font-size: 2.9333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.section-heading {
  position: relative;
}
.section-heading .section-heading__en {
  display: flex;
  align-items: center;
  width: auto;
  gap: 3.7333333333vw;
  white-space: nowrap;
  font-family: "Libre Baskerville", serif;
  font-size: 4vw;
  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%;
  max-width: 21.3333333333vw;
  height: clamp(1px, 0.1333333333vw, 1px);
  background: #ccc;
}
.section-heading .section-heading-title {
  margin: 0;
  font-size: 6.6666666667vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #333;
}
.section-heading p {
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  color: #666;
}

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

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