@charset "UTF-8";

#selfcleaning h1,
#selfcleaning h2,
#selfcleaning h3,
#selfcleaning h4,
#selfcleaning h5,
#selfcleaning h6{
  font-weight:normal;
}

#selfcleaning .pc {
  display: block;
}
#selfcleaning .sp{
  display: none;
}

#selfcleaning img{
  vertical-align: top;
}

#selfcleaning ul{
  list-style: none;
}

#selfcleaning a {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  text-decoration: none;
  color: #1b365d;
}

#selfcleaning a:hover {
  opacity: 0.5;
}

#selfcleaning sup,
#selfcleaning sub{
  font-size: 0.5em;
}

#selfcleaning{
  letter-spacing: .9px;
}

#selfcleaning .pc_nobr{
  display: none;
}

#selfcleaning #shikumi h3,
#selfcleaning #oteire h3{
  font-feature-settings: "palt";
  font-family: YuMincho, 'Yu Mincho', serif !important;
  background: #a7a04c;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 10px;
  font-size: 38px;
}

#selfcleaning .read {
  font-size: 24px;
  line-height: 1.7;
  margin:24px 0 60px;
}

#selfcleaning .note_01 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
}

#selfcleaning .note_02 {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.6;
}

#selfcleaning sup {
  vertical-align: top;
}

#selfcleaning .anm {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s;
  backface-visibility: hidden;
}
#selfcleaning .visible {
  opacity: 1;
  transform: translateY(0px);
}

#selfcleaning .anm2 {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.8s;
  backface-visibility: hidden;
}
#selfcleaning .visible {
  opacity: 1;
  transform: translateY(0px);
}

/* --- top ---- */
#selfcleaning #top {
}

#selfcleaning #top .mainvisual {
  padding: 0;
}


/* --- shikumi ---- */
#selfcleaning #shikumi {
  background-image: url(../img/product/main_features/selfcleaning/bg.png);
  background-size: cover;
  padding: 0 0 3rem;
  background-position: 50% 0%;
  overflow: hidden;
}

#selfcleaning #shikumi .shikumi_inner {
  width: 1024px;
  margin: 0 auto;
}

#selfcleaning .top_movie {
  padding-bottom: 56%;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 10%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
}

#selfcleaning .top_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#selfcleaning .shikumi {
  padding-top: 6rem;
}

#selfcleaning .shikumi h4 {
  font-size: 2.4rem;
  color: #1e6fa5;
  line-height: 1.4;
  font-weight: normal;
  font-feature-settings: "palt";
  margin: 0 0 3rem;
  text-align: center;
}

#selfcleaning .shikumi ul {
  display:flex;
  margin-bottom: 45px;
}

#selfcleaning .shikumi ul li:first-child {
  width: 697px;
  padding-top: 139px;
}

#selfcleaning .shikumi ul li:nth-child(2) {
  width: 327px;
}

#selfcleaning .shikumi img {
  width: 100%;
}



/* --- oteire ---- */
#selfcleaning #oteire {
  padding: 5rem 0 4rem;
  width: 1024px;
  margin: 0 auto;
}

#selfcleaning #oteire .oteire_img {
  display:flex;
  justify-content:space-between;
}
#selfcleaning #oteire .oteire_img li {
  width: 504px;
}
#selfcleaning #oteire .oteire_img li img {
  width: 100%;
}

#selfcleaning #oteire .oteire_img li .txt_caption {
  font-size: 1rem;
  margin: .4em 0 0 0;
}


@media only screen and (max-width: 1024px) {

#selfcleaning .inner {width: 90%;}
#selfcleaning .pc{display: none;}
#selfcleaning .sp{display: block;}

#selfcleaning #shikumi .shikumi_inner {
  width: 90%;
}

#selfcleaning #oteire{
  width: 90%;
}

#selfcleaning #oteire .oteire_img li {
  width: 49%;
}

#selfcleaning .pc_nobr{
  display: block;
}

#selfcleaning #top .mainvisual {
  padding: 61px 0 0;
}

#selfcleaning .step {
    padding-top: 8%;
}

}

@media screen and ( max-width:768px) {

#selfcleaning .pc_nobr{
  display: block;
}

#selfcleaning #shikumi h3,
#selfcleaning #oteire h3{
  padding: 10px;
  font-size: 20px;
}

#selfcleaning .read {
  font-size: 16px;
  margin:4% 0 6%;
}

#selfcleaning .note_01 {
  margin-top: 3%;
}

#selfcleaning .note_02 {
  margin-top: 8%;
}



/* --- top ---- */
#selfcleaning #top {
  padding-bottom: 15px;
}

#selfcleaning #top .mainvisual {
  padding: 0;
}

/* --- shikumi ---- */
#selfcleaning #shikumi {
  padding: 0 0 10%;
}

#selfcleaning #shikumi .shikumi_inner {
  width: 90%;
}

#selfcleaning .shikumi {
  padding-top: 3rem;
}

#selfcleaning .shikumi h4 {
  font-size: 24px;
  margin: 5% 0 8%;
}

#selfcleaning .shikumi ul {
  display: block;
  margin-bottom: 10%;
}

#selfcleaning .shikumi ul li:first-child {
  width: 100%;
  padding: 0 0 5%;
}

#selfcleaning .shikumi ul li:nth-child(2) {
  width: 100%;
}



/* --- oteire ---- */
#selfcleaning #oteire {
  padding: 10% 0;
  width: 90%;
}

#selfcleaning #oteire .oteire_img {
  display: block;
}

#selfcleaning #oteire .oteire_img li {
  width: 100%;
  text-align: center;
  margin-bottom: 7%;
}

#selfcleaning #oteire .oteire_img li img {
  width: 75%;
}

#selfcleaning #oteire .oteire_img li .txt_caption {
  font-size: 14px;
}


}