/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {}
body {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5rem;
  color: #121212;
}
.wf-hannari {
  font-family: "Hannari";
}
.zen-mincho {
  font-family: 'Zen Old Mincho', serif;
}
.sp-br {
  display: none;
}
.kv {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  min-height: 100vh;
}
.kv .slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.kv .slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: center bottom;
  opacity: 0;
  animation: fade 12s infinite;
}
.kv .slideshow img:nth-child(1) {
  animation-delay: 0s;
  z-index: 1;
}
.kv .slideshow img:nth-child(2) {
  animation-delay: 6s;
  z-index: 1;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.contact {
  position: fixed;
  right: 10px;
  top: 15px;
  z-index: 100;
}
.header-inner {
  width: 1200px;
  margin: 0 auto;
}
.kv .content {
  position: relative;
  position: absolute;
  top: 8%;
  left: 10%;
  width: 100%;
  height: 100%;
  z-index: 2;
  width: 780px;
  padding: 50px 20px 100px;
}
.kv .lead {
  font-size: 2rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 100;
  padding-bottom: 36px;
  line-height: 2.6rem;
  letter-spacing: 0.09rem;
}
.kv h1 {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 100;
  font-size: 5rem;
  margin: 1.6rem 0;
  letter-spacing: -0.1rem;
  padding-bottom: 30px;
}
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.01rem;
  left: 2.1rem;
  right: 0;
  margin: auto;
  font-size: 0.9rem;
}
.desc-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.kv .desc {
  margin: 1.2rem 0;
  font-size: 1.2rem;
  font-family: 'Zen Old Mincho', serif;
  line-height: 2rem
}
.desc-e {
  font-size: 0.7rem;
  line-height: 1rem
}
.name-e {
  font-size: 1.4rem;
  line-height: 2rem;
}
/* 
.btn {
  display: inline-block;
  padding: 1rem 2rem;
  background: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  margin-top: 1.5rem;
  color: #9e6f4c;
}
*/
.inner {
  width: 1160px;
  margin: 0 auto;
}
h2 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
  background: #a77c4d;
  color: #fff;
  padding: 4px;
}
.tx1-e {
  font-size: 0.8rem;
  line-height: 1.1rem;
  padding-top: 10px;
}
.tx-e {
  font-size: 0.75rem;
  line-height: 0.86rem;
  padding-bottom: 6px;
}
.col01 {
  color: #9e6f4c;
}
.tx-l01 {
  font-size: 1.2rem;
}
.tx-l02 {
  font-size: 1.9rem;
  font-weight: 900;
}
.kurashi, .omoi, .uraduke, .yutaka, .genten {
  width: 1160px;
  margin: 0 auto 60px;
  color: #9e6f4c;
  font-size: 1.4rem;
  line-height: 2.6rem;
  padding: 10px 20px;
}
.kurashi p, .omoi p, .uraduke p, .yutaka p, .genten p {}
.kurashi .tx-e, .omoi .tx-e, .uraduke .tx-e, .yutaka .tx-e, .genten .tx-e {
  font-size: 1rem;
  line-height: 1.6rem;
  padding-bottom: 6px;
  padding-top: 16px;
}
.kurashi-grid, .omoi-grid, .uraduke-grid {
   display: flex;
  gap: 10px;
  justify-content: center;

  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.kurashi-grid img, .omoi-grid img, .uraduke-grid img {
 width: 50%; /* 横に2つ並べる */
  height: auto;
  display: block;
  margin: 0 auto;
}
.kurashi-grid p, .omoi-grid p, .uraduke-grid p {
  padding: 0 10px 20px;
}
.kurashi {}
/* about */
.about {
  background: #fff;
  padding: 60px 20px;
}
.about h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #9e6f4c;
  line-height: 2.6rem;
  font-weight: 100;
}
.about-content {
  max-width: 1160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.about-content img {
  max-width: 100%;
  height: auto;
}
.tx-bk {
  background-color: #9e6f4c;
  color: #FFFFFF;
  text-align: center;
  font-weight: 800;
  margin-bottom: 12px;
  padding: 6px;
  letter-spacing: 0.09rem;
}
.tx-strong {
  color: #9e6f4c;
  font-weight: 900;
}
.text-block01 {
  max-width: 620px;
  text-align: left;
}
.text-block02 {
  max-width: 480px;
  text-align: left;
}
.text-block02 h3 {
  margin-bottom: 1.8rem;
  font-size: 1.9rem;
  line-height: 2.2rem;
}
/* product */
.product-details {
  padding: 60px 20px;
}
.product-details h2 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2em;
  background: #a77c4d;
  color: #fff;
  padding: 8px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  max-width: 1160px;
  margin: 0 auto;
}
.product-grid img {
  width: 100%;
  height: auto;
  padding-bottom: 16px;
}
.product-grid p {
  padding: 0 0px 20px;
}
/* kininarunioitori */
.info {
  text-align: center;
}
.info h3 {
  background-color: #a77c4d;
  color: #FFFFFF;
  padding: 12px;
  margin-top: 28px;
  margin-bottom: 28px;
}
/* footer */
.footer {
  background: #a77c4d;
  color: #fff;
  padding: 40px 20px;
}
.footer p {
  font-size: 0.85rem;
}
.footer a {
  color: #FFFFFF;
}
.footer a:hover {
  color: #FFFFFF;
}
.footer-company {
  margin-bottom: 15px;
	border-bottom: solid #FFFFFF 1px;
	padding-bottom: 2px;
}
.pa_t01 {
  padding-top: 15px;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .kv {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  .kv .slideshow {
    height: 100vh;
    position: absolute;
  }
  .kv .content {
    padding-top: 60vh; /* スライド画像の高さ分下に余白を確保 */
    position: relative;
    z-index: 2;
  }
  .kv .slideshow img {
    height: auto;
    width: 100%;
    object-fit: contain;
  }
  .header-inner {
    width: 100%;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  .kv .content {
    top: 1%;
    left: 1%;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 50px 10px;
  }
  .kurashi, .omoi, .uraduke, .yutaka, .genten {
    width: 100%;
    margin: 0 auto 60px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .about-content {
    flex-direction: column;
    align-items: center;
  }
  .text-block {
    text-align: center;
  }
  .sp-br {
    display: inline;
  }
  .info img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 13px;
  }
  .contact {
    top: 5px;
    right: -70px;
  }
  .contact img {
    width: 50%;
    height: 50%;
  }
  .kv .slideshow img {
    object-fit: contain;
    object-position: center top;
  }
  .kv .content {
    padding: 80px 16px;
    color: #9e6f4c;
  }
  .kv .lead {
    font-size: 1.1rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 100;
    padding-bottom: 100px;
    line-height: 1.6rem;
    letter-spacing: 0.09rem;
    color: #FFFFFF;
  }
  .kv h1 {
    font-weight: 100;
    font-size: 2.4rem;
    margin: 1.1rem 0;
    letter-spacing: -0.1rem;
    padding-bottom: 10px;
  }
  [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -0.4rem;
    left: 1.0rem;
    right: 0;
    margin: auto;
    font-size: 0.8rem;
  }
  .kv .desc {
    margin: 1rem 0;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #9e6f4c;
  }
  .btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: #9e6f4c;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 1.5rem;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
  }
  .kurashi, .omoi, .uraduke, .yutaka, .genten {
    width: 100%;	 
    margin: 0 auto 60px;
    color: #9e6f4c;
    font-size: 0.9rem;
    line-height: 1.6rem;
    padding: 10px 20px;
  }
	.kurashi-grid, .omoi-grid, .uraduke-grid {
  flex-direction: column;
}
	.kurashi-grid img, .omoi-grid img, .uraduke-grid img {
 width: 100%;
}
  .kurashi .tx-e, .omoi .tx-e, .uraduke .tx-e, .yutaka .tx-e, .genten .tx-e {
    font-size: 0.7rem;
    line-height: 1.2rem;
    padding-bottom: 6px;
    padding-top: 16px;
  }
  .kurashi h2, .omoi h2, .uraduke h2, .yutaka h2, .genten h2 {
    font-size: 1.0rem;
    line-height: 1.2rem;
  }
  .desc-block {
    gap: 8px;
  }
  .about-content {
    flex-direction: column-reverse;
  }
  .about h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #9e6f4c;
    line-height: 2.2rem;
    font-weight: 100;
    text-align: center;
  }
  .text-block02 h3 {
    margin-bottom: 1.0rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .product-details h2 {
    font-size: 0.9rem;
    margin-bottom: 1.6em;
    padding: 6px;
  }
  .info h3 {
    font-size: 0.9rem;
    padding: 6px;
    margin-top: 20px;
    margin-bottom: 28px;
  }
}