/* CSS Document */
body{
  font-family: 'Zen Old Mincho', serif;
}
/*header*/
header{
  background-color: rgba(255,255,255,0);
}
div.headerlogo, div.headerlogo h2{
  height: auto !important;
  font-family: 'Oswald','M PLUS 1p';
  font-size: 18px;
}
div.headerlogo:not([logo-text="none"]) h2::after{
  color: #000;
}
[wc-view-type="tb"] div.headerlogo, div.headerlogo h2,
[wc-view-type="pc"] div.headerlogo, div.headerlogo h2{
  font-size: 24px;
}
[wc-view-type="sp"] div.headerlogo a{
  padding-left: 32px;
}
[wc-view-type="tb"] div.headerlogo a,
[wc-view-type="pc"] div.headerlogo a{
  padding-left: 40px;
}
div.headerlogo a img{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
[wc-view-type="tb"] div.headerlogo a img,
[wc-view-type="pc"] div.headerlogo a img{
  width: 40px;
  height: 40px;
}
.menubtn {
  width: 0;
  height: 0 !important;
  opacity: 0;
  cursor: inherit !important;
}
/*footer*/
footer{
  background-image: url("../img/oseibo2022/pattern/pattern.webp");
  background-repeat: repeat;
  background-size: 150px 150px;
}
body.safari footer{
  background-image: url("../img/oseibo2022/pattern/pattern.png");
}
footer *{
  color: #000;
}
[wc-view-type="sp"] div.footer{
  display: block;
}
footer div.footerlogomark{
  position: relative;
  z-index: 2;
}
[wc-view-type="sp"] footer div.dataarea div.infoitem.address{
  display: block;
}
footer div.contactarea,
footer div.contactarea div.wcbtnarea a{
  border-color: #000;
}
footer div.dataarea div.infoitem.address::before, footer div.dataarea div.infoitem.contact > [wc-icon]::before{
  background-color: #000;
}
[wc-view-type="tb"] footer div.dataarea div.infoitem.contact{
  padding: 0;
}
footer div.dataarea div.infoitem.contact > [wc-icon="line"]::after{
  background-color: #fff;
}
footer div.snsarea div{
  background-color: #000;
}
footer div.contactarea p.businesshours span::before{
  color: #fff;
  background-color: #000;
}
footer div.snsarea a{
  background-color: #fff;
}
footer div.snsarea div[wc-icon="line"]{
  background-color: #000;
}
footer div.snsarea div[wc-icon="line"] a{
  background-color: #fff;
}
footer div.footerlogomark{
  margin: inherit;
  width: inherit;
}
/*ボタン*/
div.btn{
  display: table;
  margin: 0 auto;
}
div.btn a{
  display: table;
  background-color: #a13430;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem 3.5rem 1rem 1.5rem;
  line-height: 1em;
  position: relative;
  z-index: 1;
  border-radius: 2rem;
  text-decoration: none;
}
div.btn a::after{
  content: "";
  position: absolute;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  -webkit-mask-image: url("/wccore/icons/arrowright.svg");
  mask-image: url("/wccore/icons/arrowright.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
/*トップ*/
section.top{
  background-image: url("../img/oseibo2022/pattern/pattern.webp");
  background-repeat: repeat;
  background-size: 150px 150px;
  width: 100vw;
  height: 80vh;
  margin-top: calc(var(--headerHeight) * -1);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
}
body[wc-view-type="sp"] section.top{
  padding: var(--headerHeight) 0;
}
body[wc-view-type="tb"] section.top{
  padding: calc(var(--headerHeight) / 2) 0;
}
body.safari section.top{
  background-image: url("../img/oseibo2022/pattern/pattern.png");
}
body[wc-view-type="pc"] section.top{
  padding: calc(var(--headerHeight) / 2) calc((100vw - 1100px) / 2);
}
section.top::before,
section.top::after{
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("/img/oseibo2022/svg/kumo.svg");
  mask-image: url("/img/oseibo2022/svg/kumo.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 200px;
  height: 136px;
  position: absolute;
  z-index: 2;
  opacity: 0.5;
}
body[wc-view-type="sp"] section.top::before,
body[wc-view-type="sp"] section.top::after{
  width:174px;
  height:117px;
}
body[wc-view-type="sp"] section.top::before{
  right:-5rem;
  top: var(--headerHeight);
}
body[wc-view-type="sp"] section.top::after{
  left:-5rem;
  bottom: var(--headerHeight);
}
body[wc-view-type="tb"] section.top::before{
  right:-1rem;
  top: calc(var(--headerHeight) * 3);
}
body[wc-view-type="tb"] section.top::after{
  left:-1rem;
  bottom: calc(var(--headerHeight) * 3);
}
body[wc-view-type="pc"] section.top::before{
  right: calc((100vw - 850px) / 2);
  top: var(--headerHeight);
}
body[wc-view-type="pc"] section.top::after{
  left: calc((100vw - 850px) / 2);
  bottom: var(--headerHeight);
}
figure.right_deco,
figure.left_deco{
  opacity: 0.2;
  position: absolute;
}
body[wc-view-type="sp"] figure.right_deco,
body[wc-view-type="sp"] figure.left_deco{
  height: 35vw;
}
body[wc-view-type="pc"] figure.right_deco,
body[wc-view-type="pc "] figure.left_deco{
  height: 10vw;
  width: 50vw;
}
figure.right_deco{
  top: 0;
  right: 0;
}
figure.left_deco{
  left: 0;
  bottom: 0;
}
figure.right_deco picture,
figure.left_deco picture{
  width: 100%;
  height: 100%;
  display: block;
}
figure.right_deco picture img,
figure.left_deco picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="tb"] section.top div.slider01,
body[wc-view-type="tb"] section.top div.slider02,
body[wc-view-type="sp"] section.top div.slider01,
body[wc-view-type="sp"] section.top div.slider02{
  width: 40vw;
  height: 40vw;
  border-radius: 100%;
}
body[wc-view-type="sp"] section.top div.slider01{
}
body[wc-view-type="tb"] section.top div.slider02,
body[wc-view-type="sp"] section.top div.slider02{
  margin-top: auto;
}
body[wc-view-type="pc"] section.top div.slider01,
body[wc-view-type="pc"] section.top div.slider02{
  width: calc(375px - 7rem);
  height: calc(375px - 7rem);
  border-radius: 100%;
}
body[wc-view-type="pc"] section.top div.slider01{
  margin-right: 3.5rem;
  margin-left: 3.5rem;
}
body[wc-view-type="pc"] section.top div.slider02{
  margin-right: 3.5rem;
  margin-left: 3.5rem;
  margin-top: auto;
}
section.top div.slider01 figure,
section.top div.slider02 figure{
}
section.top div.slider01 figure picture,
section.top div.slider02 figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
body[wc-view-type="tb"] section.top div.slider01 figure img,
body[wc-view-type="tb"] section.top div.slider02 figure img,
body[wc-view-type="sp"] section.top div.slider01 figure img,
body[wc-view-type="sp"] section.top div.slider02 figure img{
  width: 40vw;
  height: 40vw;
  object-fit: cover;
}
body[wc-view-type="pc"] section.top div.slider01 figure img,
body[wc-view-type="pc"] section.top div.slider02 figure img{
  width: 263px;
  height: 263px;
  object-fit: cover;
}
section.top div.top_inner{
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-direction:column;
}
body[wc-view-type="tb"] section.top div.top_inner,
body[wc-view-type="sp"] section.top div.top_inner{
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-direction:column;
  width: 20vw;
}
body[wc-view-type="pc"] section.top div.top_inner{
  width: 350px;
}
section.top div.top_inner div.title{
  position: relative;
  z-index: 1;
}
body[wc-view-type="tb"] section.top div.top_inner div.title,
body[wc-view-type="pc"] section.top div.top_inner div.title{
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.8rem;
}
body[wc-view-type="sp"] section.top div.top_inner div.title{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.4rem;
}
section.top div.top_inner div.title::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #a13430;
  transform: translateX(-50);
   -webkit-mask-image: url("/img/oseibo2022/svg/ribon.svg");
  mask-image: url("/img/oseibo2022/svg/ribon.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
body[wc-view-type="sp"] section.top div.top_inner div.title::after{
  width: 50px;
  height: 20px;
}
body[wc-view-type="tb"] section.top div.top_inner div.title::after{
  width: 60px;
  height: 24.5px;
}
body[wc-view-type="pc"] section.top div.top_inner div.title::after{
  width: 60px;
  height: 24.5px;
}
section.top div.top_inner div.title h1{
  writing-mode: vertical-rl;
  font-size: 2.5rem;
  font-weight: 700;
  color: #423730;
}
body[wc-view-type="sp"] section.top div.top_inner div.title h1{
  font-size: 2.3rem;
  display: table;
}
section.top div.top_inner div.title span{
  font-size: 1.5rem;
  color: #423730;
  font-weight: 700;
}
body[wc-view-type="sp"] section.top div.top_inner div.title span{
  display: table;
}
section.top div.top_inner p.catchcopy{
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1rem;
  color: #423730;
  font-weight: 700;
  line-height: 2.5rem;
  writing-mode: vertical-rl;
}
body[wc-view-type="sp"] section.top div.top_inner p.catchcopy{
  font-size: 1.1rem;
  margin-bottom: 0;
  padding: 0.5rem 0rem;
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
[view-type="sp small"] section.top div.top_inner p.catchcopy{
  margin-top: 0 !important;
  padding-bottom: 1.5rem !important;
}
[view-type="sp"] section.top div.top_inner p.catchcopy{
  margin-top: 0.5rem !important;
}
section.top div.top_inner p.catchcopy span{
  color: #a13430;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 2.4rem;
}
section.top div.top_inner p.catchcopy span:last-of-type{
  margin-bottom: 0.25rem;
}
body[wc-view-type="sp"] section.top div.top_inner p.catchcopy span{
  font-size: 1.5rem;
  width: 2.1rem;
}
.cs_pagerwrap.dots .cs_pagerinner .cspager{
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
section.top div.btn{
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
body[wc-view-type="tb"] section.top div.btn,
body[wc-view-type="pc"] section.top div.btn{
  bottom:var(--headerBtnSize);
}
section.top div.btn a{
  white-space: nowrap;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
}
section.top div.btn a span{
  font-size: 0.95rem;
  display: block;
}
/*おすすめ商品*/
section.secound{
  background-image:url("../img/pattern/type_01.webp");
  background-repeat: repeat;
  background-size: 150px 150px;
  width: 100vw;
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
  overflow: hidden;
}
body[wc-view-type="sp"] section.secound{
  padding: var(--headerHeight) 7vw;
}
body.safari section.secound{
  background-image:url("../img/pattern/type_01.png");
}
section.secound > h1{
  font-size: 1.5rem;
  display: table;
  margin: 0 auto 2rem auto;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
  color: #423730;
  font-weight: 700;
  text-align: center;
}
body[wc-view-type="sp"] section.secound > h1{
  font-size: 1.2rem;
  white-space: nowrap;
}
body[wc-view-type="tb"] section.secound > h1{
  padding: 0 4rem;
}
body[wc-view-type="pc"] section.secound > h1{
  padding: 0 5rem;
}
section.secound > h1::before,
section.secound > h1::after{
  content: "";
  position: absolute;
  z-index: 2;
  background: rgb(251,207,0); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(251,207,0,1) 0%, rgba(255,252,209,1) 22%, rgba(203,157,12,1) 51%, rgba(243,225,134,1) 73%, rgba(255,252,177,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(251,207,0,1) 0%,rgba(255,252,209,1) 22%,rgba(203,157,12,1) 51%,rgba(243,225,134,1) 73%,rgba(255,252,177,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to right, rgba(251,207,0,1) 0%,rgba(255,252,209,1) 22%,rgba(203,157,12,1) 51%,rgba(243,225,134,1) 73%,rgba(255,252,177,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  top: 50%;
  transform: translateY(-50%);
}
section.secound > h1::before{
  -webkit-mask-image: url("/img/oseibo2022/svg/jushou_left.svg");
  mask-image: url("/img/oseibo2022/svg/jushou_left.svg");
  left: 1rem;
}
section.secound > h1::after{
  -webkit-mask-image: url("/img/oseibo2022/svg/jushou_right.svg");
  mask-image: url("/img/oseibo2022/svg/jushou_right.svg");
  right: 1rem;
}
body[wc-view-type="sp"] section.secound > h1::before,
body[wc-view-type="sp"] section.secound > h1::after{
  width: 3.5rem;
  height: 8.5rem;
}
body[wc-view-type="tb"] section.secound > h1::before,
body[wc-view-type="tb"] section.secound > h1::after{
  width: 3.5rem;
  height: 8.5rem;
}
body[wc-view-type="sp"] section.secound > h1::before{
  left: -1.2rem;
}
body[wc-view-type="sp"] section.secound > h1::after{
  right: -1.2rem;
}
body[wc-view-type="pc"] section.secound > h1::before,
body[wc-view-type="pc"] section.secound > h1::after{
  width: 5rem;
  height: 11.5rem;
}
body[wc-view-type="pc"] section.secound > h1::before{
  left: 1rem;
}
body[wc-view-type="pc"] section.secound > h1::after{
  right: 1rem;
}
section.secound > h1 span{
  font-size: 2.3rem;
  color: #a13430;
  font-weight: 700;
}
body[wc-view-type="sp"] section.secound > h1 span{
  font-size: 1.95rem;
}
section.secound div.secound_top{
  position: relative;
  z-index: 1;
}
body[wc-view-type="tb"] section.secound div.secound_top{
  width: calc(100vw - 4rem);
  margin: 0 auto;
}
body[wc-view-type="pc"] section.secound div.secound_top{
  width: 850px;
  margin: 3.5rem auto 0 auto;
}
div.sho_text{
  margin: 4rem auto 0 auto;
}
body[wc-view-type="sp"] div.sho_text{
  margin-top: 2em;
  position: relative;
  z-index: 2;
}
body[wc-view-type="tb"] div.sho_text{
  margin-top: 2rem;
}
body[wc-view-type="pc"] div.sho_text{
  width: 850px;
}
div.sho_product{
  position: relative;
  z-index: 2;
}
div.sho_product::before{
  content: "";
  background-color: #e7e4d9;
  -webkit-mask-image: url("/img/oseibo2022/svg/kumo.svg");
  mask-image: url("/img/oseibo2022/svg/kumo.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 200px;
  height: 136px;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
body[wc-view-type="sp"] div.sho_product::before{
  width: 174px;
  height: 117px;
}
body[wc-view-type="sp"] div.sho_product::before{
  right: -9rem;
  top: -1rem;
}
body[wc-view-type="tb"] div.sho_product::before{
  right: 0;
  top: -1rem;
}
body[wc-view-type="pc"] div.sho_product::before{
  right:calc((100vw - 900px) / 2);
}
div.sho_text p{
  text-align: center;
  margin-bottom: 1rem;
  color: #423730;
  line-height: 1.8rem;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] div.sho_text p{
  text-align: left;
}
div.sho_text p span.bold{
  font-weight: 700;
}
div.sho_text p.mid_title{
  margin-bottom: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #423730;
  text-align: center;
  font-size: 1.18rem;
  padding-bottom: 0.2rem;
}
body[wc-view-type="sp"] div.sho_text p.mid_title{
  text-align: center;
}
body[wc-view-type="tb"] div.sho_text p.mid_title{
  width: calc(400px + 2rem);
  margin: 0 auto 1.5rem auto;
  font-size: 1.5rem;
}
body[wc-view-type="pc"] div.sho_text p.mid_title{
  width: 500px;
  margin: 0 auto 1.5rem auto;
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
}
div.sho_text p.mid_title::after{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-right: 1px solid #423730;
  border-bottom: 1px solid #423730;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-image: url("../img/pattern/type_01.webp");
  bottom: calc((0.75rem + 1px) * -1);
  z-index: -1;
}
body.safari div.sho_text p.mid_title::after{
  background-image: url("../img/pattern/type_01.png");
}
body[wc-view-type="sp"] div.sho_text p.strong,
body[wc-view-type="tb"] div.sho_text p.strong,
body[wc-view-type="pc"] div.sho_text p.strong{
  text-align: center;
  font-weight: 700;
}
body[wc-view-type="tb"] div.sho_text p.strong,
body[wc-view-type="pc"] div.sho_text p.strong{
  font-size: 1.2rem;
}
div.sho_text p.strong span.big{
  color: #a13430;
  font-weight: 700;
  display: block;
}
body[wc-view-type="sp"] div.sho_text p.strong span.big{
  font-size: 1.4rem;
}
body[wc-view-type="tb"] div.sho_text p.strong span.big,
body[wc-view-type="pc"] div.sho_text p.strong span.big{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 0.75rem;
}
body[wc-view-type="sp"] div.sho_text p.strong span.border{
  border-bottom: 1px solid #a13430;
  font-weight: 700;
}
body[wc-view-type="tb"] div.sho_text p.strong span.border,
body[wc-view-type="pc"] div.sho_text p.strong span.border{
  border-bottom: 2px solid #a13430;
  font-weight: 700;
}
div.sho_text p.last{
  margin-top: 1rem;
}
div.sho_text figure{
  width: 100%;
}
body[wc-view-type="tb"] div.sho_text figure{
  width: 500px;
  margin: 0 auto;
}
body[wc-view-type="pc"] div.sho_text figure{
  width: 500px;
  margin: 0 auto;
}
div.sho_text figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.sho_text figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.sho_text ul{
  list-style-position: inside;
  list-style: none;
  margin-top: 0.5rem;
}
body[wc-view-type="tb"] div.sho_text ul{
  width: 500px;
  margin: 0.5rem auto 0 auto;
}
body[wc-view-type="pc"] div.sho_text ul{
  width: 500px;
  margin: 0.5rem auto 0 auto;
}
div.sho_text ul li{
  color: #423730;
  margin-bottom: 0.5rem
}
div.sho_text ul li:last-of-type{
  margin-bottom: 0;
}
div.sho_text ul li dl{
  display: flex;
  font-size: 0.95rem;
}
div.sho_text ul li dl dt{
  width: 7rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
div.sho_text ul li dl dt::after{
  position: absolute;
  top: 0.5rem;
  right: 0.4rem;
  transform: translateY(-50%);
  z-index: 2;
  color: #423730;
  font-weight: 400;
  font-size: 0.75rem;
}
div.sho_text ul li:nth-of-type(1) dl dt::after{
  content: "………";
}
div.sho_text ul li:nth-of-type(2) dl dt::after{
  content: "……";
}
div.sho_text ul li:nth-of-type(3) dl dt::after{
  content: "…";
}
div.sho_text ul li dl dd{
  width: calc(100% - 7rem);
}
section.secound div.secound_top article.s_text{
  display: flex;
}
body[wc-view-type="sp"] section.secound div.secound_top article.s_text{
  flex-direction: column-reverse;
  margin: 2rem 0;
}
body[wc-view-type="sp"] section.secound div.secound_top article.s_text{
  margin-top: 2rem;
}
body[wc-view-type="tb"] section.secound div.secound_top article.s_text{
  margin-top: 1rem;
}
body:not([wc-view-type="sp"]) section.secound div.secound_top article.s_text div.s_in_text,
body:not([wc-view-type="sp"]) section.secound div.secound_top article.s_text div.s_img{
  width: 50%;
}
body:not([wc-view-type="sp"]) section.secound div.secound_top article.s_text div.s_in_text{
  padding-right: 2rem;
}
body[wc-view-type="sp"] section.secound div.secound_top article.s_text div.s_in_text{
  margin-top: 1rem;
}
section.secound div.secound_top article.s_text div.s_in_text p{
  line-height: 2rem;
  color: #423730;
}
section.secound div.secound_top article.s_text div.s_in_text div.btn{
  margin-top: 1rem;
}
section.secound div.secound_top article.s_text div.s_img figure{
}
section.secound div.secound_top article.s_text div.s_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.secound div.secound_top article.s_text div.s_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.secound div.explanation{
  margin:calc(var(--headerHeight) * 1.5) 0;
}
body[wc-view-type="sp"] section.secound div.explanation{
  margin: var(--headerHeight) 0 var(--headerHeight) 0;
}
section.secound div.explanation > article{
 position: relative;
  z-index: 1;
}
section.secound div.explanation > article::after{
  content: "";
  background-color: #e7e4d9;
  -webkit-mask-image: url("/img/oseibo2022/svg/kumo.svg");
  mask-image: url("/img/oseibo2022/svg/kumo.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 200px;
  height: 136px;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
body[wc-view-type="sp"] section.secound div.explanation > article::after{
  width: 174px;
  height: 117px;
}
section.secound div.explanation > article:nth-of-type(odd)::after{
  top: -5rem;
  left: -2rem;
}
body[wc-view-type="sp"] section.secound div.explanation > article:nth-of-type(odd)::after{
  left: -6rem;
  top: -1rem;
}
section.secound div.explanation > article:nth-of-type(even)::after{
  top: -6rem;
  right: -2rem;
}
body[wc-view-type="sp"]  section.secound div.explanation > article:nth-of-type(even)::after{
  right: -6rem;
}
body[wc-view-type="sp"] section.secound div.explanation > article{
  margin-bottom: calc(var(--headerHeight) / 2);
}
body:not([wc-view-type="sp"]) section.secound div.explanation > article{
  display: flex;
  margin-bottom: calc(var(--headerHeight) * 1.5);
}
body[wc-view-type="sp"] section.secound div.explanation > article{
  position: relative;
  z-index: 1;
}
section.secound div.explanation > article:last-of-type{
  margin-bottom: 0;
}
body[wc-view-type="tb"] section.secound div.explanation > article:nth-of-type(odd),
body[wc-view-type="pc"] section.secound div.explanation > article:nth-of-type(odd){
  flex-direction:row-reverse;
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text{
  margin-top: 1rem;
}
body:not([wc-view-type="sp"]) section.secound div.explanation > article div.ex_text{
  width: 55%;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) section.secound div.explanation > article:nth-of-type(odd) div.ex_text{
  padding-left: 2rem;
}
body:not([wc-view-type="sp"]) section.secound div.explanation > article:nth-of-type(even) div.ex_text{
  padding-right: 2rem;
}
section.secound div.explanation > article div.ex_text div.title{
  display: flex;
  flex-direction: column-reverse;
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text div.title{
  padding-bottom: 60vw;
}
section.secound div.explanation > article div.ex_text div.title > h1{
  font-size: 1.5rem;
  font-weight: 700;
  color: #423730;
  padding: 0.5rem 0 0 1rem;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text div.title > h1{
  text-align: center;
  padding: 0.5rem 0;
}
section.secound div.explanation > article div.ex_text div.title > h1::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, rgba(66,55,48,1) 0%, rgba(66,55,48,1) 84%, rgba(66,55,48,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(66,55,48,1) 0%,rgba(66,55,48,1) 84%,rgba(66,55,48,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(66,55,48,1) 0%,rgba(66,55,48,1) 84%,rgba(66,55,48,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text div.title > h1::after{
  background: -moz-linear-gradient(left, rgba(66,55,48,0) 0%, rgba(66,55,48,0.9) 15%, rgba(66,55,48,1) 50%, rgba(66,55,48,1) 51%, rgba(66,55,48,0.9) 85%, rgba(66,55,48,0) 100%);
  background: -webkit-linear-gradient(left, rgba(66,55,48,0) 0%,rgba(66,55,48,0.9) 15%,rgba(66,55,48,1) 50%,rgba(66,55,48,1) 51%,rgba(66,55,48,0.9) 85%,rgba(66,55,48,0) 100%);
  background: linear-gradient(to right, rgba(66,55,48,0) 0%,rgba(66,55,48,0.9) 15%,rgba(66,55,48,1) 50%,rgba(66,55,48,1) 51%,rgba(66,55,48,0.9) 85%,rgba(66,55,48,0) 100%);
}
section.secound div.explanation > article div.ex_text ul.shou{
  display: flex;
  list-style: none;
  list-style-position: outside;
}
section.secound div.explanation > article div.ex_text ul.shou.box03{
  width: 300px;
  margin: 1rem auto 0 0.5rem;
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text ul.shou.box03{
  width: 90%;
  margin: 1rem auto 0 auto;
}
body:not([wc-view-type="sp"]) section.secound div.explanation > article div.ex_text ul.shou.box02{
  width: 200px;
  margin: 1rem auto 0 0.5rem;
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text ul.shou.box02{
  width: 90%;
  margin-top: 1rem;
}
section.secound div.explanation > article div.ex_text ul.shou.box03 li{
  width: calc((100% / 3) - 1rem);
  margin: 0 0.5rem;
}
section.secound div.explanation > article div.ex_text ul.shou.box02 li{
  width: calc((100% / 2) - 1rem);
  margin: 0 0.5rem;
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text ul.shou.box02 li{
  width: calc((100% / 3) - 1rem);
  margin: 0 0.5rem;
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text ul.shou.box02 li:nth-of-type(1){
  margin-left: auto;
  margin-right: 0.5rem;
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text ul.shou.box02 li:nth-of-type(2){
  margin-right: auto;
  margin-left: 0.5rem;
}
section.secound div.explanation > article div.ex_text ul.shou.box03 li figure picture,
section.secound div.explanation > article div.ex_text ul.shou.box02 li figure picture{
  width: 100%;
  display: block;
  height: 100%;
}
section.secound div.explanation > article div.ex_text ul.shou.box03 li figure img,
section.secound div.explanation > article div.ex_text ul.shou.box02 li figure img{
  width: 100%;
  height: 123px;
  object-fit: contain;
  object-position: top;
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text ul.shou.box03 li figure img,
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text ul.shou.box02 li figure img{
  width: 100%;
  height: 100%;
}
section.secound div.explanation > article div.ex_text div.shou{
  width: 84px;
  margin-left: 1rem;
  margin-top: 1rem;
  margin-right: auto;
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text div.shou{
  width: calc((90% - 3rem) / 3);
  margin: 0 auto 0 auto;
}
section.secound div.explanation > article div.ex_text div.shou figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.secound div.explanation > article div.ex_text div.shou figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.secound div.explanation > article div.ex_text div.title > p span{
  color: #a13430;
  font-weight: 700;
  border:1px #a13430 solid;
  border-radius: 2rem;
  padding: 0 1rem;
  display: table;
  font-size: 1.2rem;
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text div.title > p span{
  padding: 0.25rem 1rem;
  margin: 0 auto;
  font-size: 1.2rem;
}
section.secound div.explanation > article div.ex_text div.ex_in_text > p{
  color: #423730;
  padding: 1rem 1rem 0 1rem;
  line-height: 2rem;
}
body[wc-view-type="sp"] section.secound div.explanation > article div.ex_text div.ex_in_text > p{
  padding: 1rem 0 0 0;
  line-height: 1.8rem;
}
body:not([wc-view-type="sp"]) section.secound div.explanation > article div.ex_img{
  width: 45%;
}
section.secound div.explanation > article div.ex_img figure{
}
body[wc-view-type="sp"]  section.secound div.explanation > article div.ex_img{
  width: calc(100% - 2rem);
  margin: 0 auto;
}
body[wc-view-type="sp"]  section.secound div.explanation > article div.ex_img figure{
  position: absolute;
  top: 6rem;
}
section.secound div.explanation > article div.ex_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.secound div.explanation > article div.ex_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.secound section.osusume > h1{
  font-size: 1.5rem;
  display: table;
  margin: 0 auto 2rem auto;
  position: relative;
  z-index: 2;
  color: #423730;
  font-weight: 700;
  text-align: center;
  padding: 1rem 3rem;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
body[wc-view-type="sp"] section.secound section.osusume > h1{
  padding: 1rem 2.3rem;
}
section.secound section.osusume > h1::before{
  content: "";
  position: absolute;
  z-index: 3;
  border-top: 1px solid #423730;
  border-bottom: 1px solid #423730;
  top: 0.5rem;
  left: 0rem;
  right: 0;
  bottom: 0.5rem;
}
section.secound div.product_in02{
  position: relative;
  z-index: 1;
}
section.secound div.product_in02::before,
section.secound div.product_in02::after{
  content: "";
  background-color: #e7e4d9;
  -webkit-mask-image: url("/img/oseibo2022/svg/kumo.svg");
  mask-image: url("/img/oseibo2022/svg/kumo.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 200px;
  height: 136px;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
body[wc-view-type="sp"] section.secound div.product_in02::before,
body[wc-view-type="sp"] section.secound div.product_in02::after{
  width: 174px;
  height: 117px;
}
section.secound div.product_in02::before{
  top: -5rem;
  right: -2rem;
}
section.secound div.product_in02::after{
  bottom: 0;
  left: -2rem;
}
body[wc-view-type="sp"] section.secound div.product_in02::before{
  top: -5rem;
  right: -6rem;
}
body[wc-view-type="sp"] section.secound div.product_in02::after{
  bottom: 0;
  left: -6rem;
}
body[wc-view-type="pc"] section.secound div.product_in02{
  width: 1100px;
  margin: 0 auto;
  display: flex;
}
section.secound div.product_in02 article{
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  border: solid #423730 1px;
}
body[wc-view-type="sp"] section.secound div.product_in02 article{
  padding-top: 3.5rem;
}
section.secound div.product_in02 article > span{
  color: #a13430;
  font-weight: 700;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.2rem;
  border-bottom: solid 1px;
  padding: 0.15rem 0.5rem;
  border-top: 1px solid;
}
body[wc-view-type="sp"] section.secound div.product_in02 article{
  margin-bottom: 7vw;
}
body[wc-view-type="sp"] section.secound div.product_in02 article:last-of-type{
  margin-bottom: 0;
}
body:not([wc-view-type="sp"]) section.secound div.product_in02 article{
  display: flex;
}
body[wc-view-type="tb"] section.secound div.product_in02 article{
  width: calc(100vw - 4rem);
  margin: 0 auto 2rem auto;
}
body[wc-view-type="pc"] section.secound div.product_in02 article{
  width: calc((1100px / 2) - 1rem);
  margin: 0 0.5rem;
}
section.secound div.product_in02 article div.p_img{
  width: 100%;
}
section.secound div.product_in02 article div.p_text_box{
  width: 100%;
}
body[wc-view-type="tb"] section.secound div.product_in02 article div.p_img,
body[wc-view-type="pc"] section.secound div.product_in02 article div.p_img{
  width: 45%;
}
body[wc-view-type="tb"] section.secound div.product_in02 article div.p_text_box,
body[wc-view-type="pc"] section.secound div.product_in02 article div.p_text_box{
  width: 55%;
  padding-left: 1rem;
  box-sizing: border-box;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.secound div.product_in02 article div.p_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.secound div.product_in02 article div.p_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.secound div.product_in02 article div.p_text_box > h1{
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
  color: #423730;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
section.secound div.product_in02 article div.p_text_box > h1::after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(left, rgba(66,55,48,0) 0%, rgba(66,55,48,0.9) 15%, rgba(66,55,48,1) 50%, rgba(66,55,48,1) 51%, rgba(66,55,48,0.9) 85%, rgba(66,55,48,0) 100%);
  background: -webkit-linear-gradient(left, rgba(66,55,48,0) 0%,rgba(66,55,48,0.9) 15%,rgba(66,55,48,1) 50%,rgba(66,55,48,1) 51%,rgba(66,55,48,0.9) 85%,rgba(66,55,48,0) 100%);
  background: linear-gradient(to right, rgba(66,55,48,0) 0%,rgba(66,55,48,0.9) 15%,rgba(66,55,48,1) 50%,rgba(66,55,48,1) 51%,rgba(66,55,48,0.9) 85%,rgba(66,55,48,0) 100%);
}
section.secound div.product_in02 article div.p_text_box p.p_text{
  position: relative;
  line-height: 1.6rem;
  color: #423730;
  padding: 3.2rem 0.5rem 1rem 0.5rem;
  font-size: 0.95rem;
  z-index: 1;
}
section.secound div.product_in02 article div.p_text_box p.p_text::before{
  content: "商品説明";
  position: absolute;
  top: 1rem;
  left: 0;
  padding: 0.5rem 1rem;
  color: #423730;
  font-weight: 700;
  border: solid 1px #423730;
  font-size: 0.85rem;
  line-height: 1em;
  border-radius: 1rem;
}
section.secound div.product_in02 article div.p_text_box > span{
  display: table;
  margin-left: auto;
  margin-right: 0;
  font-weight: 700;
  font-size: 0.95rem;
  color: #423730;
}
section.secound div.product_in02 article div.p_text_box p.kingaku{
  font-size: 3rem;
  color: #a13430;
  text-align: center;
  font-weight: 700;
}
section.secound div.product_in02 article div.p_text_box p.kingaku > span{
  font-size: 1rem;
  color: #a13430;
  font-weight: 700;
}
section.secound div.product_in02 article div.p_text_box div.btn{
  margin: 0 auto;
  margin-top: 1rem;
}
/*詰め合わせ商品*/
section.third{
  background-image: url("../img/oseibo2022/pattern/pattern.webp");
  background-repeat: repeat;
  background-size: 150px 150px;
  width: 100vw;
  padding: var(--headerHeight) 0;
  overflow: hidden;
}
section.third > h1{
  margin: 0 auto 1.5rem auto;
  font-size: 1.5rem;
  border-top: 2px solid #423730;
  border-bottom: 2px solid #423730;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #423730;
  padding: 1.5rem 3rem;
  display: table;
}
body[wc-view-type="sp"] section.third > h1{
  padding: 1rem 2.3rem;
}
section.third > h1::after{
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  right: 0;
  left: 0;
  border-top: 1px solid #423730;
  border-bottom: 1px solid #423730;
  z-index: 3;
}
section.third > p{
  text-align: center;
  color: #423730;
  line-height: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
section.third > p{
  text-align: center;
  padding: 0 2rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.third > p{
  text-align: left;
}
section.third div.product_in02{
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.third div.product_in02{
  width: calc(100vw - 14vw);
  margin: 0 auto;
}
section.third div.product_in02::before,
section.third div.product_in02::after{
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("/img/oseibo2022/svg/kumo.svg");
  mask-image: url("/img/oseibo2022/svg/kumo.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 200px;
  height: 136px;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
body[wc-view-type="sp"] section.third div.product_in02::before,
body[wc-view-type="sp"] section.third div.product_in02::after{
  width: 174px;
  height: 117px;
}
section.third div.product_in02::before{
  top: -5rem;
  right: -2rem;
}
section.third div.product_in02::after{
  bottom: 0;
  left: -2rem;
}
body[wc-view-type="sp"] section.third div.product_in02::before{
  top: -5rem;
  right: -6rem;
}
body[wc-view-type="sp"] section.third div.product_in02::after{
  bottom: 0;
  left: -6rem;
}
body[wc-view-type="pc"] section.third div.product_in02{
  width: 1100px;
  margin: 0 auto;
  display: flex;
}
section.third div.product_in02 article{
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  border: solid #423730 1px;
}
body[wc-view-type="sp"] section.third div.product_in02 article{
  padding-top: 3.5rem;
}
section.third div.product_in02 article > span{
  color: #a13430;
  font-weight: 700;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.2rem;
  border-bottom: solid 1px;
  padding: 0.15rem 0.5rem;
  border-top: 1px solid;
}
body[wc-view-type="sp"] section.third div.product_in02 article{
  margin-bottom: 7vw;
}
body[wc-view-type="sp"] section.third div.product_in02 article:last-of-type{
  margin-bottom: 0;
}
body:not([wc-view-type="sp"]) section.third div.product_in02 article{
  display: flex;
}
body[wc-view-type="tb"] section.third div.product_in02 article{
  width: calc(100vw - 4rem);
  margin: 0 auto 2rem auto;
}
body[wc-view-type="pc"] section.third div.product_in02 article{
  width: calc((1100px / 2) - 1rem);
  margin: 0 0.5rem;
}
section.third div.product_in02 article div.p_img{
  width: 100%;
}
section.third div.product_in02 article div.p_text_box{
  width: 100%;
}
body[wc-view-type="tb"] section.third div.product_in02 article div.p_img,
body[wc-view-type="pc"] section.third div.product_in02 article div.p_img{
  width: 45%;
}
body[wc-view-type="tb"] section.third div.product_in02 article div.p_text_box,
body[wc-view-type="pc"] section.third div.product_in02 article div.p_text_box{
  width: 55%;
  padding-left: 1rem;
  box-sizing: border-box;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.third div.product_in02 article div.p_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.third div.product_in02 article div.p_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.third div.product_in02 article div.p_text_box > h1{
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
  color: #423730;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
section.third div.product_in02 article div.p_text_box > h1::after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(left, rgba(66,55,48,0) 0%, rgba(66,55,48,0.9) 15%, rgba(66,55,48,1) 50%, rgba(66,55,48,1) 51%, rgba(66,55,48,0.9) 85%, rgba(66,55,48,0) 100%);
  background: -webkit-linear-gradient(left, rgba(66,55,48,0) 0%,rgba(66,55,48,0.9) 15%,rgba(66,55,48,1) 50%,rgba(66,55,48,1) 51%,rgba(66,55,48,0.9) 85%,rgba(66,55,48,0) 100%);
  background: linear-gradient(to right, rgba(66,55,48,0) 0%,rgba(66,55,48,0.9) 15%,rgba(66,55,48,1) 50%,rgba(66,55,48,1) 51%,rgba(66,55,48,0.9) 85%,rgba(66,55,48,0) 100%);
}
section.third div.product_in02 article div.p_text_box p.p_text{
  position: relative;
  line-height: 1.6rem;
  color: #423730;
  padding: 3.2rem 0.5rem 1rem 0.5rem;
  font-size: 0.95rem;
  z-index: 1;
}
section.third div.product_in02 article div.p_text_box p.p_text::before{
  content: "商品説明";
  position: absolute;
  top: 1rem;
  left: 0;
  padding: 0.5rem 1rem;
  color: #423730;
  font-weight: 700;
  border: solid 1px #423730;
  font-size: 0.85rem;
  line-height: 1em;
  border-radius: 1rem;
}
section.third div.product_in02 article div.p_text_box > span{
  display: table;
  margin-left: auto;
  margin-right: 0;
  font-weight: 700;
  font-size: 0.95rem;
  color: #423730;
}
section.third div.product_in02 article div.p_text_box p.kingaku{
  font-size: 3rem;
  color: #a13430;
  text-align: center;
  font-weight: 700;
}
section.third div.product_in02 article div.p_text_box p.kingaku > span{
  font-size: 1rem;
  color: #a13430;
  font-weight: 700;
}
section.third div.product_in02 article div.p_text_box div.btn{
  margin: 0 auto;
  margin-top: 1rem;
}


div.product_in03{
  position: relative;
  z-index: 1;
}
div.product_in03::before,
div.product_in03::after{
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("/img/oseibo2022/svg/kumo.svg");
  mask-image: url("/img/oseibo2022/svg/kumo.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 200px;
  height: 136px;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
body[wc-view-type="sp"] div.product_in03::before,
body[wc-view-type="sp"] div.product_in03::after{
  width: 174px;
  height: 117px;
}
div.product_in03::before{
  top: -5rem;
  right: -2rem;
}
body[wc-view-type="sp"] div.product_in03::before{
  top: -7rem;
  right: -7rem;
}
body[wc-view-type="sp"] div.product_in03::after,
body[wc-view-type="tb"] div.product_in03::after{
  bottom: 0;
  right: -2rem;
}
body[wc-view-type="pc"] div.product_in03::after{
  bottom: 0;
  left: -2rem;
}
body[wc-view-type="pc"] div.product_in03{
  width: 1100px;
  margin: 0 auto;
  display: flex;
}
body[wc-view-type="sp"] div.product_in03{
  padding: 0 7vw;
  box-sizing: border-box;
}
div.product_in03 article{
  box-sizing: border-box;
  border-radius: 1rem;
  border: solid 1px #423730;
  position: relative;
  z-index: 1;
  padding: 1rem;
}
body:not([wc-view-type="pc"]) div.product_in03 article:nth-of-type(2){
  position: relative;
  z-index: 1;
}
body:not([wc-view-type="pc"]) div.product_in03 article:nth-of-type(2)::before{
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("/img/oseibo2022/svg/kumo.svg");
  mask-image: url("/img/oseibo2022/svg/kumo.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 200px;
  height: 136px;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
  left: -2rem;
  bottom: 0;
}
body[wc-view-type="sp"] div.product_in03 article:nth-of-type(2)::before{
  width: 174px;
  height: 117px;
  left: -6rem;
}
body[wc-view-type="sp"] div.product_in03 article{
  margin-bottom: 7vw;
}
body[wc-view-type="sp"] div.product_in03 article:last-child{
  margin-bottom: 0;
}
body[wc-view-type="tb"] div.product_in03 article{
  display: flex;
  width: calc(100% - 4rem);
  margin: 0 auto 2rem auto;
}
body[wc-view-type="tb"] div.product_in03 article:last-of-type{
  margin-bottom: 0;
}
body[wc-view-type="pc"] div.product_in03 article{
  width: calc((1100px / 3) - 1rem);
  margin: 0 0.5rem;
  padding: 1.5rem;
}
div.product_in03 article figure{
}
body[wc-view-type="tb"] div.product_in03 article div.p_img{
  width: 45%;
}
div.product_in03 article div.p_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.product_in03 article div.p_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.product_in03 article div.p_text_box{
}
body[wc-view-type="tb"] div.product_in03 article div.p_text_box{
  width: 55%;
  padding-left: 1rem;
  box-sizing: border-box;
}
div.product_in03 article div.p_text_box h1{
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
  color: #423730;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
div.product_in03 article div.p_text_box h1::after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(left, rgba(66,55,48,0) 0%, rgba(66,55,48,0.9) 15%, rgba(66,55,48,1) 50%, rgba(66,55,48,1) 51%, rgba(66,55,48,0.9) 85%, rgba(66,55,48,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(66,55,48,0) 0%,rgba(66,55,48,0.9) 15%,rgba(66,55,48,1) 50%,rgba(66,55,48,1) 51%,rgba(66,55,48,0.9) 85%,rgba(66,55,48,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(66,55,48,0) 0%,rgba(66,55,48,0.9) 15%,rgba(66,55,48,1) 50%,rgba(66,55,48,1) 51%,rgba(66,55,48,0.9) 85%,rgba(66,55,48,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
div.product_in03 article div.p_text_box p.p_text{
  position: relative;
  line-height: 1.6rem;
  color: #423730;
  padding: 3.2rem 0.5rem 1rem 0.5rem;
  font-size: 0.95rem;
  z-index: 1;
}
div.product_in03 article div.p_text_box p.p_text::before{
  content: "商品説明";
  position: absolute;
  top: 1rem;
  left: 0;
  padding: 0.5rem 1rem;
  color: #423730;
  font-weight: 700;
  border: solid 1px #423730;
  font-size: 0.85rem;
  line-height: 1em;
  border-radius: 1rem;
}
div.product_in03 article div.p_text_box > span{
  display: table;
  margin-left: auto;
  margin-right: 0;
  font-weight: 700;
  font-size: 0.95rem;
  color: #423730;
}
div.product_in03 article div.p_text_box p.kingaku{
  font-size: 3rem;
  color: #a13430;
  text-align: center;
  font-weight: 700;
}
div.product_in03 article div.p_text_box p.kingaku > span{
  font-size: 1rem;
  color: #a13430;
  font-weight: 700;
}
div.product_in03 article div.p_text_box div.btn{
  margin: 0 auto;
  margin-top: 1rem;
}
/*ギフト関係*/
div.forth{
  background-image:url("../img/pattern/type_01.webp");
  background-repeat: repeat;
  background-size: 150px 150px;
  width: 100vw;
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
  overflow: hidden;
}
body[wc-view-type="tb"] div.forth{
  padding: var(--headerHeight) 4rem;
}
body.safari div.forth{
  background-image:url("../img/pattern/type_01.png");
}

section.secound section.osusume > h1::before{
  content: "";
  position: absolute;
  z-index: 2;
  border-top: 1px solid #423730;
  border-bottom: 1px solid #423730;
  top: 0.5rem;
  left: 0rem;
  right: 0;
  bottom: 0.5rem;
}
div.forth_inner{
  position: relative;
  z-index: 1;
}
div.forth_inner::before,
div.forth_inner::after{
  content: "";
  background-color: #e7e4d9;
  -webkit-mask-image: url("/img/oseibo2022/svg/kumo.svg");
  mask-image: url("/img/oseibo2022/svg/kumo.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 200px;
  height: 136px;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
div.forth_inner::before{
  top: 4rem;
  left: -4rem;
}
div.forth_inner::after{
  bottom: -1rem;
  right: -6rem;
}
body[wc-view-type="sp"] div.forth_inner::before,
body[wc-view-type="sp"] div.forth_inner::after{
  width: 174px;
  height: 117px;
  z-index: -10;
}
body[wc-view-type="sp"] div.forth_inner::before{
  top: -1rem;
  left: -5rem;
}
body[wc-view-type="sp"] div.forth_inner::after{
  bottom: -1rem;
  right: -6rem;
}
body[wc-view-type="sp"] div.forth_inner{
  padding: 0 7vw;
  box-sizing: border-box;
}
body[wc-view-type="pc"] div.forth_inner{
  width: 1100px;
  margin: 0 auto;
  display: flex;
}
body[wc-view-type="pc"] div.forth_inner section.gift,
body[wc-view-type="pc"] div.forth_inner section.kikan{
  width: 550px;
  box-sizing: border-box;
}
body[wc-view-type="pc"] div.forth_inner section.gift{
  padding-right: 2rem;
}
body[wc-view-type="tb"] div.forth_inner section.gift,
body[wc-view-type="sp"] div.forth_inner section.gift{
  margin-bottom: var(--headerHeight);
}
body[wc-view-type="pc"] div.forth_inner section.kikan{
  padding-left: 2rem;
}
div.forth_inner section.gift > h2,
div.forth_inner section.kikan >h2{
  font-size: 1.5rem;
  font-weight: 700;
  color: #423730;
  text-align: center;
  border-top: 2px solid #423730;
  border-bottom: 2px solid #423730;
  position: relative;
  z-index: 1;
  padding: 1rem 3rem;
  display: table;
  margin: 0 auto;
}
body[wc-view-type="sp"] div.forth_inner section.gift > h2,
body[wc-view-type="sp"] div.forth_inner section.kikan > h2{
  padding: 1rem 2.3rem;
}
div.forth_inner section.gift > h2::before,
div.forth_inner section.kikan >h2::before{
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-top: 1px solid #423730;
  border-bottom: 1px solid #423730;
}
div.forth_inner section.gift > div{
  margin-top: 2rem;
}
div.forth_inner section.gift > div h3{
  border:solid 1px #423730;
  padding: 0 2rem;
  border-radius: 2rem;
  color: #423730;
  font-weight: 700;
  font-size: 1.2rem;
  display: table;
}
div.forth_inner section.gift > div p{
  color: #423730;
  padding: 1rem;
  box-sizing: border-box;
  line-height: 2rem;
}
body[wc-view-type="sp"] div.forth_inner section.gift > div p{
  padding: 0.5rem;
}
div.in_img{
}
div.in_img div.flex{
}
body:not([wc-view-type="sp"]) div.in_img div.flex{
  display: flex;
}
div.in_img div.flex p{
  padding-right: 2rem;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) div.in_img div.flex p{
  width: 50%;
}
div.in_img figure{
}
body:not([wc-view-type="sp"]) div.in_img figure{
  width: 50%;
}
body[wc-view-type="sp"] div.in_img figure{
  width: calc(100% - 1rem);
  margin: 0 auto;
}
div.in_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.in_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="pc"] div.forth_inner section.kikan{
}
div.forth_inner section.kikan > div{
  margin-top: 2rem;
}
body[wc-view-type="sp"] div.forth_inner section.kikan > div{
  width: calc(100% - 1rem);
  margin: 0 auto;
}
div.forth_inner section.kikan > div p{
  line-height: 2rem;
  margin-bottom: 1rem;
  color: #423730;
  margin-top: 1rem;
}
body[wc-view-type="tb"] div.forth_inner section.kikan > div p{
  text-align: center;
}
div.forth_inner section.kikan > div dl{
  display: flex;
  border-bottom: 1px solid #423730;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
div.forth_inner section.kikan > div dl:nth-of-type(1){
  border-top: 1px solid #423730;
}
div.forth_inner section.kikan > div dl dt,
div.forth_inner section.kikan > div dl dd{
  padding: 0.5rem;
  box-sizing: border-box;
  color: #423730;
}
div.forth_inner section.kikan > div dl dt{
  width: 6rem;
}
div.forth_inner section.kikan > div dl dd{
  width: calc(100% - 6rem);
}
body[wc-view-type="sp"] div.forth_inner section.kikan > div dl dt{
  width: 5rem;
}
body[wc-view-type="sp"] div.forth_inner section.kikan > div dl dd{
  width: calc(100% - 5rem);
}