/*
Theme Name: TAKATA FARM
Theme URI: https://haaap.co.jp/
Author: HAAAP
Version: 1.0
Update URI: false
*/

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-size: 62.5%;
  font-style: normal;
}

:root {
  --base-brown: #412714;
  --base-beige: #f7f4ee;
  --base-gold: #c9a45d;
  
}

body {
  line-height: 1.6;
  font-family: YakuHanJP,"Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--base-gray);
  font-feature-settings: "palt";
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position:relative;
  font-feature-settings: "palt";
}

figure{ 
  margin:0
}
i{
  font-style: normal;
}

.min {
  font-family: YakuHanMP,"Noto Serif JP", serif;
}


/* ==========================================================================
   Header
   ========================================================================== */
.pagehead {
  background-color: var(--base-brown);
  width: 100%;
  position: sticky;
  z-index: 100;
  top:0;
}

.pagehead .inner {
  display: flex;
  align-items: stretch;
  padding: 0;
  margin: 0 auto;
}

.pagehead .logo {
  display: flex;
  align-items: center;
  padding: 1rem 3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.pagehead .logo a {
  color: #fff;
  font-size: 3.2rem;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.pagehead .main-nav {
  display: flex;
  margin-left: auto;
}

.pagehead .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.pagehead .main-nav li {
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.pagehead .main-nav li a {
  display: flex;
  align-items: center;
  padding: 0 3rem;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.pagehead .main-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header-actions {
  display: none;
  align-items: center;
  padding-right: 2rem;
  margin-left: auto;
}

/* Hamburger Trigger */
.hamburger-trigger {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.hamburger-trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.hamburger-trigger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.hamburger-trigger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-trigger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

body.nav-open .hamburger-trigger {
  opacity: 0;
  pointer-events: none;
}

/* Hamburger Menu Overlay */
.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--base-brown);
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.menu-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 101;
}

.menu-close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-close span:nth-child(1) {
  transform: rotate(45deg);
}

.menu-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.hamburger-menu.active {
  opacity: 1;
  visibility: visible;
}

.hamburger-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.hamburger-menu li {
  margin: 2rem 0;
}

.hamburger-menu a {
  color: #fff;
  font-size: 2.4rem;
  text-decoration: none;
}

.hamburger-logo{
  font-size:3.2rem;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
}

.nav-open .btn-fixed-lineup{
  display: none;
}


/* ==========================================================================
   Main Visual (MV)
   ========================================================================== */
.mv {
  width: 100%;
}

.mv-visual {
  position: relative;
  width: 100%;
}

.mv-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.mv-vertical-text {
  position: absolute;
  top: 8rem;
  right: 10%;
  width: 20vw;
  z-index: 10;
}

.mv-vertical-text img {
  width: 100%;
  height: auto;
}

.mv-content {
  background-color: var(--base-brown);
  color: #fff;
  padding: 0 0 10rem 0;
  position: relative;
}

.mv-content .inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4rem;
}

.mv-content .text-block {
  flex: 1;
  text-align: center;
}

.title-with-lines {
  position: relative;
  width:100%;
  max-width:1000px;
  font-size: 3.2rem;
  margin:0 auto 4rem;
}

.title-with-lines strong{
  display: block;
  padding: 0 4.8rem;
  margin:0 auto;
  font-weight: 800;
}

.title-with-lines i{
  font-size:4.8rem;
  font-style: normal;
  font-weight: 800;
}


.title-with-lines .kei{ 
  display: block; 
  width: 100%; 
  height: 1px; 
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.2rem 0;
}
.title-with-lines .kei:before,
.title-with-lines .kei:after{ 
  content: "";
  display: block; 
  width: 1.8rem; 
  height:1.2rem; 
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  position: absolute;
}
.title-with-lines .kei:after{
  right:0
}




.mv-content .description p {
  font-size: 2.4rem;
  line-height: 2.2;
}

.mv-content .btn-wrap {
  margin-left: 6rem;
}

.btn-kodawari {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 22rem;
  background-color: #d6cdc5;
  border-radius: 50%;
  color: #42210b;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: transform 0.3s, opacity 0.3s;
}

.btn-kodawari:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.dec {
  position: absolute;
  width: 8rem;
  z-index: 20;
}

.dec-before {
  top: 2.4rem;
  left: 2.4rem;
}

.dec-after {
  bottom: 2.4rem;
  right: 2.4rem;
}

/* ==========================================================================
   Introduction
   ========================================================================== */
.introduction {
  display: flex;
  background-color: var(--base-beige); /* 軽やかなベージュ */
}

.intro-visual {
  flex: 1;
  display: flex;
  align-items: center;
}

.intro-visual .frame {
  position: relative;
  width: 100%;
}

.intro-visual .frame::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: -2rem;
  width: 100%;
  height: 100%;
  background-color: var(--base-gold); /* 金色の下敷き */
  z-index: 1;
}

.intro-visual figure {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
}

.intro-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.intro-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}

.intro-text .text-inner {
  text-align: right;
  width:fit-content

}

.intro-text p {
  font-size: 2.4rem;
  line-height: 2.4;
  color: #412714;
}

/* ==========================================================================
   Proud
   ========================================================================== */
.proud {
  color: #fff;
  padding: 15rem 0;
  position: relative;
}

.proud-images {
  background-color: var(--base-brown);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.proud-img-left {
  position: absolute;
  top: 10rem;
  left: 5rem;
  width: 30%;
  z-index: 2;
}

.proud-img-left figure {
  position: relative;
  margin: 0;
  background-color: var(--base-brown);
}

/* 金色の枠のオフセット */
.proud-img-left figure::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: -1rem;
  width: 100%;
  height: 100%;
  background-color:var(--base-gold);
  z-index: -1;
}

.proud-img-1 {
  width: 80%;
  margin-bottom: 5rem !important;
}

.proud-img-2 {
  width: 80%;
  margin-left: auto !important;
}

.proud-img-left img {
  width: 100%;
  display: block;
}

.proud-img-main {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 100%;
  z-index: 1;
}

.proud-img-main figure {
  height: 100%;
}

.proud-img-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
  opacity: 0.8;
}

.proud-content {
  position: relative;
  z-index: 10;
  text-align: center;
}
.proud-content span.underline{
  display: block;
  width:fit-content;
  margin: 0 auto;
}
.proud-content span.underline:after{
  content:"";
  display: block;
  width:100%;
  height:0.4rem;
  margin: 0.4rem auto;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 1), transparent);
}



.proud-content .inner {
    max-width: 1200px;
    margin: 0 auto;
}

.proud-content .title-with-lines {
    margin-bottom: 5rem;
}

.proud-content .btn-wrap {
    display: flex;
    justify-content: center;
}
.btn-about img {
    width: 20rem;
    height: auto;
}




/* ==========================================================================
   Our Value
   ========================================================================== */
.ourvalue {
  position: relative;
  padding: 10rem 0 12rem;
  background: url('images/bg_top_value.jpg') no-repeat center / cover;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.ourvalue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: var(--base-gold);
  clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
  z-index: -1;
}

.ourvalue .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.ourvalue .title-with-lines {
  text-align: center;
  margin-bottom: 8rem;
}

.ourvalue .title-with-lines .sub {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.ourvalue .title-with-lines strong {
  font-size: 5.6rem;
}

.ourvalue .title-with-lines .kei {
  background-color: #fff;
  width: 100%;
  max-width: 80rem;
  margin: 2.4rem auto 0;
}

.value-list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 8rem;
}

.value-item {
  flex: 1;
  background-color: var(--base-brown);
  padding: 4rem;
  text-align: center;
  position: relative;
}

/* 内枠の装飾 */
.value-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  pointer-events: none;
}

.value-item figure {
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3.2rem;
  position: relative;
  z-index: 2;
}

.value-item figure img {
  height: auto;
}

.value-text h3 {
  font-size: 2.6rem;
  margin-bottom: 2.4rem;
  letter-spacing: 0.05em;
}

.value-text p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

.ourvalue .btn-wrap {
  text-align: center;
}

.ourvalue .btn-about img {
  width: 22rem;
}


/* ==========================================================================
   Lineup
   ========================================================================== */
.lineup {
  padding: 12rem 0;
  background-color: var(--base-beige);
}

.lineup .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4rem;
}

.title-frame {
  width: fit-content;
  margin: 0 auto 8rem;
  text-align: center;
}

.title-frame h2 {
  position: relative;
  display: inline-block;
  padding: 3rem 16rem;
  border: 4px solid var(--base-brown);
  color: var(--base-brown);
}

.title-frame h2::before {
  box-sizing:content-box;
  content: "";
  position: absolute;
  top: -2rem;
  bottom: -2rem;
  left: -4px;
  width: 4px;
  display: block;
  background-color: var(--base-brown);
  border:1px solid #ffffff
}

.title-frame h2::after {
  box-sizing:content-box;
  content: "";
  position: absolute;
  top: -2rem;
  bottom: -2rem;
  right: -4px;
  width: 4px;
  background-color: var(--base-brown);
  border:1px solid #ffffff
}

/* Horizontal extensions via pseudo on h2's children or the h2 itself if we use box-shadow */
.title-frame h2 span.sub,
.title-frame h2 strong {
  display: block;
}

.title-frame h2 span.sub {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.title-frame h2 strong {
  font-size: 4.8rem;
  margin-top: 0.5rem;
}

/* Top/Bottom extensions */
.title-frame h2 > span::before,
.title-frame h2 > span::after {
  box-sizing:content-box;
  content: "";
  position: absolute;
  left: -2.4rem;
  right: -2.4rem;
  height: 4px;
  background-color: var(--base-brown);
  border:1px solid var(--base-beige)
}

.title-frame h2 > span::before {
  top: -4px;
}

.title-frame h2 > span::after {
  bottom: -4px;
}

.lineup-list {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-bottom: 8rem;
}

.lineup-item {
  flex: 1;
  max-width: 48rem;
}

.lineup-item a {
  text-decoration: none;
  color: var(--base-brown);
  display: block;
}

.item-visual {
  overflow: hidden;
}

.item-visual img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s;
}

.lineup-item a:hover .item-visual img {
  transform: scale(1.05);
}

.item-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2.4rem;
}

.item-text {
  border-left: 8px solid var(--base-brown);
  padding-left: 1.6rem;
}

.item-text h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.item-text .price {
  font-size: 2.6rem;
  font-weight: 800;
}

.item-text .price small {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 0.4rem;
}

.item-btn {
  width: 10rem;
  height: 10rem;
  border: 1px solid var(--base-brown);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.item-btn span {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.item-btn i {
  display: block;
  font-style: normal;
  font-weight: 800;
  margin-top: 0.4rem;
}

.lineup-item a:hover .item-btn {
  background-color: var(--base-brown);
  color: #fff;
}

.btn-wrap {
  text-align: center;
  display: flex;
  justify-content: flex-end;
}

.btn-more {
  display: inline-block;
  width: 100%;
  max-width: 36rem;
  padding: 1.6rem;
  border: 1px solid var(--base-brown);
  background-color: #fff;
  color: var(--base-brown);
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}

.btn-more::after {
  content: ">>";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
}

.btn-more:hover {
  background-color: var(--base-brown);
  color: #fff;
}


/* ==========================================================================
   System (How to Buy)
   ========================================================================== */
.system {
  background-color: var(--base-brown);
  color: #fff;
  padding: 12rem 0;
  position: relative;
  overflow: hidden;
}

.system .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4rem;
}

.system .dec-line {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}

.system .dec-line.top {
  top: 1.6rem;
}

.system .dec-line.bottom {
  bottom: 1.6rem;
  transform: rotate(180deg);
}

.system .dec-line img {
  width: 100%;
  height: auto;
  display: block;
}

.system .title-with-lines {
  text-align: center;
  margin-bottom: 8.4rem;
}

.system .title-with-lines strong {
  color: #fff;
}

.system-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.system-flow-item {
  flex: 1;
}

.system-flow-item-inner {
  background-color: #fff;
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 26rem;
}

.system-flow-item-inner::before,
.system-flow-item-inner::after {
  content: "";
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  width: 2px;
  background-color: var(--base-brown);
}

.system-flow-item-inner::before {
  left: 0.8rem;
}

.system-flow-item-inner::after {
  right: 0.8rem;
}

.system-flow-item-img {
  margin-bottom: 2rem;
}

.system-flow-item-img img {
  width: 9rem;
  height: auto;
}

.system-flow-item-text h3 {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--base-brown);
  white-space: nowrap;
}

.flow-arrow {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.1em;
}


/* ==========================================================================
   Voice
   ========================================================================== */
.voice {
  padding: 12rem 0;
  background-color: var(--base-beige);
  position: relative;
  z-index: 1;
}

.voice .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4rem;
}

.voice .title-with-lines {
  text-align: center;
  margin-bottom: 8rem;
  color: var(--base-brown);
}
.voice .title-with-lines .kei,
.voice .title-with-lines .kei:before,
.voice .title-with-lines .kei:after{
  background-color: var(--base-brown);
}



.voice-list {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 8rem;
}

.voice-item {
  flex: 1;
  max-width: 52rem;
}

.voice-item-inner {
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 4rem;
  height: 100%;
}

.voice-meta {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}

.voice-img {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  overflow: hidden;
}

.voice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-info .stars {
  color: #fbb03b;
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
  letter-spacing: 0.1em;
}

.voice-info .customer-info {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--base-brown);
}

.voice-comment {
  font-size: 1.8rem;
  line-height: 1.8;
  color: var(--base-brown);
  font-weight: 500;
}


/* ==========================================================================
   Information
   ========================================================================== */
.information {
  padding-bottom: 6.4rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.info-head {
  background-color: var(--base-gold);
  color: #fff;
  width: fit-content;
  padding: 0 10rem 0 6rem;
  border-radius: 0 5rem 0 0;
  margin:0 auto 4rem 0;
  position: relative;
  height: 12rem;
  top:-12rem;
  display: flex;
  align-items: center;
}

.info-head h2 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.information .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4rem;
}

.info-item {
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
  border-bottom: 1px dotted rgba(65, 39, 20, 0.3);
}

.info-item:first-child {
  border-top: 1px dotted rgba(65, 39, 20, 0.3);
}

.info-cat {
  background-color: var(--base-gold);
  color: #fff;
  padding: 0.6rem 2.4rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 3.2rem;
  min-width: 12rem;
  text-align: center;
}

.info-date {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--base-brown);
  margin-right: 4rem;
  letter-spacing: 0.02em;
}

.info-title {
  font-size: 1.8rem;
  font-weight: 500;
  flex: 1;
}

.info-title a {
  color: var(--base-brown);
  text-decoration: none;
  transition: opacity 0.3s;
}

.info-title a:hover {
  opacity: 0.6;
}


/* ==========================================================================
   Blog
   ========================================================================== */
.blog {
  padding: 0 0 12rem 0;
}




.blog .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4rem;
}

.blog-title-main {
  color: var(--base-gold);
  text-align: center;
}

.blog-title-main strong{
  display: inline-block;
  background-color: #ffffff;
  padding:0.8rem;
  position: relative;
  bottom:-4.0rem;
  z-index: 2;


}

.blog-title-main .kei,
.blog-title-main .kei:before,
.blog-title-main .kei:after {
  background-color: var(--base-gold);
}

.blog-slider-wrap {
  margin-top: 8rem;
  position: relative;
}

.blog-slider {
  margin: 0 -1.5rem;
}

.blog-slide {
  padding: 0 1.5rem;
}

.blog-item {
  background-color: #fff;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); /* subtle shadow for cards */
}

.blog-item a {
  text-decoration: none;
  color: var(--base-brown);
  display: block;
}

.blog-img {
  aspect-ratio: 16 / 11;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.blog-item a:hover .blog-img img {
  transform: scale(1.1);
}

.blog-text {
  padding: 2.4rem 2rem;
}

.blog-date {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.blog-item .blog-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

/* Slick Custom Arrows */
.blog-slider-wrap .slick-prev,
.blog-slider-wrap .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  border: 1px solid var(--base-brown);
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.blog-slider-wrap .slick-prev:hover,
.blog-slider-wrap .slick-next:hover {
  background-color: var(--base-brown);
}

.blog-slider-wrap .slick-prev {
  left: -8rem;
}

.blog-slider-wrap .slick-next {
  right: -8rem;
}

.blog-slider-wrap .slick-prev span,
.blog-slider-wrap .slick-next span {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--base-brown);
  line-height: 1;
}

.blog-slider-wrap .slick-prev:hover span,
.blog-slider-wrap .slick-next:hover span {
  color: #fff;
}

.blog-slider-wrap .slick-prev span::before {
  content: "<<";
}

.blog-slider-wrap .slick-next span::before {
  content: ">>";
}
.blog-slider-wrap .slick-next:before,
.blog-slider-wrap .slick-prev:before{
  display: none;
}






/* ==========================================================================
   Archive Pages
   ========================================================================== */
.page-header {
  border-top:1px solid var(--base-gold);
  border-bottom:1px solid var(--base-gold);
  background-color: var(--base-brown);
  padding: 8rem 0;
  text-align: center;
  color: #fff;
}

.page-header h1 {
  font-size: 4.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.breadcrumb {
  background-color: var(--base-beige);
  padding: 1.6rem 0;
}

.breadcrumb .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4rem;
}

.breadcrumb ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--base-brown);
}

.breadcrumb a {
  color: var(--base-brown);
  text-decoration: none;
}

.archive-voice {
  padding: 10rem 0;
  background-color: var(--base-beige);
}

.archive-voice .inner{
  width:90%;
  max-width: 1200px;
  margin: 0 auto;
}

.archive-item-list {
  padding: 10rem 0;
  background-color: #fff;
}

.archive-item-list .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.archive-blog-list {
  padding: 10rem 0;
  background-color: var(--base-beige);
}

.archive-blog-list .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.archive-info-list {
  padding: 10rem 0;
  background-color: #fff;
}

.archive-info-list .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.blog-list.archive-mode {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3rem;
}

.blog-list.archive-mode .blog-item {
  flex: 0 0 calc(33.333% - 2rem);
  max-width: none;
}

.lineup-list.archive-mode {
  flex-wrap: wrap;
  gap: 8rem 4rem;
  justify-content: flex-start;
}

.lineup-list.archive-mode .lineup-item {
  flex: 0 0 calc(50% - 2.7rem);
  max-width: none;
}

.voice-list.archive-mode {
  flex-wrap: wrap;
  gap: 4rem 3rem;
  margin-bottom: 6rem;
}

.voice-list.archive-mode .voice-item {
  flex: 0 0 calc(50% - 1.5rem);
  max-width: none;
}

.pagination {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #fff;
  border: 1px solid var(--base-brown);
  color: var(--base-brown);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  transition: all 0.3s;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: var(--base-brown);
  color: #fff;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background-color: var(--base-brown);
  color: #fff;
  padding: 8rem 0 6rem;
  text-align: center;
  position: relative;
}

.footer-logo {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 4rem;
}

.footer-sns {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  margin-bottom: 8.4rem;
}

.footer-sns img {
  width: 4rem;
  height: auto;
}

.footer-line {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 4rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 4rem;
}

.footer-nav li {
  position: relative;
}

.footer-nav li + li::before {
  content: "|";
  position: absolute;
  left: -2rem;
  color: #fff;
  opacity: 0.4;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  transition: opacity 0.3s;
}

.footer-nav a:hover {
  opacity: 0.7;
}

.copyright {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}

/* Fixed Lineup Button */
.btn-fixed-lineup {
  position: fixed;
  bottom: 0;
  right: 4rem;
  background-color: var(--base-gold);
  color: var(--base-brown);
  padding: 2.8rem 3.2rem;
  border-radius: 2rem 2rem 0 0;
  text-decoration: none;
  z-index: 1000;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 -4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, background-color 0.3s;
}

.btn-fixed-lineup:hover {
  background-color: #dcb37a;
}

.btn-fixed-lineup span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 1400px) {
}


@media screen and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
  .pagehead .main-nav {
    display: none;
  }
  .header-actions {
    display: flex;
  }
  .pagehead .logo {
    padding: 1rem 2rem;
    border-right: none;
  }
  .pagehead .logo a {
    font-size: 2.8rem;
  }

  /* MV */
  .mv-vertical-text {
    width: 24rem;
    top: 4rem;
    right: 5%;
  }
  .mv-content {
    padding: 6rem 0;
  }
  .mv-content .inner {
    flex-direction: column;
  }
  .btn-wrap {
    margin-left: 0;
    margin-top: 4rem;
  }
  .title-with-lines {
    font-size: 2.8rem;
    padding: 0 10rem;
    margin-bottom: 3rem;
  }
  .title-with-lines::before,
  .title-with-lines::after {
    width: 8rem;
  }
  .title-with-lines span::before {
    left: -1.2rem;
  }
  .title-with-lines span::after {
    right: -1.2rem;
  }
  .mv-content .description p {
    font-size: 1.8rem;
  }
  .dec {
    width: 6rem;
  }

  /* Introduction */
  .introduction {
    flex-direction: column;
  }
  .intro-visual {
    padding: 4rem;
  }
  .intro-text {
    padding: 4rem 2rem;
  }
  .intro-text .text-inner {
    max-width: 100%;
  }

  /* Proud */
  .proud {
    padding: 0;
  }
  .proud-images {
    position: relative;
    height: auto;
    display: flex;
  }
  .proud-img-main {
    position: relative;
    width: 100%;
    height: 60vw;
    bottom: auto;
    right: auto;
  }
  .proud-img-left {
    top: 4rem;
    left: 4rem;
    width: 40%;
  }
  .proud-content{
    background-color: var(--base-brown);
    padding-bottom: 4rem;
  }
  .proud-content .title-with-lines{
    margin-top: -4rem;
  }

  /* Our Value */
  .ourvalue {
    padding: 6rem 0 8rem;
  }
  .ourvalue::before {
    height: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
  }
  .ourvalue .title-with-lines {
    margin-bottom: 5rem;
  }
  .ourvalue .title-with-lines strong {
    font-size: 4.8rem;
  }
  .value-list {
    gap: 2rem;
  }
  .value-item {
    padding: 4rem 2rem;
  }
  .value-text h3 {
    font-size: 2.2rem;
  }
  .value-text p {
    font-size: 1.6rem;
  }

  /* Lineup */
  .lineup {
    padding: 8rem 0;
  }
  .title-frame h2 {
    padding: 2.4rem 6rem;
  }
  .title-frame h2 strong {
    font-size: 3.6rem;
  }
  .lineup-list {
    gap: 3rem;
  }
  .item-text h3 {
    font-size: 2.2rem;
  }
  .item-text .price {
    font-size: 2.2rem;
  }
  .item-btn {
    width: 8rem;
    height: 8rem;
  }

  /* System */
  .system {
    padding: 8rem 0;
  }
  .system-flow-item-inner {
    min-height: 22rem;
    padding: 2rem 1rem;
  }
  .system-flow-item-img img {
    width: 7rem;
  }
  .system-flow-item-text h3 {
    font-size: 2rem;
  }

  /* Voice */
  .voice {
    padding: 8rem 0;
  }
  .voice-list {
    gap: 3rem;
  }
  .voice-item-inner {
    padding: 3rem 2rem;
  }
  .voice-meta {
    gap: 1.6rem;
  }
  .voice-img {
    width: 7rem;
    height: 7rem;
  }
  .voice-info .stars {
    font-size: 1.6rem;
  }
  .voice-info .customer-info {
    font-size: 1.6rem;
  }
  .voice-comment {
    font-size: 1.6rem;
  }

  /* Information */
  .information {
    padding-bottom: 10rem;
  }
  .info-head {
    padding: 0 6rem 0 4rem;
    margin-bottom: 6rem;
    height: 8rem;
    top:-8rem;
  }
  .info-head h2 {
    font-size: 3rem;
  }

  
}





@media screen and (max-width: 760px) {
  html {
    font-size: 2vw;
  }
  .pagehead .logo a {
    font-size: 2.4rem;
  }
  .title-with-lines {
    padding: 0;
    font-size: 2.4rem;
  }
  .title-with-lines strong{
    padding:0;    
  }
  .title-with-lines::before,
  .title-with-lines::after {
    width: 5rem;
  }
  .btn-kodawari {
    width: 18rem;
    height: 18rem;
  }

.mv-vertical-text {
  width: 24vw;
}

.intro-text p {
  text-align: center;
}

.proud-img-main{
  height:80vw;
}
.proud-img-left{
  top:2rem;
  left:2rem;
  width:40%
}
.proud-img-left figure{
  margin-left:0!important;
  margin-bottom: 1.6rem!important;

}

/* Our Value Mobile */
  .ourvalue .title-with-lines strong {
    font-size: 3.6rem;
  }
  .value-list {
    flex-direction: column;
    gap: 4rem;
  }
  .value-list br{
    display: none;
  }
  .value-item {
    padding: 5rem 3rem;
    width:75%;
    margin: 0 auto;
  }

  /* Lineup Mobile */
  .lineup {
    padding: 6rem 0;
  }
  .title-frame {
    margin-bottom: 5rem;
  }
  .title-frame h2 {
    padding: 2rem 4rem;
  }
  .title-frame h2 strong {
    font-size: 2.8rem;
  }
  .lineup-list {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  .lineup-item {
    max-width: 100%;
  }
  .btn-more {
    max-width: 100%;
  }

  /* System Mobile */
  .system {
    padding: 6rem 0;
  }
  .system-flow {
    flex-direction: column;
    gap: 3rem;
  }
  .system-flow-item {
    width: 100%;
    max-width: 32rem;
  }
  .flow-arrow {
    transform: rotate(90deg);
  }

  /* Voice Mobile */
  .voice {
    padding: 6rem 0 12rem 0;
  }
  .voice-list {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .voice-item {
    max-width: 100%;
  }

  /* Information Mobile */
  .information {
    padding-bottom: 8rem;
  }
  .info-head {
    padding: 0 4rem 0 2rem;
    margin-bottom: 4rem;
  }
  .info-head h2 {
    font-size: 2.4rem;
  }
  .info-item {
    flex-wrap: wrap;
    padding: 1.6rem 0;
  }
  .info-cat {
    margin-right: 2rem;
    margin-bottom: 0.8rem;
    min-width: 9rem;
    padding: 0.4rem 1.6rem;
    font-size: 1.3rem;
  }
  .info-date {
    margin-right: 0;
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
    width: calc(100% - 11rem);
  }
  .info-title {
    width: 100%;
    font-size: 1.6rem;
  }

  .blog-title-main strong{
    padding:0.8rem;
  }

.blog-slider-wrap .slick-prev,
.blog-slider-wrap .slick-next{
  display: none!important;
}


.btn-fixed-lineup {
  width:95%;
  padding:1.6rem 0;
  right:2.5%;
}
.btn-fixed-lineup br{
  display: none;
}
.btn-fixed-lineup span{
  font-size: 2.4rem;
}

}





