@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,700&display=swap');
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,700&family=Roboto:wght@100;300;500;700&display=swap');



*{
	margin:0px;
	padding:0px;
}

body{
	
/*font-family: "ヒラギノ角ゴ Pro W6",Hiragino Kaku Gothic Pro W6,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	 font-family: "Noto Sans JP",'Roboto', sans-serif; 
	font-size:16px;
		line-height:1.9;
		color:#393939;
}

br.end{
	clear:both;
}

img{
	max-width:100%;
}

#otomo{
	width:100%;
}


#otomo a{
	color:#393939;
		text-decoration:none;
}



#otomo .box_h2{
	width:auto;
	margin:50px auto;
	position:absolute;
	text-align:left !important;
	left:51%;
	top:/*20*/14%;
}

#otomo h2{
	font-size:20px;
	line-height:1.9;
	font-weight:normal;
	margin:40px 0 0 80px;

}

#otomo h4{
	font-size:28px;
	line-height:1.9;
	font-weight:bold;
	margin:40px 0 0 80px;
	letter-spacing: 0.15em;
	

}

#otomo h3{
	font-size:34px;
	line-height:1.9;
	font-weight: bold;

}

#otomo .box{
	max-width:1000px;
	margin:0 auto;
}

#otomo h2{
	font-size:20px;
	line-height:1.9;
	font-weight:normal;
	margin:40px 0 0 80px;

}

#otomo br.sp{
	display: none;
}

@media only screen and (max-width: 870px) { 
body{
	font-size: 14px;
}

#otomo .box{
	width:100%;
	margin:0 auto;
	padding:0px 0;
	
}


#otomo .box_h2{
	width:100%;
	position:relative;
	text-align:center !important;
	left:auto;
	top:auto;
}
#otomo h3{
	font-size:20px;
	line-height:1.9;
}


#otomo h4{
	font-size:18px;
	margin:0px 0 0 0px;
	letter-spacing: 0em;
	

}

#otomo #btn{
	margin-top:0px;
}
#otomo br.sp{
	display: block;
}


}

/*-------
メイン画像
-----------------------*/

#otomo #main{
	position: relative;/*ローディング画像などを表示す際の基点とするため指定*/
    /*height: 90vh;高さを全画面にあわせる*/
	height: 850px;
    text-align: center;
    color: #fff;
    background: url("../../img/lp/otomo/movie.jpg") no-repeat;
    background-size:cover;
	background-position: center;
	/*background-attachment: fixed;*/
	
}

@media only screen and (max-width: 650px) { 
	#otomo #main{
		height: 600px;
    background: url("../../img/lp/otomo/movie_sp.jpg") no-repeat;
    background-size:100%;
	
}
}




@media only screen and (max-width: 480px) { 
	#otomo #main{
		height: 500px;
    background: url("../../img/lp/otomo/movie_sp.jpg") no-repeat;
    background-size:100%;
	
}
}

/*-------
コンテンツ
-----------------------*/



#otomo .contents{
	width:100%;
	height:auto;
	padding:95px 0;
}

@media only screen and (max-width: 870px) { 
#otomo .contents{
	padding:50px 0;
}
	
}

/*-------
イントロ
-----------------------*/

#otomo #intro{
	text-align: center;
	position: relative;
	top: -350px;
	    margin-bottom: -380px;
}

#otomo #intro h3{
	margin-left: 50px;
	margin-top: 10px;
}

#otomo #intro h3 img{
	height: 34px;
	margin: 0 10px 0 0;
}
	

#otomo #intro h4 span{
	/*background-color: #D6D984;*/
 background:linear-gradient(transparent 60%, #D6D984 60%);
 }


@media only screen and (max-width: 870px) { 
	#otomo #intro{
	top: -175px;
	 margin-bottom: -190px;
}
	#otomo #intro h3{
	margin-left: 0px;

}

#otomo #intro h3 img{
	height: 20px;
	margin: 0 5px 0 0;
}
	
}


/*-------
お悩み
-----------------------*/
#otomo #nayami{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#otomo #nayami h4{
	background: url("../../img/lp/otomo/line.jpg");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: bottom center ;
	padding-bottom: 20px;
	margin-bottom: 55px;

}

#otomo #nayami .exam{
	width: 100%;
background: url("../../img/lp/otomo/bg.jpg")  center;
	background-repeat: no-repeat;
}

#otomo #nayami dl{
		width: 100%;
	display: flex;
 flex-wrap: wrap;
justify-content: center;
}

#otomo #nayami dl:nth-child(2){
	margin-top: 280px;
	
}
#otomo #nayami dl dd{
	width: 30%;
	max-width: 310px;
	display: table-cell;
  vertical-align: middle;
	text-align: center;
	background: url("../../img/lp/otomo/bg2.png")  center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 260px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

#otomo #nayami dl dd p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
text-shadow: 3px 3px 3px #FFF;
}


#otomo #nayami dl:nth-child(1) dd:nth-child(1),#otomo #nayami dl:nth-child(1) dd:nth-child(3){
	margin-top: 180px;

}


#otomo #nayami dl:nth-child(2) dd:nth-child(1),#otomo #nayami dl:nth-child(2) dd:nth-child(3){
	margin-top: -180px;

}

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

#otomo #nayami .exam {
    background-size: 100%;
  
}	

#otomo #nayami h4 {
    background-size: 90%;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#otomo #nayami dl:nth-child(2) {
    margin-top: 150px;
}
	
#otomo #nayami dl dd {
    width: 50%;
	height: 140px;
}
#otomo #nayami dl dd p{
	font-size: 14px; 
	width: 80%;
}
	
#otomo #nayami dl:nth-child(1) dd:nth-child(1),#otomo #nayami dl:nth-child(1) dd:nth-child(3){
	margin-top: 0px;

}


#otomo #nayami dl:nth-child(2) dd:nth-child(1),#otomo #nayami dl:nth-child(2) dd:nth-child(3){
	margin-top: 0px;

}
}



/*-------
オトモがやってきたら　
-----------------------*/
#otomo #about{
	text-align: center;
	background: #FBF7EE;
	margin-top: 100px;
	padding-bottom: 50px;

}


#otomo #about .arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;

}

#otomo #about .arrow::before{
  content: '';
  width: 100px;
  height: 100px;
  border: 0px;
  border-top: solid 3px #393939;
  border-right: solid 3px #393939;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 30%;
  left: -100%;
  margin-top: -100px;

}

#otomo #about p{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.15em;

}

#otomo #movie {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}


#otomo #movie iframe{
	width: 800px;
	height: 520px;
	margin: 50px 0;
	
}
#otomo #movie p{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #ececec;
	padding: 150px 0px;
	text-align: center;
	vertical-align:middle;
	margin-top: 50px;
	
}

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

	#otomo #about{
		margin-top: 50px;
	}
	
#otomo #about .arrow::before{
  width: 50px;
  height: 50px;
  top: 180%;
}
#otomo #about p{
	font-size: 15px;
	letter-spacing: 0.05em;
	width: 90%;
	margin: 0 auto;

}
	
	#otomo #about img{
		max-width: 90%;
	}
	
	
	#otomo #movie iframe{
	width:320px;
	height: 220px;
	margin: 30px 0;
	}
#otomo #movie p{
	
	background: #ececec;
	padding: 100px 0;
	text-align: center;
	vertical-align:middle;
}

}


/*-------
オトモちゃんつきタイトル 　★コンテンツ上共通タイトル
-----------------------*/

#otomo .ttl h2{
background-image: url("../../img/lp/otomo/ttl_bg.jpg");
	background-repeat: no-repeat;
	text-align: center;
	padding: 40px 0 0px 150px;
	font-size: 28px;
	font-weight: bold;
	background-position: center top;
	letter-spacing: 0.15em;
	width: 100%;
	max-width: 300px;
    margin: 0px auto;
}
@media only screen and (max-width: 870px) { 
#otomo .ttl h2 {
      padding: 30px 0 0px 30px;
    font-size: 18px;
    letter-spacing: 0.05em;
    width: 90%;
    max-width: auto;
	background-size: 80%;
	background-position:15%;
 
}
}

/*-------
特徴
-----------------------*/
#otomo #feauture{
	width: 90%;
	margin: 0 auto;

}

#otomo #feauture .title2{
	text-align: center;
margin: 50px auto 30px auto;
}
#otomo #feauture .title2 h4{
	margin: 30px 0 0 0;
}
#otomo #feauture span{
	font-size: 12px;
	font-weight: normal;

}

	
#otomo #feauture .area{
		width: 100%;
	display: flex;
 flex-wrap: wrap;
justify-content: center;

}

#otomo #feauture .inner{
			width: 46%;
	display: table-cell;
  vertical-align: middle;
	text-align: center;
	margin: 50px 1%;
	
}
#otomo #feauture .inner h5{
	text-align: left;
	font-size: 24px;
	margin-bottom: 15px;
	

}

#otomo #feauture .inner p{
	text-align: left;
}



#otomo #feauture .area .pic1 img{	
	border-radius:40px;
}	
	
#otomo #feauture .area .pic2 img {
	width: 205px;
	display: inline-block;
	border-radius: 30px;
	margin: 0 2%;
}	
	
#otomo #feauture .area .pic3 img {
	width: 480px;
	border-radius: 40px;
	
}
#otomo .inner2 figure{
	display: inline-block;
}

#otomo #feauture .area ul {
	width: 100%;
	display: flex;
 flex-wrap: wrap;
	text-align: center;
	margin-bottom: 15px;
}


#otomo #feauture .area ul li {
	width: 18%;
	display: table-cell;
  vertical-align: middle;
	text-align: center;
	font-size: 12px;
	margin: 0 1%;
}

#otomo #feauture .area ul li.text {
	background-color: #D6D984;
	font-size: 20px;
	color: #FFF;
	padding-top: 60px;
	border-radius: 30px;
	text-shadow:1px 1px 3px #C8CB56;

}

#otomo #feauture .area ul li.text2{
	background-color: #D6D984;
	font-size: 20px;
	color: #FFF;
	padding-top: 80px;
	border-radius: 30px;
	text-shadow:1px 1px 3px #C8CB56;

}

#otomo #feauture .area ul li img{		
border-radius: 30px;
}

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

	
#otomo #feauture .title2 img{
	width: 20%;
}	
#otomo #feauture .title2 h4 {
    margin: 10px 0 0 0;
}
	
#otomo #feauture .area .pic1 img{
		    border-radius: 20px;
}
#otomo #feauture .inner {
    width: 100%;
       margin: 0px;
}
#otomo #feauture .inner h5 {
    font-size: 18px;
}
	
#otomo #feauture .area .pic2 img {
    width: 45%;
    border-radius: 20px;
}
	
#otomo #feauture .area .pic3 img {
    width: 100%;
    border-radius: 20px;
}
#otomo #feauture .area ul li {
    width: 30%;
	margin: 10px 1%;
	font-size: 11px;
}
#otomo #feauture .area ul li img {
    border-radius: 20px;
}
	
#otomo #feauture .area ul li.text,#otomo #feauture .area ul li.text2 {
	height: 32%;
    font-size: 20px;
    padding-top: 10%;
    border-radius: 20px;
	font-size: 12px;

}
	
	#otomo #feauture span{
		font-size: 10px;
	}	

}




/*-------
開発者の想い
-----------------------*/
#otomo #interview{
}
#otomo #interview h4{
	background-color: #D6D984;
	font-size: 18px;
	width: 500px;
	text-align: center;
	margin: 50px auto;
	line-height: 4.0;

}
#otomo #interview .inner_wrap{
		width: 100%;
	display: flex;
 flex-wrap: wrap;
justify-content: center;

}

#otomo #interview .inner{
			width: 46%;
	display: table-cell;
  vertical-align: middle;
	text-align: center;
	margin: 50px 1%;
	
}

#otomo #interview .inner2_wrap{
		width: 100%;
	margin: 0 auto;
	display: flex;
 flex-wrap: wrap;
justify-content: center;

}

#otomo #interview .inner2{
	display: table-cell;
  vertical-align: middle;
	text-align: center;
	margin: 20px 20px;
	
}

#otomo #interview .text{
	text-align: left;
	max-width: 500px;
}

#otomo #interview .text2{
	text-align: left;
	max-width: 700px;
	font-size: 14px;
}

#otomo #interview #kataoka .text2{
	background-image: url(../../img/lp/otomo/hatsuan.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;

}


#otomo #interview h5{
	font-size: 24px;
}
#otomo #interview h5 span{
	font-size: 14px;
}


#otomo #interview .title3{
	font-size: 24px;
	letter-spacing: 0.15em;
	border-top: 3px dotted #000;
border-bottom: 3px dotted #000;
	padding: 20px 0;
	margin: 40px 0;
	font-weight: bold;
}
#otomo #interview .title3 span {
	background:linear-gradient(transparent 40%, #D6D984 40%);
 
}
#otomo #interview .text2 p{
	margin-top: 10px;
}
#otomo #interview .text2 p span {
	background:linear-gradient(transparent 40%, #D6D984 40%);
 
}

@media only screen and (max-width: 870px) { 
#otomo #interview h4 {
    font-size:14px;
    width: 90%;
    margin: 30px auto;
	letter-spacing: -0.05em;
    line-height: 2.5;
}
#otomo #interview .inner_wrap {
    width: 90%;
	margin: 0 auto;

}
#otomo #interview .inner {
    width: 100%;
    margin:0px 0 20px 0px
}
	#otomo #interview .inner2 {
		width: 90%;
    margin: 20px auto;
}	
	#otomo #interview h5{
		font-size: 18px;
	line-height: 1.6;
	}
	#otomo #interview h5 span {
    font-size: 12px;
		font-weight: normal;
}
#otomo #interview .title3 {
    font-size: 16px;
    letter-spacing: 0em;
    border-top: 2px dotted #000;
    border-bottom: 2px dotted #000;
    padding: 10px 0;
    margin: 20px 0;

}
	
	#otomo #interview .inner2 img{
		width: 60%;
	}
	#otomo #interview #kataoka .text2 {
       padding-top: 70px;
	}
}

/*-------
使い方
---------------------------------------------------------- */
#otomo #howto{
	width: 100%;
}
#otomo #howto .box_wrap{
		width: 100%;
	display: flex;
 flex-wrap: wrap;
justify-content: center;

}


#otomo #howto .box_bg{
			width: 46%;
	display: table-cell;
  vertical-align: middle;
	text-align: center;
	margin: 50px 1%;
	background-color:#FBF7EE;
	padding: 50px 0 30px 0;
}

#otomo #howto .box{
	max-width: 480px;
	margin: 0 auto;
}


#otomo #howto .box .title{

	background-image: url(../../img/lp/otomo/ttl-otomoshampoo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	font-size: 18px;
}



#otomo #howto .box p{
	text-align: left;
}

#otomo #howto .pic4 img{
border-radius: 30px;
}


#otomo #howto img.pic5 {
	width: 120px;
}
#otomo #howto img{
	margin: 35px 0;
}

#otomo #howto p span {
	background:linear-gradient(transparent 40%, #E1E3A5 40%);
	font-weight: bold;
 
}

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

#otomo #howto .box_bg {
    width: 90%;
    margin: 50px auto 0 auto;
    padding: 50px 0 0px 0;
}
	
#otomo #howto .pic4 img {
	    border-radius: 0px;
}
#otomo #howto img {
    margin: 35px 0 0px 0;
}
	#otomo #howto .box p {
    width: 90%;
    margin: 0 auto;
	}
}
/*-------
ラインナップ
---------------------------------------------------------- */

#otomo #lineup {
	width: 90%;
	margin:  0 auto;

}

#otomo #lineup h4{
	background-color: #D6D984;
	font-size: 18px;
	width: 350px;
	text-align: center;
	margin: 50px auto 0 auto;
	line-height: 2.0;

}

#otomo #lineup .box{
	text-align: center;
	margin-bottom: 80px;
	
}
#otomo #lineup .box img{
	width: 150px;
	margin-bottom: 10px;
}

#otomo #lineup dl{
	display: inline-block;
	width: 200px;
	
}
#otomo #lineup dl span{
	font-size: 12px;
}
#otomo #lineup p{
	max-width: 500px;
	margin: 50px auto;
	border: 1px solid #AAAAAA;
	padding: 15px;
	font-size: 12px;
}

#otomo #lineup p.sub{
	border: none;
	font-size:12px;
	margin: 0px auto;
	width: 100%;
	text-align: center;
}
@media only screen and (max-width: 870px) {
	
	#otomo #lineup h4{
	font-size: 14px;
	width: 100%;
	margin:20px auto 0 auto;
	line-height: 2.0;
	}
	
	#otomo #lineup p {
	width: 90%;
    max-width: auto;
    margin: 20px auto;
      padding: 15px 1%;
  
	}
	#otomo #lineup dl {
    width: 48%;
		margin-bottom: 20px;
	}
}

/* スライド
---------------------------------------------------------- */


#slider{
  max-width: 100%;
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-bottom:50px;
  margin-top:50px;
}

.bg-animate {
  width: 3973px;
  height:/* 100%*/300px;
  background:url("../../img/lp/otomo/otomo-scroll.png");
  background-size: auto 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: top_slider 60s linear infinite;
  animation: top_slider 60s linear infinite;
}


 
 
 @media all and (max-width: 896px) {
	 
	 
 #slider{
  height:300px;
  margin-top:0px;
}
	 .bg-animate {
		 width: 100%;
		 height:300px;
		 
	 }

	 
 }
 
 
  @media all and (max-width: 450px) {
	 
	 
	 #slider{
  height:250px;
		 margin-top: 30px;
		 margin-bottom: 30px;
}
	 .bg-animate {
		 width: 100%
  height:250px;
		 
	 }

	 
 }





#otomo #insta{
	background: #FBF7EE;
	padding: 80px 0;
}

#otomo #insta .ttl{
	margin: -105px auto 80px;
	text-align: center;
}

#otomo #insta .inner{
	max-width: 1000px;
	margin: auto;
	text-align: center;
}

#otomo #insta .index{
	margin-bottom: 50px;
	font-weight: bold;
}

#otomo #insta .index dt{
	font-size: 28px;
	letter-spacing: 1px;
}

#otomo #insta .index dt p{
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

#otomo #insta .index dt p i{
	font-size: 30px;
	margin-right: 10px;
}

#otomo #insta .index dd{
	font-size: 24px;
	background: #efefef;
	max-width: 385px;
	margin: 20px auto 0;
	padding: 5px 0 10px;
	border-radius: 10px;
	letter-spacing: 2px;
	position: relative;
}

#otomo #insta .index dd p{
	margin-left: 25px;
}

#otomo #insta .index dd:before{
	content: '\f002';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 30px;
	color: #4b4b4b;
	position: absolute;
	left: 5%;
	top: 3%;
}

#otomo #insta .conts{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#otomo #insta .conts .box{
	width: 31%;
	background: #fff;
}

#otomo #insta .conts .box .image{
	background: #fff;
	padding: 15px 15px 8px 15px;
	filter: drop-shadow(8px 2px 10px rgba(0,0,0,0.1));
	margin-bottom: 30px;
}

#otomo #insta .conts .box .prof{
	width: 90%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#otomo #insta .conts .box .prof dt{
	width: 25%;
}

#otomo #insta .conts .box .prof dd{
	width: 70%;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	word-break:break-all;
}

#otomo #insta .conts .box .prof dd p{
	display: block;
}

#otomo #insta .conts .box .prof dd p a{
	color: blue;
}

#otomo #insta .conts .box dl.text{
	width: 82%;
	margin: 0 auto 50px;
	text-align: left;
}

#otomo #insta .conts .box dl.text dt{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

#otomo #insta .conts .box dl.text dd{
	font-size: 14px;
}

@media only screen and (max-width:990px) { 
	 #otomo #insta .conts .box dl.text dt br{
		display: none;
	}
}

@media only screen and (max-width:870px) { 
	#otomo #insta .conts .box .prof dd{
		font-size: 18px;
	}
	#otomo #insta .conts .box {
	  width: 90%;
	  margin-bottom: 30px;
	}
}

@media only screen and (max-width:480px) { 
#otomo #insta .ttl{
	margin-bottom: 40px;
}
#otomo #insta .index dt {
  font-size: 21px;
}
#otomo #insta .index dd{
	width: 90%;
	font-size: 20px;
}  
#otomo #insta .index dd::before {
  font-size: 24px;
}
  #otomo #insta .conts .box .prof dd{
		font-size: 14px;
	}
}








/* keyframe
---------------------------------------------------------- */

@-webkit-keyframes top_slider {
  from {
    background-position: /*3973px*/3996px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes top_slider {
  from {
    background-position:  /*3973px*/3996px 0;
  }
  to {
    background-position: 0 0;
  }
}














