@charset "UTF-8";


#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 ---- */
#top {
  padding-bottom: 67px;
}

#top .mainvisual {
  padding: 112px 0 0;
}

#top .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -37px;
}

#top .scroll img {
  margin: 0 auto;
  display: block;
}


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

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

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

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

.shikumi {
  padding-top: 6rem;
}

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

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

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

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

.shikumi img {
  width: 100%;
}



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

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

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



/* --- item ---- */
#item {
  width: 1024px;
  margin: 0 auto 60px;
}

#item h3 {
  color: #1b365d;
  text-align: center;
  margin: 0 0 3rem;
  font-weight: normal;
  font-size: 38px;
}

#item p {
  text-align: center;
  font-weight: bold;
  color: #1b365d;
  border: 2px solid #1b365d;
  font-size: 1rem;
  padding: 0.4rem 0 0.3rem;
  line-height: 1.32;
  margin-bottom: 4%;
}

#item ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#item li {
  width: 32%;
  padding-right: 2%;
  margin-bottom: 4%;
  position: relative;
}

#item li:last-child,
#item li:nth-child(3n){
  padding-right: 0;
}

#item li a {
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: #1b365d;
  color: #fff;
  border-radius: 15px;
  padding: 0.2vw 4vw;
  line-height: 1.5;
}

#item li img {
  width: 100%;
  height: auto;
}

