/* CSS Document */
main{
  background-image: url("../img/pattern/example/type_01.webp");
  background-repeat: repeat;
  background-size: 150px 150px;
  background-position: center;
}
body.safari main{
  background-image: url("../img/pattern/example/type_01.png");
}
.wccolumnwrap .wcmaincolumn > *{
  padding-left: 0;
  padding-right: 0;
}
span.opacity{
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
/*コンテンツ*/
div.top_img{
  margin-top: calc(var(--headerHeight) * -1);
}
section.commitment_area{
  padding: var(--headerHeight) 0;
}
body[wc-view-type="sp"] section.commitment_area{
  padding: var(--headerHeight) 1rem;
  width: 100vw;
  box-sizing: border-box;
}
section.commitment_area > h1{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.commitment_area > h1{
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
body[wc-view-type="tb"] section.commitment_area > h1{
  width: calc(100% - 6rem);
  margin: 0 auto 2rem;
}
body[wc-view-type="tb-l"] section.commitment_area > h1,
body[wc-view-type="pc"] section.commitment_area > h1{
  width: 800px;
  margin: 0 auto 2rem;
}
section.commitment_area > h1::after{
  content: "";
  background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  z-index: 1;
}
body:not([wc-view-type="sp"]) section.commitment_area > h1 br{
  display: none;
}
section.commitment_area > p{
  text-align: center;
  line-height: 2.5rem;
  margin-bottom: var(--headerHeight);
}
body[wc-view-type="sp"] section.commitment_area > p{
  text-align: left;
  padding: 0 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.commitment_area > p br{
  display: none;
}
body[wc-view-type="tb"] section.commitment_area > p{
  padding: 0 3rem;
  box-sizing: border-box;
}
body[wc-view-type="pc"] section.commitment_area > p{
}
section.commitment_area div.commitment_block{
}
body[wc-view-type="pc"] section.commitment_area div.commitment_block{
  width: 1100px;
  margin: 0 auto;
}
section.commitment_area div.commitment_block article{
  margin-bottom: calc(var(--headerHeight) * 1.5);
  position: relative;
  z-index: 1;
}
body:not([wc-view-type="sp"]) section.commitment_area div.commitment_block article.commitment_box{
  width:100%;
  display: flex;
}
body:not([wc-view-type="sp"]) section.commitment_area div.commitment_block article.commitment_box:nth-of-type(even){
  flex-direction: row-reverse;
}
div.commitment_block article.commitment_box::before{
  position: absolute;
  z-index: 2;
  font-size: 5rem;
  color: rgba(0,0,0,0.2);
  top: 0;
  writing-mode: vertical-rl;
}
body[wc-view-type="sp"] div.commitment_block article.commitment_box::before{
  top: -0.5rem;
}
div.commitment_block article.commitment_box.box01::before{
  content: "だし";
  left: 0;
}
div.commitment_block article.commitment_box.box03::before{
  content: "熟成";
  left: 0;
}
body[wc-view-type="tb-l"] div.commitment_block article.commitment_box.box01::before,
body[wc-view-type="tb"] div.commitment_block article.commitment_box.box01::before,
body[wc-view-type="tb-l"] div.commitment_block article.commitment_box.box03::before,
body[wc-view-type="tb"] div.commitment_block article.commitment_box.box03::before{
  left: 3rem;
}
div.commitment_block article.commitment_box.box02::before{
  content: "素材";
  right: 0;
}
body[wc-view-type="tb-l"] div.commitment_block article.commitment_box.box02::before,
body[wc-view-type="tb"] div.commitment_block article.commitment_box.box02::before{
  right: 3rem;
}
section.commitment_area div.commitment_block article div.comittment_text,
section.commitment_area div.commitment_block article figure{
  width: 50%;
}
body[wc-view-type="sp"] section.commitment_area div.commitment_block article div.comittment_text,
body[wc-view-type="sp"] section.commitment_area div.commitment_block article figure{
  width: 100%;
}
body[wc-view-type="sp"] section.commitment_area div.commitment_block article div.comittment_text{
  padding: calc(var(--headerHeight) * 2.8) 0 1rem 0;
}
body[wc-view-type="tb"] section.commitment_area div.commitment_block article div.comittment_text,
body[wc-view-type="tb-l"] section.commitment_area div.commitment_block article div.comittment_text{
  width: 55%;
}
body[wc-view-type="tb"] section.commitment_area div.commitment_block article figure,
body[wc-view-type="tb-l"] section.commitment_area div.commitment_block article figure{
  width: 45%;
}
section.commitment_area div.commitment_block article div.comittment_text{
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-top: calc(var(--headerHeight) * 2.2);
}
body[wc-view-type="tb-l"] section.commitment_area div.commitment_block article div.comittment_text,
body[wc-view-type="tb"] section.commitment_area div.commitment_block article div.comittment_text{
  padding-top: calc(var(--headerHeight) * 2.5);
}
section.commitment_area div.commitment_block article:nth-of-type(2n+1) div.comittment_text{
  padding-right: 3rem;
}
body[wc-view-type="tb-l"] section.commitment_area div.commitment_block article:nth-of-type(2n+1) div.comittment_text,
body[wc-view-type="tb"] section.commitment_area div.commitment_block article:nth-of-type(2n+1) div.comittment_text{
  padding-right: 3rem;
  padding-left: 3rem;
}
section.commitment_area div.commitment_block article:nth-of-type(2n) div.comittment_text{
  padding-left: 3rem;
}
body[wc-view-type="tb-l"] section.commitment_area div.commitment_block article:nth-of-type(2n) div.comittment_text,
body[wc-view-type="tb"] section.commitment_area div.commitment_block article:nth-of-type(2n) div.comittment_text{
  padding-left: 3rem;
  padding-right: 3rem;
}
section.commitment_area div.commitment_block article:last-child{
  margin-bottom: 0;
}
section.commitment_area div.commitment_block article div.comittment_text h1{
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
section.commitment_area div.commitment_block article div.comittment_text p{
  line-height: 1.8rem;
}
body[wc-view-type="sp"] section.commitment_area div.commitment_block article div.comittment_text p{
  padding: 0 1rem;
}
section.commitment_area div.commitment_block article figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/*ショップリンク*/
section.shop_link{
  box-sizing: border-box;
  width: 100vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
body[wc-view-type="sp"] section.shop_link{
  padding: var(--headerHeight) 0 calc(var(--headerHeight) * 2.5);
}
body:not([wc-view-type="sp"]) section.shop_link{
  padding: var(--headerHeight) 0;
}
section.shop_link > h1{
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.shop_link > h1{
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
body[wc-view-type="tb"] section.shop_link > h1{
  width: calc(100% - 6rem);
  margin: 0 auto 2rem;
}
body[wc-view-type="tb-l"] section.shop_link > h1,
body[wc-view-type="pc"] section.shop_link > h1{
  width: 800px;
  margin: 0 auto 2rem;
}
section.shop_link > h1::after{
  content: "";
  background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  z-index: 1;
}
body:not([wc-view-type="sp"]) section.shop_link > h1{
  font-size: 1.8rem;
}
body[wc-view-type="sp"] section.shop_link > h1{
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
body:not([wc-view-type="sp"]) section.shop_link > div.shop_text{
  margin-bottom: 3rem;
  float: right;
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.shop_link > div.shop_text{
  width: 100vw;
  padding: 0 2rem;
  box-sizing: border-box;
  line-height: 2.5rem;
}
body[wc-view-type="tb"] section.shop_link > div.shop_text{
  width: calc(100vw - (250px + 2rem));
  padding-right: 3rem;
  box-sizing: border-box;
  height: 255px;
}
body[wc-view-type="tb-l"] section.shop_link > div.shop_text{
  width: calc(100vw - (300px + 5rem));
  padding-right: 5rem;
  box-sizing: border-box;
  height: 310px;
}
body[wc-view-type="pc"] section.shop_link > div.shop_text{
  width: 500px;
  margin-right: calc((100vw - 800px) / 2);
  text-align: center;
  height: 310px;
}
body[wc-view-type="sp"] section.shop_link > div.shop_text p{
  padding: 0 1rem;
  box-sizing: border-box;
}
body[wc-view-type="tb"] section.shop_link > div.shop_text p{
  text-align: left;
  line-height: 1.8rem;
}
body:not([wc-view-type="sp"]) section.shop_link > figure{
  float: left;
}
body[wc-view-type="sp"] section.shop_link > figure{
  width: 80vw;
  margin: 2rem auto 1rem auto;
}
body[wc-view-type="tb"] section.shop_link > figure{
  width: 250px;
  margin-left: 2rem;
}
body[wc-view-type="tb-l"] section.shop_link > figure{
  margin-left: 5rem;
  width: 300px;
}
body[wc-view-type="pc"] section.shop_link > figure{
  width: 300px;
  margin-left: calc((100vw - 800px) / 2);
}
section.shop_link > figure img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
section.shop_link div.btn{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 0.5rem;
}
body[wc-view-type="sp"] section.shop_link div.btn{
  bottom: var(--headerHeight);
}
section.shop_link div.btn a{
  color: #ff9a00;
  font-size: 1.2rem;
  padding: 0.75rem 3.5rem 0.25rem 1.5rem;
  position: relative;
  z-index: 1;
  display: table;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #ff9a00;
}
div.btn a::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 2rem;
  height: 1px;
  background-color: #ff9a00;
  right: -0.3rem;
  bottom: 0.7rem;
  transform: rotate(45deg);
}