@charset "utf-8";

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

　　Amaou

============================================================= */
.amaou {
  color: #de0319;
}

.amaou .main_visual_item {
  position: relative;
  margin: 0 auto -6%;
}

.amaou .main_visual_item .box_main {
  position: absolute;
  z-index: 99;
  width: 72%;
  max-width: 72%;
  top: 53%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} 

.amaou .box_about_item .box_txt .box_ttl {
  position: absolute;
  z-index: 3;
  top: 5%;
  left: -5%;
}

.amaou .box_about_item .box_txt .inner {
  margin: 6% auto 0;
  padding: 50px 100px;
  border: 5px solid #d0e09b;
  line-height: 1.8;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}

.amaou .box_about_item .box_txt .box_img {
  position: absolute;
  bottom: 2%;
  right: 4%;
}

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

.amaou .box_about_item .box_img img {
  width: 145px;
}

.amaou .box_about_item .box_img2 img {
  width: 156px;
}

.amaou .box_seibun_item {
  margin: 2% auto -10%;
  color: #3f3a39;
}

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

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

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

.amaou .box_seibun_item .inner01 .box_txt .ttl_sub img {
  width: 341px;
}

.amaou .box_seibun_item .inner02 {
  margin: 3% auto;
}

.amaou .box_seibun_item .inner02 .box_img {
  width: 52%;
}

.amaou .box_seibun_item .inner02 .box_txt {
  width: 42%;
  padding: 2% 0 0 4%;
}

.amaou .box_seibun_item .inner02 .box_txt .ttl_sub img {
  width: 428px;
}

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

.amaou .box_seibun_item .inner03 .box_txt {
  width: 42%;
  padding-top: 5%;
}

.amaou .box_seibun_item .inner03 .box_txt .ttl_sub img {
  width: 339px;
}

.amaou .box_seibun_item .box_list {
  color: #e6001a;
}

.amaou .box_seibun_item .box_list .list-inner {
  width: 50%;
  padding: 0 80px;
  background-image: linear-gradient(#e6001a 40%, rgba(255,255,255,0) 0%);
}

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


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

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

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

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

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

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

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

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

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


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

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

.amaou .box_detail {
  margin: 0 auto -6%;
}

.amaou .box_detail .box_detail_inner .box_inner {
  margin: 20px auto 0;
  color: #262322;
}

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

.amaou .box_detail .box_detail_inner .box_inner .box_txt .txt-modal {
  color: #de0319;
}

.amaou .box_area {
  margin: -12% auto 0;
}


@media screen and (max-width:768px){
  .amaou .main_visual_item {
    position: relative;
    margin: 0 auto -7%;
  }

  .amaou .main_visual_item .box_main {
    position: absolute;
    z-index: 99;
    width: 80%;
    max-width: 80%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }  
  
  .amaou .box_about_item {
    overflow: hidden;
  }
  
  .amaou .box_about_item .box_txt {
    top: 50%;
  }
  
  .amaou .box_about_item .box_txt .inner {
    width: 95%;
    margin: 1% auto 0;
    padding: 60px 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
  }
  
  .amaou .box_about_item .box_txt .box_ttl {
    position: absolute;
    z-index: 3;
    top: -22%;
    left: 0;
    right: 0;
  }
  
  .amaou .box_about_item .box_txt .box_img {
    position: absolute;
    bottom: -2%;
    right: 0%;
  }
  
  .amaou .box_about_item .box_txt .box_img img {
    width: 139px;
  }

  .amaou .box_about_item .box_txt .box_img2 {
    position: absolute;
    bottom: 22%;
    left: 0%;
  }
  
  .amaou .box_about_item .box_txt .box_img2 img {
    width: 133px;
  }
  
  .amaou .box_seibun_item {
    margin: -12% 0 0;
  }
  
 .box_seibun_item .box_content {
    width: 95%;
  } 
  
  .amaou .box_seibun_item .box_list {
    padding: 20px;
  }
  
  .amaou .box_seibun_item .box_list .list-inner {
    width: 100%;
    padding: 20px 10px;
    background-image: linear-gradient(to right, #e6001a 40%, rgba(255,255,255,0) 0%);
  }

  .amaou .box_seibun_item .box_list .list-inner:last-child {
    background: none;
  }
  
  .amaou .box_seibun_item .box_list .list-inner:nth-child(2) ul,
  .amaou .box_seibun_item .box_list .list-inner:last-child ul{
    padding-top: 0;
  }
  
  .amaou .box_seibun_item .box_list .list-inner li {
    width: 48%;
  }
  
  .amaou .box_seibun_item .box_content {
    top: 4%;
  }
  
  .amaou .box_seibun_item .box_ttl {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }
  
  .amaou .box_seibun_item .inner01 {
    position: relative;
    z-index: 2;
    margin: 0 auto 0;
  }
  
  .amaou .box_seibun_item .inner01 .box_img,
  .amaou .box_seibun_item .inner01 .box_txt,
  .amaou .box_seibun_item .inner02 .box_img,
  .amaou .box_seibun_item .inner02 .box_txt,
  .amaou .box_seibun_item .inner03 .box_img,
  .amaou .box_seibun_item .inner03 .box_txt {
    width: auto;
    margin: 0 auto;
  } 
  
  .amaou .box_seibun_item .inner01 .box_img img,
  .amaou .box_seibun_item .inner02 .box_img img,
  .amaou .box_seibun_item .inner03 .box_img img {
    width: 100%;
  }
  
  .amaou .box_seibun_item .inner02 .box_img {
    padding-left: 2%;
  }
  
  .amaou .box_seibun_item .inner03 .box_img {
    padding-right: 2%;
  }  
  
  .amaou .box_seibun_item .inner01 .box_txt {
    padding: 0% 1% 2%;
  }
  
  .amaou .box_seibun_item .inner02 .box_txt {
    padding: 2% 1%;
  }
  
  .amaou .box_seibun_item .inner03 .box_txt {
    padding: 2% 1%;
  }
  
  .amaou .box_seibun_item .inner01 .box_txt .ttl_sub img {
    width: 523px;
  }
  .amaou .box_seibun_item .inner02 .box_txt .ttl_sub img {
    width: 629px;
  }
  .amaou .box_seibun_item .inner03 .box_txt .ttl_sub img {
    width: 583px;
  }
  
  .amaou .box_care {
    position: relative;
    margin: -25% auto -5%;
  }

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

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

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

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

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

@media screen and (max-width:640px){
  .amaou .main_visual_item {
    position: relative;
    margin: 0 auto -35%;
  }  
    
  .amaou .main_visual_item .box_main {
    position: absolute;
    z-index: 99;
    width: 85%;
    max-width: 85%;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  } 
  
  .amaou .box_about_item .box_txt {
    position: absolute;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    top: 35%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }  
  
  .amaou .box_about_item .box_txt .inner {
    width: 95%;
    margin: 1% auto 0;
    padding: 40px 90px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
  }  

  .amaou .box_about_item .box_txt .box_ttl {
    position: absolute;
    z-index: 3;
    top: -19%;
    left: 0;
    right: 0;
  }
    
  .amaou .box_about_item .box_txt .inner {
    width: 100%;
    padding: 60px 40px 60px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
  
  .amaou .box_about_item .box_txt .inner .txt br {
    display: none;
  }

  .amaou .box_about_item .box_txt .box_img {
    position: absolute;
    bottom: -8%;
    right: -7%;
  }
  
  .amaou .box_about_item .box_txt .box_img img {
    width: 99px;
  }

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

  
  .amaou .box_seibun_item {
    margin: -90% auto 0;
  }  
  
  .amaou .box_seibun_item .box_content {
    width: 100%;
  }
  
  .amaou .box_seibun_item .inner01 {
    position: relative;
    z-index: 2;
    margin: 2% auto 0;
  }  
  
  .amaou .box_seibun_item .inner01 .box_txt {
    padding: 2% 4% 4%;
  }
  
  .amaou .box_seibun_item .inner02 .box_txt {
    padding: 2% 4% 4%;
  }
  
  .amaou .box_seibun_item .inner03 .box_txt {
    padding: 2% 4% 4%;
  }  
  
  .amaou .box_seibun_item .inner01 .box_txt .ttl_sub img {
    width: 283px;
    max-width: 100%;
  }
  .amaou .box_seibun_item .inner02 .box_txt .ttl_sub img {
    width: 333px;
    max-width: 100%;
  }
  .amaou .box_seibun_item .inner03 .box_txt .ttl_sub img {
    width: 280px;
    max-width: 100%;
  } 
  
  .amaou .box_seibun_item .inner02 .box_img {
    width: 100%;
    padding: 0;
  }
  
  .amaou .box_seibun_item .inner03 .box_img {
    width: 95%;
    margin: 0 auto 0 0;
    padding: 0;
  }
  
  .amaou .box_seibun_item .box_list {
    margin: 20px 4% 0;
  }
  
  .amaou .box_seibun_item .box_list .list-inner li {
    display: block;
    width: auto;
  }  
  
  .amaou .box_seibun_item .btn {
    width: 90%;
    margin: 40px auto 0;
  }
  
  .amaou .box_care {
    position: relative;
    margin: -58% auto 0%;
  }

  .amaou .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;  
  } 
  
  .amaou .box_care .box_sheet {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
  }
  
  .amaou .box_care .box_sheet .box_txt {
    position: absolute;
    top: 68%;
    right: 0;
    left: 0;
    width: 85%;
    margin: 0 auto;
  }
  
  
  .amaou .box_detail {
    margin: -8% auto -30%;
  }

  .amaou .box_detail .box_detail_inner .box_inner .box_txt .ttl img {
    width: 100%;
    max-width: 156px;
    margin: 0 auto;
  }
  
  .amaou .box_area {
    margin: 30% auto 0;
  }   

}

@media screen and (max-width:320px){
  .amaou .main_visual_item {
    position: relative;
    margin: 0 auto -35%;
  }  
    
  .amaou .main_visual_item .box_main {
    position: absolute;
    z-index: 99;
    width: 85%;
    max-width: 85%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  } 
  
  .amaou .box_about_item .box_txt {
    position: absolute;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }  
  
  .amaou .box_about_item .box_txt .inner {
    width: 95%;
    margin: 1% auto 0;
    padding: 40px 90px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
  }  

  .amaou .box_about_item .box_txt .box_ttl {
    position: absolute;
    z-index: 3;
    top: -19%;
    left: 0;
    right: 0;
  }
    
  .amaou .box_about_item .box_txt .inner {
    width: 100%;
    padding: 50px 30px 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
  
  .amaou .box_about_item .box_txt .inner .txt br {
    display: none;
  }

  .amaou .box_about_item .box_txt .box_img {
    position: absolute;
    bottom: -8%;
    right: -17%;
  }

  .amaou .box_about_item .box_txt .box_img2 {
    position: absolute;
    bottom: -8%;
    left: -22%;
  }  
  
  .amaou .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;
  }  

  
  .amaou .box_seibun_item {
    margin: -40% auto 0;
  }  
  
  .amaou .box_seibun_item .box_content {
    width: 100%;
  }
  
  .amaou .box_seibun_item .inner01 {
    position: relative;
    z-index: 2;
    margin: 2% auto 0;
  }  
  
  .amaou .box_seibun_item .inner01 .box_txt {
    padding: 1% 4% 3%;
  }
  
  .amaou .box_seibun_item .inner02 .box_txt {
    padding: 1% 4% 3%;
  }
  
  .amaou .box_seibun_item .inner03 .box_txt {
    padding: 1% 4% 3%;
  }  
  
  .amaou .box_seibun_item .inner01 .box_txt .ttl_sub img {
    width: 260px;
    max-width: 100%;
  }
  .amaou .box_seibun_item .inner02 .box_txt .ttl_sub img {
    width: 271px;
    max-width: 100%;
  }
  .amaou .box_seibun_item .inner03 .box_txt .ttl_sub img {
    width: 225px;
    max-width: 100%;
  } 
  
  .amaou .box_seibun_item .inner03 .box_img img {
    width: 95%;
    margin: 0 auto 0 0;
  }
  
  .amaou .box_seibun_item .box_list {
    margin: 10px 4% 0;
  }
  
  .amaou .box_seibun_item .btn {
    width: 90%;
    margin: 20px auto 0;
  }
  
  .amaou .box_care {
    position: relative;
    margin: -10% auto 0%;
  }

  .amaou .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;  
  } 
  
  .amaou .box_care .box_sheet {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
  }
  
  
  .amaou .box_detail {
    margin: -8% auto -8%;
  }

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

}