
/*=======================
     キービジュアルの設定
========================*/

.key{
  background: url(../images/key.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  background-position: center;
  position: relative
}
.key_box{
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  list-style: none;
}
.key_left{
  width: 60%;
}
.key_right{
  width: 40%;
}
.key_title{
  font-size: 40px;
  color: #fff;
  letter-spacing: 11px;
  padding-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.key_paragraph{
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 46px;
  font-family: "游教科書体","YuKyokasho";
}
.wave{
  position: absolute;
  top: 650px;
}


/*================
  スライダーの設定
=================*/

.slide_area{
  max-width: 1000px;
  margin: 198px auto 317px;
  padding: 0 50px;
  position: relative;
}
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	/*height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
/*ドットナビゲーションの設定*/
.slick-dots {
	position: relative;
	z-index: 3;
  text-align:center;
	margin:-50px 0 0 0;/*ドットの位置*/
}
.slick-dots li {
  display:inline-block;
	margin:0 25px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:12px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#A0A0A0;/*ドットボタンの色*/
    border:none;
}
.slick-dots .slick-active button{
    background:#69C3BE;/*ドットボタンの現在地表示の色*/
}
.slide_area::after{
    position: absolute;
    content: "";
    background-image: url(../images/top_drip.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 147px;
    height: 204px;
    right: 100px;
    top: -320px;
    margin: auto;
}
@media screen and (max-width: 480px) {
  .slick-dots {
    margin: -30px 0 0 0;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 10px;
  }
  .slick-dots button {
    width:10px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
  }
}


/*=======================
    コンテンツエリア設定
========================*/

/***ベース共通***/
.main_content_area01,.main_content_area02,.main_content_area03{
  max-width: 900px;
  margin: 0 auto;
}
.main_item_right{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
.main_item_left{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: initial;
}
.main_item_box{
  width: 63%;
}
.main_item_box p{
  font-size: 2rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333333;
  padding-top: 35px;
}
.main_item_box p.title{
  font-size: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #047B74;
  padding-left: 130px;
  padding-top: 0px;
  letter-spacing: 15px;
}
.main_item_10 .main_item_box p.title{
  padding-left: 200px;
}
.main_item_11 .main_item_box p.title{
  padding-left: 165px;
  letter-spacing: 10px;
}
.main_item_01,
.main_item_02,
.main_item_03,
.main_item_04,
.main_item_05,
.main_item_06,
.main_item_07,
.main_item_09,
.main_item_10,
.main_item_11{
  position: relative;
  margin: 0 0 300px;
}
.main_item_08{
  position: relative;
  margin: 0 0 80px;
}
.main_item_10{
  margin-top: 177px;
}

/***タイトルの数字装飾**/
.main_item_01 .main_item_box p.title::before{
  position: absolute;
  content: "";
  background-image: url(../images/content_title_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 650px;
  height: 150px;
  right: 0px;
  top: -77px;
  margin: auto;
}
.main_item_02 .main_item_box p.title::before{
  position: absolute;
  content: "";
  background-image: url(../images/content_title_02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 650px;
  height: 150px;
  left: 0px;
  top: -77px;
  margin: auto;
}
.main_item_03 .main_item_box p.title::before{
  position: absolute;
  content: "";
  background-image: url(../images/content_title_03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 650px;
  height: 200px;
  right: 0px;
  top: -77px;
  margin: auto;
}
.main_item_04 .main_item_box p.title::before{
  position: absolute;
  content: "";
  background-image: url(../images/content_title_04.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 650px;
  height: 150px;
  left: 0px;
  top: -77px;
  margin: auto;
}
.main_item_05 .main_item_box p.title::before{
  position: absolute;
  content: "";
  background-image: url(../images/content_title_05.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 650px;
  height: 200px;
  right: 0px;
  top: -77px;
  margin: auto;
}
.main_item_06 .main_item_box p.title::before{
  position: absolute;
  content: "";
  background-image: url(../images/content_title_06.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 650px;
  height: 150px;
  left: 0px;
  top: -77px;
  margin: auto;
}
.main_item_07 .main_item_box p.title::before{
  position: absolute;
  content: "";
  background-image: url(../images/content_title_07.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 650px;
  height: 200px;
  right: 0px;
  top: -77px;
  margin: auto;
}
.main_item_08 .main_item_box p.title::before{
  position: absolute;
  content: "";
  background-image: url(../images/content_title_08.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 650px;
  height: 150px;
  left: 0px;
  top: -77px;
  margin: auto;
}
.main_item_09 .main_item_box p.title::before{
  position: absolute;
  content: "";
  background-image: url(../images/content_title_09.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 650px;
  height: 200px;
  right: 0px;
  top: -77px;
  margin: auto;
}
.main_item_10 .main_item_box p.title::before{
  position: absolute;
  content: "";
  background-image: url(../images/content_title_10.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 650px;
  height: 150px;
  left: 0px;
  top: -77px;
  margin: auto;
}
.main_item_11 .main_item_box p.title::before{
  position: absolute;
  content: "";
  background-image: url(../images/content_title_11.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 650px;
  height: 200px;
  right: 0px;
  top: -77px;
  margin: auto;
}

/***水滴の装飾01**/
.main_item_01 .main_item_box p.title::after{
  position: absolute;
  content: "";
  background-image: url(../images/content_drip_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 263px;
  height: 290px;
  right: -185px;
  top: -179px;
  margin: auto;
}

/***メインエリア左右の画像の制御**/
.main_item_01::before{
  position: absolute;
  content: "";
  background-image: url(../images/content01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 640px;
  height: 808px;
  left: -350px;
  top: 250px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.main_item_02::after{
  position: absolute;
  content: "";
  background-image: url(../images/content02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 677px;
  height: 685px;
  right: -370px;
  top: 180px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.main_item_03::before{
  position: absolute;
  content: "";
  background-image: url(../images/content03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  left: -120px;
  top: -35px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.main_item_04::after{
  position: absolute;
  content: "";
  background-image: url(../images/content04.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 496px;
  height: 480px;
  right: -200px;
  top: 50px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.main_item_05::before{
  position: absolute;
  content: "";
  background-image: url(../images/content05.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 709px;
  height: 725px;
  left: -350px;
  top: 210px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.main_item_06::after{
  position: absolute;
  content: "";
  background-image: url(../images/content06.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 556px;
  height: 643px;
  right: -270px;
  top: -200px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.main_item_07::before{
  position: absolute;
  content: "";
  background-image: url(../images/content07.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 640px;
  height: 808px;
  left: -350px;
  top: 150px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.main_item_08::after{
  position: absolute;
  content: "";
  background-image: url(../images/content08.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 476px;
  height: 460px;
  right: -200px;
  top: -100px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.main_item_09::before{
  position: absolute;
  content: "";
  background-image: url(../images/content09.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 496px;
  height: 480px;
  left: -200px;
  top: -40px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.main_item_10::after{
  position: absolute;
  content: "";
  background-image: url(../images/content10.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 564px;
  height: 667px;
  right: -280px;
  top: 180px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.main_item_11::before{
  position: absolute;
  content: "";
  background-image: url(../images/content11.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  left: -120px;
  top: -35px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}

/***背景画像の設定**/
.content_inner01{
  background: url(../images/bg_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.content_inner02{
  background: url(../images/bg_02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 80%;
}
.content_inner03{
  background: url(../images/bg_03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 50%;
}
.content_inner04{
  background: url(../images/bg_04.png);
  background-size: 1280px;
  background-repeat: no-repeat;
  background-position: center 80px;
}

/***メインエリア2の共通設定**/
.main_item_box p.sub_title{
  font-size: 23px;
  font-weight: 600;
}
.number_title{
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #69C3BE;
  text-align:center;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
.main_item_box p.padding_adjust{
  padding-top: 10px;
}
.main_item_box p.second_paragraph{
  padding-top: 65px;
}

/***白背景のリスト設定**/
.white_section{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.white_list{
  background: rgba(255, 255, 255, 0.685);
  border-radius: 10px;
  list-style: none;
  margin-bottom: 25px;
}
.white_list dl{
  padding: 60px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.white_list dt{
  padding: 30px 0px;
  width: 40%;
  font-size: 17px;
  font-weight: 600;
  color: #047B74;
  line-height: 30px;
  border-bottom: 1px solid #69C3BE;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.white_list dd{
  padding: 30px 0px;
  width: 60%;
  font-size: 17px;
  color: #047B74;
  line-height: 30px;
  border-bottom: 1px solid #69C3BE;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.content_inner03 .white_list dt{
  width: 30%;
}
.content_inner03 .white_list dd{
  width: 70%;
}
.white_list p.sub_title {
  font-size: 23px;
  font-weight: 600;
  padding-top: 60px;
  padding-left: 60px;
  margin-bottom: -22px;
}
.white_list dt.bd_none, .white_list dd.bd_none{
  border: none;
}

/***波紋の設定**/
.ripple01, .ripple02{
  position: relative;
  z-index: 99;
}
.ripple01::after{
  position: absolute;
  content: "";
  background-image: url(../images/ripple01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 645px;
  height: 645px;
  right: -400px;
  bottom: -200px;
  margin: auto;
}
.ripple02::before{
  position: absolute;
  content: "";
  background-image: url(../images/ripple02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 831px;
  height: 997px;
  left: -400px;
  top: -150px;
  margin: auto;
  z-index: -10;
}


/***中央揃えのエリアの設定**/
.main_item_center{
  list-style: none;
}
.main_item_center .main_item_box{
  width: 100%;
}
.astarisk{
  font-size: 2rem;
}
.main_item_value{
  width: 100%;
  max-width: 832px;
  margin-left: auto;
  list-style: none;
  margin-bottom: 50px;
  margin-top: -175px;
}
.main_item_value .main_item_box{
  width: 100%;
}
.value_flex,.value_triple{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.value_flex div{
  width: 70%;
}
.value_flex div.monde{
  width: 30%;
  text-align: right;
  padding-top: 35px;
}
.value_flex img{
  width: 140px;
}
.value_triple p{
  width: 50%;
  line-height: 35px;
}
.value_triple img{
  width: 45%;
  padding-top: 35px;
}

/*================
  ボトルの設定
=================*/

.bottle{
  max-width: 759px;
  width: 100%;
  margin: -170px auto 0;
  position: relative;
  z-index: 100;
  padding-bottom: 158px;
}
/*================
  カットインの設定
=================*/

.cutin01{
  background: url(../images/cutin01.png);
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom:327px;
  position: relative;
}

.cutin01::after{
  position: absolute;
  content: "";
  background-image: url(../images/content_drip_02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 216px;
  height: 293px;
  right: 150px;
  bottom: -150px;
  margin: auto;
}
.cutin02{
  position: relative;
  background: url(../images/cutin02.png);
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom:258px;
  margin-top: 158px;
}
.cutin02::after{
  position: absolute;
  content: "";
  background-image: url(../images/content_drip_03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 188px;
  height: 239px;
  right: 100px;
  bottom: -200px;
  margin: auto;
}
.cutin03{
  position: relative;
  background: url(../images/cutin03.png);
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 158px;
}


/*================
  ipadの設定
=================*/

@media screen and (max-width: 950px) {
  /***スライドの設定**/
  .slide_area {
    margin: 198px auto 580px;
  }
  /***メインエリアの設定**/
  .main_content_area01, .main_content_area02, .main_content_area03 {
    max-width: 480px;
  }
  .main_item_box {
    width: 100%;
  }
  .main_item_right,.main_item_left{
    justify-content: center;
  }
  .main_item_02,
  .main_item_04,   
  .main_item_11 {
    margin: 0 0 430px;
  }
  .main_item_03{
    margin: 0 0 330px;
  }
  .main_item_05{
    margin: 0 0 280px;
  }
  .main_item_06{
    margin: 0 0 150px;
  }
  .main_item_07{
    margin: 0 0 230px;
  }
  .main_item_08{
    margin: 0 0 0px;
  }
  .main_item_10{
    margin-top: 270px;
  }
  .main_item_11{
    margin: 0 0 100px;
  }
  .main_item_box p{
    padding-top: 25px;
  }

  /***メインエリア左右の画像の制御**/
  .main_item_01::before{
    background-image: url(../images/sp_content01.png);
    width: 473px;
    height: 423px;
    left: -180px;
    top: -630px;
    z-index: 0;
  }
  .main_item_02::after{
    background-image: url(../images/sp_content02.png);
    width: 412px;
    height: 520px;
    right: -210px;
    top: -150px;
  }
  .main_item_03::before{
    background-image: url(../images/sp_content03.png);
    width: 355px;
    height: 394px;
    left: -90px;
    top: -680px;
    z-index: 0;
  }
  .main_item_04::after{
    background-image: url(../images/sp_content04.png);
    width: 453px;
    height: 478px;
    right: -254px;
    top: -650px;
    z-index: -50;
  }
  .main_item_05::before{
    background-image: url(../images/sp_content05.png);
    width: 500px;
    height: 430px;
    left: -130px;
    top: -540px;
    z-index: -50;
  }
  .main_item_06::after{
    background-image: url(../images/sp_content06.png);
    width: 352px;
    height: 401px;
    right: -190px;
    top: -280px;
  }
  .main_item_07::before{
    background-image: url(../images/sp_content07.png);
    width: 320px;
    height: 304px;
    left: -220px;
    top: -700px;
    z-index: -50;
  }
  .main_item_08::after{
    width: 352px;
    height: 401px;
    right: -190px;
    top: -280px;
  }
  .main_item_09::before{
    width: 320px;
    height: 310px;
    left: -220px;
    top: -700px;
    z-index: -50;
  }
  .main_item_10::after{
    background-image: url(../images/sp_content10.png);
    width: 381px;
    height: 530px;
    right: -250px;
    top: -150px;
  }
  .main_item_11::before{
    width: 300px;
    height: 290px;
    left: -220px;
    top: -700px;
    z-index: -50;
  }
  /***タイトルの数字装飾**/
  .main_item_box p.title{
    padding-left: 85px;
  }
  .main_item_02 .main_item_box p.title, 
  .main_item_05 .main_item_box p.title,
  .main_item_06 .main_item_box p.title,
  .main_item_09 .main_item_box p.title{
    padding-left: 105px;
  }
  .main_item_03 .main_item_box p.title,
  .main_item_04 .main_item_box p.title{
    padding-left: 95px;
  }
  .main_item_10 .main_item_box p.title{
    padding-left: 145px;
  }
  .main_item_11 .main_item_box p.title{
    padding-left: 120px;
    letter-spacing: 6px;
  }
  .main_item_01 .main_item_box p.title::before,
  .main_item_02 .main_item_box p.title::before,
  .main_item_03 .main_item_box p.title::before,
  .main_item_04 .main_item_box p.title::before,
  .main_item_05 .main_item_box p.title::before,
  .main_item_06 .main_item_box p.title::before,
  .main_item_07 .main_item_box p.title::before,
  .main_item_08 .main_item_box p.title::before,
  .main_item_09 .main_item_box p.title::before,
  .main_item_10 .main_item_box p.title::before,
  .main_item_11 .main_item_box p.title::before{
    width: 520px;
    height: 130px;
    top: -47px;
  }
  .main_item_01 .main_item_box p.title::before{
    left:-100px
  }
  .main_item_02 .main_item_box p.title::before{
    background-image: url(../images/sp_content_title02.png);
    left:-30px;
  }
  .main_item_03 .main_item_box p.title::before,
  .main_item_05 .main_item_box p.title::before,
  .main_item_07 .main_item_box p.title::before,
  .main_item_09 .main_item_box p.title::before{
    left:-100px;
  }
  .main_item_04 .main_item_box p.title::before{
    left:-10px;
  }
  .main_item_06 .main_item_box p.title::before{
    background-image: url(../images/sp_content_title06.png);
    left:-20px;
  }
  .main_item_08 .main_item_box p.title::before{
    left:-10px;
  }
  .main_item_10 .main_item_box p.title::before{
    background-image: url(../images/sp_content_title10.png);
    left:-20px;
  }
  .main_item_11 .main_item_box p.title::before{
    left:-120px;
  }
  /***白背景のリスト設定**/
  .white_section{
    max-width: 480px;
  }
  .white_list dl{
    padding: 30px;
    flex-direction: column;
  }
  .white_list dt,
  .white_list dd,
  .content_inner03 .white_list dt,
  .content_inner03 .white_list dd{
    width: 100%;
  }
  .white_list dt{
    padding: 30px 0 5px;
    border-bottom: none;
  }
  .white_list dd{
    padding: 0px 0px 30px;
  }
  .white_list p.sub_title{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 21px;
  }
  .main_item_box p.sub_title{
    font-size: 21px;
  }
  
  /***中央揃えのエリアの設定**/
  .value_flex div {
    width: 75%;
  }
  .value_flex div.monde {
    width: 25%;
  }
  .value_flex .monde img {
    width: 100px;
  }
  .value_triple{
    flex-direction: column;
  }
  .value_triple p{
    width: 100%;
  }
  .value_triple img{
    width: 400px;
    margin: 0 auto;
  }

  /***水滴の装飾01**/
  .main_item_01 .main_item_box p.title::after{
    width: 187px;
    height: 207px;
    top: -115px;
    right: -110px;
  }

   /***カットインの設定***/
  .cutin01{
    margin-bottom: 500px;
  }
  .cutin02{
    margin-top: 120px;
    margin-bottom: 400px;
  }
  .bottle {
    max-width: 742px;
    padding: 0 30px 158px;
  }

}

@media screen and (max-width: 860px){
  .key{
    background-position: 53% center;
  }
  .key_box {
    padding: 0 30px;
    max-width: 750px;
  }
  .key_title {
    font-size: 38px;
    letter-spacing: 7px;
  }
  .key_paragraph {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .key_right {
    width: 38%;
  }
  .key_left {
    width: 62%;
  }

}

@media screen and (max-width: 700px){
  .key{
    height: 793px;
    background-position: 62% center;
  }
  .key_box {
    flex-direction: column;
    top: 280px;
  }
  .key_right {
    width: 400px;
    margin: 0 auto;
  }
  .key_left {
    width: 100%;
  }
  .key_title,.key_paragraph{
    width: 400px;
    margin: 0 auto;
  }
  .key_title{
    padding-bottom: 5px;
    letter-spacing: 6px;
  }
  .key_paragraph{
  line-height: 38px;
}
  .key_right img {
    width: 190px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 500px){
  .key{
    height: 640px;
    background-position: 59% center;
  }
  .key_box {
    top: 225px;
  }
  .key_title {
    font-size: 31px;
    letter-spacing: 5px;
  }
    .key_paragraph {
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 32px;
  }
  .key_title, .key_paragraph{
    width: 330px;
  }
  .key_right {
    width: 350px;
  }
  .wave{
    top: 547px;
  } 
  .slide_area {
    margin: 130px auto 350px;
    padding: 0 15px;
  }
  .slide_area::after{
    width: 100px;
    height: 142px;
    right: 70px;
    top: -197px;
  }
  .main_content_area01, 
  .main_content_area02, 
  .main_content_area03 {
    max-width: 355px;
  }
  .main_item_01, 
  .main_item_05,
  .main_item_11{
    margin: 0px 0 150px;
  }
  .main_item_02,
  .main_item_04{
    margin: 0 0 245px;
  }
  .main_item_10 {
    margin: 0px 0 220px;
  }
  .main_item_11 {
    margin: 0px 0 50px;
  }
  .main_item_03, .main_item_09{
    margin: 0 0 227px;
  }
  .main_item_07{
    margin: 0px 0 190px;
  }

  .main_item_06 {
    margin: 0 0 0px;
    padding-bottom: 110px;
  }
  /*.main_item_06{
    margin: 0 0 110px;
  }*/
  .main_item_01::before{
    width: 283.2px;
    height: 253.2px;
    left: -97px;
    top: -380px;
  }
  .main_item_02::after {
    width: 247.2px;
    height: 312px;
    right: -75px;
    top: -103px;
  }
  .main_item_03::before {
    width: 213px;
    height: 236.4px;
    left: -50px;
    top: -450px;
  }
  .main_item_04::after {
    width: 271px;
    height: 286.8px;
    right: -94px;
    top: -425px;
  }
  .main_item_05::before {
    width: 300px;
    height: 258px;
    left: -50px;
    top: -350px;
  }
  .main_item_06::after {
    width: 211.2px;
    height: 240.6px;
    right: -58px;
    top: -289px;
  }
  .main_item_07::before {
    width: 213px;
    height: 226px;
    left: -82px;
    top: -427px;
  }
  .main_item_08::after {
    width: 211.2px;
    height: 240.6px;
    right: -52px;
    top: -194px;
  }
  .main_item_09::before {
    width: 192px;
    height: 186px;
    left: -45px;
    top: -395px;
  }
  .main_item_10::after {
    width: 228.6px;
    height: 325px;
    right: -85px;
    top: -80px;
  }
  .main_item_11::before {
    width: 180px;
    height: 174px;
    left: -50px;
    top: -403px;
  }
  .main_item_box p {
    padding-top: 18px;
  }
  .main_item_box p:not(.title) {
    font-size: 1.4rem;
    line-height: 25px;
  }
  .main_item_box p.title{
    font-size: 2.7rem;
    letter-spacing: 6px;
  }
  .main_item_box p.sub_title,.white_list p.sub_title {
    font-size: 1.7rem;
  }
  .white_list p.sub_title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_item_01 .main_item_box p.title::before, 
  .main_item_02 .main_item_box p.title::before, 
  .main_item_03 .main_item_box p.title::before, 
  .main_item_04 .main_item_box p.title::before, 
  .main_item_05 .main_item_box p.title::before, 
  .main_item_06 .main_item_box p.title::before, 
  .main_item_07 .main_item_box p.title::before, 
  .main_item_08 .main_item_box p.title::before, 
  .main_item_09 .main_item_box p.title::before, 
  .main_item_10 .main_item_box p.title::before, 
  .main_item_11 .main_item_box p.title::before {
    width: 360px;
    height: 97px;
    top: -30px;
  }
  .main_item_02 .main_item_box p.title,
  .main_item_05 .main_item_box p.title,
  .main_item_06 .main_item_box p.title,
  .main_item_09 .main_item_box p.title {
      padding-left: 70px;
  }
  .main_item_03 .main_item_box p.title,
   .main_item_04 .main_item_box p.title {
    padding-left: 60px;
  }
  .main_item_10 .main_item_box p.title {
    padding-left: 87px;
  }
  .main_item_11 .main_item_box p.title {
    padding-left: 79px;
    letter-spacing: 5px;
  }
  .main_item_box p.title {
    padding-left: 60px;
  }
  .main_item_01 .main_item_box p.title::after {
    width: 85px;
    height: 94px;
    top: -34px;
    right: -10px;
  }
  .cutin01{
    background: url(../images/sp_cutin01.png);
    height: 230px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-bottom: 220px;
    position: relative;
  }
  .cutin01::after {
    width: 104px;
    height: 141px;
    right: 15px;
    bottom: -60px;
  }
  .cutin02{
    position: relative;
    background: url(../images/sp_cutin02.png);
    height: 380px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-bottom:200px;
    margin-top: 0px;
  }
  .cutin02::after {
    width: 100px;
    height: 128px;
    right: 35px;
    bottom: -35px;
  }
  .cutin03{
    position: relative;
    background: url(../images/sp_cutin03.png);
    height: 280px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-top: 0px;
  }
  .main_item_box p.second_paragraph {
    padding-top: 35px;
  }
  .white_list {
    margin: 0 15px 25px;
  }
  .content_inner03 .white_list {
    margin: 0 15px 150px;
  }
  .white_list dt{
    font-size: 1.6rem;
  }
  .white_list dl {
    padding: 15px;
  }
  .white_list dd {
    font-size: 1.4rem;
    line-height: 25px;
  }
  .main_item_center{
    margin: 0 15px;
  }
  .astarisk {
    font-size: 1.4rem;
    line-height: 50px;
  }
  .number_title {
    width: 22px;
    height: 22px;
    line-height: 23px;
    font-size: 16px;
    margin-right: 3px;
  }
  .value_flex div.monde{
    padding-top: 20px;
  }
  .value_flex .monde img {
    width: 78px;
  }
  .value_triple img {
    width: 250px;
    padding-top: 15px;
  }
  .bottle {
    padding: 0 15px 85px;
    margin: -100px auto 0;
  }
  .content_inner01 {
    background: url(../images/sp_bg_01.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .content_inner02 {
    background: url(../images/sp_bg_02.png);
    background-size: 135%;
    background-repeat: no-repeat;
    background-position-y: 80%;
  }
  .content_inner03 {
    background: url(../images/sp_bg_03.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .content_inner04 {
    background: url(../images/sp_bg_04.png);
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: center 4px;
  }
  .ripple01::after {
    width: 400px;
    height: 400px;
    right: -200px;
    bottom: -165px;
  }
  .ripple02::before {
    background-image: url(../images/sp_ripple02.png);
    width: 230px;
    height: 230px;
    left: -150px;
    top: -100px;
    z-index: -50;
  }
}

#sec08{
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top:-300px
}
#sec06{
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top:-280px
}
#sec01,#sec02,#sec05,#sec10{
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top:-250px
}
#sec03,#sec04,#sec07,#sec09,#sec11{
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top:-200px
}

@media screen and (max-width: 500px){
  #sec01,#sec10{
    top:-300px
  }
  #sec05,#sec10{
    top:-280px
  }
  #sec11{
    top:-265px
  }
  #sec03,#sec04{
    top:-255px
  }
    #sec09{
    top:-250px
  }
  #sec02,#sec08,#sec10{
    top:-208px
  }
  #sec06{
    top:-190px
  }
}
