/* CSS Document */
/*共通*/
body{
  fontFamily : 'Mincho' !important;
}
span.opacity{
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
.wccolumnwrap .wcmaincolumn > *{
  padding-left: 0;
  padding-right: 0;
}
p.preparation{
  padding-bottom: 2rem;
  text-align: center;
  width: 100%;
  line-height: 1.8rem;
}
body[wc-view-type="tb"] p.preparation,
body[wc-view-type="sp"] p.preparation{
  padding-bottom: 1rem;
}
main{
  background-image: url("../img/pattern/example/type_01.webp");
  background-repeat: repeat;
  background-size: 150px 150px;
  background-position: center;
  overflow: hidden;
}
body.safari main{
  background-image: url("../img/pattern/example/type_01.png");
}
/*コンテンツ*/
div.top_img{
  margin-top: calc(var(--headerHeight) * -1);
}
section.product_page{
  padding: var(--headerHeight) 0;
  width: 100vw;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.product_page div.product{
}
body[wc-view-type="tb"] section.product_page div.product{
  padding: 0 2rem;
}
body[wc-view-type="tb-l"] section.product_page div.product{
  padding: 0 5rem;
}
body[wc-view-type="pc"] section.product_page div.product{
  width: 1100px;
  margin: 0 auto;
}
section.product_page > h1{
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.product_page > h1{
  width: calc(100vw - 4rem);
  margin: 0 auto 2rem;
}
body[wc-view-type="tb"] section.product_page > h1{
  width: calc(100vw - 6rem);
  margin: 0 auto 2rem;
}
body[wc-view-type="tb-l"] section.product_page > h1,
body[wc-view-type="pc"] section.product_page > h1{
  width: 800px;
  margin: 0 auto 2rem;
}
body[wc-view-type="sp"] section.product_page > h1{
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
section.product_page > 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;
}
section.product_page > p{
  text-align: center;
  line-height: 1.8rem;
  margin-bottom: 3rem
}
body[wc-view-type="sp"] section.product_page > p{
  text-align: left;
  line-height: 1.8rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
div.product_wrap{
  background-color: rgba(255,255,255,0.5);
  padding: 2rem 1rem 0 1rem;
  box-sizing: border-box;
  width: 100%;
}
body[wc-view-type="sp"] div.product_wrap{
  padding: 1rem 0.25rem 0 0.25rem;
}
body[wc-view-type="tb"] div.product_wrap{
  padding: 1rem 0.5rem 0 0.5rem;
}
div.product_flex{
  display: flex;
  flex-wrap: wrap;
}
div.product_flex > article{
  width: calc((100% / 3) - 2rem);
  margin: 0 1rem 2rem 1rem;
  position: relative;
  z-index: 1;
  padding: 1rem;
  background-color: #fff;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.product_flex > article{
  width: calc((100% / 2) - 0.5rem);
  margin: 0 0.25rem 0.5rem 0.25rem;
  padding: 0.5rem;
  padding-bottom: 1.5rem;
}
body[wc-view-type="tb"] div.product_flex > article{
  width: calc((100% / 2) - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
}
div.product_flex > article > figure{
  width: 100%;
}
div.product_flex > article > figure img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
div.product_flex > article h1{
  font-size: 1rem;
  padding: 1rem 0 0.5rem 0;
  font-weight: 700;
}
body[wc-view-type="sp"] div.product_flex > article h1{
  padding-bottom: 0;
}
div.product_flex > article p{
  font-size: 1.2rem;
  padding: 0.5rem 0 0 0;
  text-align: center;
}
div.product_flex > article div.product_text{
  padding: 0.25rem 0 0 0;
  display: flex;
}
body[wc-view-type="sp"] div.product_flex > article div.product_text{
  display: table;
  width: 100%;
  padding-top: 0.5rem;
}
div.product_flex > article div.product_text span{
  border: solid 1px #000;
  padding: 0 0.25rem;
  display: table;  
  box-sizing: border-box;
  flex: none;
  height: 1.2rem;
  font-size: 0.8rem;
  line-height: calc(1.2rem - 2px);
  margin-top: 0.15rem;
}
body[wc-view-type="sp"] div.product_flex > article div.product_text span{
  height: 1.2rem;
  line-height: calc(1.2rem - 2px);
}
div.product_flex > article div.product_text p{
  width: 100%;
  padding-top: 0;
  text-align: left;
  font-size: 0.95rem;
  padding-left: 0.25rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.product_flex > article p{
  padding-top: 0.25rem;
}
div.product_flex > article p span{
  font-size: 0.8rem;
}
[swipemenu] .swipemenubtninner{
  padding-bottom: 0 !important;
}
div.product_flex_eat{
  display: flex;
  flex-wrap: wrap;
}
div.product_flex_eat > article{
  width: calc((100% / 3) - 2rem);
  margin: 0 1rem 2rem 1rem;
  position: relative;
  z-index: 1;
  padding: 1rem;
  background-color: #fff;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.product_flex_eat > article{
  margin: 0 0.5rem 1rem 0.5rem;
  padding: 0.5rem;
  padding-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
}
body[wc-view-type="tb"] div.product_flex_eat > article{
  width: calc((100% / 2) - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
}
div.product_flex_eat > article figure{
}
div.product_flex_eat > article figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.product_flex_eat > article figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.product_flex_eat > article h1{
  font-size: 1rem;
  padding: 1rem 0 0.5rem 0;
  padding-bottom: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 700;
}
div.product_flex_eat > article p{
  font-size: 0.9rem;
  line-height: 1.8rem;
}
/*ショップリンク*/
section.shop_link{
  box-sizing: border-box;
  width: 100vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  padding-top: var(--headerHeight);
}
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{
}
section.shop_link > h1{
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.shop_link > h1{
  width: calc(100vw - 4rem);
  margin: 0 auto 2rem;
}
body[wc-view-type="tb"] section.shop_link > h1{
  width: calc(100vw - 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;
}
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;
}
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 > 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="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;
}
section.shop_link 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);
}
/*スワイプメニュー*/
div.tab_wrap{
  border-bottom: 2px solid #000;
}
.wccomplete{
  overflow: hidden;
}
[swipemenu-wrap] .swipemenuitemwrap:not(.wcactive){
  position: absolute !important;
}
/*[swipemenu] [swipemenu-target]::after{
  background-color: rgba(255,255,255,0.7) !important;
  border-radius: 0;
}*/
[swipemenu] [swipemenu-target]::before,
[swipemenu] [swipemenu-target]::after{
  display: none;
}
[swipemenu] [swipemenu-target]{
  border-radius: 0;
  min-height: 3.5rem;
  width: 200px;
  margin: 0 1rem;
  font-weight: inherit;
  justify-content: center;
  font-size: 1.2rem;
}
body[wc-view-type="sp"] [swipemenu] [swipemenu-target]{
  width: 130px;
  min-height: 3rem;
  padding: 0;
}
div.tab{
  background-color: rgba(255,255,255,0.7);
}
div.tab.wcactive{
  background-color: #000;
  color: #fff;
}
div.tab.wcactive::before,
div.tab::before,
div.tab::after{
  content: "";
  display: none;
}