@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;
}

h2.h2_type_2 {
    border-bottom : none;
    padding-bottom: 0;
    text-align: center;
}

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;
}

figcaption p {font-size: 95% !important;}

figure.image-container {
    margin-bottom: 40px;
}

.videowrap {
        width: 50%;
        margin: 0 auto 50px;
    }
.videowrap2 {
        width: 100%;
        margin: 0 auto 50px;
    }
.videowrap > video {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);*/
    min-width: 100%;
    min-height: 100%;
}
video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.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);
}

.bgGr_bl {
    background-image: linear-gradient(90deg, #999, #666);
}

.bgGr_bl2 {
    background-image: linear-gradient(90deg, #555, #000);
}

.bgRe_bl {
    background-image: linear-gradient(90deg, #e45027, #b82d2c);
}

.bg1 {
    margin: 0 auto;
    max-width: 800px;
    padding: 20px 50px;
    background: url(https://cdn.shopify.com/s/files/1/0593/3613/0738/files/wl_4_src.45320726.kinpaku25071032.jpg?v=1769670884633) repeat 0 0;
    text-align: left;
}

.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%;
}

.img_main_ss {
    width: 70%;
    margin: 0 15% 50px;
}

.img_main_ss img {
    width: 100% !important;
    height: auto !important;
}

.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: 15px 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;
}

.back_btn.current {
    opacity: 0.4;
}

.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;
}

.slideshow2 {
  position: relative;
  width: 819px;
  height: 546px;
  overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.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: 50px;
}

a.bt_gold_round {
  display: inline-block !important;
  background: #b18a13 !important;
  color: #fffcf8 !important;
  border: 1px solid #fffcf8 !important;
  border-radius: 40px !important;
  max-width: 100% !important;
  width: 100% !important;
  font-size: 120% !important;
  line-height: 1.4 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 15px 40px !important;
  transition: all 0.2s !important;
    font-family: "Microsoft YaHei";
}
a.bt_gold_round:visited {
  background: #b18a13 !important;
  color: #fffcf8 !important;
  border: 1px solid #fffcf8 !important;
  text-decoration: none !important;
}
a.bt_gold_round:active {
  background: #fffcf8 !important;
  color: #b18a13 !important;
  border: 1px solid #b18a13 !important;
  text-decoration: none !important;
}
a.bt_gold_round:hover {
  background: #fffcf8 !important;
  color: #b18a13 !important;
  border: 1px solid #b18a13 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

h4.h4_type_1 {
   color: #c2a515;
   position: relative;
    margin-top: 1.5em;
    margin-bottom: 1em;
    text-align: center !important;
    font-weight: 700;
    font-family: "Microsoft YaHei";
}
h4.h4_type_1 span {
    padding-bottom: 0.5em;
    border-bottom: 2px solid #c2a515;
}

.ul_item_2.btn4 {
    width: 80%;
    margin: 0 10%;
}

.ul_item_2.btn4 li {
    margin-bottom: 15px;
    display: flex;
}

.ul_item_2.btn4 li a {
    display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-family: "Microsoft YaHei";
}

@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: 2em;
    margin-bottom: 1em !important;
} 

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

.img_main {
    margin-bottom: 50px;
}

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

.videowrap, .videowrap2 {
        width: 100%;
        margin: 0 auto 40px;
    }

  
  .c_sec {
    text-align: left;
}

[class^="btn_"] {
    width: 100%;
    margin: 30px 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,.slideshow2 {
  position: relative;
  width: 100%;
height: 62vw;
  overflow: hidden;
}
    .flex-container {
  gap: 30px; 
}
    .flex-container {
    flex-direction: column;
  }
    
[id^="sec"] {
  padding-top: 30px;
}
    
.bg1 {
    padding: 20px;
}
    
.bg1 p {
        line-height: 1.5em;
}
.ul_item_2.btn4 {
    width: 90%;
    margin: 0 5%;
}


}

/*--------common---------*/


.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;
}

.mb-0 {
    margin-bottom: calc(1rem * 0 * var(--space-magnification)) !important;
}

.fsS {font-size: 95% !important;}





/*.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;
}

.img_main.fade_slider {
  position: relative;
  overflow: hidden;
}

.img_main.fade_slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.img_main.fade_slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.img_main.fade_slider li.active {
  opacity: 1;
}

.img_main.fade_slider img {
  width: 100%;
  display: block;
}