
@charset "UTF-8";


#shoyu_container{
  margin-bottom: 100px;
}

.lp-shoyu_wrapper {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;


}

  @media screen and (max-width: 767px) {
.lp-shoyu_wrapper {
  font-size: 4.5vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
     }


/* ここから独自CSS */


@media screen and (min-width: 768) {
  .sp_br{
    display: none;
  }
}

.shoyu_fv{
    width: 100%;
    height: 560px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(https://gigaplus.makeshop.jp/musubiclub/lp/shoyu/img/pc_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50％　50％ center;
    /* margin-bottom: 20px; */
}

@media screen and (max-width: 767px) {
.shoyu_fv{
  display: none;
}
}



.shoyu_fv_inner{
  width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    padding-top: 50px;

}

.shoyu_fv_inner h1{
margin-right: -90px;
}

.shoyu_fv_inner figure{
margin-left: 50px;
}




@media screen and (max-width: 767px) {
  .shoyu_fv_inner{
  display: none;
  }
}

.shoyu_fv_inner_sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .shoyu_fv_inner_sp{
    display: block;

  }
}


.sp-a{ display: none; }

@media screen and (max-width: 768px) {
  .sp-a{
    display: block;
  }
}

.sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .sp{
    display: block;
  }
}


.intro{
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: calc(3vw + 10px);
  padding-top: calc(5vw + 10px);
  background-color: #f5eded;

}

@media screen and (max-width: 767px) {
  .intro{
   padding: 0;
}
}

  .intro_inner{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;

  }


  @media screen and (max-width: 767px) {
    .intro_inner{
      max-width: 100%;
      padding-bottom: 20px;
      padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    }
  }

.kyocho{
background: linear-gradient(transparent 35%, yellow 70%);
  font-family: font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.intro_ttl {
  font-size: 3.8rem;
    margin-bottom: 20px;
    text-align: center;
    font-feature-settings: "palt";
    font-weight: normal;
}





@media screen and (max-width: 767px) {
  .intro_ttl{
    font-size: 1.3em;
    line-height: 1.6;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

@media screen and (max-width: 767px) {
.intro_ttl::before{
display: none;
}
}

.sp_br {
    display: none;
}

@media screen and (max-width: 767px) {
  .sp_br {
      display: block;
  }
}


@media screen and (max-width: 767px) {
  .pc_br{
    display: none;
  }
}


@media screen and (min-width: 768) {
  .sp_br{
    display: none;
  }
}

  .intro_lead{
    font-size: 2.3rem;
    line-height: 1.6;
    padding-bottom: 50px;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-align:left;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    text-align: justify;
  }

@media screen and (max-width: 767px) {
  .intro_lead{
    font-size: 1rem;
    text-align: justify;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
.link-shoyu-pc{
  display: none;
}
}

.link-shoyu-sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .link-shoyu-sp{
    display: block;
  }
}


.bold-kyocho{
  font-weight: bold;
  background-color: #61d88d;
}


  .slide-area {
    display: flex;
   width: 260vw;
   /* height: 200px; */
   overflow: hidden;
   padding-bottom: 100px;

 }
@media screen and (max-width: 767px) {
    .slide-area {
      /* width: 230vw; */
      padding-bottom: 0;
      /* height: 200px; */
    }
}


  .slide-area img {
       width: auto;
       height: 100%;
     }

       .slide-area img:first-child {
           animation: slide1 60s -30s linear infinite;
           animation-iteration-count: infinite;
       }

       .slide-area img:last-child {
           animation: slide2 60s linear infinite;
       }



       @keyframes slide1 {
         0% {
           transform: translateX(100%);
         }
         to {
           transform: translateX(-100%);
         }
       }

       @keyframes slide2 {
         0% {
           transform: translateX(0);
         }
         to {
           transform: translateX(-200%);
         }
       }


  /* @media screen and (max-width: 767px){
  .slide-area {
      background-size: auto 100%;
      height: 6.3em;
  }
} */


  .what{
    width: 100%;
    /* padding-right: 20px;
    padding-left: 20px; */
    padding-bottom: calc(3vw + 10px);
    /* padding-top: calc(5vw + 10px); */
  }

  @media screen and (max-width: 767px) {
    .what{
     padding: 0;
  }
  }

    .what_inner{

      position: relative;
      z-index: 1;
    }


    @media screen and (max-width: 767px) {
      .what_inner{
        max-width: 100%;
        padding-bottom: 20px;
      padding-top: 20px;
      margin-bottom: 20px;
      top: 0;
      }
    }

.what .wrapper{
    position: relative;
    background-repeat: no-repeat;
    height: 38vw;
    min-height: 420px;
}

@media screen and (max-width: 767px) {
  .what .wrapper{
    height: auto;
    min-height: inherit;
    min-height: 485px;
  }
}

.what .wrapper.wrapper01::before {
    left: 0;
    background-image: url(img/img02.png);
}


@media screen and (max-width: 767px) {
  .what .wrapper.wrapper01::before {
background-image: url(img/img02_sp.png);
}
}

.what .wrapper::before {
    width: 50%;
}

@media screen and (max-width: 767px) {
.what .wrapper::before {
  width: 100%;
  background-position: 50% 0;
}
}


.what .wrapper::before, .what .wrapper::after {
    content: "";
    background: no-repeat 50% 50% / 100%;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
}

@media screen and (max-width: 767px) {
.what .wrapper::before, .what .wrapper::after {
  width: 100%;
  background-position: 50% 0;
}
}

.what .wrapper.wrapper01::after {
    background-image: url(img/img02after.png);
    right: 0;
    opacity: 90%;
}

@media screen and (max-width: 767px) {
.what .wrapper.wrapper01::after {
background-image: url(img/img02after_sp.png);
opacity: 70%;
}

}

.what .wrapper::after {
    width: 62%;
    z-index: 300;
}

@media screen and (max-width: 767px) {
  .what .wrapper::after {
   width: 100%;
   background-position: 50% 0;
        top: 8em;
  }
}


.what .wrapper.wrapper02::before {
    right: 0;
    background-image: url(img/img03.png);
}

@media screen and (max-width: 767px) {
  .what .wrapper.wrapper02::before {

  }
}


.what .wrapper.wrapper02::after {
    background-image: url(img/img03after.png);
    left: -5px;
    opacity: 80%;
}

@media screen and (max-width: 767px) {
.what .wrapper.wrapper02::after {
    background-image: url(img/img03after_sp.png);
        left: 0;
}

}


.what .wrapper .text {
    height: 100%;
    position: relative;
    z-index: 400;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
.what .wrapper .text {
        height: auto;
        padding: 10em 8% 2em;
        box-sizing: border-box;
}

}



.what .wrapper .text p {
    font-size: 108%;
    line-height: 2;
    text-align: justify;
}

@media screen and (max-width: 767px) {
  .what .wrapper .text p {
    font-size: 80%;
    line-height: 1.9;
    padding: 0 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}


.what .wrapper.wrapper01 .text {
        margin-left: 44%;
        padding-right: 10%;
    }

@media screen and (max-width: 767px) {
  .what .wrapper.wrapper01 .text {
          margin-left: 0;
          padding-left: 20px;
          padding-right: 20px;
      }

}

.what .wrapper.wrapper02 .text {
        margin-right: 44%;
        padding-left: 10%;
    }


@media screen and (max-width: 767px) {
.what .wrapper.wrapper02 .text {
margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
}

.what .wrapper .text h3 {
    color: #775332;
    font-size: 180%;
    font-weight: normal;
    margin-bottom: .9em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


@media screen and (max-width: 767px) {
.what .wrapper .text h3 {
  text-align: center;
    font-size: 105%;
    width: 100%;
    line-height: 1.7;
}
}


.product{
  background-image: url(https://gigaplus.makeshop.jp/musubiclub/lp/shoyu/img/bg-pink.png);
  width: 100%;
  padding-bottom: calc(1vw + 1px);
}


@media screen and (max-width: 767px) {
  .product{

  }
}

.product_inner{
 max-width: 1000px;
 width: 100%;
 margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .product_inner{
    max-width: 100%;
    padding: 20px;
    padding-bottom: 0;
  }
}


.txt-red{
  color: #d2283c;
}


.mid-cc01{
  color: #775332;
  font-size: 3.5rem;
  font-weight: normal;
  margin-bottom: .9em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mid-cc01{
 font-size: 1.5rem;
 font-weight: bold;
 line-height: 1.4;
 margin-bottom: .5em;
  }
}

.item-box{
 display: flex;
 justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .item-box{
    display: block;
  }
}

.itembox-link{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

.item-box-list{

}

@media screen and (max-width: 767px) {
  .item-box-list{
    margin-bottom: 20px;
  }

}

.reason{
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .reason{
  margin-top: 30px;
  }
}

.mid-cc02{
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mid-cc02{
  display: none;
  }
}

.mid-cc02-sp{
  display: none;
}


@media screen and (max-width: 767px) {
.mid-cc02-sp{
display: block;
margin-bottom: 30px;
  }
}

.reason_inner{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .reason_inner{
  display: block;
  }
}

.reason-box{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .reason-box{
   max-width: 100%;
  }
}



.reason-box figure{
   margin-bottom: 10px;
}

.mid-cc03{
    font-size: 1.4em;
    color: #d2283c;
    margin-bottom: 5px;
    background: linear-gradient(transparent 35%, yellow 70%);
    display: inline-block;
}

@media screen and (max-width: 767px) {
  .mid-cc03{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
  }
}

.caption01{
  font-size: 1em;
    font-weight: normal;
    text-align: justify;
}

@media screen and (max-width: 767px) {
  .caption01{
    font-size: 1em;
    font-weight: normal;
    line-height: 1.7;
  }

}

.item-box02{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .item-box02{
    display: block;
    padding-bottom: 40px;

  }
}

.item-box02-link{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

@media screen and (max-width: 767px) {
  .item-box02-link{

  }
}

@media screen and (max-width: 767px) {
.item-box02-list{
  margin-bottom: 10px;
}
}




.voice{
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;


}

@media screen and (max-width: 767px) {
  .voice{
   padding: 0;
}
}

  .voice_inner{
    max-width: 1000px;
    width: 100%;
    margin: 40px auto 100px;
    position: relative;
    text-align: center;

  }


  @media screen and (max-width: 767px) {
    .voice_inner{
      max-width: 100%;
      padding-bottom: 20px;
      padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    }
  }

  .voice-list {
      max-width: 1000px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
  }

  @media screen and (max-width: 767px) {
 .voice-list {
  display: block;

}

  }


.product-link-btn {
      font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
      font-size: 2rem;
      position: relative;
      display: block;
      background-color: rgb(66, 33, 11);
      max-width: 35%;
      text-align: center;
      -webkit-box-flex: 0;
      color: rgb(255, 255, 255) !important;
      border-radius: 12px;
      text-decoration: none;
      margin: 0px auto 50px;
      padding: 10px;
  }







@media screen and (max-width: 767px) {
  .product-link-btn{
    font-size: 1.1rem;
    padding: 5px;
    max-width: 80%;
  }
}


.product-link-btn::after {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    right: 10px;
}


.product-link-btn:hover{
  -webkit-box-shadow: 0 2px 0 #999999, 0 2px 0 rgba(0,0,0,.2);
          box-shadow: 0 2px 0 #999999, 0 2px 0 rgba(0,0,0,.2);
	-webkit-transform: translateY(2px);
	    -ms-transform: translateY(2px);
	        transform: translateY(2px);
}

.product-link-btn:active {
	background: #12978d;
	-webkit-box-shadow: 0 0 0 #8f5e40, 0 0 0 rgba(0,0,0,.2);
	        box-shadow: 0 0 0 #8f5e40, 0 0 0 rgba(0,0,0,.2);
	-webkit-transform: translateY(6px);
	    -ms-transform: translateY(6px);
	        transform: translateY(6px);
	-webkit-transition-duration: .1s;
	     -o-transition-duration: .1s;
	        transition-duration: .1s;
}







/* 関連商品ここから */

.p-shoyu_06 {
      background: url(img/img20.png);
      text-align: left;
      padding: 3.5em 1em;
  }

  .p-shoyu_06 .inner {
      max-width: 980px;
      width: 100%;
  }

  .p-shoyu_06 h2 {
      padding-bottom: .6em;
      font-weight: normal;
      font-size: 115%;
      margin-bottom: 2em;
      position: relative;
      text-align: center;
  }

  .p-shoyu_06 h2 .en {
      margin-right: .5em;
      font-size: 150%;
      font-weight: bold;
      font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }

  .p-shoyu_06 h2 .ja {
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }

  .p-shoyu_06 h2::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: url(img/bg_line.png) repeat-x;
      position: absolute;
      bottom: 0;
      left: 0;
  }

  @media screen and (min-width: 768px) {
    .p-shoyu_06 ul li:nth-child(6n + 6) {
      margin-right: 0;
    }
  }
  .p-shoyu_06 .item-list li > a .text .itemName,
  .p-shoyu_06 .item-list li > a .text .price {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }




/* 独自CSSここまで */



.sale_fixed {

  position: fixed;

  bottom: 0;

  left: 0;

  width: 100%;

  z-index: 2000;

  -webkit-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  opacity: 0;

  -webkit-transform: translateY(101%);

  -ms-transform: translateY(101%);

      transform: translateY(101%); }



.lp_scroll .sale_fixed {

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

      transform: translateY(0);

  opacity: 1; }
