/** Shopify CDN: Minification failed

Line 11:0 All "@import" rules must come first
Line 382:19 Expected identifier but found bad string token
Line 382:20 Unterminated string token
Line 423:0 Unexpected "{"

**/
@charaset "utf-8";

@import url("https://use.fontawesome.com/releases/v5.7.2/css/all.css");


/* ---------------------修正対応箇所 */
/* ---記事中スタイルシート------------------修正対応箇所 */
.attention {
  border:1px solid #999;
  margin:3em 0;
  padding:2em;
  background:#f8f8f8;
}

.bg-video-wrap {
  margin-top: -50px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(./sapmle.png) no-repeat center center/cover;
}

.bg-video-wrap-genpei {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 100px);
  background: url(./sapmle.png) no-repeat center center/cover;
}

video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 2px 2px;
  opacity:.7;
  z-index: 2;
}

  .overlay-genpei {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 2px 2px;
  opacity:.7;
  z-index: 2;
}

/* トップページ余白設定 */
.separatebar{
width:100%;
height:32px;
}

/* --------------------------------------------- */
.main-content h1,h2{
  position:relative !important;
  margin-bottom:2em;
  color: #6c5408;
}

.main-content h1{
margin-bottom:3em;
}

.main-content h1::before {
  position: absolute;
  content: '';
  bottom: -.7em;
  left: calc(50% - 100px);
  width: 200px;
  height: 5px;
  transform:skew(-5deg,-2deg);
  background-color: #9b7a11;
  border-radius: 5px;
}

.main-content h1::after {
  position: absolute;
  content: '';
  bottom: -1.1em;
  left: calc(50% - 100px);
  width: 200px;
  height: 5px;
  transform:skew(-5deg,1deg);
  background-color: #9b7a11;
/*   background-color: #6c5408; */
  border-radius: 5px;
}

.main-content h2 {
  border-left:none;
  padding-left: 0;
  /*   font-weight:bold; */
  /*   background-color: #6c5408; */
}

#shopify-section-product-template h1 {
  position:relative !important;
  margin-bottom:1em;
  color: #6c5408;
}

#shopify-section-product-template  h1::before {
  position: absolute;
  content: '';
  bottom: -.2em;
  left: 0;
  width: 180px;
  height: 5px;
  transform:skew(-5deg,-2deg);
  background-color: #9b7a11;
  border-radius: 5px;
}

#shopify-section-product-template  h1::after {
  position: absolute;
  content: '';
  bottom: -.6em;
  left: 0;
  width: 180px;
  height: 5px;
  transform:skew(-5deg,0deg);
  background-color: #9b7a11;
/*   background-color: #6c5408; */
  border-radius: 5px;
}

.text-right{
  text-align:right;
}

/* 上部の空白を詰める */
.template-index {
  margin-top:-2rem;
}

.custom-made,.outofstock{
  font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em);
}

.outofstock a {
  border-bottom:1px solid;
}

.product-contact{
  display:flex;
  margin-top:1em;
  margin-bottom:1.5em;
  padding:.5em 0;
/*   background:#eee; */
  border-radius:3px;
  text-align:center;
  font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em);
}

.product-contact li {
width:100%;
}

.product-contact a {
  text-decoration:under-line;
  border-bottom:1px solid;
}

.product-contact li:not(:first-child){
  border-left:1px solid;
}

.product-card {
  transition:all 1s ease-in-out ;
}

.product-card:hover{
  transition-duration: 2s;
  /* 	transform: scale(1.1, 1) !important ; */
  /* 	transform-origin: left; */
  transform: translateY(-50px);
}

/* --------------------------------------------- */
/* 直営店 */
.page_img {
  display:flex;
  flex-flow:row no-wrap;
  border-radius: 10px;
}

.bl_gray{
  font-size:1.5em;
  border-left: 0.25em solid #999;
  padding-left: 1em;
}

@media screen and (max-width: 661px) {
  .page_img {
    display:flex;
    flex-flow:column;
    margin-bottom:1rem;
  }
  .page_img p {
    width:100%;
  }
  .bl_gray{
    font-size:1.25em;
  }
}

/* ---------------------トップページセクション */
.announcement-bar__message{
  margin-top:10px;
}

.template-index #shopify-section-header{
  position:fixed;
  top:0;
  left:0;
  z-index:1003;
  transform:translateY(-100%);
  transition:1s;
}

.template-index  #shopify-section-header.active{
  transform:translateY(0);
}

.announcement-bar {
  position:fixed;
  z-index:14;
}

#shopify-section-header, .shopify-section, .site-header.logo--center, .grid.grid--no-gutters.grid--table.site-header__mobile-nav{
  background:white;
}

/* Swiper スライダー */
.swiper-container {
  width: 100%;
  height: auto;
  text-align: center;
  background-size:cover;
}

.swiper-container img {
  width:100%;
}

.swiper-exhibition-container {
  width: 100%;
  height:auto;
  text-align: center;
}

.swiper-button-next{
color:#999;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #6c5408;
}

.swiper-button-next{
/* background:#6c5408; */
}

/* top-carousel */
.carousel{
  display:flex;
  justify-content:center;
  align-items:center;

/*   background: url(/cdn/shop/files/IMG_1100s.jpg?v=1623646839)  center center / cover no-repeat ; */
  background-attachment: fixed;
  /* 	background-image: linear-gradient(90deg, rgba(253, 219, 146, 1), rgba(209, 253, 254, 1)); */
  /*   	background-size:cover; */
  height:100vh;
  margin:-4rem 0 0 0;
  color:#fff !important;
}

.carousel p{
  /*   	color:#fff; */
  font-size:2rem;
  letter-spacing:0.4em;
  /* 	color: #ffffff !important; */
  background:#fff;
  padding:1rem;
  /* 	transform: skew(-7deg, 2deg); */
  /* 縦書き   */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 749px) {
  #shopify-section-header{
    width:100%;
  }
}

/* ---------------------コレクション　全商品 */
.top-collection {
  display:flex;
  flex-flow:row-reverse wrap;
  justify-content:center;
  align-items:strat;
  text-align:left;
  color:#fff !important;
}

.top-collection h2 {
  padding:1.25rem 0 0 1rem;
  color:#222222;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.top-collection p{
  font-size:0.75rem;
  letter-spacing:0.4em;
  background:#fff;
  padding:1rem;
  /* 	transform: skew(-7deg, 2deg); */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.top-collection p a{
  border-bottom:none !important;
  text-decoration:none !important;
  border-right:1px solid #999;
}

.top-collection p a:hover{
  opacity:.8;
}

.collections_subttl {
  display: block;
  font-size:.6em;
  font-weight: normal;
  color:#777;
  margin-top:5px;
  margin-bottom:1em;
}

/* ---------------------製作体験 */
.page_subttl {
  display: inline-block;
  font-size: 0.8em; /*   ←0.6 */
  font-weight: normal;
  margin-left: 1em;"
}

.page_list {
  margin-top:1rem;
  font-weight: bold;
}

.page_qa {
  margin-bottom:4em;
}

.page_qaq {
  font-weight: bold;
  margin:2em 0;
}

.page_qaa {
  margin-left:2em;
  margin-bottom: 1.5em;
}

/* ---------------------会社概要ページ */
dl.page_campany {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

dt.page_campany_info {
  flex-basis: 15%;
  padding: 20px;

}
dd.page_campany_info_desc {
  flex-basis: 80%;
  padding: 20px;
}

.template-page table,
.template-policy table,
{
  margin-top:1em;
  width:100%;
  border:0;
}

.template-page td,
.template-policy td{
  padding: 1em;
  border:0 !important;
}

.template-page th,
.template-policy th{
  background: #ddd;
  padding: 1em;
  border:0 !important;
}

.template-page tr:nth-child(odd),
.template-policy  tr:nth-child(odd){
  background: #eee;
  border:0 !important;
}

/* カート内のテーブルCSS */
.template-cart table th,
.template-cart table tr,
.template-cart table tr td{
background:#fff !important;
}

@media screen and (max-width: 1399px) {
  .page_campany {
    flex-flow: column;
  }
  dt.page_campany_info {
    flex-basis: 50%;
    padding: .5em;
  }
  dd.page_campany_info_desc {
    flex-basis: 100%;
    padding: 0 0 0 4em ;
  }
}

/* ---------------------実績ページ */
dl.page_campany2 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

dt.page_campany2_info {
  flex-basis: 15%;
  padding: 20px;
}

dd.page_campany2_info_desc {
  flex-basis: 80%;
  padding: 20px;
}

.achievement_container{
  display:flex;
  flex-wrap:no-wrap;
}

.achievement_title {
  font-size:1.2em !important;
  text-align: left;
  margin:0 !important;
  padding:0 2em;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.achievement_title-yoshinobu{
  border-left:0 !important;
  border-right:1px solid;
  font-size:1.2em !important;
  text-align: left;
  margin:0 0 0 1em !important;
  padding:0 1em 1em 0;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.achievement_img{
  max-width:80%;
}

.archivement_subttl {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  margin: .5em;
}

.history,.history2,.history3{
  position:relative;
  margin-bottom:5em;
}

.history::before,.history2::before,.history3::before{
  width: 90px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity:.2;
}

.history::before{
  background: rgb(133,79,26);
  background-image: linear-gradient(180deg, rgba(247, 166, 12, 1), rgba(248, 164, 139, 1) 25%, rgba(255, 34, 87, 1) 50%, rgba(149, 67, 207, 1) 75%, rgba(35, 102, 247, 1)) !important;
}

.history2::before{
  background: rgb(34,193,195);
  background-image: linear-gradient(180deg, rgba(35, 102, 247, 1), rgba(149, 67, 207, 1) 25%, rgba(255, 34, 87, 1) 50%, rgba(248, 164, 139, 1) 75%, rgba(247, 166, 12, 1)) !important;
}

.history3::before{
  background: #fff;
}

@media screen and (max-width: 749px) {
  .achievement_container{
    display:flex;
    flex-wrap:no-wrap;
    width:100%;
  }

  .achievement_title {
    font-size:1em !important;
  }

  .history,.history2,.history3{
    position:relative;
  }

  .history::before,.history2::before,.history3::before{
    width: 90px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }

  .history::before{
    background: rgb(133,79,26);
    background-image: linear-gradient(180deg, rgba(247, 166, 12, 1), rgba(248, 164, 139, 1) 25%, rgba(255, 34, 87, 1) 50%, rgba(149, 67, 207, 1) 75%, rgba(35, 102, 247, 1)) !important;
  }

  .history2::before{
    background: rgb(34,193,195);
    background-image: linear-gradient(180deg, rgba(35, 102, 247, 1), rgba(149, 67, 207, 1) 25%, rgba(255, 34, 87, 1) 50%, rgba(248, 164, 139, 1) 75%, rgba(247, 166, 12, 1)) !important;
  }

  .history3::before{
    background: #fff;
  }
}

.history_year{
  position:relative;
  font-size:2.5em;
  font-style:italic;
  margin:0 0 10px 0 !important;
  background:#fff;
}

.history_item{
  margin:0 !important;
  /* list-style-type:none !important; */
}

.history2 figure {
  margin: 10px 0 30px 120px;
  border:1px solid #ddd;
  padding:1em;
  border-radius: 4px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(202, 137, 0, 1) 32%, rgba(255, 255, 255, 0.2));
}

.history_list_items {
  margin:0 !important;
  list-style-type:none !important;
  padding-left:5em;
}

.history_subttl {
  display: inline-block;
  font-size: .4em;
  font-style:normal;
  font-weight: normal;
  margin-left: 1em;
  letter-spacing:.1em;
}

@media screen and (max-width: 1399px) {
  .page_campany2 {
    flex-flow: column;
  }

  dt.page_campany2_info {
    flex-basis: 50%;
    padding: .5em;
  }

  dd.page_campany2_info_desc {
    flex-basis: 100%;
    padding: 0 0 0 4em ;
  }
}

/* ---------------------取扱店舗ページ */
.shop-container {
  display: flex;;
  justify-content: center;
  align-items: center;
}

.shop-container > * {
  margin-bottom: 2rem;
}

.pref {
  align-self: flex-start;
  margin: 0;
  padding: 0 2em 2em;
  width: 180px;
  text-align:center;
}

.pref h2{
  border-left:1px solid;
  border-right:1px solid;
}

.wholesale {
  display: flex;
  flex-direction: column;
  width: 400px;
}

.shop-container a[target="_blank"]::after{
  font-family: "Font Awesome 5 Free";
  content: '\f5da';
  font-size: 0.75em;
  color:#999;
  font-weight: 600;
  margin: 0 0.5em 0.5em;
}

@media screen and (max-width: 661px) {
  .shop-container {
    flex-direction:column;
  }

  .pref {
    display: flex;
    margin: 0;
    padding:0;
    padding-bottom: 0.5em;
  }

  .pref h2 {
    margin-bottom: auto !important;
  }

  .wholesale {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

/* トップページの社長のmessage */
.text-message{
  margin:0px auto;
  padding:3em;
  max-width:900px;
}

/* トップページの製作体験のテキスト箇所 */
.workshop_text {
  text-align:left;
  margin:0px auto 35px;
  padding:0 3em;
  max-width:1200px;
}

.workshop_text h2 {
/*   border-left:0 !important; */
}

/* カート内のh2タグの左ボーダーを0にして装飾 */
.address h2{
  border-left:0 !important;
  background:#f8f8f8;
  margin:1em auto;
  padding:1em;
  border-radius:5px;
  width:30%;
}

/* 曲げものミュージアムのテキスト箇所 */
.magemono_section{
  text-align:left;
  margin:3em auto;
  padding:0 1em;
  max-width:1200px;
}
.magemono_section h2{
/*   border-left:0 !important; */
}

/* トップページのブログのh3タグ */
.article__title {
  color: #6c5408 !important;
  font-size:1.25em;
}

/* ページ用のフッターリンク */
.pagefooter {
  margin:3em 0;
  padding:2em;
  text-align:center;
  border:1px solid #999;
  transition:.3s ease-in-out;
}

.pagefooter:hover{
  background:#ddd;
}

/* 全商品ページ共通 */
.product-single__description h2{
  color:#6c5408;
  font-size:1.5em;
  padding: 0 12px;
  border-left:6px solid;
}

.section-header.text-center h2{
  border-left:0 !important;
}

/* 商品ページフッター（お問い合わせ） */

.container-contact-content {
  width:100%;
  margin:5em auto 0;
  padding:4em 1em 3em !important;
  display: flex !important;
  justify-content:center;
  align-items:stretch;
  background:#fff;
}

.container-contact-content a {
  border-bottom: 1px solid;
}

.container-contact-content .bl_logo{
  text-align:center;
  width: 300px;
  padding:0 2em;
}

.container-contact-content .bl_main{
  margin-left:0;
}

.bl_contact{
margin-top:4em;
}

.el_user_title{
  margin-bottom:.5em;
  padding-bottom:0.5em;
  font-size:1em;
  font-weight:700;
  border-bottom:1px dotted;
  border-left:0 !important;
}

.el_user_list{
  font-size:0.825em;
  display:flex;
  flex-wrap: wrap;
  margin-bottom:5em;
  padding: 10px 0 0 0;
  line-height: 2;
}

.el_user_list * + *{
  margin-left:3em;
}

@media (max-width:749px){
  .container-contact-content, .el_user_list{
    display: flex;
    flex-direction:column !important;
    justify-content:center;
    align-items:center;
    margin:0;
    padding:0;
    text-align:center;
  }

  .container-contact-content {
    margin-top:3em;
    padding-top:3em;
  }

  .el_user_list * + *{
    margin-left:0;
  }

  .container-contact-content .bl_logo, .container-contact-content .bl_main{
    margin-top:1em;
    margin-left:0;
  }

  .container-contact-content .bl_main{
    padding-bottom:2em;
  }

  .el_user_list li {
    margin-bottom:1em;
  }

  .bl_main ul {
    margin:2em 0;
  }
}

/* 別注商品 */
.price__badges.price__badges--listing{
  display:none;
}

/* 法務関係 */
.page_subttl-delivery{
font-size:0.6em;
}

.shopify-policy__container {
  max-width: 1200px !important;
}


.product-recommendations__inner{
  margin-top:3em;
}

/* トップページの価格を非表示にする */
/* .hidden {
display:none;
} */
.template-index .price{
  display:none;
}

/* ブログ　- 暮らしの足あと用CSS */
.footprintoflife{
  margin-bottom:2em;
padding:2em 3em;
border:1px solid #9b7a11;
border-radius:5px;
}

/* 商品個別ページ内のurushi-hodocoshiテンプレート */
.bent-urushi-head{
margin-top: 4em;
}

.d-flex{
  display: flex;
  margin:2em auto;
}

.section-urushi {
  width:50%;
  padding:2em;
  font-size:0.9em;
}

.section-urushi a {
  border-bottom: 1px solid;
}

.section-urushi ul {
	margin-left:2em;
  margin-bottom:2em;
}

.section-urushi ul li{
	list-style-type: disc;
}

@media (max-width:749px){
  .d-flex{
    display: flex;
    flex-direction:column;
  }

  .section-urushi {
  width:100%;
	}
}

/* コラム用の著者プロフィール欄 */
.author_profile{
margin-top:4em;
  padding:5em;
  font-size:0.8rem;
  border-top:1px solid #eee;
}

/* 画像のキャプション 余白調整*/
figcaption {
  margin-top: -1rem;
}

/* 英語用 */
.page_subttl_en {
  display: block;
  /*   font-size: 14px; */
  font-size:.8em;
  font-weight: normal;
  color:#999;
  margin-top: 0;
  margin-bottom:1em;
}

.page_en_paragraph {
  display: block;
  font-size:.8em;
  color:#999;
  margin-top:0;
  margin-bottom:2.5em;
}

.page_en_paragraph_bk{
  display: block;
  font-size:1em;
  color:#222;
  margin-top:0;
  margin-bottom:2.5em;
}

.list_en {
  display: block;
  font-size:1em;
  color:#999;
  margin-bottom:1em;
}
