@charset "utf-8";

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

　　Tochiotome

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

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

.tochiotome .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%);
}

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

.tochiotome .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;
}

.tochiotome .box_about_item .box_txt .box_img {
  position: absolute;
  bottom: -5%;
  right: 1%;
}

.tochiotome .box_about_item .box_txt .box_img2 {
  position: absolute;
  bottom: -2%;
  left: 3%;
}

.tochiotome .box_about_item .box_img img {
  width: 174px;
}

.tochiotome .box_about_item .box_img2 img {
  width: 217px;
}

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

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

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

.tochiotome .box_seibun_item .inner01 .box_txt {
  width: 40%;
  padding-top: 7%;
}

.tochiotome .box_seibun_item .inner01 .box_txt .ttl_sub img {
  width: 318px;
}

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

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

.tochiotome .box_seibun_item .inner02 .box_txt {
  width: 41%;
  padding: 2% 0 0 8%;
}

.tochiotome .box_seibun_item .inner02 .box_txt .ttl_sub img {
  width: 327px;
}

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

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

.tochiotome .box_seibun_item .inner03 .box_txt .ttl_sub img {
  width: 372px;
}

.tochiotome .box_seibun_item .box_list {
  width: 832px;
  color: #e6001a;
}

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

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

.tochiotome .box_seibun_item .box_list .list-inner:nth-child(2) ul {
  padding-top: 8%;
}


.tochiotome .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;
}

.tochiotome .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;
}

.tochiotome .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;
}

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

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

.tochiotome .box_care .box_sheet .box_txt {
  top: 48%;
  right: 9%;
  width: 350px;
}

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

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

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


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

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

.tochiotome .box_detail {
  margin: 0 auto -10%;
}

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

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

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

.tochiotome .box_area {
  margin: -11% auto 0;
}


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

  .tochiotome .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%);
  }

  .tochiotome .box_about_item {
    overflow: hidden;
  }

  .tochiotome .box_about_item .box_txt {
    top: 50%;
  }

  .tochiotome .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;
  }

  .tochiotome .box_about_item .box_txt .box_ttl {
    position: absolute;
    z-index: 3;
    top: -22%;
    left: 0;
    right: 0;
  }

  .tochiotome .box_about_item .box_txt .box_img {
    position: absolute;
    bottom: -10%;
    right: -2%;
  }

  .tochiotome .box_about_item .box_txt .box_img2 {
    position: absolute;
    bottom: -10%;
    left: -5%;
  }

  .tochiotome .box_seibun_item {
    margin: -8% 0 0;
  }

 .box_seibun_item .box_content {
    width: 95%;
  }

  .tochiotome .box_seibun_item .box_list {
    width: 100%;
  }

  .tochiotome .box_seibun_item .box_list .list-inner {
    width: 100%;
    background-image: linear-gradient(to right, #e6001a 40%, rgba(255,255,255,0) 0%);
  }

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

  .tochiotome .box_seibun_item .box_list .list-inner:nth-child(2) ul,
  .tochiotome .box_seibun_item .box_list .list-inner:last-child ul{
    padding-top: 0;
  }

  .tochiotome .box_seibun_item .box_list .list-inner:first-child ul li {
    width: 33%;
  }

  .tochiotome .box_seibun_item .box_content {
    top: 4%;
  }

  .tochiotome .box_seibun_item .box_ttl {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }

  .tochiotome .box_seibun_item .inner01 {
    position: relative;
    z-index: 2;
    margin: 0 auto 0;
  }

  .tochiotome .box_seibun_item .inner01 .box_img,
  .tochiotome .box_seibun_item .inner01 .box_txt,
  .tochiotome .box_seibun_item .inner02 .box_img,
  .tochiotome .box_seibun_item .inner02 .box_txt,
  .tochiotome .box_seibun_item .inner03 .box_img,
  .tochiotome .box_seibun_item .inner03 .box_txt {
    width: auto;
    margin: 0 auto;
  }

  .tochiotome .box_seibun_item .inner01 .box_img img,
  .tochiotome .box_seibun_item .inner02 .box_img img,
  .tochiotome .box_seibun_item .inner03 .box_img img {
    width: 100%;
  }

  .tochiotome .box_seibun_item .inner02 .box_img {
    padding-left: 2%;
  }

  .tochiotome .box_seibun_item .inner03 .box_img {
    padding-right: 2%;
  }

  .tochiotome .box_seibun_item .inner01 .box_txt {
    padding: 2% 1%;
  }

  .tochiotome .box_seibun_item .inner02 .box_txt {
    padding: 2% 1%;
  }

  .tochiotome .box_seibun_item .inner03 .box_txt {
    padding: 2% 1%;
  }

  .tochiotome .box_seibun_item .inner01 .box_txt .ttl_sub img {
    width: 318px;
  }
  .tochiotome .box_seibun_item .inner02 .box_txt .ttl_sub img {
    width: 561px;
  }
  .tochiotome .box_seibun_item .inner03 .box_txt .ttl_sub img {
    width: 641px;
  }

  .tochiotome .box_care {
    position: relative;
    margin: -15% auto -5%;
  }

  .tochiotome .box_care .box_care_inner {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 90%;
    max-width: 992px;
    margin: 0 auto;
    text-align: left;
  }

  .tochiotome .box_care .box_sheet {
    position: relative;
    width: 90%;
    margin: 20px auto 0;
  }

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

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

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

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

  .tochiotome .box_detail {
    margin: 0 auto -10%;
  }

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

  .tochiotome .box_area {
    margin: -5% auto 0;
  }


}

@media screen and (max-width:640px){
  .tochiotome .main_visual_item {
    position: relative;
    margin: 0 auto -35%;
  }

  .tochiotome .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%);
  }

  .tochiotome .box_about_item .box_txt {
    position: absolute;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    top: 38%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .tochiotome .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;
  }

  .tochiotome .box_about_item .box_txt .box_ttl {
    position: absolute;
    z-index: 3;
    top: -19%;
    left: 0;
    right: 0;
  }

  .tochiotome .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;
  }

  .tochiotome .box_about_item .box_txt .inner .txt br {
    display: none;
  }

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

  .tochiotome .box_about_item .box_txt .box_img2 {
    position: absolute;
    bottom: -8%;
    left: -22%;
  }

  .tochiotome .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;
  }


  .tochiotome .box_seibun_item {
    margin: -80% auto 0;
  }

  .tochiotome .box_seibun_item .box_content {
    width: 100%;
  }

  .tochiotome .box_seibun_item .inner01 {
    position: relative;
    z-index: 2;
    margin: 2% auto 0;
  }

  .tochiotome .box_seibun_item .inner01 .box_txt {
    padding: 2% 4% 4%;
  }

  .tochiotome .box_seibun_item .inner02 .box_txt {
    padding: 2% 4% 4%;
  }

  .tochiotome .box_seibun_item .inner03 .box_txt {
    padding: 2% 4% 4%;
  }

  .tochiotome .box_seibun_item .inner01 .box_txt .ttl_sub img {
    width: 260px;
    max-width: 100%;
  }
  .tochiotome .box_seibun_item .inner02 .box_txt .ttl_sub img {
    width: 271px;
    max-width: 100%;
  }
  .tochiotome .box_seibun_item .inner03 .box_txt .ttl_sub img {
    width: 310px;
    max-width: 100%;
  }

  .tochiotome .box_seibun_item .inner02 .box_img {
    width: 100%;
    padding: 0;
  }

  .tochiotome .box_seibun_item .inner03 .box_img {
    width: 95%;
    margin: 0 auto 0 0;
    padding: 0;
  }

  .tochiotome .box_seibun_item .box_list {
    width: 92%;
    margin: 20px 4% 0;
  }

  .tochiotome .box_seibun_item .box_list .list-inner:first-child ul li {
    width: 100%;
  }

  .tochiotome .box_seibun_item .btn {
    width: 90%;
    margin: 40px auto 0;
  }

  .tochiotome .box_care {
    position: relative;
    margin: -40% auto 0%;
  }

  .tochiotome .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;
  }

  .tochiotome .box_care .box_sheet {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
  }

  .tochiotome .box_care .box_sheet .box_txt {
    position: absolute;
    top: 68%;
    right: 0;
    left: 0;
    width: 85%;
    margin: 0 auto;
  }

  .tochiotome .box_detail {
    margin: -8% auto -30%;
  }

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

  .tochiotome .box_area {
    margin: -185% auto 0;
  }
}

@media screen and (max-width:320px){
  .tochiotome .main_visual_item {
    position: relative;
    margin: 0 auto -35%;
  }

  .tochiotome .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%);
  }

  .tochiotome .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%)
  }

  .tochiotome .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;
  }

  .tochiotome .box_about_item .box_txt .box_ttl {
    position: absolute;
    z-index: 3;
    top: -19%;
    left: 0;
    right: 0;
  }

  .tochiotome .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;
  }

  .tochiotome .box_about_item .box_txt .inner .txt br {
    display: none;
  }

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

  .tochiotome .box_about_item .box_txt .box_img2 {
    position: absolute;
    bottom: -8%;
    left: -22%;
  }

  .tochiotome .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;
  }


  .tochiotome .box_seibun_item {
    margin: -40% auto 0;
  }

  .tochiotome .box_seibun_item .box_content {
    width: 100%;
  }

  .tochiotome .box_seibun_item .inner01 {
    position: relative;
    z-index: 2;
    margin: 2% auto 0;
  }

  .tochiotome .box_seibun_item .inner01 .box_txt {
    padding: 1% 4% 3%;
  }

  .tochiotome .box_seibun_item .inner02 .box_txt {
    padding: 1% 4% 3%;
  }

  .tochiotome .box_seibun_item .inner03 .box_txt {
    padding: 1% 4% 3%;
  }

  .tochiotome .box_seibun_item .inner01 .box_txt .ttl_sub img {
    width: 260px;
    max-width: 100%;
  }
  .tochiotome .box_seibun_item .inner02 .box_txt .ttl_sub img {
    width: 271px;
    max-width: 100%;
  }
  .tochiotome .box_seibun_item .inner03 .box_txt .ttl_sub img {
    width: 310px;
    max-width: 100%;
  }

  .tochiotome .box_seibun_item .inner03 .box_img img {
    width: 95%;
    margin: 0 auto 0 0;
  }

  .tochiotome .box_seibun_item .box_list {
    margin: 10px 4% 0;
  }

  .tochiotome .box_seibun_item .btn {
    width: 90%;
    margin: 20px auto 0;
  }

  .tochiotome .box_care {
    position: relative;
    margin: -10% auto 0%;
  }

  .tochiotome .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;
  }

  .tochiotome .box_care .box_sheet {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
  }

  .tochiotome .box_care .box_sheet .box_txt {
    font-size: .92em;
  }

  .tochiotome .box_detail {
    margin: -5% auto -15%;
  }

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

}
