@charset "UTF-8";
@import "base.css";
/* ---------------------------------------------------------
MV
--------------------------------------------------------- */
.inner_mv {
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
}
.inner_mv.recommend {background-image: url(../../img/inner_mv/bg_recommend.jpg);}
.inner_mv.product {background-image: url(../../img/inner_mv/bg_product.jpg);}
.inner_mv.detail {background-image: url(../../img/inner_mv/bg_detail.jpg);}
.inner_mv.privacy {background-image: url(../../img/inner_mv/bg_privacy.jpg);}
.inner_mv.transaction {background-image: url(../../img/inner_mv/bg_transaction.jpg);}
.inner_mv.recipe {background-image: url(../../img/inner_mv/bg_recipe.jpg);}

@media screen and (max-width: 750px) {
  .inner_mv.recipe {background-image: url(../../img/inner_mv/bg_recipe_sp.jpg);}
}

.inner_mv img {
  height: 160px;
  width: auto;
  margin-top: 5em;
}
@media screen and (max-width: 750px) {
  .inner_mv img {height: 80px;}
}
/* ---------------------------------------------------------
フォント
--------------------------------------------------------- */
.fs20 {
  font-size: 20px;
  line-height: 1.4;
}
.h4style {
  font-size: 18px;
background: #f6f6f6;
padding: 10px;
    margin: 3em 0 .5em 0;
}
/* ---------------------------------------------------------
幅
--------------------------------------------------------- */
.blueA {
    display: block;
    color: blue;
    margin-top: 1em;
}
/* ---------------------------------------------------------
幅
--------------------------------------------------------- */
.p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mb1em {
  margin-bottom: 1em;
}
.mb2em {
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .p100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ---------------------------------------------------------
背景色
--------------------------------------------------------- */
.bg01 {background: url(../../img/bg01.jpg) no-repeat top center / cover;}
.bg_siro {background: #fff;}
/* -----------------------------------------------
商品リスト
----------------------------------------------- */
.pro_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pro_item {
  width: 30%;
  margin: 0 16px;
  font-size: 16px;
  margin-bottom: 4em;
}
.maker {
  margin: 1em 0;
}
.name {
  margin-bottom: .5em;
  height: 3em;
}
.txt {
  margin-bottom: .5em;
}
.size {
  margin-bottom: 1em;
  height: 1em;
}
.price {
  margin-bottom: 1em;
}
.pro_item a {
  display: block;
  width: 10em;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: #F36159;
  border-radius: 10px;
  padding: .5em;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 750px) {
  .pro_list {
    margin-right: -3%;
}
  .pro_item {
    width: 47%;
    font-size: 15px;
    margin-left: 0;
    margin-right: 3%;
  }
  .pro_item a {
    width: 100%;
    font-size: 12px;
    border-radius: 5px;
  }
}

/* -----------------------------------------------
商品詳細
----------------------------------------------- */
.detail_row {
  display: flex;
  margin-bottom: 70px;
}
.detail_img {
  width: 45%;
  margin-right: 40px;
}
.detail_img ul {
  display: flex;
  flex-wrap: wrap;
}
.detail_img .w1 {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
}
.detail_img .w2 {
  width: calc(50% - 20px);
  margin-bottom: 20px;
  margin-right: 20px;
}
.detail_img .w1 img {
  object-fit: cover;
  height: 240px;
}
.detail_img .w2 img {
  object-fit: cover;
  height: 140px;
}
.detail_img .wf {
  margin-bottom: 20px;
  margin-right: 20px;
}
.detail_img .wf img {
  height: auto;
}

.detail_txt {
  flex: 1;
}
.detail_txt h3 {
  line-height: 1.5;
}
.detail_txt>div>a {
  background: #f36159;
  color: #fff;
  display: block;
  width: 10em;
  text-align: center;
  padding: .5em;
  font-size: 13px;
  border-radius: 5px;
  margin: 1em 0;
}
.detail_txt dl {
  display: flex;
}
.detail_txt dt {
  width: 5em;
  margin-right: 2em;
}
.detail_txt dd {
  flex: 1;
      line-height: 1.5;
}
.detail_txt .red {
  color: #f36159;
}
.detail_txt .red span {
  font-size: .6em;
}
.detail_txt input[type="number"] {
  display: inline-block;
  width: 5em;
  padding: .2em .5em;
  vertical-align: baseline;
}
.bb1px {
  border-bottom: 1px solid;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.movieArea {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
      margin-bottom: 7em;
}
.redBorder {
    border: 2px solid #f36159;
    padding: 2em;
    border-radius: 10px;
        margin-bottom: 2em;
}
.redBorder h3 {
color: #F36159;
margin-bottom: 1em;
}
.redBorder .detail_row {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .detail_row {
    flex-direction: column-reverse;
}
.detail_img {
    width: 100%;
    margin-right: 0;
}
.detail_img ul {
    margin-right: -20px;
}
.movieArea iframe {
    width: 100%;
    height: 50vw;
}
}
/* -----------------------------------------------
プライバシー
特定商取引
----------------------------------------------- */

.tiorirecipe {
  position: relative;
  margin: 1em auto;
  margin-bottom: 7em;
  max-width: 40em;
  margin-top: 3em;
}
.tiorirecipe::before {
  position: absolute;
  content: "";
  top: -4em;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: url(../../img/recipe/tiori_icon.png);
  background-size: contain;
}
.tiorirecipe::after {
  position: absolute;
  content: "";
  top: 4.5em;
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
  background: #f36159;
}


.rebox p {
  margin-bottom: 1em;
  line-height: 1.4;
}
.transaction.sec05 {
    background: none;
    color: #585858;
}
.pth3 {
    font-size: 1.8em;
    font-weight: normal;
    text-align: center;
    padding-top: 1em;
}

.privacy h5 {
    margin-top: 2em;
    font-size: 1.3em;
}
.privacy p {
  line-height: 1.5;
      margin: 1.5em 0;
}
.privacy li {
    list-style: disc;
    margin-left: 2em;
    line-height: 1.2;
    margin-bottom: 1em;
}

 a.recipe {
   display: block;
   width: auto;
   font-size: 15px;
   text-align: center;
   color: #fff;
   background: #F36159;
   border-radius: 10px;
   padding: .5em;
   margin: 1em auto;
}

/* -----------------------------------------------
追記
----------------------------------------------- */

@media screen and (min-width: 768px) {
  .recipe.inner_mv img {
    height: 116px;
    margin-top: calc(40px + 5em);
  }
}

/* li.pro_item img {
  height: 400px;
  object-fit: cover;
} */

/* li.pro_item.kinjitu {
  background: #e7e7e7;
  height: 400px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;　
  font-size: 1.5em;
  letter-spacing: .6em;
} */

/* @media screen and (max-width: 750px) {
  li.pro_item img {
    height: 220px;
  }
  li.pro_item.kinjitu {
    height: 220px;
    letter-spacing: .2em;
  }
} */
