/* CSS Document */
section.about{
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.about{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] section.about,
body[wc-view-type="tb-l"] section.about{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] section.about{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.about > h2.contents_title_center{
  margin-bottom: 1rem;
}
section.about > h2.contents_title_center::before{
  content: "About";
}
section.about div.about_in_block{
  display: flex;
}
body[wc-view-type="sp"] section.about div.about_in_block,
body[wc-view-type="tb"] section.about div.about_in_block{
  flex-direction: column;
}
body[wc-view-type="tb-l"] section.about div.about_in_block,
body[wc-view-type="pc"] section.about div.about_in_block{
  margin-top: 1.5rem;
}
section.about div.about_in_block div.a_f_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.about div.about_in_block div.a_f_text{
  padding-bottom: 1rem;
}
body[wc-view-type="tb"] section.about div.about_in_block div.a_f_text{
  padding-bottom: 1.5rem;
}
body[wc-view-type="pc"] section.about div.about_in_block div.a_f_text,
body[wc-view-type="tb-l"] section.about div.about_in_block div.a_f_text{
  width: 50%;
}
body[wc-view-type="tb-l"] section.about div.about_in_block div.a_f_text{
  padding: 0 1rem 2rem 0;
}
body[wc-view-type="pc"] section.about div.about_in_block div.a_f_text{
  padding: 0 2rem 2rem 0;
}
section.about div.about_in_block div.a_f_text .f_a_sub_title{
  color: #333;
  font-size: 1.45rem;
  line-height: 2.5rem;
  text-align: center;
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  margin-bottom: 1.5rem;
}
section.about div.about_in_block div.a_f_text .f_a_sub_title.wcvisible{
  opacity: 1;
	-ms-filter: blur(0px);
  filter: blur(0);
}
body[wc-view-type="sp"] section.about div.about_in_block div.a_f_text .f_a_sub_title{
  margin: 0 auto 1rem auto;
}
body[wc-view-type="tb"] section.about div.about_in_block div.a_f_text .f_a_sub_title{
  margin: 1.5rem auto 1.5rem auto;
}
body[wc-view-type="tb-l"] section.about div.about_in_block div.a_f_text .f_a_sub_title{
  margin: 1rem auto 1rem auto;
  font-size: 1.4rem;
}
body[wc-view-type="pc"] section.about div.about_in_block div.a_f_text .f_a_sub_title{
  margin: 0 auto 1.5rem auto;
}
section.about div.about_in_block div.a_f_text p.f_a_box_text{
  line-height: 1.8rem;
  color: #333;
  margin-bottom: 0.5rem;  
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
section.about div.about_in_block div.a_f_text p.f_a_box_text.wcvisible{
   opacity: 1;
	-ms-filter: blur(0px);
  filter: blur(0);
}
section.about div.about_in_block div.a_f_text div.time_wrap{
  display: table;
  margin: 1rem auto 0 auto;
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  margin-bottom: 1.5rem;
}
section.about div.about_in_block div.a_f_text div.time_wrap.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
section.about div.about_in_block div.a_f_text div.time_wrap > dl{
  display: flex;
  border-top: 1px solid #f7931e;
  border-bottom: 1px solid #f7931e;
}
section.about div.about_in_block div.a_f_text div.time_wrap > dl:nth-of-type(2){
  border-top: none;
}
body:not([wc-view-type="sp"]) section.about div.about_in_block div.a_f_text div.time_wrap > dl{
  width: 300px;
}
section.about div.about_in_block div.a_f_text div.time_wrap > dl > dt{
  padding: 0.5rem;
  box-sizing: border-box;
  color: #f7931e;
}
body[wc-view-type="sp"] section.about div.about_in_block div.a_f_text div.time_wrap > dl > dt{
  width: 80px;
  padding: 0.75rem 0 0.75rem 1rem;
}
body:not([wc-view-type="sp"]) section.about div.about_in_block div.a_f_text div.time_wrap > dl > dt{
  width: 120px;
  padding: 0.75rem 0 0.75rem 1.5rem;
}
section.about div.about_in_block div.a_f_text div.time_wrap > dl > dd{
}
body[wc-view-type="sp"] section.about div.about_in_block div.a_f_text div.time_wrap > dl > dd{
  width: calc(100% - 80px);
  padding: 0.75rem 1rem 0.75rem 1rem;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) section.about div.about_in_block div.a_f_text div.time_wrap > dl > dd{
  width: calc(100% - 120px);
  padding: 0.75rem 1rem 0.75rem 1.5rem;
  box-sizing: border-box;
}
dl.in_time{
}
dl.in_time dt{
}
dl.in_time dd{
}
dl.in_time dd span.lo{
  display: table;
}
section.about div.about_in_block div.a_f_img{
}
body[wc-view-type="tb"] section.about div.about_in_block div.a_f_img{
}
body[wc-view-type="tb-l"] section.about div.about_in_block div.a_f_img,
body[wc-view-type="pc"] section.about div.about_in_block div.a_f_img{
  width: 50%;
}
section.about div.about_in_block div.a_f_img figure{
}
section.about div.about_in_block div.a_f_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.about div.about_in_block div.a_f_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
section.about div.about_in_block div.a_f_img.wcvisible figure 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"] section.about div.about_in_block div.a_f_img figure img{
  height: 55vw;
}
body[wc-view-type="tb"] section.about div.about_in_block div.a_f_img figure img{
  height: 40vw;
}
body[wc-view-type="tb-l"] section.about div.about_in_block div.a_f_img figure img{
  height: 40vw;
}
body[wc-view-type="pc"] section.about div.about_in_block div.a_f_img figure img{
  height: 376px;
}
section.about article.water{
  box-sizing: border-box;
  border: solid #26a8e2 1px;
  margin-top: var(--headerBtnSize);
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  margin-bottom: 1.5rem;
}
section.about article.water.wcvisible{
  opacity: 1;
	-ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="sp"] section.about article.water{
  padding: 1rem;
}
body:not([wc-view-type="sp"]) section.about article.water{
  padding: 1.5rem;
}
body[wc-view-type="pc"] section.about article.water{
  width: 800px;
  margin: var(--headerBtnSize) auto 0 auto;
}
section.about article.water > h2{
  display: table;
  padding: 0 3.85rem;
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  color: #333;
  text-align: center;
}
body[wc-view-type="sp"] section.about article.water > h2{
  margin: 0 auto 1rem auto;
}
body[wc-view-type="tb"] section.about article.water > h2,
body[wc-view-type="tb-l"] section.about article.water > h2{
  margin: 0 auto 1rem auto;
}
body[wc-view-type="pc"] section.about article.water > h2{
  margin: 0 auto 1.5rem auto;
}
section.about article.water > h2::before,
section.about article.water > h2::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #26a8e2;
  opacity: 0.5;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 2.8rem;
  height: 2.8rem;
}
section.about article.water > h2::before{
  -webkit-mask-image: url("/img/svg/shizuku_double_left.svg");
  mask-image: url("/img/svg/shizuku_double_left.svg");
  left: 0;
}
section.about article.water > h2::after{
  -webkit-mask-image: url("/img/svg/shizuku_double_right.svg");
  mask-image: url("/img/svg/shizuku_double_right.svg");
  right: 0;
}
section.about article.water > p{
  line-height: 1.8rem;
  color: #333;
}
section.about article.water > p span{
  color: #26a8e2;
}
/*おすすめ商品*/
section.recommendation{
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
body[wc-view-type="sp"] section.recommendation{
  padding: var(--headerHeight) 0;
}
body[wc-view-type="tb"] section.recommendation,
body[wc-view-type="tb-l"] section.recommendation{
  padding: var(--headerHeight) 0 var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] section.recommendation{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.recommendation > h2.contents_title_center.wcvisible{
  opacity: 1;
  filter: blur(0);
  -ms-filter: blur(0);
}
section.recommendation > h2.contents_title_center::before{
  content: "Recommendation";
}
section.recommendation > p{
  box-sizing:border-box;
  width: 100%;
}
body[wc-view-type="sp"] section.recommendation > p{
  padding: 1rem 7vw 1rem 7vw;
}
body:not([wc-view-type="sp"]) section.recommendation > p{
  margin: 1.5rem 0;
  text-align: center;
}
body[wc-view-type="pc"] section.recommendation > p{
  text-align: center;
}
div.recommendation_in_wrap{
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.recommendation_in_wrap{
  padding-left: 7vw;
  margin-top: 1rem;
}
div.recommendation_block{
  display: flex;
  overflow-x: auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
div.recommendation_block > article{
  margin-right: 1rem;
  width: 250px;
  padding: 1rem;
  box-sizing: border-box;
  border: solid 1px #f7931e;
  display: flex;
  flex: none;
  background-color: #fff;
}
body[wc-view-type="sp"] div.recommendation_block > article,
body[wc-view-type="tb"] div.recommendation_block > article{
  flex-direction:column-reverse;
}
body[wc-view-type="sp"] div.recommendation_block > article{
  width: 80vw;
}
body[wc-view-type="tb"] div.recommendation_block > article{
  width: 45vw;
}
body[wc-view-type="tb-l"] div.recommendation_block > article{
  width: 60vw;
}
body[wc-view-type="pc"] div.recommendation_block > article{
  width: 700px;
  padding: 1.5rem;
}
div.recommendation_block > article div.r_p_text{
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="pc"] div.recommendation_block > article div.r_p_text,
body[wc-view-type="tb-l"] div.recommendation_block > article div.r_p_text{
  width: 50%;
}
body[wc-view-type="tb-l"] div.recommendation_block > article div.r_p_text{
  padding: 1rem 1rem 1rem 0;
}
body[wc-view-type="pc"] div.recommendation_block > article div.r_p_text{
  padding: 2rem 2rem 2rem 1rem;
}
div.recommendation_block > article div.r_p_text > h2{
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 1rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.recommendation_block > article div.r_p_text > p.r_p_text{
  line-height: 1.8rem;
  color: #333;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
div.recommendation_block > article div.r_p_text > p.r_p_money{
  font-size: 1.8rem;
  display: table;
  margin: 0 auto 1rem auto;
  color: #f7931e;
  font-weight: 700;
}
div.recommendation_block > article div.r_p_text > p.r_p_money span.tani{
  font-size: 0.9rem;
  color: #f7931e;
  font-weight: 700;
}
div.recommendation_block > article div.r_p_text > div.btn{
  width: 220px;
  margin: 0 auto;
}
div.recommendation_block > article div.r_p_text > div.btn a{
  display: table;
  position: relative;
  z-index: 1;
  padding: 0.85rem 3.5rem 0.85rem 1.25rem;
  margin: 0 auto;
  color: #fff;
  background-color:#f7931e;
}
body[wc-view-type="pc"] div.recommendation_block > article div.r_p_text > span.more{
  margin-top: auto;
}
div.recommendation_block > article div.r_p_text > span.more::after{
	content: "";
	width: 2.5rem;
	height: 2.2rem;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	background-color: #fff;
  -webkit-mask-image:url("/img/svg/arrow.svg");
  mask-image: url("/img/svg/arrow.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: var(--headerBtnSize);
  mask-size: var(--headerBtnSize);
}
div.recommendation_block > article div.r_p_img{ 
}
body[wc-view-type="tb-l"] div.recommendation_block > article div.r_p_img,
body[wc-view-type="pc"] div.recommendation_block > article div.r_p_img{
  width: 50%;
}
div.recommendation_block > article div.r_p_img figure{
}
div.recommendation_block > article div.r_p_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.recommendation_block > article div.r_p_img figure img{
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0;
}
div.recommendation_block > article.wcvisible div.r_p_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.recommendation_block > article div.r_p_img figure img{
  height: 55vw;
}
body[wc-view-type="tb"] div.recommendation_block > article div.r_p_img figure img{
  height: 30vw;
}
body[wc-view-type="tb-l"] div.recommendation_block > article div.r_p_img figure img{
  height: 27.5vw;
}
body[wc-view-type="pc"] div.recommendation_block > article div.r_p_img figure img{
  height: 280px;
}
