@charset "utf-8";
/* CSS Document */
/* ---------- itembox1 ---------- */
.itembox1.bg1 {
  position: relative;
  z-index: 1;
}

.itembox1.bg1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  height: 220px;
  background: #e6e6e6;
  z-index: -1;        /* コンテンツの下に敷く */
}
.itembox1 {
  position: relative;
  z-index: 0;
        border-bottom: 1px solid #DDDDDD;
}
.itembox1 .boxwrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4列 */
  gap: clamp(10px, 2.5vw, 20px);
}
.itembox1 .boxwrap p{
    text-align: center;
}
@media screen and (max-width: 768px){
  .itembox1 .boxwrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* SPで2列 */
  }
}

.titlebox3 .en_txt{
    color: #A89778;
}
.titlebox3 .jptitle{
      font-family: "Zen Old Mincho", serif;
}
.column2_c .content {
margin-top: auto;
    margin-bottom: auto;
}
  .column2_c.is-reverse .inner {
    grid-template-columns: 1.1fr 1fr;
    grid-template-areas: "content visual";
  }

  .column2_c.is-reverse .inner .visual {
    grid-area: visual;
  }
  .column2_c.is-reverse .inner .content {
    grid-area: content;
  }
@media (max-width: 768px) {
  .column2_c.is-reverse .inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "content";
    row-gap: 24px; /* 好きに調整 */
  }
}
.flow_a1 .inner {
  margin: 0 auto;
}
.flow_a1 .item {
  display: grid;
  grid-template-columns: 72px 1fr minmax(260px, 300px);
  column-gap: clamp(16px, 3vw, 40px);
  position: relative;
  padding-bottom: 20px;
}
.flow_a1 .col-num {
  position: relative;
  display: flex;
   justify-content: center;
  align-items: flex-start;
}
.flow_a1 .col-num::before{
  content: "";
  position: absolute;
  left: 50%;
  top: calc(56px + 8px);
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  border-left: 2px dotted #222;
  opacity: .8;
  pointer-events: none;
}
.flow_a1 .item:last-child .col-num::before {
  display: none;
}
.flow_a1 .circle {
  width: 56px;
  height: 56px;
  border-radius: 999px;
background: #A89778;
  display: grid;
  place-items: center;
}
.flow_a1 .circle p {
  margin: 0;
  line-height: 1;
  letter-spacing: .02em;
    font-size: 20px;
  color: #fff;
        font-family: "Zen Old Mincho", serif;
}
.flow_a1 .txtbox {
  margin-top: 10px;
}
.flow_a1 .txtbox .title {
  margin: 0 0 10px;
  letter-spacing: .02em;
      font-family: "Zen Old Mincho", serif;
    color: #222222;
}
.flow_a1 .txtbox .text {
  margin: 0;
  line-height: 2;
  text-align: justify;
}
.flow_a1 .imgbox {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #cfcfcf;
  overflow: hidden;
}
.flow_a1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .flow_a1 .col-num {
    grid-area: col;
  }
  .flow_a1 .txtbox {
    grid-area: txtbox;
  }
  .flow_a1 .imgbox {
    grid-area: imgbox;
  }
  .flow_a1 .item {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "col col"
      "txtbox imgbox";
    column-gap: clamp(12px, 3vw, 24px);
    row-gap: clamp(12px, 3vw, 24px);
    padding-bottom: 32px;
  }
  .flow_a1 .col-num {
     justify-content: center;
    align-items: flex-start;
  }
  .flow_a1 .col-num::after {
    display: none;
  }
  .flow_a1 .inner {
    padding: 0 0;
  }
  .flow_a1 .txtbox .title {
    text-align: center;
  }
  .flow_a1 .item {
    grid-template-columns: 1fr;
    grid-template-areas:
      "col"
      "imgbox"
      "txtbox";
    row-gap: 16px;
    padding-bottom: 60px;
  }
    .flow_a1 .item:last-child {
  padding-bottom: 0;
}
  .flow_a1 .col-num {
      justify-content: flex-start;
      margin-bottom: -30px;
  }
  .flow_a1 .col-num::after {
    display: none;
  }
  .flow_a1 .imgbox {
    max-width: 400px;
    justify-self: center;
  }
  .flow_a1 .txtbox {
      width: 80%;
      margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
      .flow_a1 .txtbox {
      width: 100%;
  }
}

a p,p,h2,h3{
    	color: #433213;
}
.txt_color1{
    color: #433213;
}

.pagetitle_d1{
	position: relative;
	overflow: visible;
}
.pagetitle_d1 .pagetitle{
	position: relative;
	width: 100%;
  height: clamp(300px, 36vw, 480px);
}
body.on .pagetitle_d1 .pagetitle::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	display: flex;
    background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.pagetitle_d1 .pagetitle .bg_img_wrap2{
	position: relative;
	overflow: hidden;
}

.pagetitle_d1 .pagetitle .title_wrap{
	width: 100%;
	position: relative;
	z-index: 2;
}

.pagetitle_d1 .titlebox{
    position: absolute;
    bottom: -20px;
left: clamp(20px, 10vw, 150px);z-index: 50;
}

.pagetitle_d1 .pagetitle .titlebox h1{
	color: #fff;
	font-family: "Zen Old Mincho", sans-serif;
    margin-bottom: 10px;
}
.pagetitle_d1 .pagetitle .titlebox p {
  font-size: 70px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline; /* ← ベースラインに揃う */
}
.pagetitle_d1 .subtxt{
	position: absolute;
	bottom: -120px;
	z-index: 3;

}
.pagetitle_d1 .subtxt p{
	letter-spacing: 5px;
	font-size: 24px;
}
.pagetitle-wrap .subtxt p span{
	display: inline-block;
	background: #fff;
	padding: 15px 5px;	
}
.pagetitle_d1 .subtxt p span:first-child{
	margin-left: 8px;
}
@media screen and (max-width: 1080px) {
   .pagetitle_d1 .subtxt{
		bottom: -140px;
	}
}

@media screen and (max-width: 768px) {
    .pagetitle_d1 .titlebox {
        bottom: -12px;}
    
    .pagetitle_d1 .pagetitle .titlebox p {
    font-size: 40px;
    }}
/* ---------- header_i1 ---------- */
.header_i1.scrolled {
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
  transition: background 0.3s ease;
  border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}

.header_i1 {
  white-space: nowrap;
  position: fixed;
  z-index: 9999;
  height: clamp(70px, 10vw, 120px);
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* 右側ナビエリア */
.header_i1 .rightbox {
  position: fixed;
  height: clamp(70px, 10vw, 120px);
  top: 0px;
  right: 0px;
  z-index: 50;
  white-space: nowrap;
}

.header_i1 .rightbox .ul {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  gap: clamp(10px, 5vw, 30px);
}

/* Online Shop ボタン */
.header_i1 .contact-box {
  height: 100%;
}

.header_i1 .contact-box a {
  flex-direction: column;
  width: 125px;
  height: 100%;
  background: #3C533F;
  font-weight: 600;
  text-decoration: none;
  gap: 12px;
}

.header_i1 .contact-box p {
  color: #fff;
  font-size: clamp(8px, 1.4vw, 16px);
}

.header_i1 .contact-box img {
  width: 24px;
  color: #fff;
}

/* contact ホバー効果 */
.header_i1 .contact-box a:hover img {
  transform: translateX(3px);
  transition: ease 0.3s;
}

/* ベースレイヤー */
.header_i1 > div {
  position: relative;
  z-index: 2;
}

/* 左側ロゴ */
.header_i1 .leftbox {
  position: fixed;
  left: 20px;
  z-index: 10;
}

.header_i1 .leftbox .logo img {
  width: clamp(120px, 30vw, 200px);
}

/* =========================
   JP / EN ロール切り替え
   ========================= */
.header_i1 .menu-item {
  position: relative;
  display: flex;
  flex-direction: column;   /* 縦にJP/ENを積む */
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
   min-width: 100px;
}

/* 共通（アニメ用） */
.header_i1 .menu-item .jp,
.header_i1 .menu-item .en {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

/* 初期：JPが表示、ENは下に隠れている */
.header_i1 .menu-item .jp {

  opacity: 1;
}

.header_i1 .menu-item .en {
position: absolute;
  opacity: 0;
}

/* ホバー時：JPが上に抜けて、ENが中央に上がる */
.header_i1 .ul .li a:hover .menu-item .jp {
  transform: translateY(-100%);
  opacity: 0;
}

.header_i1 .ul .li a:hover .menu-item .en {
  transform: translateY(0%);
  opacity: 1;
}


/* テキストスタイル */
.header_i1 .rightbox .jp {
  font-size: clamp(8px, 1.4vw, 16px);
  margin: 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}

.header_i1 .rightbox .ul .li a p.en {
  font-size: clamp(16px, 4vw, 22px);
  color: #fff;
  margin: 0;
  text-align: center;
  font-family: "Cormorant", sans-serif;
  font-weight: 500;
}

/* ハンバーガーボタン */
.header_i1 .menu-bt {
  display: none;
}

@media screen and (max-width: 1280px) {
  .header_i1 .rightbox {
    display: none;
  }

  .header_i1 .menu-bt {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 20px;
    width: 70px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    cursor: pointer;
  }

  .header_i1 .menu-bt .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 28px;
  }

  .header_i1 .menu-bt .line > div {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background-color: #fff;
    left: 0;
    transition: ease 0.3s;
  }

  .header_i1 .menu-bt .line > div:nth-of-type(1) {
    top: 0;
  }

  .header_i1 .menu-bt .line > div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .header_i1 .menu-bt .line > div:nth-of-type(3) {
    bottom: 0;
  }

  .header_i1 .menu-bt.active .line > div:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .header_i1 .menu-bt.active .line > div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    opacity: 0;
  }

  .header_i1 .menu-bt.active .line > div:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
    

        .header_i1 .menu-bt {
            width: 50px;}
    
    .header_i1 .menu-bt .line > div {
    height: 2px;}  
    .header_i1 .menu-bt .line {
        width: 30px;
        height: 18px;
    }
    
    
  .header_i .page_links {
    top: 70px;
    gap: 30px;
  }

  .header_i {
    padding: 0px;
    height: 70px;
  }

  .header_i .logo {
    gap: 10px;
  }

  .header_i .header_right {
    gap: 15px;
  }

  .header_i .header_right .menu-bt {
    width: 50px;
  }
}

@media screen and (max-width: 576px) {
  .header_i .menu-bt {
    width: 45px;
    border: 2px solid #000;
  }

  .header_i .menu-bt .line {
    width: 20px;
    height: 16px;
  }

  .header_i .menu-bt .line > div {
    height: 2px;
  }
}

/* ---------- burgermenu_d1 ---------- */

.burgermenu_d1 {
    display: none;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.burgermenu_d1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.85;
}
.burgermenu_d1 > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 2;
}
.burgermenu_d1 .ul {
    width: 90%;
    gap: 50px 30px;
    overflow: auto;
}
.burgermenu_d1 .ul .menu_box {
    width: calc(100% / 3 - 60px / 3);
}
.burgermenu_d1 .ul .menu_box a {
    position: relative;
    display: block;
    padding: 15px 50px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    border-bottom: 3px solid #fff;
}
.burgermenu_d1 .ul .menu_box a p {
    color: #fff;
}

.burgermenu_d1 .ul .menu_box a p.jp {
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width: 1280px) {
    .burgermenu_d1 .ul {
        gap: 30px 30px;
    }
    .burgermenu_d1 .ul .menu_box {
        width: calc(100% / 3 - 60px / 3);
    }
    .burgermenu_d1 .ul .menu_box a p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1080px) {

    .burgermenu_d1 .ul {
        gap: 30px 50px;
    }
    .burgermenu_d1 .ul .menu_box {
        width: calc(100% / 2 - 50px / 2);
    }
    .burgermenu_d1 .ul .menu_box a p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .burgermenu_d1 .ul {
        gap: 30px;
    }
    .burgermenu_d1 .ul .menu_box {
        width: calc(100% / 2 - 30px / 2);
    }
}

@media screen and (max-width: 576px) {
      .burgermenu_d1 > div {
        padding: 120px 0 50px;
    }
    .burgermenu_d1 .ul {
        gap: 0 10px;
    }
    .burgermenu_d1 .ul .menu_box {
        width: calc(50% - 5px);
    }
    .burgermenu_d1 .ul .menu_box a {
        padding: 20px 0;
    }
    .burgermenu_d1 .ul .menu_box a p.en {
        font-size: 16px;
    }
    .burgermenu_d1 .ul .menu_box a p.jp {
        font-size: 13px;
    }
}
/* ---------- footer ---------- */
.footer_g1{
	background-color: #999;
	color: #fff;
padding: 100px 50px 50px;
}
.footer_g1 .boxwrap{	justify-content: space-between;
max-width: 1280px;}

.footer_g1 .leftbox{
	width: auto;
}

.footer_g1 .leftbox .jp{
    color: #6C6B68;
}

.footer_g1 .leftbox .logo{

}

.footer_g1 .leftbox .snsicon p{
    margin-top: 5px;
    margin-right: 15px;
    color: #333333;
}
.footer_g1 .leftbox .snsicon i{
font-size: 32px;
      color: #333333;
}

.footer_g1 .onlineshop_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 12px 36px;
  background: #2f4d36;        /* 緑 */
  text-decoration: none;
  color: #fff;
}

.footer_g1 .onlineshop_btn img {
  width: 18px;
  height: auto;
}
.footer_g1 .onlineshop_btn p{
color: #fff;
}


.footer_g1 .rightbox{
	gap: 30px 40px;
}
.footer_g1 .rightbox .default_txt2{
      font-family: "Zen Old Mincho", serif;
}
.footer_g1 .rightbox .ul .li:not(:last-of-type){
	margin-bottom: 15px;
}
.footer_g1 p{
	color: #000;
}

@media screen and (max-width: 1080px){
	
	.footer_g1 .rightbox{
		display: none;
	}
	.footer_g1{
		display: block;
	}
	.footer_g1 .leftbox{
		width: 100%;
		gap: 30px 40px;
        
	}
	.footer_g1 .leftbox .logo{
        width: auto;          
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
    }
	.footer-bottombox_g{
        justify-content: center;
    }
    .footer-bottombox_g .copyright{
        width: 100%; 
        text-align: center;
        margin: 0 auto;
    }
    .footer-bottombox_g .ul{
        display: none;  
    }
}
@media screen and (max-width: 576px) {
.footer_g1 .leftbox {
 justify-content: center; 
}
}


.imgboxwrap1 {
  display: flex;
  width: 100%;
}

.imgboxwrap1 .imgbox {
  position: relative;
  flex: 1;
  overflow: hidden;
  color: #fff;
}

.imgboxwrap1 .imgbox img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
}
.imgboxwrap1 .imgbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.imgboxwrap1 .imgbox .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 8px 16px 10px 0;  /* 右に少し余白 */
  display: flex;
  justify-content: flex-end; /* 文字を右寄せ */
  align-items: center;
  letter-spacing: 0.2em;
  color: #fff;
      z-index: 2;
}

.imgboxwrap1 .imgbox .caption::before {
  content: "";
  flex: 1;                   /* 余った幅ぜんぶ線にする */
  height: 1px;
  margin-right: 12px;        /* 線と文字の間 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.2)
  );
}
@media screen and (max-width: 576px){
    .imgboxwrap1{flex-direction: column;}
    .imgboxwrap1 .imgbox {width: 100%;}
}
    
.onlineshop_d1 a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: clamp(200px, 25vw, 300px);
  color: #fff;
    max-width: 1000px;
}
.onlineshop_d1 p,.onlineshop_d1 h2{
       color: #fff;
}
 
/* 背景画像 */
.onlineshop_d1 a.bg_img_wrap2 > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* オーバーレイ */
.onlineshop_d1 a.bg_img_wrap2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}

/* テキストボックス */
.onlineshop_d1 a .box {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 30px 100px;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;

}

/* ======================
   more ボタン
====================== */


 .more1{
  position: relative;
  padding: 12px 30px;
  border-radius: 200px;
gap:30px;
    background: transparent;
     width: 100%;
     border: 1px solid #CCCCCC;
width: 250px;
  flex-wrap: nowrap;
}
 .more1 p{
     color:#433213;
    white-space: nowrap;
}

.more1 i {
  font-size: 12px;
  transition: transform 0.3s ease;
  color:#433213;
}

 .more1:hover i {
  transform: translate(3px);
}
.more_g{
         border: 1px solid #CCCCCC;
    background: #3C533F;
}
 .more_g p, .more_g i{
     color:#fff;}

.onlineshop_d1 .more:not(:last-of-type) {
  margin-bottom: 20px;
}

/* more ボタン */
.onlineshop_d1 .more {
  position: relative;
  margin-top: 30px;
  padding: 12px 30px;
  border-radius: 200px;
gap:30px;
    background: #433213;
}


/* 矢印アイコン */
.onlineshop_d1 .more i {
  font-size: 12px;

  transition: transform 0.3s ease;
  color: #fff;
}

/* hover で3px右へ */
.onlineshop_d1 a:hover .more i {
  transform: translate(3px);
}


@media screen and (max-width: 1080px){
	.onlineshop_d1 a .box {
		padding: 20px 50px;
	}
}
@media screen and (max-width: 768px){
	.onlineshop_d1 a .box {
		padding: 20px 30px;
	}	
}



.titleboxwrap{
    width: 100%;
    gap:100px;
    margin-bottom: 60px;
    color: #433213;
    max-width: 1280px;
}
.titlebox .jp{
    margin-top: -10px;
}
.font_so {
  font-family: "Sorts Mill Goudy", serif;
}
.font_mincho {
  font-family: "Zen Old Mincho", serif;
}
.en_title{
  font-family: "Sorts Mill Goudy", serif;
  font-size: clamp(32px, 6vw, 60px);
     letter-spacing: .08em;
}
.en_title2{
  font-family: "Sorts Mill Goudy", serif;
  font-size: clamp(32px, 6vw, 40px);
     letter-spacing: .04em;
}
.default_title0{
  font-size: clamp(20px, 3.2vw, 32px);
  letter-spacing: .05em;
}
.default_title {
  font-size: clamp(22px, 3.2vw, 30px);
  letter-spacing: .05em;
    
    font-weight: 500;
}
.default_title2 {
  font-size: clamp(20px, 2.9vw, 26px);
  letter-spacing: .05em;
    
    font-weight: 500;
}
.default_title3 {
  font-size: clamp(16px, 2.5vw, 20px);
  letter-spacing: .05em;
    
    
    font-weight: 500;
}
.default_txt {
  font-size: clamp(16px, 1.8vw, 18px);
  letter-spacing: .05em;
  line-height: 2.2;
}
.default_txt2 {
  font-size: clamp(15px, 1.6vw, 16px);
  letter-spacing: .05em;
      line-height: 2.2;
}
.default_txt3 {
  font-size: clamp(12px, 1.4vw, 14px);
  letter-spacing: .05em;
}
.en_txt {
  font-size: clamp(16px, 1.8vw, 20px);
  letter-spacing: .05em;
  line-height: 2;
  font-family: "Sorts Mill Goudy", serif;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
    .titleboxwrap{
        flex-direction: column;
            align-items: flex-start;
        gap:20px;
        margin-bottom: 30px;
    }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    .default_txt {
  line-height: 2;
}
.default_txt2 {

      line-height: 2;
}
    
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

}

