@charset "utf-8";

/* =============================================================

　　Melon

============================================================= */
.melon {
  color: #0b7039;
}

.melon .main_visual_item {
  margin: 0 auto -8%;
}

.melon .box_about_item .box_txt {
  position: absolute;
  z-index: 99;
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
  top: 56%;
  left: 50%;
  -ms-transform: translate(-50%, -55%);
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);  
}


.melon .box_about_item .box_txt .box_ttl {
  position: absolute;
  z-index: 3;
  top:-8%;
  left: 0%;
}

.melon .box_about_item .box_txt .inner {
  width: 832px;
  padding: 60px 100px;
  border: 5px solid #bee6d0;
  line-height: 1.8;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}

.melon .box_about_item .box_txt .box_img {
  position: absolute;
  bottom: -4%;
  right: 4%;
}

.melon .box_about_item .box_txt .box_img2 {
  position: absolute;
  bottom: -4%;
  left: 6%;
}

.melon .box_about_item .box_img img {
  width: 259px;
}

.melon .box_about_item .box_img2 img {
  width: 178px;
}

.melon .box_seibun_item {
  margin: 1% auto -10%;
  color: #3f3a39;
}

.melon .box_seibun_item .box_content {
  top: 7%;
}

.melon .box_seibun_item .inner01 .box_img {
  width: 58%;
}

.melon .box_seibun_item .inner01 .box_txt {
  width: 40%;
  padding-top: 2%;
}

.melon .box_seibun_item .inner01 .box_txt .ttl_sub img {
  width: 362px;
}

.melon .box_seibun_item .inner02 {
  padding: 0;
}

.melon .box_seibun_item .inner02 .box_img {
  width: 53%;
}

.melon .box_seibun_item .inner02 .box_txt {
  width: 41%;
  padding: 3% 0 0 8%;
}

.melon .box_seibun_item .inner02 .box_txt .ttl_sub img {
  width: 297px;
}

.melon .box_seibun_item .inner03 .box_img {
  width: 53%;
}

.melon .box_seibun_item .inner03 .box_txt {
  width: 42%;
  padding-top: 2%;
}

.melon .box_seibun_item .inner03 .box_txt .ttl_sub img {
  width: 226px;
}

.melon .box_seibun_item .box_list {
  margin: 1% 0 0;
  color: #0b7039;
}

.melon .box_seibun_item .box_list .list-inner {
  padding: 15px 30px;
}

.melon .box_seibun_item .box_list .list-inner {
  background-image: linear-gradient(#0b7039 40%, rgba(255,255,255,0) 0%);
}

.melon .box_seibun_item .box_list .list-inner:last-child {
  background: none;
}

.melon .box_seibun_item .box_list .list-inner:nth-child(2) ul {
  padding: 5px 0 0 15px;
}

.melon .box_seibun_item .box_list .list-inner:last-child ul {
  padding-left: 25px;
}

.melon .box_seibun_item .box_list .list-inner:first-child li::before {
  background: url(/images/premium/melon/icon-02.png) no-repeat;
  width: 16px;
  height: 24px;
  background-size: auto 100%;  
}

.melon .box_seibun_item .box_list .list-inner:nth-child(2) li::before {
  top: 2px;
  background: url(/images/premium/melon/icon-03.png) no-repeat;
  width: 16px;
  height: 24px;
  background-size: 100% auto;  
}

.melon .box_seibun_item .box_list .list-inner:last-child li::before {
  top: 5px;
  background: url(/images/premium/melon/icon-04.png) no-repeat;
  width: 16px;
  height: 24px;
  background-size: 100% auto;  
}

.melon .box_care {
  margin: 0% auto -10%;
  color: #3f3a39;
}

.melon .box_care .box_sheet {
  position: relative;
  margin: 20px auto 0;
}

.melon .box_care .box_sheet .box_txt {
  top: 50%;
  right: 8%;
  width: 350px;
}


.melon .box_care .box_sheet .box_txt .ttl img {
  width: 100%;
}

.melon .box_care .box_sheet .box_txt .txt {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.melon .box_care .box_sheet .box_txt .txt-small {
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
}

.melon .box_care .box_how .box_ttl {
  width: 240px;
  margin: 3% auto 2%;
}

.melon .box_care .box_how .box_ttl img {
  width: 100%;
}

.melon .box_detail {
  margin: -15% auto -7%;
}

.melon .box_detail .box_detail_inner .box_inner .box_txt .ttl img {
  max-width: 262px;
  margin: 0 auto;
}

.melon .box_detail .box_detail_inner .box_inner .box_txt .txt-modal {
  color: #ff9721;
}

.melon .box_area {
  margin: 0;
}


@media screen and (max-width:768px){
  .melon .main_visual_item .box_main {
    position: absolute;
    z-index: 99;
    width: 78%;
    max-width: 78%;
    top: 53%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }  
  
  .melon .box_about_item .box_txt {
    top: 54%;
  }
  
  .melon .box_about_item .box_txt .inner {
    width: 98%;
    padding: 60px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
  }
  
  .melon .box_about_item .box_txt .box_ttl {
    position: absolute;
    top: -20%;
    left: 4%;
    right: 0;
  }  

  .melon .box_about_item .box_txt .box_img {
    position: absolute;
    bottom: 0%;
    right: -4%;
  }

  .melon .box_about_item .box_txt .box_img2 {
    position: absolute;
    bottom: -4%;
    left: -7%;
  }  
  
  .melon .box_seibun_item {
    margin: -15% 0 0;
  }
  
  .melon .box_seibun_item .box_content {
    top: 5%;
  }
  
  .melon .box_about_item .box_txt .box_img {
    position: absolute;
    bottom: -4%;
    right: -5%;
  }

  .melon .box_about_item .box_txt .box_img2 {
    position: absolute;
    bottom: -4%;
    left: -6%;
  }

  .melon .box_about_item .box_img img {
    width: 259px;
  }

  .melon .box_about_item .box_img2 img {
    width: 178px;
  }
  
  .melon .box_seibun_item .inner01 .box_img,
  .melon .box_seibun_item .inner01 .box_txt,
  .melon .box_seibun_item .inner02 .box_img,
  .melon .box_seibun_item .inner02 .box_txt,
  .melon .box_seibun_item .inner03 .box_img,
  .melon .box_seibun_item .inner03 .box_txt {
    width: auto;
    margin: 0 auto;
  } 
  
  .melon .box_seibun_item .inner01 .box_img img,
  .melon .box_seibun_item .inner02 .box_img img,
  .melon .box_seibun_item .inner03 .box_img img {
    width: 100%;
  }
  
  .melon .box_seibun_item .inner01 .box_txt {
    padding: 0 4%;
  }
  
  .melon .box_seibun_item .inner02 .box_txt {
    padding: 2% 4%;
  }
  
  .melon .box_seibun_item .inner03 .box_txt {
    padding: 2% 4%;
  }
  
  .melon .box_seibun_item .inner01 .box_txt .ttl_sub img {
    width: 362px;
  }
  .melon .box_seibun_item .inner02 .box_txt .ttl_sub img {
    width: 497px;
  }
  .melon .box_seibun_item .inner03 .box_txt .ttl_sub img {
    width: 380px;
  }
  
  .melon .box_seibun_item .box_list {
    margin: 2% 4% 0;
  }
  
  .melon .box_seibun_item .box_list .list-inner {
    background-image: linear-gradient(to right, #0b7039 40%, rgba(255,255,255,0) 0%);
  }

  .melon .box_seibun_item .box_list .list-inner:last-child {
    background: none;
  }
  
  .melon .box_seibun_item .box_list .list-inner ul {
    padding: 5px 0;
  }
  
  .melon .box_seibun_item .box_list .list-inner:nth-child(2) ul {
    padding: 5px 0;
  }

  .melon .box_seibun_item .box_list .list-inner:last-child ul {
    padding: 5px 0;
  }  
  
  .melon .box_care {
    position: relative;
    //margin: -28% auto -5%;
    margin: -35% auto -5%;
  }

  .melon .box_care .box_care_inner {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 95%;
    max-width: 992px;
    margin: 0 auto;
    text-align: left;  
  }  
  
  .melon .box_care .box_sheet {
    position: relative;
    width: 90%;
    margin: 20px auto 0;
  }


  .melon .box_care .box_sheet .box_txt {
    position: absolute;
    top: 78%;
    right: 0;
    left: 0;
    width: 78%;
    margin: 0 auto;
  }

  .melon .box_care .box_sheet .box_txt .ttl img {
    width: 365px;
  }

  .melon .box_care .box_sheet .box_txt p {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .melon .box_care .box_sheet .box_txt .txt-small {
    display: block;
    font-size: 10px;
    font-size: 1.0rem;
  }
  
  .melon .box_detail {
    margin: -10% auto -15%;
  }
  
  .melon .box_detail .box_detail_inner {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 90%;
    max-width: 992px;
    margin: 0 auto;
    text-align: center;  
  }  
  
  .melon .box_detail .box_detail_inner .box_inner .box_txt .ttl img {
    max-width: 249px;
    margin: 0 auto;
  }
  
  
}

@media screen and (max-width:640px){
  .melon .main_visual_item {
    position: relative;
    margin: 0 auto -15%;
  }  
    
   
  .melon .main_visual_item .box_main {
    position: absolute;
    z-index: 99;
    width: 85%;
    max-width: 85%;
    top: 52%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  } 
  
 .melon .box_about_item .box_txt {
    top: 52%;
    width: 100%;
    margin: 0 -2%;
  }   
  

  .melon .box_about_item .box_txt .inner {
    width: 104%;
    padding: 70px 40px 90px 45px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
  
  .melon .box_about_item .box_txt .box_ttl {
    position: absolute;
    top: -19%;
    left: 4%;
    right: 0;
  }   
    
  
  .melon .box_about_item .box_txt .inner .txt br {
    display: none;
  }

  .melon .box_about_item .box_txt .box_img {
    position: absolute;
    bottom: -8%;
    right: -18%;
  }

  .melon .box_about_item .box_txt .box_img2 {
    position: absolute;
    bottom: -10%;
    left: -12%;
  }  
  
  .melon .box_seibun_item .box_content {
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 90%;
    max-width: 992px;
    margin: 0 auto;
    text-align: left;
  }  

  
  .melon .box_seibun_item {
    margin: -14% auto 0;
  }  
  
  .melon .box_seibun_item .box_content {
    width: 100%;
  }
  
  .melon .box_seibun_item .box_content .box_ttl {
    margin-bottom: 2%;
  }
  
  .melon .box_seibun_item .inner01 .box_txt {
    padding: 0 4%;
  }
  
  .melon .box_seibun_item .inner02 .box_txt {
    padding: 0 4%;
  }
  
  .melon .box_seibun_item .inner03 .box_txt {
    padding: 0 4%;
  }  
  
  .melon .box_seibun_item .inner01 .box_txt .ttl_sub img {
    width: 308px;
    max-width: 100%;
  }
  .melon .box_seibun_item .inner02 .box_txt .ttl_sub img {
    width: 246px;
    max-width: 100%;
  }
  .melon .box_seibun_item .inner03 .box_txt .ttl_sub img {
    width: 315px;
    max-width: 100%;
  }
  
  .melon .box_seibun_item .inner02 .box_img {
    margin: 0 auto;
  }
  
  .melon .box_seibun_item .inner03 .box_img {
    width: 96%;
    margin: 0 auto;
    padding-right: 3%;
  }  
  
  .melon .box_seibun_item .box_list {
    margin: 2% 4% 0;
    padding: 30px;
  }
  
  .melon .box_seibun_item .box_list .list-inner {
    padding: 15px 0;
  }  
  
  .melon .box_seibun_item .btn {
    width: 90%;
    margin: 40px auto 0;
  }
  
  .melon .box_care {
    position: relative;
    //margin: -12% auto 0%;
    margin: -42% auto 0%;
  }

  .melon .box_care .box_care_inner {
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: left;  
  } 
  
  .melon .box_care .box_sheet {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
  }
  
  .melon .box_care .box_sheet .box_txt {
    position: absolute;
    top: 68%;
    right: 0;
    left: 0;
    width: 85%;
    margin: 0 auto;
  }
  
  .melon .box_care .box_how .box_ttl {
    width: 240px;
    margin: 3% auto 5%;
  }  
  
  .melon .box_detail {
    margin: -12% auto -7%;
  }
  
  .melon .box_detail .box_detail_inner {
    top: 7%; 
    width: 100%;
  }   

  .melon .box_detail .box_detail_inner .box_inner .box_txt .ttl img {
    width: 100%;
    max-width: 196px;
    margin: 0 auto;
  }

}

@media screen and (max-width:320px){
 .melon .box_about_item .box_txt {
    top: 52%;
    width: 100%;
  }   
  

  .melon .box_about_item .box_txt .inner {
    width: 100%;
    padding: 50px 30px 80px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: left;
  }
  
  .melon .box_about_item .box_txt .box_ttl {
    position: absolute;
    top: -16%;
    left: 0%;
    right: 0;
  }   
  
  .melon .box_about_item .box_txt .box_ttl img {
    width: 240px;
  }
  
  .melon .box_about_item .box_txt .inner .txt br {
    display: none;
  }

  .melon .box_about_item .box_txt .box_img {
    position: absolute;
    bottom: -8%;
    right: -24%;
  }

  .melon .box_about_item .box_txt .box_img2 {
    position: absolute;
    bottom: -10%;
    left: -24%;
  } 
  
  .melon .box_seibun_item {
    margin: 0% auto 0;
  } 
  
  .melon .box_seibun_item .box_content {
    width: 100%;
  }
  
  .melon .box_seibun_item .box_content .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  
  .melon .box_seibun_item .box_content .box_ttl {
    margin-bottom: 2%;
  }
  
  .melon .box_seibun_item .inner01 .box_txt {
    padding: 0 4%;
  }
  
  .melon .box_seibun_item .inner02 .box_txt {
    padding: 0 4%;
  }
  
  .melon .box_seibun_item .inner03 .box_txt {
    padding: 0 4%;
  } 
  
  .melon .box_seibun_item .box_list {
    margin: 2% 4% 0;
    padding: 20px;
  }  
  
  .melon .box_care {
    position: relative;
    margin: -27% auto 0%;
  }
  
  .melon .box_detail {
    margin: -12% auto -6%;
  }
  
  .melon .box_detail .box_detail_inner .box_inner {
    margin: -4% auto 0; 
  }
  
  .melon .box_detail .box_detail_inner .box_txt {
    width: 80%;
    margin: 0 auto;
  }   
  
    
    
}