@charset "UTF-8";

/* 全体共通
========================================================================== */
.wrap{
  background-color: #000;
  color: #333;
}
.contents{
  max-width: 1040px;
  margin: 0 auto;
  position:relative;
}
.red{ color: #e1072e;}

/*---------------------------------------
First view
--------------------------------------*/
.first_view_bg{
  background-image: url("ja_img/first_view_bg.jpg");
  background-repeat: repeat-x;
  width: 100%;
}

/* cap ____________________ */
.first_view_img{
  background-image: url("ja_img/first_img.png");
  height: 565px;
}
  @media screen and (max-width:765px) {
    .first_view_img{
      width: 100%;
      height: 0;
      padding-top: 52%;
      margin-left: -30px;
      background-size: contain;
    }
  }

/* タイトル ____________________ */
.first_view_ttl{
  width: 100%;
  text-align: right;
  padding: 100px 10px 0 0;
}
  @media screen and (max-width:768px) {
    .first_view_ttl{
      padding: 0;
      top: 45px;
      right: 0;
      position:absolute;
    }
    .first_view_ttl img{
      width: 70%;
    }
  }

.first_view_txt p{
  color: #FFF;
  font-size: 18px;
  margin: -5% 0 5% 0;
  padding: 0 20px;
  line-height: 1.2;
}
.first_view_txt img{
  width: 100%;
  margin-top: -40px;
}

/*---------------------------------------
カート
--------------------------------------*/
/*ファーストビュー下のカートのみ*/
.first_cart .cart_bg{
  margin: -130px 0 0 0;
}
/* カート背景 ____________________ */
.cart_bg{
  background-color: #FFF;
  margin: 0 ;
  padding: 20px;
}
  @media screen and (max-width:768px) {
    /*ファーストビュー下のカートのみ*/
    .first_cart .cart_bg{
      margin: 0 20px;
    }
    .cart_bg{
      margin: 0 20px 20px 20px;
    }
  }
/* カート　左右 ____________________ */
.cart_l{
  float: left;
  width: 20%;
}
.cart_l img{
  margin-left: 20px;
}
.cart_r{
  float: right;
  width: 80%;
  vertical-align:bottom;
}
.cart_r ul{
 margin-bottom: 10px;
}
.cart_r li{
 text-align: right;
 border-bottom: 1px solid #c9c9c9;
 padding: 15px 0 8px 0;
}

/* カート　価格周りのこまごま ____________________ */

/*価格フォント*/
.alp{ font-family: 'Sen', sans-serif;}
.unit{ font-size: 30px;  font-weight: bold;}
.bag{ font-size: 20px;  font-weight: bold;}
.price_ttl{  font-size: 19px; font-weight: bold; writing-mode: vertical-rl;letter-spacing: -1px;}
.price{ font-size: 56px; font-weight: bold;letter-spacing: -1px;}
.tax img{ width: 40px;}
.price_en{ font-size: 30px; font-weight: bold;}
/*価格*/
.price_area{
  width: 60%;
  float: left;
  padding-top: 10px;
}
/*カートボタン*/
.cart_area{
  width: 40%;
  float: right;
}
/*カート　商品名*/
.cart_ttl{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;

  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}
.cart_ttl_min{
  font-size: 16px;
  margin-right: 5px;
}
/*カート　包材*/
.cart_img{
  padding-top: 20px;
}
  @media screen and (max-width:768px) {
    .cart_l ,.cart_r{
      float: none;
      width: 100%;
    }
    .cart_l {
      display: block;
      border-bottom: 1px solid #c9c9c9;
      padding-bottom: 10px;
    }
    .cart_r li{
      padding: 0 0 8px 0;
    }
    /*カート　包材*/
    .cart_img{
      width: 20%;
      float: left;
      padding: 0;
    }
    .cart_img img{
      text-align: center;
      margin: 0 auto;
      width: 100%;
    }
    .price_area{
      width: 100%;
    }
    .cart_area{
      width: 100%;
      margin-top: 5px;
    }
    /*カート　商品名*/
    .cart_ttl{
      width: 80%;
      float: left;
      border: 0;
      margin-bottom: 10px;
      padding-left: 10px;
      font-size: 30px;
    }
    .cart_ttl span{
     display: block;
    }
  }
/* カート　注意書き ____________________ */
.txt_att{
  font-size: 12px;
  line-height: 1.5;
}

/*---------------------------------------
カートにいれる
--------------------------------------*/
/* カートボタン　数量 ____________________ */
.num_area{
  width: 20%;
  float: left;
  padding: 9px 15px 0 0;
}.num_area p{
  font-size: 15px;
  margin-bottom: 5px;
}
/* カートボタン ____________________ */
.btn_area{
  width: 100%;
  float: right;
}
.teiki_area{
  margin-top: 10px;
}
button#crt_btn{
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius:5px;
 border-radius:5px;
 font-size: 20px;
 vertical-align:bottom;
 text-align: center;
 display:inline-block;
 cursor: pointer;
}
button.crt_btn_primary{
 width: 100%;
 padding: 20px 0px;
 margin-bottom: 1%;
 background-color: #00834a;
 color: #fff;
 display:inline-block;
 border: 0;
}

button.crt_btn_teiki{
 width: 100%;
 padding: 20px 0px;
 margin-bottom: 1%;
 background-color: #2e63ba;
 color: #fff;
 display:inline-block;
 border: 0;
}
@media screen and (max-width:768px) {
  .btn_area button{
    margin: 0 0 3% 0;
  }
}
/*---------------------------------------
商品イメージ
--------------------------------------*/

/* 抹茶×珈琲 ____________________ */
.japa_img{
  text-align:center;
  margin: 50px auto;
}
.japa_img_mc img{
  width: 100%;
  max-width: 1264px;
}
.japa_img p{
  color: #FFF;
  font-size: 30px;
  padding: 20px 0;
  line-height: 1.2;
}
  @media screen and (max-width:768px) {
    .japa_img img{
      width: 100%;
    }
   .japa_img p{
     text-align: left;
     font-size: 20px;
   }
   .japa_img p br{
     display: none;
   }
  }

/*---------------------------------------
背景画像を固定
--------------------------------------*/

/* 背景固定でスクロール ____________________ */
.fixed-bg {
/*  min-height: 100vh;*/
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.black_img {
  background-image: url("ja_img/bg_black.jpg");
  padding: 20px;
}
  @media screen and (max-width:768px) {
    .fixed-bg{
      background-attachment: scroll !important;
    }
    .black_img {
      padding: 0 20px 5px 20px;
    }
  }


/* 背景なし ____________________ */
.scroll-bg {
  background-color: #543414;
}
.scroll-bg_bk {
  background-color: #000;
  padding: 30px 0 20px 0;
}

/*---------------------------------------
作り方
--------------------------------------*/

/* タイトル ____________________ */
.step_ttl {
  background-image: url("ja_img/step_ttl.jpg");
  background-repeat: no-repeat;
  width: 100%;
  background-position: top center;
  background-color: #543414;
  padding: 0 10px;
}
.step_ttl p{
  color: #FFF;
  font-size: 19px;
  line-height: 1.2;
  padding: 40px 0 10px 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
/* 作り方4カラム ____________________ */
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 img{
 width: 100%;
}
.col_4 p{
  color: #FFF;
  font-size: 15px;
  padding: 10px 0;
  line-height: 1.2;
  text-align: center;
}
.col_4 > div{
	width: 25%;
	padding: 0 10px;
}
.step_txt{
  font-size: 12px;
}
.step_ice{
  background-image: url("ja_img/step_ice.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30%;
}
  @media screen and (max-width: 768px) {
  	.col_4 > div{
  		width: 50%;
      padding: 10px 10px 0 10px;
  	}
    .step_txt br{
      display: none;
    }
    .step_ice{
      background-size: 50%;
    }
  }



/*---------------------------------------
商品詳細
--------------------------------------*/
/* 全体　白枠 ____________________ */
.details{
  border: 1px solid #FFF;
  margin-top: 30px;
}
/* 中身 ____________________ */
.details_l{
  float: left;
  width: 20%;
}
.details_l img{
  width: 50%;
  text-align: center;
  display: block;
  margin:30px auto;
}
.details_r{
  float: left;
  width: 80%;
}
.details_r p{
  color: #FFF;
  font-size: 12px;
  line-height: 1.3;
  padding: 30px 30px 10px 0;
}
  @media screen and (max-width: 768px) {
    .details{
      margin:  0 20px;
      padding: 20px;
    }
    .details_r p{
      padding: 0 0 0 20px;
    }
    .details_l img{
      margin: 0;
      width: 100%;
    }

  }



  /*---------------------------------------
アプリ用カートボタン
  --------------------------------------*/
  a{
    text-decoration: none;
  }

  .btn_apl{
    -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
   width: 100%;
   background: #00834a;
   border: 0;
   font-size: 17px;
   font-weight: normal !important;
   line-height: 1.3;
   vertical-align: bottom;
   text-align: center;
   text-decoration: none;
   padding: 12px 0px;
  margin: 0 1% 1% 0;
      color: #fff;
      display: inline-block;
      border: 0;
  }

  .btn_apl:hover{
    opacity: 0.8;/*全般ブラウザ用50%*/
   	filter: alpha(opacity=80);/*IE向け記述透明度50％*/
  }


/*---------------------------------------
TOPへのスクロール　変更
--------------------------------------*/
.japa_sc #page-top a {
    background-color: #bbcc3f;
    opacity: 0.7;
}

/*---------------------------------------
終了対応
--------------------------------------*/
.go_top {
    line-height: 1 !important;｝
