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


/*----------
mv
----------*/

#mv {
	width: 100%;
	background-image: url(../images/top/mv_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.mv_inner {
	padding-top: 40px;
	padding-bottom: 110px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.main_logo {
  overflow: hidden;
  width: 100%;
}

.main_logo .left {
  float: left;
}

.main_logo .left img {
  width: 358px;
}

.main_logo .right {
  float: right;
  padding-top: 25px;
}

.main_logo .right img {
  width: 400px;
}

.main_logo .right {
  position: relative;
}
.main_logo .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0s; // ゆっくり
}
.main_logo .right:hover .active {
  opacity: .9;
  padding-top: 33px;
}

.main_logo .right:hover .off {
  opacity: 0;
}


.mv_img .main_ttl img {
	width: 450px;
}

#mv .mv_img .ttl_txt img {
  width: 484px;
  margin-top: -1em;
}

/*----------
section
----------*/

section img {
	max-width: 100%;
}

section {
	margin:0 auto 60px auto;
}

.Inr {
	width:980px;
	margin-left: auto;
	margin-right: auto;
}



/*----------
intro
----------*/

.product_intro .intro_ttl {
	margin-top: -72px;
	text-align: center;
	position: relative;
}

.product_intro .intro_ttl img {
	width:479px;
}

.product_intro .intro_product_area {
	overflow: hidden;
	margin-top: -150px;
	margin-bottom: 32px;
	position: relative;
	text-align: center;
}

.product_intro .intro_product {
	width: 314px;
	border: solid 1px #0046a0;
	height: 280px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background-color: #fff;
	border-radius: 4px;
	float: left;
	margin-right: 18px;
	position: relative;
}

.product_intro .intro_product:nth-child(3n) {
	margin-right: 0;
}

.product_intro .intro_product .arrow {
	position: absolute;
	bottom:-2px;
	left:0;
	right: 0;
}

.product_intro .intro_product a {
	width: 100%;
	height: 100%;
}

.product_intro .intro_product .arrow img {
	width: 57px;
}

.product_intro .product_img {
	padding-left: 4%;
	padding-right: 4%;
	position: absolute;
	bottom: 43px;
	left:0;
	right: 0;
}

.product_intro .intro_product .pro01 img {
	width: 250px;
}

.product_intro .intro_product .pro02 img {
	width: 268px;
}

.product_intro .intro_product .pro03 img {
	width: 185px;
}

.product_intro .intro_product .new img {
	width: 44px;
}

.product_intro .intro_product .new {
	position: absolute;
	top:-28px;
	left: 10px;
}

.product_intro .intro_product .new.new_catch {
	position: absolute;
	top:-9px;
	left: 10px;
}

.product_intro .problem {
	text-align: center;
}

.product_intro .problem img {
	width: 872px;
}

/*----------
care
----------*/

.care {
	width: 100%;
	background-image: url(../images/top/care.bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-bottom: 70px;
}

.care_img {
	text-align: center;
}

.care_img img {
	width:868px;
}



@media only screen and (max-width: 786px) {
	
	.pc {
		display: none!important;
	}

	.sp {
		display: block!important
	}

	#contents_body {
		
	}
	
	.Inr {
		max-width:100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	/*mv*/	
	#mv {
	}

	.mv_inner {
		padding-top: 50px;
		padding-bottom: 100px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
  
  .main_ttl {
    width: 100%;
    margin-bottom: -1em;
  }
  
  .main_logo {
    overflow: hidden;
    width: 100%;
  }

  .main_logo .left {
    width: 100%;
    float: none;
  }
  
  .main_logo .left img {
    width: 60%;
  }

  .main_logo .right {
    width: 100%;
    float: none;
    padding-top: 0;
    margin-top: -2em;
    margin-bottom: 2em;
  }
  
  .main_logo .right img {
    width: 60%;
    padding-top: 4%;
  }
  
  .main_logo .right:hover .off {
    opacity: .9;
  }
  
  
  
  
  #mv .mv_img .ttl_txt img {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  #mv .mv_img .ttl_txt {
    margin-bottom: -1em;
  }
	
	@media screen and (orientation: landscape) {
	   .mv_inner {
			padding-bottom: 140px;
		}
	}
		
	#mv .mv_inner .mv_img .main_ttl {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
    
	
	/*intro*/
	.product_intro .intro_ttl {
		margin-top: -57px;
		text-align: center;
		position: relative;
	}

	.product_intro .intro_ttl img {
		width: 90%;
		max-width:540px;
	}

	.product_intro .intro_product_area {
		overflow: hidden;
		margin-top: -100px;
		padding-left: 4.5%;
		padding-right: 4.5%;
		margin-bottom: 32px;
		position: relative;
		text-align: center;
	}
	
	@media screen and (orientation: portrait) {
		.product_intro .intro_product {
			height: 300px!important;
			float: none;
			margin-left: auto;
			margin-right: auto;
		}
	}
	
	@media screen and (orientation: landscape) {
		.product_intro .intro_ttl {
			margin-top: -82px;
		}
		
	   .product_intro .intro_product_area {
			margin-top: -190px;
		}
		
		.product_intro .intro_product {
			max-width: 500px;
			height: 300px;
			float: none;
			margin-left: auto;
			margin-right: auto;
		}
		
		.intro_01 {
		height: 360px!important;
		}
		.intro_02 {
			height: 375px!important;
		}
		
		.product_intro .intro_product .pro01 img {
		width: 402px;
		}

		.product_intro .intro_product .pro02 img {
			width: 377px;
		}

		.product_intro .intro_product .pro03 img {
			width: 258px;
		}
		
	}

	.product_intro .intro_product {
		width: 100%;
		max-width: 500px;
		border: solid 1px #0046a0;
		height: 390px;
		float: none;
		position: relative;
		margin-bottom: 1.5em;
	}
	

	.product_intro .intro_product:nth-child(3n) {
		margin-right: auto;
	}

	.product_intro .intro_product .arrow {
		position: absolute;
		bottom:-2px;
		left:0;
		right: 0;
	}
	
	.product_intro .intro_product .arrow img {
		width: 80px;
	}

	.product_intro .product_img {
		bottom: 56px;
	}

	

	.product_intro .intro_product .new img {
		width: 44px;
	}

	.product_intro .intro_product .new {
		top:-16%;
		left: 3.2%;
	}

	.product_intro .problem img {
		width: 96%;
	}
	
	/*----------
	care
	----------*/

	.care {
		width: 100%;
		background-image: url(../images/top/care.bg.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;s
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 30px;
	}

	.care_img img {
		width:96%;
	}
	
	
	
	}

@media only screen and (max-width: 550px) {
	.amazon_btn a {
		color: #fff;
		font-size:18px;
		background-size: 8%;
		background-position:7% 50%;
		padding-left: 16%;
		background-repeat: no-repeat;
		display: inline-block;
		padding: 1.3em 0 1.3em 18%;
		width: 550px;
		max-width: 86%;
	}
}

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

