@charset "UTF-8";

*{
  margin:0;
  padding:0;
  border:none;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

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

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary, small{
  display: block;
}

#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{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .9px;
  font-size: 16px;
  line-height: 1.7;
  color:#000;
  -webkit-text-size-adjust:100%;
}

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

#top .mainvisual {
  padding: 80px 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: #1e6fa5;
  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: 70px auto 60px;
}

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

#item h4 {
  font-size: 20px;
  color: #888;
  font-weight: normal;
  letter-spacing: .1em;
  display: flex;
  align-items: center;
  width: 328px;
  margin: 0.5em auto 1em;
}

#item h4:before, #item h4:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #888;
  display: block;
}

#item h4:before {
  margin-right: .8em;
}

#item h4:after {
  margin-left: .8em;
}

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

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

#item li {
  width: 328px;
  padding-right: 0;
  margin-bottom: 8%;
  position: relative;
}

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

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

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


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

#shikumi .shikumi_inner {
  width: 90%;
}

#oteire{
  width: 90%;
}

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

#item {
  width: 90%;
}

.pc_nobr{
  display: block;
}

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

.step {
    padding-top: 8%;
}

}