@charset "UTF-8";
@layer general {
  * {
    -webkit-tap-highlight-color: transparent;
  }

  img {
    vertical-align: top;
    border: 0;
    line-height: 1;
  }

  a {
    color: inherit;
    text-decoration: none;
    transition: opacity 300ms ease;
  }

  a, button, label {
    outline: none;
  }

  input, textarea, select, button {
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
  }

  h1, h2, h3, b, strong {
    font-weight: 500;
  }

  body {
    -webkit-text-size-adjust: 100%;
    margin: 0;
  }
}
/* General */
* {
  /*
  background-color: rgba(0, 255, 0, 0.1);
  */
}

html, body, .page {
  min-width: 1200px;
  background-color: #ffffff;
}

body {
  --font-h4: 'FP-ヒラギノ角ゴ ProN W4', sans-serif;
  --font-h6: 'FP-ヒラギノ角ゴ ProN W6', sans-serif;
  font-family: var(--font-h4);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #73624a;
  -webkit-text-size-adjust: 100%;
}

/* #pagetop */
#pagetop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  max-height: 100%;
  pointer-events: none;
  visibility: hidden;
}

#gotopagetop {
  position: fixed;
  right: 45px;
  bottom: 55px;
  z-index: 10;
  margin: 0;
  transition: opacity 300ms ease, visibility 300ms ease;
  opacity: 0;
  visibility: hidden;
}
#gotopagetop.active {
  opacity: 1;
  visibility: visible;
}
#gotopagetop a {
  display: block;
  border-radius: 100%;
}
#gotopagetop a:hover {
  opacity: 0.6;
}

/* #header */
.transition #header #header-float {
  transition: background-color 1000ms ease, color 1000ms ease;
}
.transition #header #logo {
  transition: filter 1000ms ease;
}
.transition #header #nav:after {
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1), background-color 300ms ease;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
  min-width: 1200px;
  height: 74px;
  padding-bottom: 11px;
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}
#header.hide:not(:hover) {
  transform: translateY(-75px);
}
#header.hide:not(:hover) #header-float, #header.hide:not(:hover) .nav-sub {
  pointer-events: none;
}
#header .header-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(3px);
  mask-image: linear-gradient(to bottom, black 0%, black 20%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0) 90%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}
#header.clear #header-float {
  background: transparent;
  color: white;
}
#header.clear #logo {
  filter: invert(1);
}
#header.clear #nav a:after {
  background-color: white;
}
#header.clear .header-background {
  opacity: 1;
  visibility: visible;
}

#header-float {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  height: 74px;
  padding: 0 3.2%;
  background: white;
}

#logo {
  float: left;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  font-size: 19px;
}
#logo a {
  display: block;
  padding: 10px;
  margin: 0 -10px;
}
#logo a:hover {
  opacity: 0.6;
}

#nav {
  float: right;
  display: flex;
  margin: 0 -10px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#nav p {
  margin: 0 0 0 9px;
}
#nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
  padding: 0 10px;
}
#nav a:after {
  position: absolute;
  top: calc(50% + 1.15em);
  left: calc(10px + 0.1em);
  right: calc(10px + 0.1em);
  content: '';
  display: block;
  width: auto;
  height: 1px;
  background: #73624a;
  transform: scaleX(0);
  transform-origin: 0%;
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1), background-color 300ms ease;
}
#nav a:hover:after, #nav a.active:after {
  transform: scaleX(1);
}
#nav a:not([href]) {
  cursor: default;
}

#header:has(#navSubAbout:hover) #nav #navAbout:after,
#header:has(#navSubProducts:hover) #nav #navProducts:after {
  transform: scaleX(1);
}

.nav-sub {
  position: absolute;
  left: 0;
  top: 74px;
  right: 0;
  z-index: 1;
  max-height: calc(100svh - 74px);
  overflow-y: auto;
  background: #f7f7f7;
  /*
  transform: translateY(-100%);
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
  */
  clip-path: rect(0 100% 0% 0);
  transition: clip-path 300ms cubic-bezier(0.25, 1, 0.5, 1);
}
.nav-sub > div {
  width: 1200px;
  margin: 0 auto;
}
.nav-sub .columns {
  display: flex;
}
.nav-sub .w-type-a {
  width: 178px;
}
.nav-sub .w-type-b {
  width: 622px;
}
.nav-sub .w-type-c {
  width: 172px;
}
.nav-sub .col-a {
  width: 254px;
  margin-left: 20px;
  padding-top: 40px;
}
.nav-sub .col-b {
  width: 178px;
  margin-right: 110px;
  padding-top: 32px;
}
.nav-sub .col-c {
  width: 178px;
  margin-right: 82px;
  padding-top: 32px;
}
.nav-sub .col-c + img {
  margin-top: 43px;
}
.nav-sub .col-d {
  width: 622px;
  margin-left: 22px;
  margin-right: 100px;
  padding-top: 32px;
}
.nav-sub .col-d section:has(.main) + section:has(.main) {
  margin-top: 15px;
}
.nav-sub .col-d .columns {
  justify-content: space-between;
}
.nav-sub .col-d .columns > div {
  width: 172px;
}
.nav-sub .col-e {
  width: 172px;
  margin-right: 80px;
  padding-top: 32px;
}
.nav-sub .col-f {
  width: 172px;
  padding-top: 32px;
}
.nav-sub .col-g {
  width: 254px;
  margin-left: 36px;
  padding-top: 40px;
}
.nav-sub .col-h {
  width: 221px;
  margin-right: 84px;
  padding-top: 32px;
}
.nav-sub .col-i {
  width: 221px;
  margin-right: 84px;
  padding-top: 32px;
}
.nav-sub .col-j {
  width: 268px;
  padding-top: 32px;
}
.nav-sub .nav-sub-h1 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.nav-sub .nav-sub-h2 {
  margin: 18px 0 0;
  font-family: var(--font-h6);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.16em;
}
.nav-sub .main {
  margin: 0;
  font-family: var(--font-h6);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
}
.nav-sub .main a {
  position: relative;
  display: block;
  padding: 14px 0;
  border-bottom: 2px solid #73624a;
}
.nav-sub .main a:after {
  content: '';
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 10px;
  clip-path: polygon(20.5% 97.8%, 4.9% 82.2%, 55.13% 50%, 4.9% 17.8%, 20.5% 2.2%, 95.13% 50%, 20.5% 97.8%);
  background: #73624a;
}
.nav-sub .main a:hover {
  opacity: 0.6;
}
.nav-sub .main + .main {
  margin-top: 22px;
}
.nav-sub .main + .sub, .nav-sub .main + .columns {
  margin-top: 7px;
}
.nav-sub .sub {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.16em;
}
.nav-sub .sub a {
  display: block;
  padding: 8px 1px 13px;
  border-bottom: 1px solid #e4e1dc;
}
.nav-sub .sub a:before {
  content: '-';
  display: inline-block;
  margin-right: 10px;
}
.nav-sub .sub a:hover {
  opacity: 0.6;
}

.nav-sub:hover,
#header:has(#navAbout:hover) #navSubAbout,
#header:has(#navProducts:hover) #navSubProducts,
#header:has(#navContact:hover) #navSubContact {
  /*
  transform: translateY(0); z-index: 2;
  */
  clip-path: rect(0 100% 100% 0);
}

#navSubAbout > div {
  padding-bottom: 58px;
}

#navSubProducts > div {
  padding-bottom: 48px;
}

#navSubContact > div {
  padding-bottom: 64px;
}

/* #footer */
#footer {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #73624a;
  color: white;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: calc(30 / 13);
}
#footer:after {
  content: '';
  display: block;
  clear: both;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .left {
  float: left;
  margin-left: 6.5%;
}
#footer .left h1 {
  margin: 126px 0 110px;
}
#footer .left p {
  margin: 0;
}
#footer .right {
  float: right;
  display: flex;
  margin-top: 133px;
  margin-right: 8.4%;
}
#footer .right > div + div {
  margin-left: 82px;
}
#footer .right p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: 2;
}
#footer .right p + p {
  margin-top: 15px;
}
#footer .right p a {
  display: block;
  width: fit-content;
  padding: 1em;
  margin: -1em;
}
#footer .sns {
  display: flex;
  align-items: center;
  margin: 38px 0 0 -1px;
}
#footer .sns p {
  margin: 0;
  line-height: 1;
}
#footer .sns p + p {
  margin: 0 0 0 39px;
}
#footer .sns a {
  display: inline-block;
  margin: -10px;
  padding: 10px;
}
#footer #copyright {
  margin: 61px 0 75px;
  font-size: 12px;
  letter-spacing: 0.13em;
  line-height: 1;
  font-family: Roboto, sans-serif;
}

/* .overlay */
.overlay-window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: opacity 300ms ease, visibility 300ms ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.overlay-window.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.overlay-window .limit {
  width: fit-content;
  max-height: 90dvh;
  overflow-y: auto;
}

main {
  position: relative;
  z-index: 1;
}

.page-heading {
  display: flex;
  padding: 224px 8.5% 158px;
  justify-content: space-between;
  background: #f0efec;
}
.page-heading .heading h1 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  letter-spacing: 0.16em;
  font-weight: 700;
  line-height: 1;
}
.page-heading .heading h2 {
  margin: 16px 0 0;
  font-size: 13px;
  letter-spacing: 0.16em;
  font-weight: 400;
  line-height: 1;
}
.page-heading .text {
  width: 574px;
}
.page-heading .text p {
  margin: -9px 0 0;
  font-size: 13px;
  line-height: calc(30 / 13);
  letter-spacing: 0.16em;
}

.viewmore {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
}
.viewmore a {
  position: relative;
  display: block;
  width: 178px;
  padding-bottom: 14px;
  border-bottom: 1px solid #73624a;
}
.viewmore a:after {
  position: absolute;
  right: 0;
  top: 1px;
  content: '';
  display: block;
  width: 9px;
  height: 12px;
  background: #73624a;
  clip-path: polygon(11.6% 98.3%, 5.4% 91.7%, 70.4% 50%, 5.4% 8.3%, 11.6% 1.7%, 86.6% 50%, 11.6% 98.3%);
}
.viewmore a:hover {
  opacity: 0.6;
}

.anchor {
  position: absolute;
  top: -74px;
  left: 0;
  font-size: 0;
  line-height: 0;
}

/* .intersection */
.intersection.opacity {
  animation-name: i-opacity;
}

@keyframes i-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.intersection.slidertl {
  animation-name: i-slidertl;
}

@keyframes i-slidertl {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.intersection.blur {
  animation-name: i-blur;
}

@keyframes i-blur {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.intersection.bright {
  animation-name: i-bright;
}

@keyframes i-bright {
  0% {
    opacity: 0;
    filter: brightness(2);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}
.intersection {
  opacity: 0;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
}

/* #gallery */
#gallery .gallery {
  background: #f0efec;
}
#gallery .gallery .img {
  width: 100%;
  height: 100lvh;
  background: center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#gallery .gallery #first {
  opacity: 0;
  transition: opacity 1000ms ease;
}
#gallery .gallery #first.show {
  opacity: 1;
}
#gallery:has(.intersecting) .gallery .img {
  background-attachment: scroll;
}

/* #top */
@keyframes zoom-out {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes line-drop {
  0% {
    transform: translateY(-100%);
  }
  80% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#top .first {
  position: relative;
  z-index: 1;
  background: black;
  color: white;
}
#top .first .background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: opacity 1s ease;
  opacity: 0;
}
#top .first .background.show {
  opacity: 1;
}
#top .first .background.stop {
  display: none;
}
#top .first .background.stop img {
  animation-play-state: paused !important;
}
#top .first .background img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1000ms ease, visibility 1000ms ease;
}
#top .first .background img:first-child, #top .first .background img:first-child + img {
  animation: 5s linear forwards zoom-out;
  animation-iteration-count: 1;
  opacity: 1;
  visibility: visible;
}
#top #section1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
}
#top #section1 h1 {
  margin: 0;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.13em;
  font-weight: 500;
  animation: 1.5s ease 1 forwards show;
  animation-delay: 1s;
  opacity: 0;
}
#top #section1 h1 img {
  display: block;
  margin: 0 auto;
}
#top #section1 h1 span {
  display: block;
  margin: 23px auto 0;
  text-indent: 0.13em;
}
#top #section1 .text {
  position: absolute;
  left: 3.2%;
  bottom: 58px;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.16em;
  line-height: calc(30 / 12);
  font-weight: 400;
}
#top #section1 #pickup {
  position: absolute;
  right: 3.2%;
  bottom: 58px;
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: calc(30 / 13);
  font-weight: 400;
}
#top #section1 #pickup a {
  display: flex;
  align-items: center;
}
#top #section1 #pickup a:hover {
  opacity: 0.6;
}
#top #section1 #pickup a:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 11px;
  background: #fff;
  clip-path: path("M9.97,7.24c-.07.42-.09.82-.09,1.55v3.41c0,.65.02,1.09.09,1.55h-1.95c.07-.55.09-.89.09-1.54v-3.43c0-.67-.02-1.09-.09-1.54h1.95ZM9.96,4.24v1.52h-1.91v-1.52h1.91ZM9,1c4.41,0,8,3.59,8,8s-3.59,8-8,8S1,13.41,1,9,4.59,1,9,1M9,0C4.03,0,0,4.03,0,9s4.03,9,9,9,9-4.03,9-9S13.97,0,9,0h0Z");
}
#top #section1 .vertical {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 1px;
  height: 121px;
  background-color: #b0b0b0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
#top #section1 .vertical:before {
  transform: translateY(-100%);
  animation: 1.5s linear infinite forwards line-drop;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
}
#top #section2 {
  position: relative;
  width: fit-content;
  padding: 147px 10% 123px 0;
  margin-left: auto;
}
#top #section2 .text-1 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
}
#top #section2 .text-2 {
  margin: 34px 0 0;
  font-family: var(--font-h6);
  font-size: 25px;
  letter-spacing: 0.16em;
  font-weight: 400;
  line-height: 1;
}
#top #section2 .text-3 {
  width: 500px;
  margin: 40px 0 46px;
  font-size: 13px;
  letter-spacing: 0.16em;
  font-weight: 400;
  line-height: calc(36 / 13);
}
#top #section2 .viewmore a {
  border-color: #fff;
}
#top #section2 .viewmore a:after {
  background-color: #fff;
}
#top .second {
  position: relative;
  z-index: 2;
}
#top .products {
  padding: 153px 0 124px;
  background: #f0efec;
}
#top .products hgroup {
  text-align: center;
}
#top .products hgroup h1 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  line-height: 1;
}
#top .products hgroup h2 {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  line-height: 1;
}
#top .products section {
  margin-top: 49px;
}
#top .products section + section {
  margin-top: 79px;
}
#top .products section h1 {
  margin: 0;
  padding-bottom: 25px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.16em;
  font-weight: 400;
  line-height: 1.2;
}
#top .products section > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
#top .products section > div > div {
  width: 390px;
}
#top .products section article {
  margin-top: 60px;
  background-color: white;
}
#top .products section a:hover {
  opacity: 0.6;
}
#top .brands {
  box-sizing: border-box;
  padding: 180px 0 193px 10%;
  background: black 0% 50% no-repeat url("../i/top-brands-background.jpg");
  background-size: cover;
  color: white;
}
#top .brands hgroup h1 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  line-height: 1;
}
#top .brands hgroup h2 {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  line-height: 1;
}
#top .brands .text {
  width: 350px;
  margin: 25px 0 56px;
  font-size: 13px;
  line-height: calc(36 / 13);
  letter-spacing: 0.16em;
}
#top .brands .viewmore a {
  border-color: #fff;
}
#top .brands .viewmore a:after {
  background-color: #fff;
}
#top .gallery {
  padding: 158px 0 0;
  background: #f0efec;
}
#top .gallery hgroup {
  text-align: center;
}
#top .gallery hgroup h1 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  line-height: 1;
}
#top .gallery hgroup h2 {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  line-height: 1;
}
#top .gallery .text {
  margin: 37px 0 68px;
  text-align: center;
  font-size: 13px;
  line-height: calc(36 / 13);
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
#top .gallery .top-horizontal-slideshow {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}
#top .gallery .top-horizontal-slideshow > div {
  display: flex;
  animation: 5s linear infinite top-horizontal-slideshow;
}
#top .gallery .top-horizontal-slideshow > div > div {
  display: flex;
}
#top .gallery .top-horizontal-slideshow img {
  margin-left: 14px;
}
#top .gallery .viewmore {
  width: fit-content;
  margin: 47px 8% 0 auto;
}
#top .factory {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 204px 0 196px;
  background: #f0efec;
}
#top .factory > div:first-child {
  width: 46.5%;
  margin-right: 10%;
}
#top .factory > div:first-child + div {
  width: 35.5%;
}
#top .factory hgroup h1 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.12em;
  line-height: 1;
}
#top .factory hgroup h2 {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: 1;
}
#top .factory .text {
  margin: 37px 0 59px;
  font-size: 13px;
  line-height: calc(36 / 13);
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
#top .factory .slideshow {
  position: relative;
  width: 100%;
  height: auto;
}
#top .factory .slideshow img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1000ms ease, visibility 1000ms ease;
}
#top .factory .slideshow img:first-child {
  position: static;
}
#top .factory .slideshow img:first-child, #top .factory .slideshow img:first-child + img {
  opacity: 1;
  visibility: visible;
}
#top .news {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 186px 10% 166px;
  background: #f0efec;
}
#top .news hgroup h1 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.16em;
  line-height: 1;
}
#top .news hgroup h2 {
  margin: 16px 0 52px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: 1;
}
#top .news article {
  width: 660px;
  border-bottom: 2px dotted #73624a;
  font-size: 13px;
  line-height: calc(26 / 13);
  letter-spacing: 0.16em;
  font-weight: 400;
}
#top .news article:first-child {
  border-top: 2px dotted #73624a;
}
#top .news article a {
  display: flex;
  padding: 17px 0 17px;
}
#top .news article a:hover {
  opacity: 0.6;
}
#top .news article time {
  display: block;
  width: 128px;
  max-width: 128px;
  min-width: 128px;
}
#top .news article h1 {
  width: 520px;
  max-width: 520px;
  min-width: 520px;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* #about */
#about .background-1 {
  height: 2154px;
  background: black url("../i/about-background-1.jpg") center center no-repeat;
  background-size: cover;
  color: white;
}
#about .about-heading {
  margin-left: 6.5%;
  margin-bottom: -26px;
  padding-top: 217px;
}
#about .about-heading h1 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.16em;
  line-height: calc(34 / 18);
}
#about .about-heading h2 {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: calc(34 / 18);
}
#about .section-1 {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-top: 74px;
}
#about .section-1 + .section-1 {
  margin-top: -17px;
}
#about .section-1 h1 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.02em;
  line-height: calc(34 / 18);
}
#about .section-1 h2 {
  margin: 18px 0 23px;
  font-family: var(--font-h6);
  font-weight: 400;
  font-size: 23px;
  letter-spacing: 0.16em;
  line-height: calc(34 / 18);
}
#about .section-1 ol {
  margin: 0;
  padding: 0;
  font-family: var(--font-h6);
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: calc(30 / 13);
}
#about .section-1 ol li {
  list-style: none;
}
#about .section-1 ol li + li {
  margin-top: 6px;
}
#about .section-1 ol br {
  display: none;
}
#about .section-1 p {
  margin: 0;
  font-family: var(--font-h6);
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: calc(30 / 13);
}
#about .section-1.section-1-2 > div:first-child, #about .section-1.section-1-4 > div:first-child {
  order: 2;
}
#about .section-1.section-1-1 > div:first-child {
  padding: 61px 0 0 57px;
}
#about .section-1.section-1-2 {
  justify-content: flex-start;
}
#about .section-1.section-1-2 > div:first-child {
  padding: 89px 0 0 89px;
}
#about .section-1.section-1-2 h2 {
  margin: 6px 0 32px;
}
#about .section-1.section-1-3 {
  margin-top: -41px;
}
#about .section-1.section-1-3 > div:first-child {
  padding: 55px 0 0 57px;
}
#about .section-1.section-1-3 h2 {
  margin: 13px 0 15px;
  font-size: 18px;
}
#about .section-1.section-1-4 {
  justify-content: flex-start;
  margin-top: -1px;
}
#about .section-1.section-1-4 > div:first-child {
  padding: 9px 0 0 83px;
}
#about .section-1.section-1-4 p {
  margin: 13px 0 33px;
}
#about .section-1.section-1-4 ol span:first-child + span {
  display: inline-block;
  width: 114px;
}
#about .section-2-container {
  position: relative;
  background: #000;
  color: white;
  font-family: var(--font-h6);
}
#about .section-2-container .section-2-container-heading {
  margin: 0;
  font-weight: 400;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.16em;
}
#about .section-2-container .section-2 {
  position: relative;
  box-sizing: border-box;
  height: 683px;
  padding: 0 0 0 calc(50% - 491px);
  background: black url("../i/about-background-2.jpg") center center no-repeat;
  background-size: cover;
}
#about .section-2-container section h1 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(34 / 18);
  letter-spacing: 0.16em;
}
#about .section-2-container section p {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: calc(36 / 13);
  letter-spacing: 0.16em;
}
#about .section-2-container .section-2-1 {
  padding-top: 92px;
}
#about .section-2-container .section-2-1 .section-2-container-heading {
  margin-left: -52px;
  margin-bottom: 122px;
}
#about .section-2-container .section-2-1 h1 {
  margin-bottom: 70px;
}
#about .section-2-container .section-2-2 {
  padding-top: 198px;
  background-image: url("../i/about-background-3.jpg");
}
#about .section-2-container .section-2-2 h1 {
  margin-bottom: 63px;
}
#about .section-2-container .section-2-3 {
  padding-top: 202px;
  background-image: url("../i/about-background-4.jpg");
}
#about .section-2-container .section-2-3 h1 {
  margin-bottom: 74px;
}
#about .company {
  position: relative;
  background: #f0efec;
}
#about .company .limit {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#about .company .map {
  width: 450px;
  height: 400px;
  border: 0;
  padding-top: 90px;
  padding-right: 36px;
}
#about .company .flex-lr {
  display: flex;
  justify-content: space-between;
}
#about .company .subheading {
  display: flex;
  align-items: center;
}
#about .company .subheading h1 {
  margin: 0 11px 0 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.16em;
}
#about .company .subheading h2 {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.16em;
}
#about .company-heading {
  text-align: center;
}
#about .company-heading h1 {
  margin: 0;
  padding-top: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  line-height: 1;
}
#about .company-heading h2 {
  margin: 16px 0 93px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  line-height: 1;
}
#about .company-logo {
  margin-left: 57px;
}
#about .company-table {
  margin: 48px 0 0 89px;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: calc(24 / 13);
}
#about .company-table th, #about .company-table td {
  padding: 0;
  vertical-align: top;
}
#about .company-table th {
  text-align: right;
  font-weight: 400;
  padding-right: 23px;
}
#about .history {
  position: relative;
  margin-top: 77px;
  padding: 73px 35px 0 58px;
}
#about .history .flex-lr > div:first-child + div {
  width: 400px;
  padding-top: 44px;
}
#about .history .flex-lr > div:first-child + div img + img {
  margin-top: 38px;
}
#about .history-table {
  margin: 58px 0 0 31px;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: calc(36 / 13);
}
#about .history-table th, #about .history-table td {
  padding: 0;
  vertical-align: top;
}
#about .history-table th {
  padding-right: 26px;
  text-align: right;
  font-weight: 400;
}
#about .factory {
  position: relative;
  margin-top: 58px;
  padding-left: 58px;
  padding-bottom: 164px;
}
#about .factory .subheading {
  padding-top: 62px;
  padding-bottom: 62px;
}
#about .factory > section {
  display: flex;
}
#about .factory > section + section {
  margin-top: 70px;
}
#about .factory > section > div:first-child {
  width: 400px;
  margin-right: 78px;
}
#about .factory > section > div > h1 {
  margin: 33px 0 0;
  font-family: var(--font-h6);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.16em;
  line-height: calc(36 / 13);
}
#about .factory > section section {
  margin-top: 27px;
}
#about .factory > section section + section {
  margin-top: 42px;
}
#about .factory > section section h1 {
  margin: 0;
  font-family: var(--font-h6);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: calc(36 / 13);
}
#about .factory > section section p {
  margin: 11px 0 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: calc(36 / 13);
}
#about .factory img + img {
  margin-top: 14px;
}

/* #brands */
#brands .brands-heading {
  margin-left: 6.5%;
  padding-top: 217px;
}
#brands .brands-heading h1 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.16em;
  line-height: calc(34 / 18);
}
#brands .brands-heading h2 {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: calc(34 / 18);
}
#brands .background-1, #brands .background-2, #brands .background-3 {
  background: black url("../i/brands-background-1.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
#brands .background-2 {
  background-image: url("../i/brands-background-2.jpg");
}
#brands .background-3 {
  background-image: url("../i/brands-background-3.jpg");
}
#brands .main {
  font-family: var(--font-h6);
  font-size: 13px;
  line-height: calc(36 / 13);
  font-weight: 400;
  letter-spacing: 0.16em;
}
#brands .main section {
  box-sizing: border-box;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
}
#brands .main .flex {
  display: flex;
}
#brands .main .flex .left {
  margin-right: auto;
}
#brands .main .flex .right {
  margin-left: auto;
}
#brands .main .number {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.02em;
}
#brands .main .heading {
  margin: 46px 0 31px;
  font-size: 19px;
  line-height: calc(40 / 19);
  letter-spacing: 0.16em;
}
#brands .main p {
  margin: 0;
}
#brands .main .large {
  font-size: 16px;
  line-height: calc(36 / 16);
}
#brands .main .small {
  font-size: 10px;
}
#brands .main figure {
  margin: 0;
}
#brands .main figcaption {
  margin: 22px 0 0 0;
  font-size: 12px;
  line-height: calc(26 / 12);
  letter-spacing: 0.16em;
}
#brands .main ol {
  margin: 33px 0 0 1.8em;
  padding: 0;
}
#brands .main ol li {
  list-style: none;
}
#brands .main ol li > span {
  display: inline-block;
  margin-left: -1.8em;
  margin-right: 0.5em;
}

#brands-1 {
  margin-top: 83px;
}
#brands-1 .right {
  width: 532px;
  margin-top: -120px;
  margin-bottom: 81px;
}

#brands-2 {
  margin-top: 178px;
  padding-bottom: 170px;
}
#brands-2 .right {
  padding-top: 180px;
}

#brands-3 {
  padding-top: 142px;
  padding-bottom: 182px;
}
#brands-3 .brands-3-1 .large {
  margin-bottom: 33px;
}
#brands-3 .brands-3-1 .right {
  padding-top: 213px;
}
#brands-3 .brands-3-2 {
  margin-top: 112px;
}
#brands-3 .brands-3-2 .left {
  margin-left: -56px;
  margin-right: 124px !important;
  padding-top: 10px;
}
#brands-3 .brands-3-2 .large {
  margin-bottom: 20px;
}
#brands-3 .brands-3-2 .right {
  margin-left: 0 !important;
}

#brands-4 {
  padding-top: 180px;
}
#brands-4 .right {
  padding-top: 38px;
}

#brands-5 {
  padding-top: 112px;
  padding-bottom: 234px;
}
#brands-5 .right {
  padding-top: 138px;
}

#brands .certifications {
  padding: 242px 0 280px;
  background: white;
  font-family: var(--font-h6);
}
#brands .certifications .certifications-heading {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
#brands .certifications .certifications-text {
  margin: 47px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: calc(36 / 13);
  letter-spacing: 0.16em;
}
#brands .certifications .certifications-text span {
  font-size: 11px;
}
#brands .certifications .certifications-mark {
  display: block;
  margin: 47px auto 0;
}
#brands .certifications .certifications-list {
  box-sizing: border-box;
  width: 1050px;
  margin: 65px auto 0;
  padding: 0 0 0 36px;
  font-size: 13px;
  line-height: calc(36 / 13);
  letter-spacing: 0.16em;
}
#brands .certifications .certifications-list dt {
  position: relative;
  margin: 0;
  font-weight: 400;
}
#brands .certifications .certifications-list dd {
  margin: 0;
  font-weight: 400;
}
#brands .certifications .certifications-list dd + dt {
  margin-top: 36px;
}
#brands .certifications .certifications-list .number {
  position: absolute;
  left: -6px;
  transform: translateX(-100%);
}
#brands .certifications .link-1 .flex, #brands .certifications .link-2 .flex {
  display: flex;
  flex-wrap: wrap;
  width: calc(280px * 4);
  margin: 58px auto 0;
}
#brands .certifications .link-1 article, #brands .certifications .link-2 article {
  width: 260px;
  margin: 46px 10px 0;
  text-align: center;
}
#brands .certifications .link-1 article h1, #brands .certifications .link-2 article h1 {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  line-height: 1.75;
}
#brands .certifications .link-1 article p, #brands .certifications .link-2 article p {
  margin: 9px 0 0;
}
#brands .certifications .link-1 article a, #brands .certifications .link-2 article a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  background: #73624a;
  color: white;
  font-family: var(--font-h4);
  line-height: 1;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
#brands .certifications .link-1 article a:hover, #brands .certifications .link-2 article a:hover {
  opacity: 0.6;
}
#brands .certifications .link-1-heading {
  margin: 145px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
#brands .certifications .link-2-heading {
  margin: 100px 0 -33px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}

/* #products */
.products-lead {
  position: relative;
  margin-top: 74px;
  margin-bottom: 222px;
}
.products-lead:has(img) {
  height: 486px;
  margin-bottom: 135px;
  background: white;
  color: white;
}
.products-lead:has(img) img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  object-fit: cover;
  transition: opacity 600ms ease;
}
.products-lead:has(+ img) {
  margin-bottom: 0;
}
.products-lead hgroup {
  position: relative;
  z-index: 2;
  padding-top: 154px;
  min-height: 55px;
}
.products-lead hgroup h1 {
  margin: 0 0 0 8.5%;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16em;
}
.products-lead hgroup h1 br {
  display: none;
}
.products-lead hgroup h1 .en {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
}
.products-lead hgroup h1 .ja {
  display: block;
  margin-top: 15px;
}
.products-lead hgroup h2 {
  margin: -96px 0 0;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.products-lead hgroup h2 br {
  display: none;
}
.products-lead hgroup h2 .ja {
  display: block;
  font-family: var(--font-h6);
  text-indent: 0.05em;
}
.products-lead hgroup h2 .en {
  display: block;
  margin-top: 28px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  text-indent: 0.05em;
  font-weight: 700;
}
.products-lead hgroup h3 {
  margin: 48px 0 0;
  text-align: center;
  font-family: var(--font-h6);
  font-size: 24px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
.products-lead p {
  position: relative;
  z-index: 2;
  margin: 31px 0 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: calc(36 / 13);
}
.products-lead + img {
  display: block;
  margin: 0 auto 133px;
}

.product {
  width: 1150px;
  margin: 0 auto;
}
.product + .product {
  margin-top: 292px;
}
.product .columns {
  display: flex;
  justify-content: space-between;
}
.product .main {
  display: block;
  width: 500px;
}
.product .cross {
  display: block;
  margin-top: 43px;
}
.product .prices {
  display: block;
  margin-top: 73px;
}
.product .option {
  display: block;
  margin-top: 83px;
}
.product .information {
  width: 517px;
}
.product .types {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.16em;
}
.product .types li {
  list-style: none;
  box-sizing: border-box;
  width: 118px;
  height: 30px;
  border: 1px solid #c8c1b8;
  text-align: center;
  text-indent: 0.16em;
}
.product .types li + li {
  margin-left: 15px;
}
.product .types + .title {
  margin-top: 70px;
}
.product .title {
  margin: 0;
  font-family: var(--font-h6);
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.16em;
}
.product .sub {
  display: block;
  width: 517px;
  margin-top: 53px;
}
.product .note {
  margin: 21px 0 0;
  font-family: var(--font-h6);
  font-size: 13px;
  line-height: calc(30 / 13);
  letter-spacing: 0.162em;
}
.product .description {
  margin: 52px 0 0;
  font-size: 13px;
  line-height: calc(30 / 13);
  letter-spacing: 0.162em;
}

#products-footer {
  padding: 160px 0 132px;
}

#products-footer-links {
  display: flex;
  justify-content: center;
}
#products-footer-links p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: 1;
}
#products-footer-links p + p {
  margin-left: 34px;
}
#products-footer-links a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 262px;
  height: 40px;
  border: 1px solid #73624a;
}
#products-footer-links a:hover {
  opacity: 0.6;
}
#products-footer-links a:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 15px 0 9px;
  clip-path: path("M12,.74C5.78.74.74,5.78.74,12s5.04,11.26,11.26,11.26,11.26-5.04,11.26-11.26S18.22.74,12,.74ZM12.66,17.68h-1.62c.07-.6.09-.99.09-1.6v-4.08c0-.68-.03-1.11-.09-1.6h1.62c-.07.47-.09.87-.09,1.61v4.06c0,.68.03,1.07.09,1.61ZM12.68,8.96h-1.67v-1.46h1.67v1.46Z");
  background-color: #73624a;
}
#products-footer-links a:after {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  margin: 0 16px 0 auto;
  clip-path: polygon(14.25% 95.43%, 5.5% 90.71%, 76.75% 50%, 5.5% 9.71%, 14.25% 4.57%, 94.5% 50%, 14.25% 95.43%);
  background-color: #73624a;
}

#products-footer-nav {
  margin-top: 185px;
}
#products-footer-nav .columns {
  display: flex;
  justify-content: center;
}
#products-footer-nav .col-d {
  width: 622px;
  margin-right: 100px;
}
#products-footer-nav .col-d section:has(.main) + section:has(.main) {
  margin-top: 15px;
}
#products-footer-nav .col-d .columns {
  justify-content: space-between;
}
#products-footer-nav .col-d .columns > div {
  width: 172px;
}
#products-footer-nav .col-e {
  width: 172px;
  margin-right: 80px;
}
#products-footer-nav .col-f {
  width: 172px;
}
#products-footer-nav .main {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
}
#products-footer-nav .main a {
  position: relative;
  display: block;
  padding: 14px 0;
  border-bottom: 2px solid #73624a;
}
#products-footer-nav .main a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 10px;
  clip-path: polygon(20.5% 97.8%, 4.9% 82.2%, 55.13% 50%, 4.9% 17.8%, 20.5% 2.2%, 95.13% 50%, 20.5% 97.8%);
  background: #73624a;
}
#products-footer-nav .main a:hover {
  opacity: 0.6;
}
#products-footer-nav .main + .main {
  margin-top: 22px;
}
#products-footer-nav .main + .sub, #products-footer-nav .main + .columns {
  margin-top: 7px;
}
#products-footer-nav .sub {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.16em;
}
#products-footer-nav .sub a {
  display: block;
  padding: 8px 1px 13px;
  border-bottom: 1px solid #e4e1dc;
}
#products-footer-nav .sub a:before {
  content: '-';
  display: inline-block;
  margin-right: 10px;
}
#products-footer-nav .sub a:hover {
  opacity: 0.6;
}

/* #news */
#news main {
  background-color: #f0efec;
  padding-bottom: 222px;
}
#news .page-heading {
  padding-bottom: 0;
}
#news .archive {
  width: 800px;
  margin: -54px 10% 0 auto;
  height: auto;
  transition: height 600ms ease;
}
#news .archive article {
  display: none;
  opacity: 0;
  transform: translateX(50px);
}
#news .archive article.show {
  display: block;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
  animation-name: i-slidertl;
}
#news .archive article {
  border-bottom: 2px dotted #73624a;
  font-size: 13px;
  line-height: calc(26 / 13);
  letter-spacing: 0.16em;
  font-weight: 400;
}
#news .archive article:first-child {
  border-top: 2px dotted #73624a;
}
#news .archive article a {
  display: flex;
  padding: 17px 0 17px;
}
#news .archive article a:hover {
  opacity: 0.6;
}
#news .archive article time {
  display: block;
  width: 128px;
  max-width: 128px;
  min-width: 128px;
}
#news .archive article h1 {
  width: 660px;
  max-width: 660px;
  min-width: 660px;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
#news .button-hider {
  margin-top: 72px;
  transition: opacity 600ms ease, margin 600ms ease;
}
#news .button-hider:has(.button-more.hide) {
  opacity: 0;
  pointer-events: none;
}
#news .button-more {
  position: relative;
  display: block;
  width: 178px;
  margin: 0 auto;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #73624a;
  outline: 0;
  background: transparent;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  color: inherit;
  transition: opacity 300ms ease;
  cursor: pointer;
}
#news .button-more:after {
  position: absolute;
  right: 3px;
  top: 19px;
  content: '';
  display: block;
  width: 12px;
  height: 10px;
  background: #73624a;
  clip-path: polygon(50% 90.6%, 0.92% 15.6%, 7.42% 9.4%, 50% 74.4%, 92.58% 9.4%, 99.08% 15.6%, 50% 90.6%);
}
#news .button-more:hover {
  opacity: 0.6;
}

#news .post {
  max-width: 1000px;
  margin: -52px 8.5% 0 auto;
  padding-left: 8.5%;
}
#news .post time {
  display: block;
  text-align: right;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.16em;
}
#news .post h1 {
  margin: 84px 0 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #73624a;
  font-family: var(--font-h6);
  font-size: 15px;
  line-height: calc(28 / 15);
  letter-spacing: 0.16em;
}
#news .post .body {
  padding-top: 36px;
  font-size: 13px;
  line-height: calc(36 / 13);
  letter-spacing: 0.16em;
}
#news .post .body:after {
  content: '';
  clear: both;
  display: block;
}
#news .post .body p {
  margin: 0;
}
#news .post .body img {
  max-width: min(100%, 1000px);
  height: auto;
  margin: 11.5px 0;
}
#news .post .body img + img {
  margin-top: 25px;
}
#news .post .body p:has(+ p img:first-child) img:last-child {
  margin-bottom: 0;
}
#news .post .body p:has(img:last-child) + p img:first-child {
  margin-top: 25px;
}
#news .post .body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#news .post .body .alignleft {
  float: left;
  margin: 11.5px 1em 11.5px 0;
}
#news .post .body .alignright {
  float: right;
  margin: 11.5px 0 11.5px 1em;
}

#news .to-archive {
  margin: 208px 0 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1;
}
#news .to-archive a {
  position: relative;
  display: block;
  width: 178px;
  margin: 0 auto;
  padding: 14px 0;
  border-bottom: 1px solid #73624a;
}
#news .to-archive a:after {
  position: absolute;
  right: 0;
  top: 15px;
  content: '';
  display: block;
  width: 9px;
  height: 12px;
  background: #73624a;
  clip-path: polygon(11.6% 98.3%, 5.4% 91.7%, 70.4% 50%, 5.4% 8.3%, 11.6% 1.7%, 86.6% 50%, 11.6% 98.3%);
}
#news .to-archive a:hover {
  opacity: 0.6;
}

#news:has(#articlePlaceholder) main {
  padding-bottom: 0;
}

#articlePlaceholder {
  height: calc(100svh - 277px);
  visibility: visible;
  opacity: 0;
  transition: height 600ms ease, opacity 600ms ease;
}

#articleKeeper {
  padding-top: 1px;
  margin-top: -1px;
  padding-bottom: 222px;
}

/* #privacypolicy */
#privacypolicy main {
  padding-bottom: 110px;
  background-color: #f0efec;
}
#privacypolicy .page-heading {
  padding-bottom: 108px;
}
#privacypolicy .privacypolicy {
  width: 1150px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: calc(30 / 13);
}

/* contact & request, complete */
#contact .page-heading {
  padding-bottom: 0;
}
#contact main {
  background: #f0efec;
}
#contact .message {
  margin-top: -60px;
  padding-bottom: 260px;
  text-align: center;
}
#contact .message h1 {
  margin: 0;
  font-family: var(--font-h6);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  line-height: calc(26 / 18);
}
#contact .message p {
  margin: 71px 0 0;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  line-height: calc(30 / 13);
}

/* #faq */
#faq .page-heading {
  padding-bottom: 0;
}
#faq .page-heading .text {
  width: auto;
}
#faq main {
  background: #f0efec;
}

.faq {
  width: 1150px;
  margin: 67px auto 0;
  padding-bottom: 167px;
}
.faq > h1 {
  margin: 0 0 40px;
  font-family: var(--font-h6);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.16em;
  font-weight: 400;
}
.faq section + section {
  margin-top: 32px;
}
.faq section h1 {
  margin: 0;
  padding: 3px 0 3px 14px;
  background: #73624a;
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: calc(30 / 14);
  letter-spacing: 0.16em;
}
.faq section h1 .q {
  display: inline-block;
  margin-right: 3px;
}
.faq section p {
  position: relative;
  margin: 16px 14px 0 37px;
  font-size: 13px;
  line-height: calc(30 / 13);
  letter-spacing: 0.16em;
}
.faq section p .a {
  transform: translate(-100%);
  position: absolute;
  left: -5px;
  top: -1px;
  font-size: 14px;
}

/* #contact */
#contact .page-heading {
  padding-bottom: 80px;
}
#contact .page-heading .text.fit {
  width: auto;
}
#contact main {
  padding-bottom: 167px;
  background: #f0efec;
}
#contact .fields {
  width: 1100px;
  margin: 0 auto;
}
#contact .fields h1 {
  margin: 0 0 5px;
  font-size: 13px;
  line-height: calc(36 / 13);
  letter-spacing: 0.16em;
  font-weight: 400;
}
#contact .fields h1 + div {
  border-top: 1px solid #dcd8d2;
}
#contact .fields > div {
  padding: 26px 0;
  border-bottom: 1px solid #dcd8d2;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.16em;
}
#contact .fields > div:has(input[type="radio"]) {
  padding-bottom: 29px;
}
#contact .fields > div > div {
  display: flex;
}
#contact .fields > div > div > div {
  width: 810px;
}
#contact .fields > div > label {
  display: flex;
}
#contact .fields > div br {
  display: none;
}
#contact .fields > div {
  padding-left: 66px;
}
#contact .fields > div i {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 18px;
  margin: 10px 19px 10px 12px;
  text-align: center;
  background: red;
  color: white;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  line-height: 18px;
}
#contact .fields > div span {
  display: inline-block;
  width: 200px;
  margin: 12px 0;
}
#contact .fields label {
  cursor: pointer;
}
#contact .fields label:has(input[type="radio"]) {
  position: relative;
  top: 6px;
  margin-right: 70px;
}
#contact .fields input[type="checkbox"], #contact .fields input[type="radio"] {
  position: relative;
  top: 3px;
  transform: scale(calc(26 / 14));
  margin: 5px 24px 5px 5px;
  cursor: pointer;
}
#contact .fields input[type="text"], #contact .fields input[type="tel"], #contact .fields input[type="email"], #contact .fields select, #contact .fields textarea {
  box-sizing: border-box;
  width: 810px;
  height: 42px;
  margin: 0;
  padding: 13px 16px;
  border: 1px solid #c8c1b8;
  background: white;
  font-size: 14px;
  font-family: sans-serif;
  line-height: calc(26 / 14);
  letter-spacing: 0.1em;
  font-weight: 400;
}
#contact .fields select {
  padding-top: 0;
  padding-bottom: 0;
  color: #73624a;
  cursor: pointer;
}
#contact .fields textarea {
  margin-top: 29px;
  height: auto;
  min-height: 260px;
  resize: vertical;
  field-sizing: content;
}
#contact .fields.request {
  margin-top: 27px;
}
#contact .g-recaptcha {
  width: fit-content;
  margin: 60px auto 36px;
}
#contact .policy {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: calc(26 / 14);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#contact .policy a {
  text-decoration: underline;
}
#contact .policy a:hover {
  opacity: 0.6;
}
#contact .submit {
  display: block;
  width: 302px;
  height: 50px;
  margin: 55px auto 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 17px;
  background: #73624a;
  color: white;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  cursor: pointer;
  transition: opacity 300ms ease;
  opacity: 0.6;
  pointer-events: none;
}
#contact .submit.active {
  opacity: 1;
  pointer-events: auto;
}
#contact .submit.active:hover {
  opacity: 0.6;
}
#contact .heading-h1 {
  margin: 0;
  text-align: center;
  font-family: var(--font-h6);
  font-weight: 400;
  font-size: 15px;
  line-height: calc(30 / 15);
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
#contact .heading-h1 + p {
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: calc(30 / 13);
  letter-spacing: 0.16em;
}
#contact .catalog {
  width: 1200px;
  margin: 0 auto;
  padding-top: 14px;
}
#contact .catalog .heading-h1 + p {
  margin-top: 24px;
  margin-bottom: 57px;
}
#contact .catalog .flex {
  display: flex;
  padding: 0 0 0 25px;
}
#contact .catalog .flex > div {
  display: flex;
}
#contact .catalog .flex > div + div {
  margin-left: 53px;
}
#contact .catalog .flex > div + div p {
  width: auto;
}
#contact .catalog .flex label {
  font-size: 14px;
  line-height: calc(30 / 14);
  letter-spacing: 0.16em;
  cursor: pointer;
}
#contact .catalog .flex input[type="checkbox"] {
  transform: scale(calc(26 / 14));
  margin: 5px 18px 5px 5px;
  cursor: pointer;
}
#contact .catalog .flex img {
  display: block;
  width: 270px;
  height: 270px;
  padding: 15px;
  margin: 33px 0 0 0;
  object-fit: contain;
  background: #dcd8d2;
}
#contact .catalog .flex p {
  width: 230px;
  margin: 150px 0 0 51px;
  font-size: 13px;
  line-height: calc(30 / 13);
  letter-spacing: 0.16em;
}
#contact .catalog .flex p a {
  text-decoration: underline;
}
#contact .catalog .flex p a:hover {
  opacity: 0.6;
}
#contact .heading-h2 {
  margin: 0 0 23px;
  font-family: var(--font-h6);
  font-weight: 400;
  font-size: 15px;
  line-height: calc(30 / 15);
  letter-spacing: 0.16em;
}
#contact .sample {
  width: 1150px;
  margin: 121px auto 145px;
}
#contact .sample .heading-h1 + p {
  margin-top: 24px;
  padding-bottom: 52px;
}
#contact .sample .section-type + .section-type {
  margin-top: 65px;
}
#contact .sample .section-type:after {
  content: '';
  clear: both;
  display: block;
}
#contact .sample .section-type .column {
  float: left;
}
#contact .sample .section-type .column + .column {
  float: right;
}
#contact .sample .section-type section {
  width: 516px;
  padding: 5px 0 12px 13px;
  background: #dcd8d2;
}
#contact .sample .section-type section + section {
  margin-top: 3px;
}
#contact .sample .section-type section:after {
  content: '';
  display: block;
  clear: both;
}
#contact .sample .section-type section h1 {
  margin: 0 0 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: calc(30 / 15);
  letter-spacing: 0.16em;
}
#contact .sample .section-type section label {
  float: left;
  font-weight: 400;
  font-size: 14px;
  line-height: calc(30 / 15);
  letter-spacing: 0.16em;
  cursor: pointer;
  transition: opacity 300ms ease;
}
#contact .sample .section-type section label:has(input[disabled]) {
  opacity: 0.6;
}
#contact .sample .section-type section label + label {
  margin-left: 18px;
}
#contact .sample .section-type section input[type="checkbox"] {
  transform: scale(calc(26 / 14));
  margin: 5px 11px 5px 5px;
  cursor: pointer;
}
#contact .contact.fields:has(input[name="kubun"][value="施主"]:checked) > div:has(input[name="kaishamei"]),
#contact .contact.fields:has(input[name="kubun"][value="施主"]:checked) > div:has(input[name="shiten"]),
#contact .contact.fields:has(input[name="kubun"][value="施主"]:checked) > div:has(input[name="busho"]) {
  display: none;
}
