/* CSS Document */
/*アニメーション*/
div.product_wrap > article.wcvisible div.product_img img{
	animation: fade 2.3s cubic-bezier(.115,.405,.24,1) 0s forwards;
}
/*ページタイトル*/
section.page_title h2.contents_title_center::before{
  content: "Product"
}
section.page_title.restaurant h2.contents_title_center::before{
	content: "Menu";
}
/*コンテンツ*/
div.product_wrap{
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.product_wrap{
  padding: var(--headerHeight) 7vw 26vw 7vw;
}
body[wc-view-type="tb"] div.product_wrap{
  padding: var(--headerHeight) 10vw 26vw 10vw;
}
body[wc-view-type="tb-l"] div.product_wrap{
  padding: var(--headerHeight) 10vw 12vw 10vw;
}
body[wc-view-type="pc"] div.product_wrap{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) 12vw calc((100vw - 1100px) / 2);
}
div.product_wrap > article{
  display: flex;
}
body[wc-view-type="sp"] div.product_wrap > article,
body[wc-view-type="tb"] div.product_wrap > article{
  flex-direction: column;
}
div.product_wrap > article div.product_text{
}
body[wc-view-type="sp"] div.product_wrap > article div.product_text,
body[wc-view-type="tb"] div.product_wrap > article div.product_text{
  width: 100%;
}
body[wc-view-type="tb-l"] div.product_wrap > article div.product_text{
  padding-right: 1rem;
}
body[wc-view-type="pc"] div.product_wrap > article div.product_text{
  padding-right: 2rem;
}
body[wc-view-type="tb-l"] div.product_wrap > article div.product_text,
body[wc-view-type="pc"] div.product_wrap > article div.product_text{
  width: 50%;
}
div.product_wrap > article div.product_text > h2{
  font-size: 1.25rem;
  color: #333;
  padding: 0 1rem 1rem 1rem;
  box-sizing: border-box;
  border-bottom: 1px solid #bbb;
}
div.product_wrap > article.orange div.product_text > h2{
  border-color: #f7931e;
}
div.product_wrap > article.light_green div.product_text > h2{
  border-color: #8cc63e;
}
div.product_wrap > article.sky_blue div.product_text > h2{
  border-color: #26a8e2;
}
body:not([wc-view-type="sp"]) div.product_wrap > article div.product_text > h2{
  padding: 0 1.5rem 1.5rem 1.5rem;
}
div.product_wrap > article div.product_text > dl{
  margin-top: 1rem;
  padding: 0 1rem 1rem 1rem;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) div.product_wrap > article div.product_text > dl{
  padding: 0 1.5rem 1.5rem 1.5rem;
}
div.product_wrap > article div.product_text > dl dt{
}
div.product_wrap > article div.product_text > dl dt span{
  display: table;
  line-height: 1em;
  padding:0.25rem 0.5rem 0.35rem;
  border: solid 1px #bbb;
}
div.product_wrap > article.orange div.product_text > dl dt span{
  border-color: #f7931e;
  color: #f7931e;
}
div.product_wrap > article.light_green div.product_text > dl dt span{
  border-color: #8cc63e;
  color: #8cc63e;
}
div.product_wrap > article.sky_blue div.product_text > dl dt span{
  border-color: #26a8e2;
  color: #26a8e2;
}
div.product_wrap > article div.product_text > dl dd{
}
div.product_wrap > article div.product_text > dl dd > p.product_text{
  color: #333;
  line-height: 1.8rem;
  padding-top: 0.5rem;
}
div.product_wrap > article div.product_text > dl dd > p.poduct_money{
  font-size: 1.8rem;
  display: table;
  margin: 0.5rem 0 1rem auto;
  color: #f7931e;
  font-weight: 700;
}
div.product_wrap > article div.product_text > dl dd > p.poduct_money.restaurant{
  color: #f7931e;
}
div.product_wrap > article div.product_text > dl dd > p.poduct_money.tomato{
  color: #26a8e2;
}
div.product_wrap > article div.product_text > dl dd > p.poduct_money.store{
  color: #8cc63e;
}
div.product_wrap > article div.product_text > dl dd > p.poduct_money span.tani{
  font-size: 0.9rem;
  font-weight: 700;
}
div.product_wrap > article div.product_text > dl dd > p.poduct_money.restaurant span.tani{
  color: #f7931e;
}
div.product_wrap > article div.product_text > dl dd > p.poduct_money.tomato span.tani{
  color: #26a8e2;
}
div.product_wrap > article div.product_text > dl dd > p.poduct_money.store span.tani{
  color: #8cc63e;
}
div.product_wrap > article div.product_img{
}
body[wc-view-type="sp"] div.product_wrap > article div.product_img,
body[wc-view-type="tb"] div.product_wrap > article div.product_img{
  margin: 0 auto;
}
body[wc-view-type="sp"] div.product_wrap > article div.product_img{
  width: calc(100% - 2rem);
}
body[wc-view-type="tb"] div.product_wrap > article div.product_img{
  width: calc(100% - 3rem);
}
body[wc-view-type="tb-l"] div.product_wrap > article div.product_img,
body[wc-view-type="pc"] div.product_wrap > article div.product_img{
  width: 50%;
}
div.product_wrap > article div.product_img figure{
}
div.product_wrap > article div.product_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.product_wrap > article div.product_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.product_wrap > article div.product_img figure img{
  opacity: 0;
}
div.product_wrap > article.wcvisible div.product_img img{
  -webkit-mask-image: url("/img/animation/ani_image.webp");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: center bottom;
  z-index: 0;
  mask-image: url("/img/animation/ani_image.webp");
  mask-mode: alpha;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: auto 200%;
  opacity: 1;
}
body[wc-view-type="sp"] div.product_wrap > article div.product_img figure img{
  height: 55vw;
}
body[wc-view-type="tb"] div.product_wrap > article div.product_img figure img{
  height: 45vw;
}
body[wc-view-type="tb-l"] div.product_wrap > article div.product_img figure img{
  height: 30vw;
}
body[wc-view-type="pc"] div.product_wrap > article div.product_img figure img{
  height: 400px;
}
div.product_wrap > div.return_btn{
  display: flex;
  margin-top: var(--headerBtnSize);
}
body:not([wc-view-type="sp"]) div.product_wrap > div.return_btn{
  align-items: center;
  justify-content: center;
}
body[wc-view-type="sp"] div.product_wrap > div.return_btn{
  flex-direction: column;
  width: 275px;
  margin: var(--headerBtnSize) auto 0 auto;
}
div.product_wrap > div.return_btn div.btn{
}
body[wc-view-type="sp"] div.product_wrap > div.return_btn div.btn:nth-of-type(1){
  margin-bottom: 1rem;
}
body:not([wc-view-type="sp"]) div.product_wrap > div.return_btn div.btn:nth-of-type(1){
  margin-left: auto;
  margin-right: 0.75rem;
}
body:not([wc-view-type="sp"]) div.product_wrap > div.return_btn div.btn:nth-of-type(2){
  margin-right: auto;
  margin-left: 0.75rem;
}
div.product_wrap >  div.return_btn div.btn a{
  padding: 0.85rem 3rem 0.85rem 1rem;
}