@charset "utf-8";

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

　　lavender

============================================================= */
.lavender {
  color: #794590;
}

.lavender .main_visual_item .box_main {
  position: absolute;
  z-index: 99;
  width: 70%;
  max-width: 990px;
  top: 44%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lavender .box_about_item {
  margin: -16% auto 0;
}

.lavender .box_about_item .box_txt {
  top: 56%;
}

.lavender .box_about_item .box_txt .inner {
  width: 832px;
  margin: 0 auto;
  padding: 60px 80px;
  border-radius: 120px;
  border: 5px solid #efe9f1;
  background: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.8;
  text-align: center;
}

.lavender .box_about_item .box_txt .box_ttl {
  position: absolute;
  z-index: 3;
  top: -10%;
  left: -2%;
}

.lavender .box_about_item .box_img img,
.lavender .box_about_item .box_img2 img{
  width: 176px;
}

.lavender .box_about_item .box_txt .box_img {
  position: absolute;
  bottom: 0;
  right: 5%;
}

.lavender .box_about_item .box_txt .box_img2 {
  position: absolute;
  bottom: 0;
  left: 6%;
}

.lavender .box_seibun_item {
  margin: -7% auto -10%;
  color: #3f3a39;
}

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

.lavender .box_seibun_item .inner01 .box_img {
  width: 55%;
}

.lavender .box_seibun_item .inner01 .box_txt {
  width: 43%;
  padding-top: 3%;
}

.lavender .box_seibun_item .inner01 .box_txt .ttl_sub img {
  width: 337px;
  max-width: 100%;
}

.lavender .box_seibun_item .inner02 .box_img {
  width: 55%;
}

.lavender .box_seibun_item .inner02 .box_txt {
  width: 41%;
  padding: 5% 0 0 7%;
}

.lavender .box_seibun_item .inner02 .box_txt .ttl_sub img {
  width: 320px;
}

.lavender .box_seibun_item .inner03 .box_img {
  width: 55%;
}

.lavender .box_seibun_item .inner03 .box_txt {
  width: 42%;
  padding-top: 8%;
}

.lavender .box_seibun_item .inner03 .box_txt .ttl_sub img {
  width: 355px;
}

.lavender .box_seibun_item .box_list {
  color: #814f9c;
}

.lavender .box_seibun_item .box_list .list-inner {
  background-image: linear-gradient(#814f9c 40%, rgba(255,255,255,0) 0%);
	letter-spacing: normal;
}

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

.lavender .box_seibun_item .box_list .list-inner:first-child {
	padding: 0;
}

.lavender .box_seibun_item .box_list .list-inner:first-child ul {
  padding: 20px 0 0 20px;
}

.lavender .box_seibun_item .box_list .list-inner:nth-child(2) ul {
  padding: 40px 0 0;
}

.lavender .box_seibun_item .box_list .list-inner:nth-child(2) ul li {
	padding-left: 25px;
}

.lavender .box_seibun_item .box_list .list-inner:first-child li::before {
  top: 1px;
  background: url(/images/premium/lavender/icon-04.png) no-repeat;
  width: 16px;
  height: 19px;
  background-size: cover;
}

.lavender .box_seibun_item .box_list .list-inner:nth-child(2) li::before {
  top: 5px;
  background: url(/images/premium/lavender/icon-02.png) no-repeat;
  width: 20px;
  height: 23px;
  background-size: cover;
}

.lavender .box_seibun_item .box_list .list-inner:last-child li::before {
  top: 5px;
  padding: 10px 0 0;
  background: url(/images/premium/lavender/icon-03.png) no-repeat;
  width: 16px;
  height: 22px;
  background-size: 100% auto;  
}

.lavender .box_care {
  margin: 4% auto -10%;
  color: #3f3a39;
}

.lavender .box_care .box_care_inner {
  top: 12%;
}

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

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


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

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

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

.lavender .box_care .box_how .box_ttl {
  width: 240px;
  margin: 40px auto;
}

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

.lavender .box_detail {
  margin: -13% auto -8%;
}

.lavender .box_detail .box_detail_inner {
  top: 17%;
}

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

.lavender .box_detail .box_detail_inner .box_inner .box_txt .txt-modal {
  color: #00af75;
}

.lavender .box_area {
  margin: 0;
}


@media screen and (max-width:768px){
  .lavender .main_visual_item .box_main {
    position: absolute;
    z-index: 99;
    width: 75%;
    max-width: 75%;
    top: 47%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .lavender .box_about_item {
    margin: -28% auto 0;
  }  
  
  .lavender .box_about_item .box_txt {
    top: 52%;
  }

  
  .lavender .box_about_item .box_txt .inner {
    width: 80%;
    margin: 0 auto;
    padding: 60px 30px;
    background: #fff;
    border-radius: 120px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  } 
  
  .lavender .box_about_item .box_txt .box_ttl {
    position: absolute;
    top: -24%;
    left: 0;
    right: 0;
  }
  
  .lavender .box_about_item .box_img img,
  .lavender .box_about_item .box_img2 img{
    width: 176px;
  }
  
  .lavender .box_seibun_item {
    margin: -15% auto 0%;
  }  
  
  .lavender .box_seibun_item .box_content {
    top: 4.5%;
  }
  
  .lavender .box_seibun_item .inner01 .box_img,
  .lavender .box_seibun_item .inner01 .box_txt,
  .lavender .box_seibun_item .inner02 .box_img,
  .lavender .box_seibun_item .inner02 .box_txt,
  .lavender .box_seibun_item .inner03 .box_img,
  .lavender .box_seibun_item .inner03 .box_txt {
    width: auto;
    margin: 0 auto;
  } 
  
  .lavender .box_seibun_item .inner01 .box_img img,
  .lavender .box_seibun_item .inner02 .box_img img,
  .lavender .box_seibun_item .inner03 .box_img img {
    width: 100%;
  }
  
  
  .lavender .box_seibun_item .inner01 .box_txt {
    padding: 1% 4% 2%;
  }
  
  .lavender .box_seibun_item .inner02 .box_txt {
    padding: 0 4% 2%;
  }
  
  .lavender .box_seibun_item .inner03 .box_txt {
    padding: 0 4% 2%;
  }
  
  .lavender .box_seibun_item .inner01 .box_txt .ttl_sub img {
    width: 398px;
  }
  .lavender .box_seibun_item .inner02 .box_txt .ttl_sub img {
    width: 454px;
  }
  .lavender .box_seibun_item .inner03 .box_txt .ttl_sub img {
    width: 523px;
  }
  
  .lavender .box_seibun_item .box_list .list-inner:first-child ul,
  .lavender .box_seibun_item .box_list .list-inner:last-child ul {
    padding: 0;
  }
	
	.lavender .box_seibun_item .box_list .list-inner:first-child {
		padding: 20px 0;
	}
	
	.lavender .box_seibun_item .box_list .list-inner:nth-child(2) ul {
		padding: 0;
	}	
	
	.lavender .box_seibun_item .box_list .list-inner:first-child ul li {
		width: 100%;
	}
  
  .lavender .box_seibun_item .box_list .list-inner:last-child li {
    width: 38%;
  }
  
  .lavender .box_seibun_item .box_list .list-inner {
    background-image: linear-gradient(to right, #814f9c 40%, rgba(255,255,255,0) 0%);
  }  
  
  .lavender .box_care {
    position: relative;
    margin: -18% auto 0%;
  }

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

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

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

  .lavender .box_care .box_sheet .box_txt p {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  
  .lavender .box_care .box_how .box_ttl {
    margin: 0 auto 4%;
  }

  .lavender .box_care .box_sheet .box_txt .txt-small {
    display: block;
    font-size: 10px;
    font-size: 1.0rem;
  }
  
  .lavender .box_detail {
    margin: -15% auto -10%;
  }
  
  .lavender .box_detail .box_detail_inner {
    top: 15%;
  }
  
  .lavender .box_detail .box_detail_inner .box_inner .box_txt .ttl img {
    max-width: 249px;
    margin: 0 auto;
  }
  
  
}

@media screen and (max-width:640px){
  .lavender .box_about_item {
    margin: -35% auto 0;
  }   
  
  .lavender .box_about_item .box_img img {
    width: 100px;
  }
  
  .lavender .box_about_item .box_txt {
    top: 44%;
  }
  
  .lavender .box_about_item .box_txt .inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 45px;
    background: #fff;
    border-radius: 80px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  
  .lavender .box_about_item .box_txt .inner .txt br {
    display: none;
  }
  
  .lavender .box_about_item .box_txt .box_ttl {
    position: absolute;
    top: -29%;
    left: 0;
    right: 0;
  }  
   
  .lavender .box_about_item .box_img img,
  .lavender .box_about_item .box_img2 img{
    width: 126px;
  }
  
  .lavender .box_about_item .box_txt .box_img {
    position: absolute;
    bottom: 0;
    right: -7%;
  }   

  .lavender .box_about_item .box_txt .box_img2 {
    position: absolute;
    bottom: -2%;
    left: -6%;
  }  
  
  .lavender .box_seibun_item {
    margin: -45% auto -10%;
  }   
  
  .lavender .box_seibun_item .box_content {
    top: 3%;
    width: 100%;
  }  
  
  .lavender .box_seibun_item .box_content .box_ttl {
    margin-bottom: 0;
  }
  
  .lavender .box_seibun_item .inner01 .box_txt {
    padding: 0 4% 2%;
  }
  
  .lavender .box_seibun_item .inner02 .box_txt {
    padding: 0 4% 2%;
  }
  
  .lavender .box_seibun_item .inner03 .box_txt {
    padding: 0 4% 2%;
  }  
  
  .lavender .box_seibun_item .inner01 .box_txt .ttl_sub img {
    width: 317px;
    max-width: 100%;
  }
  .lavender .box_seibun_item .inner02 .box_txt .ttl_sub img {
    width: 264px;
    max-width: 100%;
  }
  .lavender .box_seibun_item .inner03 .box_txt .ttl_sub img {
    width: 241px;
    max-width: 100%;
  }
  
  .lavender .box_seibun_item .inner02 .box_img {
    width: 96%;
    margin: 0 auto;
    padding-right: 1%;
  }
  
  .lavender .box_seibun_item .inner03 .box_img {
    width: 93%;
    margin: 0 auto;
  }  
  
  .lavender .box_seibun_item .box_list {
    margin: 5% 4% 0;
  }
	
  .lavender .box_seibun_item .box_list .list-inner:last-child li {
    width: 100%;
  }	
  
  .lavender .box_seibun_item .btn {
    width: 90%;
    margin: 40px auto 0;
  }
  
  .lavender .box_care {
    position: relative;
    margin: -52% auto 0%;
  }

  .lavender .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;  
  } 
  
  .lavender .box_care .box_sheet {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
  }
  
  .lavender .box_care .box_sheet .box_txt {
    position: absolute;
    top: 68%;
    right: 0;
    left: 0;
    width: 85%;
    margin: 0 auto;
  }
  
  .lavender .box_detail {
    margin: -22% auto -40%;
  }
  
  .lavender .box_detail .box_detail_inner {
    top: 9%;
  }
    
  .lavender .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){
  .lavender .box_about_item {
    margin: -28% auto 0;
  }   
  
  .lavender .box_about_item .box_img img {
    width: 100px;
  }
  
  .lavender .box_about_item .box_txt {
    top: 52%;
  }
  
  .lavender .box_seibun_item {
    margin: -25% auto -10%;
  }
  
  .lavender .box_care {
    position: relative;
    margin: -12% auto 0%;
  }
  
  .lavender .box_detail {
    margin: -12% auto -38%;
  }
  
}