
html, body {
	margin: 0;
  width: 100%;
font-family: 'Noto Sans Japanese' , 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Helvetica', 'メイリオ','Meiryo','ＭＳ ゴシック','MS PGothic', Osaka, sans-serif;

}
html {
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.8em;
}

body {
  width: 100%;
  background-color: #F4F4F4;
  background-image: url(images/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background-color: #000;
}
#logo_so {
	margin: 0;
	padding: 10px 20px;
	width: auto;
	height: 50px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#logo_so img {
	width: auto;
	height: 100%;
}
figure {
	margin: 0;
	padding: 0;
}
.intro {
  position: relative;
  height: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.intro img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  mix-blend-mode: multiply;
}

.intro .caption {
  position: absolute;
  left: 5%;
  top: 35vw;
  width: 48vw;
  z-index: 3;
  color: white;
}
.intro .caption h1 {
	margin: 0;
	padding: 0 0 10px;
  display: inline-block;
  font-size: 4vw;
  font-weight: 900;
  color: #FFF;
  line-height: 1em
}
.intro .caption h2 {
	margin: 0;
	padding: 0 0 10px;
  display: inline-block;
  font-size: 1.5vw;
  font-weight: 700;
  color: #FFF;
  line-height: 1em
}
.intro .caption h3 {
	margin: 0;
	padding: 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  color: #FFF;
  line-height: 1.8em
}

.intro .overlay {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 724px) {
	.intro .overlay {
	  height: 100%;
	}
}
.intro .overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  bottom: 0;
  top: auto;
}
/*----------------------------------

コンテンツ

------------------------------------*/


img {
	width: 100%;
	vertical-align: bottom;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.flex {
	-js-display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.j-between {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.j-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.j-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.j-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.a-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.a-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.a-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ac-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.w5 {width: 5%;}
.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}
.w95 {width: 95%;}
.w100 {width: 100%;}

#page_roomba {
	width: 100%;
	max-width: 1200px;
  margin: 0px auto 0;
  padding: 5%;
}
section.sec_roomba {
	position: relative;
	width: 100%;
}
section.sec_roomba.sec_txt {
	margin: 30px auto 200px;
	padding: 0;
	width: 80%;
}
.sec01 {
	margin: 0;
	padding: 0;
}
.sec02 {
	margin: 0;
	padding: 0;
}
.sec03 {
	margin: 0;
	padding: 0;
}
section.sec04 {
	margin: 150px 0 0px;
	padding: 10% 10% 0;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
.item_roomba {
	margin: 0;
	padding: 0 2%;
	width: 46%;
	text-align: center;
}
.container_img {
	margin: 0;
	padding: 0;
	position: relative;
}
.img01 {
	width: 50%;
	top: -8vh;
	left: 0%;
}
.img02 {
	width: 50%;
	top: 1%;
	left: 50%;
}
.img03 {
	width: 60%;
	top: 10vh;
	left: 10%;
	z-index: 101;
}
.img04 {
	width: 50%;
	top: 5vh;
	left: 50%;
	z-index: 100;
}

.container_text {
	margin: 0;
	padding: 20px 0;
	width: 40%;
	position: absolute;
}
.text01 {
	top: 5%;
	left: 55%;
	background: url(images/01.png) no-repeat center center;
	background-size: contain;
}
.text02 {
	top: 30%;
	left: 0;
	background: url(images/02.png) no-repeat center center;
	background-size: contain;
}
.text03 {
	top: 70%;
	left: 0;
	background: url(images/03.png) no-repeat center center;
	background-size: contain;
}

footer {
	margin: 0px;
	padding: 0 0 50px;
	text-align: center;
}
small {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	text-align: center;
}

.h1_roomba {
	margin: 0;
	padding: 0 0 10px;
	font-size: 2.2rem;
	font-weight: 900;
	color: #00B5F1;
	line-height: 1.2em;
}
.txt_roomba {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: 300;
	color: #000;
	line-height: 1.2em;
}
.h1_roomba02 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 2.5rem;
	font-weight: 900;
	color: #00B5F1;
	line-height: 1.2em;
}

.txt_roomba02 {
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
	font-weight: 300;
	color: #000;
	line-height: 1.5em;
}
.name_roomba {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #000000;
	line-height: 1.3em;
}
.catch_roomba {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #00B5F1;
	line-height: 1.3em;
}
.caption_roomba {
	margin: 0;
	padding: 0 0 20px;
	font-size: 1rem;
	text-align: left;
}
.button_roomba {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
  font-size: 1rem;
  background-color: #4A4A4A;
  color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: relative;
}
.button_roomba,
.button_roomba::before,
.button_roomba::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_roomba:hover {
  background-color: #00B5F1;
  color: #FFF;
}
.button_roomba:after {
  font-family: 'Material Icons';
  content: "\e5cc";
  color: #FFF;
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 1.5rem;
}
.sec_roomba h1.h1_roomba2 {
	font-size: 2.5rem;
	padding: 0 0 10px 20px;
	margin-bottom: 50px;
	background: -webkit-linear-gradient(transparent 50%, #fcee21 0%);
	background: -o-linear-gradient(transparent 50%, #fcee21 0%);
	background: linear-gradient(transparent 50%, #fcee21 0%);
}

.container_quickle {
	margin: 80px 0 0;
	padding: 0;
	width: 100%;
}
.box_quickle {
	margin: 0 auto 30px;
	padding: 5% 5% 3%;
	width: 80%;
	background-color: #F0F0F0;
	text-align: center;
}
.box_pfmd {
	margin: 0 auto;
	padding: 0;
	width: 80%;
}
.title_quickle {
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3em;
}
.txt_quickle {
	margin: 0;
	padding: 10px 0 0px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3em;
	text-align: left;
}
/*----------------------------------

data-scroll

------------------------------------*/

[data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transform: translateY(6rem) scale(0.93);
          transform: translateY(6rem) scale(0.93);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-scroll="in"] {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.splitting .char {
  color: transparent;
}
.splitting .char:after {
  visibility: visible;
  color: #00B5F1;
  opacity: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: calc(.2s + (.04s * var(--char-index) ) );
}
.h1_roomba2 .splitting .char:after {
  color: #000;
}
.intro .caption h1 .char:after {
  color: #FFF;
}

[data-scroll="in"] .char:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------

レスポンシブ

------------------------------------*/

@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1300px) {
}
@media (max-width: 1200px) {
	.intro .caption {
    width: 48vw;
	}
	.h1_roomba {
    font-size: 2rem;
	}
}
@media (max-width: 1100px) {
	.intro .caption {
    width: 48vw;
	}
	.h1_roomba {
    font-size: 1.9rem;
	}
}
@media (max-width: 1000px) {
	.intro .caption {
    width: 48vw;
	}
	.h1_roomba {
    font-size: 2.5vw;
	}
	.txt_roomba {
    font-size: 0.9rem;
	}
	.text01 {
    top: 0;
    left: 55%;
	}
	.h1_roomba02 {
    font-size: 2.2rem;
	}
	.txt_roomba02 {
    font-size: 1rem;
	}
	section.sec_roomba.sec_txt {
    margin: 30px auto 150px;
    width: 80%;
	}
}
@media (max-width: 900px) {
	.intro .caption {
    width: 48vw;
	}
	.intro .caption h3 {
    font-size: 1rem;
    line-height: 1.5em;
	}
	.text01 {
    top: -10%;
    left: 55%;
	}
	.catch_roomba {
    font-size: 3vw;
	}
	.box_quickle {
		width: 100%;
	}
	
}
@media (max-width: 724px) {
	.intro .caption {
    position: absolute;
    left: 0;
    width: 100vw;
    z-index: 3;
    color: black;
    margin-bottom: auto;
    top: 70px;
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
	}
	.intro .caption h2 {
    margin: 0;
    padding: 0 0 10px;
    display: inline-block;
    font-size: 3vw;
    font-weight: 700;
    line-height: 1em;
	}
	.intro .caption h1 {
    margin: 0;
    padding: 0 0 10px;
    display: inline-block;
    font-size: 7vw;
    font-weight: 900;
    color: #000;
    line-height: 1em;
	}
	.intro .caption h1 .char:after {
  	color: #000;
	}
	.intro .caption h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8em;
		color: #000;
		text-align: left;
	}
	body {
    width: 100%;
    background-color: #F4F4F4;
    background-image: url(images/bg_sp.jpg);
	}
	.sec_roomba h1.h1_roomba2 {
    font-size: 4vw;
	}
	.name_roomba {
    font-size: 3vw;
	}
	.text01 {
    top: -25%;
    left: 55%;
	}
	.text02 {
    top: 20%;
    left: 0;
	}
	.caption_roomba {
    font-size: 0.9rem;
    line-height: 1.5em;
	}
	section.sec04 {
    margin: 100px 0 80px;
	}
	.img03 {
    top: 5vh;
	}
	.img04 {
    top: 0vh;
	}
	.text03 {
    top: 65%;
    left: 0;
	}
	.container_text {
    width: 45%;
	}
	#page_roomba {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0;
    padding: 0 5%;
	}
	.intro .overlay svg {
    height: 30%;
	}
	.h1_roomba02 {
    font-size: 2rem;
	}

}
@media (max-width: 600px) {
	#page_roomba {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0;
    padding: 0 5%;
	}
	.intro .caption h3 {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.3em;
		color: #000;
		text-align: left;
	}
	.img01,.img02,.img03 {
    width: 100%;
    top: 0;
    left: 0%;
	}
	.img04 {
		display: none;
  }
	.container_text {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 0;
	}
	.h1_roomba {
    font-size: 6vw;
	}
	section.sec_roomba {
    margin: 0 0 80px;
	}
	.item_roomba {
    margin: 0 0 80px;
    padding: 0 2%;
    width: 100%;
    text-align: center;
	}
	.name_roomba {
    font-size: 5vw;
	}
	.catch_roomba {
    font-size: 6vw;
	}
	.container_quickle {
    margin: 0px 0 0;
	}
	.box_quickle {
		margin: 0 0 50px;
		padding: 10%;
		width: 100%;
	}
	.box_pfmd {
		width: 100%;
	}
	.title_quickle {
    margin: 0;
    padding: 0 0 0px;
	}
	section.sec_roomba.sec_txt {
    margin: 50px auto 80px;
    width: 80%;
	}
}
@media (max-width: 500px) {
	.intro .caption h3 {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.3em;
		color: #000;
		text-align: left;
	}
}
@media (max-width: 414px) {
	.intro .caption {
    top: 40px;
	}
	#logo_so {
    height: 40px;
	}
	.intro .caption h1 {
    font-size: 8vw;
	}
	small {
    font-size: 0.8rem;
	}
	section.sec04 {
    padding: 10% 5% 0;
    margin: 0 0 40px;
	}
	.sec_roomba h1.h1_roomba2 {
    font-size: 5vw;
    padding: 0 0 10px 10px;
	}
	.h1_roomba02 {
    font-size: 1.8rem;
	}
	.txt_roomba02 {
    font-size: 0.9rem;
	}
	section.sec_roomba.sec_txt {
    margin: 50px auto 50px;
    width: 90%;
	}
	.container_text {
    width: 90%;
    margin: 20px auto;
	}
	.h1_roomba {
    font-size: 5.5vw;
	}
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
	.intro .caption h3 {
    font-size: 0.5rem;
    font-weight: 500;
    line-height: 1.8em;
		color: #000;
		text-align: left;
		letter-spacing: -1px;
	}
	.intro .caption h1 {
    padding: 0 0 0px;
	}
}


