@charset "utf-8";
/* CSS Document */
p {color: #555;}
p.car {font-family: "Microsoft YaHei";}

h1 {
    font-size: 2.8rem;
    line-height: 1.5em;
    /*font-style: oblique;*/
    letter-spacing: 0.04em;
    color: #555;
    font-family: "Microsoft YaHei";
}

.c_head1 {
    width: 100%;
    text-align: center;
    margin-top: 1em;
}

h1.c_head1 + p {
    font-size: 1.8rem;
    line-height: 1.5em !important;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    color: #555;
    font-family: "Microsoft YaHei";
    letter-spacing: 0.04em;
    text-align: center;
}

h2 {
    font-size: 2.2rem;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    color: #555;
    font-family: "Microsoft YaHei";
    border-bottom: 2px solid #c79a13;
    margin-top: 3em;
    margin-bottom: 2em;
    padding-bottom: 0.5em;
    text-align: left;
}

h2 span {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.96rem;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    color: #555;
    font-family: "Microsoft YaHei";
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
figure + h3 {
    margin-top: 3em;
}

/*.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

.video_wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.video_wrapper > video {
  position: absolute;
  inset: 0;           
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center;
}*/

.video_wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.video_wrapper > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; /* PCは迫力重視 */
}

.c_sec {
    margin-top: 50px;
    text-align: center;
}

[class^="btn_"] {
    display: flex;
    justify-content: space-between;
    width: 700px;
    margin: 50px auto 0;
}

[class^="btn_"] div:first-of-type {
    flex-basis: 30%;
}

[class^="btn_"] div:last-of-type {
    flex-basis: 65%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px 0;
}

[class^="btn_"] div:last-of-type p {
    margin-bottom: 0;
    font-family: "Microsoft YaHei";
    font-size: 1.68rem;
}

[class^="btn_"] div:last-of-type p.tit {
    font-size: 2.1rem;
    line-height: 1.5em;
}


[class^="btn_"] img {
    width: 100%;
}


.bgBe {
    background: #dbc6af;
}

.bgRe {
    background: #802428;
}

.bgBl_g {
  background-image: radial-gradient(circle at 72% 25%, #8394ac, #5c6b81);
}
.bgNa_g {
    background-image: linear-gradient(90deg, #023069, #031a40);
}

.bgKh_g {
    background-image: linear-gradient(90deg, #8a6f1b, #614910);
}

.cWh {
    color: #fff;
}

a:hover {
    opacity: 0.7;
}

.c_slide2 .slide_inner li img {
    height:622px;
}

.txt_store {text-align: center;}

.img_main {
    margin-bottom: 70px;
}

.img_main_s {
    width: 80%;
    max-width: 1000px;
    margin: 0 10% 50px;
}

.img_main_s video {
    width: 100%;
}

.ul_item_4,.ul_item_2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0 4%;
}

.ul_item_4 li {
    flex-basis: 22%;
}

.ul_item_2 li {
    flex-basis: 48%;
}

.ul_item_4 li img, .ul_item_2 li img {
    width: 100%;
}

.ul_item_4 li p,.ul_item_2 li p {
    margin-top: 10px;
    font-family: "Microsoft YaHei";
}



.box_type_h3 {
    width: 650px;
    margin: 0 auto;
    text-align: left;
}

.box_type_h3_inner {
    width: 100%;
    border-top: 2px dashed #c79a13;
    padding: 50px 0;
}

.box_type_h3_b {
    width: calc(100%-100px);
    margin: 50px auto 0;
    text-align: left;
	background: #F0ECDF;
	padding: 50px;
}

.back_btn {
    display: block;
    padding: 20px 0;
    font-size: 1.68rem;
    line-height: 1em;
    background: #c79a13;
    font-family: "Microsoft YaHei";
    text-align: center;
    text-decoration: none;
    color: #fff;
    max-width: 600px;
    margin: auto;
}

.craftmanship p {
    font-family: "Microsoft YaHei";
    font-size: 1.68rem;
    line-height: 1.8em;
    color: #555;
    margin-bottom: 1em;
}

/*image*/

.image-container {

}

.fade-image {
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 2s ease, transform 2s ease;
}

.fade-image.visible {
  opacity: 1;
  transform: translateY(0);
}

.image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
}

.slideshow {
  position: relative;
  width: 1170px;
  height: 780px;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を枠いっぱいに */
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.flex-container {
  display: flex;
  gap: 40px;              /* ← 要素間のマージンをgapで設定 */
  justify-content: space-between; /* または flex-start / center など */
}

.item {
  flex: 1;                /* 各アイテムが同じ幅で並ぶ */
  background: #eee;
  padding: 20px;
  text-align: center;
}

.flex-container h2 {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.flex-container a {
    display: inline-block !important;
    background: #ffffff !important;
    color: #9a8608 !important;
    border: 1px solid #9a8608 !important;
    width: 100% !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 10px !important;
    transition: all 0.2s !important;
    text-align: center;
}

.flex-container p {
    text-align: center;
}

[id^="sec"] {
  padding-top: 100px;
}


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

h1 {
    font-size: 2.6rem;
}

.c_head1  {
    position: relative;
    top: auto;
}

h1.c_head1 + p {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.7rem;
    margin-top: 1.5em;
} 

h3 {
    font-size: 1.7rem;
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
}

.img_main {
    margin-bottom: 50px;
}

.img_main_s {
    width: 100%;
    max-width: 1000px;
    margin: 0 0 40px;
}

/*.video_wrapper {
    width: 100%;
    height: auto;            ラッパーも動画に合わせて伸縮 
  }
  .video_wrapper > video {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    object-fit: contain;
  }*/
  
  .video_wrapper {
    width: 100%;   /* 横スクロール防止 */
    height: auto;  /* 高さは動画比率に合わせて可変 */
  }
  .video_wrapper > video {
    position: static;   /* 中央寄せ解除 */
    transform: none;
    width: 100%;        /* 横幅いっぱい */
    height: auto;       /* アスペクト比を保持 */
    object-fit: contain; /* 全体表示（黒帯出てもOK） */
  }
  
  .c_sec {
    text-align: left;
}

[class^="btn_"] {
    width: 100%;
    margin: 50px auto 0;
}

[class^="btn_"] div:last-of-type p {
    margin-bottom: 0;
    font-family: "Microsoft YaHei";
    font-size: 1.3rem;
}

[class^="btn_"] div:last-of-type p.tit {
    font-size: 1.5rem;
    line-height: 1.2em;
}

.c_slide2 .slide_inner li img {
    height:250px;
}

.txt_store {text-align: left;}

.ul_item_4 li {
    flex-basis: 48%;
}

.box_type_h3 {
    width: 100%;
}
	
	.box_type_h3_b {
    width: calc(100%-20px);
    margin: 40px auto 0;
    text-align: left;
	background: #F0ECDF;
	padding: 20px 10px;
}

	.back_btn {
		line-height: 1.5em;
	}

.craftmanship p {
    font-size: 1.5rem;
    line-height: 1.8em;
    margin-bottom: 1em;
}

.slideshow {
  position: relative;
  width: 100%;
height: 62vw;
  overflow: hidden;
}
    
    .flex-container {
    flex-direction: column;
  }
    
[id^="sec"] {
  padding-top: 30px;
}

}

.taL {
    text-align: left !important;
}
.taC {
    text-align: center !important;
}

.mt0 {
	margin-top:0 !important; 
}

hr {
	border-top: 1px solid #c79a13;
	margin: 30px 0;
}

figure {width: 100%;}

a.store {
    font-weight: bold;
}



/*.c_slide2 {
  position: relative;
  margin: 0 0 50px;
  overflow: hidden;
}
.c_slide2 .slide_inner {
  width: 1000%;
}
.c_slide2 .slide_inner li {
  width: 640px;
  float: left;
}
.c_slide2 .slide_inner li img {
  width: 100%;
  height: auto;
}
.c_slide2 .bx-wrapper {
  max-width: 1000% !important;
}
.c_slide2 .bx-pager {
  width: 100%;
  padding: 0 14px;
  position: absolute;
  bottom: 20px;
  line-height: 0;
  text-align: right;
display: flex;
justify-content: flex-end;
}*/

.c_slide2 {
  position: relative;
  margin: 0 0 50px;
  overflow: hidden;
}

.slide_inner {
  /* Slickが自動で調整するのでwidth不要 */
}

.c_slide2 .slide_inner li {
  padding: 0; /* スライド間の余白調整（任意） */
  list-style: none;
}

.c_slide2 .slide_inner li img {
  width: 100%;
  height: auto;
  display: block;
}

/* ドットナビゲーション（Slickのデフォルトをカスタマイズ） */
.slick-dots {
  width: 100%;
  padding: 0 14px;
  position: absolute;
  bottom: 20px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.bx-pager {
  margin: 0 auto;
  text-align: center;
  height: 8px;
}
.bx-pager .bx-pager-item {
  height: 8px;
  display: inline-block;
  margin: 0 0 0 12px;
  vertical-align: top;
}
.bx-pager .bx-pager-item a {
  background: #e60012;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  display: block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.bx-pager .bx-pager-item a.active {
  background: #e60012;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.bx-pager {
    margin: 0 auto;
    text-align: center;
    height: 8px;
}

.bx-pager .bx-pager-item {
    height: 8px;
    display: inline-block;
    margin: 0 0 0 12px;
    vertical-align: top;
}

.bx-pager .bx-pager-item a {
    background: #e60012;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    display: block;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.bx-pager .bx-pager-item a.active {
    background: #e60012;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}