#container{
  background-color: #FFFDFD;
}
.mv_L, .mv_M{
  width: 100%;
  text-align: center;
  background-color: #FFF5F3;
}
.mv_L_pic, .mv_M_pic{
  width: 100%;
  max-width: 1400px;
}
h3{
  font-size: 24px;
}
.honbun{
  font-size: 16px;
}
.komoji{
  font-size: 10px;
}

.text_area{
  display: block;
  margin: 0 auto;
  padding: 60px; 
  width: 1040px;
  text-align: center;
}
.intro_p{
  font-size: 16px;
  color: #402E27;
  line-height: 2.2em;
  letter-spacing: 0.2em;
}
.marker{
  padding: 3px;
  background-color: #FFF5F3;
}
.bg_pink{
  background-color: #FFF5F3;
}
.two_column_area{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 ;
}
.h2_num{
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  color: #402E27;
}
h2{
  font-size: 32px;
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #402E27;
  margin-top: -20px;
}
.h2_kazari{
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
  color: #EECDC5;
  margin-top: -20px;
}
.zoom_pic{
  margin-top: 20px;
  width: 180px;
}
.item_p{
  margin: 20px auto 0;
  width: 500px;
  font-size: 16px;
  color: #402E27;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  text-align: left;
}
.color_h{
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #402E27;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.buy_btn{
  display: inline-block;
  margin: 40px auto 0;
  padding: 14px 70px;
  background-color: #EECDC5;
  color: #402E27;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none !important;
}
h3{
  color: #402E27;
  font-size: 30px;
  margin-bottom: 10px;
}
.style{
  font-size: 24px;
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
}
.two_column_flex{
  display: flex;
  width: 1040px;
  justify-content: space-between;
  margin: 60px auto 0;
}
.two_column_block_1, .two_column_block_2, .two_column_block_3{
  width: 500px;
}
.two_column_block_3{
  padding-top: 80px;
}
.two_column_2retu{
  margin-top: 80px;
}
.main_pic{
  margin-bottom: 10px;
}
.price_flex{
  display: flex;
  justify-content: space-between;
  align-self: center;
  width: 256px;
  margin: 10px auto 0;
  font-size: 14px;
  color: #402E27;
}
.price_btn{
  padding: 4px 10px;
  background-color: #ECCAC1;
}
.last_area{
  padding-top: 60px ;
}
.last_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 200px;
  height: 60px;
  background-color: #ECCAC1;
  margin-top: 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #402E27;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h2{
    font-size: 24px;
  }
  h3{
    margin-top: 40px;
    font-size: 20px;
  }
  .honbun{
    font-size: 14px;
  }
  .komoji{
    font-size: 9px;
  }
  .text_area{
    width: 100%;
  }
  .two_column_area{
    width: 100%;
    padding: 50px 5%;
  }
  .two_column_flex{
    display: block;
    width: 100%;
  }
  .two_column_block_1{
    width: 100%;
  }
  .two_column_block_2{
    width: 80%;
    margin-left: 10%;
  }
  .text_area{
    padding: 50px 5% ;
  }
  .intro_p{
    font-size: 14px;
  }
  .h2_num{
    font-size: 32px;
  }
  .h2_kazari{
    margin-top: -10px;
    font-size: 18px;
  }
  .zoom_pic{
    width: 50%;
  }
  .item_p{
    width: 100%;
    font-size: 16px;
  }
  .color_h{
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: 16px;
  }
  .buy_btn{
    margin-top: 30px;
  }
  .style{
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
