@charset "utf-8";


/* -----------------------------------------------------------
    ABOUT共通
-------------------------------------------------------------- */

#about {
	color: #1F1F1F;
}


@media screen and (max-width: 667px){
	
	.fl,.fr {
		float: none;
	}
	
}

#about .breadcrumbs {
	margin: 0 0 0 0;
	padding-bottom: 30px;
}


/* -----------------------------------------------------------
    Main Visual
-------------------------------------------------------------- */

#about .about_area {
	position: relative;
    width: 100%;
    height: 815px;
	
    background-image:
    url("../img/catch_moco_bg.png"), /* 最前面の背景レイヤーの背景画像 */
    url("../img/about_mv2.png"),
    url("../img/about_bg4.png");

    background-repeat:
    repeat-x, /* 最前面の背景レイヤーに対応 */
    no-repeat,
    repeat;

    background-position:
    bottom center, /* 最前面の背景レイヤーに対応 */
    top center,
    top center;
}


#about .catch_box {
	text-align: center;
	width: 693px;
	margin: 0 auto;
	padding: 100px 0 0;
	font-family: "Noto Sans Japanese";

}
/*#about .catch_box img.fan {
	padding: 50px 0 35px;
}*/


#about .catch_txt {
	line-height: 3.4rem;
	font-weight: 500;
}



@media screen and (max-width: 667px){
	
	#about .about_area {
		height: auto;
		position: static;
		width: 100%;
		
		background-image:
		url("../img/catch_moco_bg.png"), 
		url("../img/about_bg4.png");
		

		background-repeat:
		repeat-x,
		repeat;

		background-position:
		bottom center,
		top center;
		
		background-size:
		100%,5%;
		
		margin: 0 0 20% 0;
		padding: 0 20px 5px 20px;
	}
	
	
	#about .catch_box {
		width: 100%;
		padding: 0 0 50px;
	}

	/*#about .catch_box .catch_title_e {
		background: url("../img/about_mv3_sp.png") no-repeat top 15px center;
	}*/
	
	#about .catch_titlebox {
		position: relative;
		padding: 0 0 25px;
	}
	
	#about .catch_main {
	}
	
	#about .catch_fan {
		margin: 0 0 20px 0;
		line-height: 1.8;
	}
	#about .catch_fan img {
		width: 100%;
		max-width: 250px;
	}
	
	#about .catch_main li {
		background: #fff;
		background-radious: 10px;
		border-radius: 12px;
		width: 100%;
		height: auto;
		margin: 0 0 30px 0;
		padding: 20px;
		position: relative;
	}
	
	
	#about .catch_main .catch_img {
		float: left;
		margin: 0 0 10px 0;
		width: 40%;
		position: absolute;
		top: -10%;
		left: 0;
	}
	#about .catch_main .catch_img img {
		max-width: 120px;
	}

	#about .catch_main .catch_txt {
		line-height: 1.6;
		text-align: left;
		font-size: 1.4rem;
		float: right;
		width: 60%;
	}
	
}



/* -----------------------------------------------------------
    Points
-------------------------------------------------------------- */

#about .point_area {
	width: 100%;
}


#about .or_container {
	width: 1100px;
	background: url("../img/about_bg3.jpg") repeat top center;
	border: 1px solid #FADB7A;
	margin: 0 0 30px;
}
#about .or_container:last-child {
	margin: 0 0 70px;
}


#about .wh_container {
	background: #FFF;
	border: 1px solid #FADB7A;
	margin: 10px;
	padding: 20px 25px;
}
#about .point_name1,
#about .point_name2,
#about .point_name3 {
	width: 30%;
	height: 84px;
	padding: 10px 0 0 104px;
	color: #392600;
	font-family: "Noto Sans Japanese";
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.4;
}
#about .point_name1 {
	background: url("../img/about_point1.png") no-repeat center left;
}
#about .point_name2 {
	background: url("../img/about_point2.png") no-repeat center left;
}
#about .point_name3 {
	background: url("../img/about_point3.png") no-repeat center left;
}
#about .point_txt {
	width: 70%;
	min-height: 84px;
	border-left: 1px solid #EFEFEF;
	padding: 0 0 0 40px;
	line-height: 1.8;
	font-size: 1.5rem;
}



@media screen and (max-width: 667px){
	
	#about .point_area {
		background-color: #FFF;
		padding: 0 15px 50px;
		margin: -30px 0 0 0;
		position: relative;
	}
	
	
	#about .or_container {
		width: 100%;
		margin: 0 0 20px;
	}
	#about .or_container:last-child {
		margin: 0;
	}

	
	#about .wh_container {
		padding: 15px;
		margin: 5px;

	}
	
	#about .point_name1 {
		background: url("../img/about_point1.png") no-repeat center left;
		background-size: 60px auto;
	}
	#about .point_name2 {
		background: url("../img/about_point2.png") no-repeat center left;
		background-size: 60px auto;
	}
	#about .point_name3 {
		background: url("../img/about_point3.png") no-repeat center left;
		background-size: 60px auto;
	}
	
	#about .point_name1,
	#about .point_name2,
	#about .point_name3 {
		width: 100%;
		height: auto;
		padding: 0 0 0 70px;
		font-size: 2.0rem;
		min-height: 60px;
	}

	
	#about .point_txt {
		width: 100%;
		border-left: none;
		border-top: 1px solid #DDD;
		padding: 20px 0 0;
		margin: 15px 0 0;
	}
	

}




/* -----------------------------------------------------------
    Pointsイラスト版
-------------------------------------------------------------- */

#about .point_ill_area {
	background: url("../img/about_point_bg.png") repeat-x center top;
	padding: 200px 0 0 0;
	margin: -100px 0 60px 0;
	position: relative;
}

#about .point_ill_area .bg {
	background: url("../img/about_bg.png") no-repeat center top;
	height: 971px;
	position: relative;
}

#about .point_ill_area .box{
	position: absolute;
	padding: 0 0 0 0;
}
#about .point_ill_area .box.point01 {
	left: 82px;
	top: 152px;
	width: 380px;
}
#about .point_ill_area .box.point02 {
	left: 615px;
	top: 240px;
	width: 400px;
}
#about .point_ill_area .box.point03 {
	left: 240px;
	top: 650px;
	width: 290px;
}

#about .point_ill_area .title {
	color: #1F1F1F;
	font-family: "Noto Sans Japanese";
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
}
#about .point_ill_area .box.point01 .title {
}
#about .point_ill_area .box.point02 .title {
}
#about .point_ill_area .box.point03 .title {
}

#about .point_ill_area .txt {
	line-height: 1.8;
	padding: 20px 0 0 0;
}
#about .point_ill_area .box.point01 .txt {
}
#about .point_ill_area .box.point02 .txt {
}
#about .point_ill_area .box.point03 .txt {
}

#about .point_ill_area .sp_img,
#about .point_ill_area .sp_fl_img{
	display: none;
}


@media screen and (max-width: 667px){
	
	#about .point_ill_area {
		background: url("../img/about_point_bg.png") repeat-x center top;
		background-size: 500px auto;
		padding: 70px 20px 30px 20px;
		margin: -120px 0 0 0;
	}

	#about .point_ill_area .bg {
		background: none;
		height: auto;
		position: inherit;
	}

	#about .point_ill_area .box{
		position: inherit;
		padding: 20px 0 0 0;
	}
	#about .point_ill_area .box.point01 {
		left: 0;
		top: 0;
		width: auto;
	}
	#about .point_ill_area .box.point02 {
		left: 0;
		top: 0;
		width: auto;
	}
	#about .point_ill_area .box.point03 {
		left: 0;
		top: 0;
		width: auto;
	}

	#about .point_ill_area .title {
		font-size: 2.0rem;
		padding: 0 0 0 0;
		min-height: inherit;
		text-align: center;
	}
	#about .point_ill_area .box.point01 .title {
	}
	#about .point_ill_area .box.point02 .title {
	}
	#about .point_ill_area .box.point03 .title {
	}

	#about .point_ill_area .box .txt {
		font-size: 1.5rem;
		padding: 20px 0 0 0;
	}
	#about .point_ill_area .box.point01 .txt {
	}
	#about .point_ill_area .box.point02 .txt {
	}
	#about .point_ill_area .box.point03 .txt {
	}
	

	#about .point_ill_area .sp_img{
		display: block;
		text-align: center;
		padding: 20px 0 0;
	}
	#about .point_ill_area .sp_img img{
		width: 100%;
		max-width: 480px;
	}
	
	#about .point_ill_area .sp_fl_img{
		display: inline-block;
		float: right;
		padding: 20px 0 0 10px;
	}
	#about .point_ill_area .sp_fl_img{
		width: 140px;
	}
	
}





/* -----------------------------------------------------------
    Products
-------------------------------------------------------------- */
#about .product_area {
	line-height: 2.7rem;
}
#about .product_bg1 {	
    background: url("../img/about_bg1.png") repeat-x;	
	padding: 72px 0 0
}
#about .product_bg2 {
    background: url("../img/about_bg2.jpg");
	padding: 70px 0;
}
#about img.product_titlelabel {
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	margin: auto;
}



/* container1 */
#about .product_container1 {
	position: relative;
	background-color: #FFF;
	margin: 0 15px 120px;	
	padding: 100px 80px;
}
#about .product_box {
	margin: 0 0 25px;
}
#about .product_txtbox1 {
	width: 560px;
}
#about .product_txtbox2 {
	text-align: center;
	width: 430px;
	height: 448px;
	border: 3px solid #F7F7F7;
	padding: 30px;	
}
#about .product_txtbox2 .txt1 {
	margin: 20px 0 15px;
	color: #392600;
	font-family: "Noto Sans Japanese";
	font-size: 1.8rem;
	font-weight: 900;
}
#about .product_txtbox2 .txt2 {
	text-align: justify;
}
#about .product_txtbox3 {
	width: 715px;
	padding: 20px 0 0;
}
#about img.product_img {
	position: absolute;
	bottom: 15px;
	right: 50px;
}



/* container2 */
#about .product_container2 {
	text-align: center;
	position: relative;
	background-color: #FFF;
	margin: 0 15px;	
	padding: 70px 55px 80px;
}
#about .product_title_sub {
	color: #5FCACA;
	font-family: "Noto Sans Japanese";
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: 500;
	padding: 30px 0px 30px 0px;

	background-image:
    url("../img/about_img5.png"), 
    url("../img/about_img6.png");

    background-repeat:
    no-repeat,
    no-repeat;

    background-position:
    left center,
    right center;

}
#about .product_item_title {
	text-align: center;
	background: url(../img/top_title02.png) no-repeat bottom center;
	padding: 10px 0 30px;
	margin: 0 0 30px;
	line-height: 1.1;
	font-family: "Noto Sans Japanese";
	font-size: 2.5rem;
	font-weight: bold;
}
#about .product_item_title span {
	font-size: 1.5rem;
}
#about .product_item {
	border: 3px solid #F7F7F7;
	padding: 40px 50px;	
	margin: 30px 0 0;
}
#about .product_txtbox4 {
	width: 490px;
	text-align: left;
}



/* bottom */
#about .product_more_btn {
	clear: both;
	width: 300px;
	border: 1px solid #FCDB2E;
	text-align: center;
}
#about .product_more_btn a {
	display: block;
	height: 58px;
	padding: 15px 0 0 0;
	background: url(../img/about_arrow.png) no-repeat 93% 50%;
	font-weight: 500;
	letter-spacing: -0.1em;
	color: #241800;
}



@media screen and (max-width: 667px){
	
	#about .product_bg2 {
		padding: 20px 0 40px;
	}
	#about img.product_titlelabel {
		top: -35px;
	}
	
	#about .product_container1,
	#about .product_container2 {
		padding: 30px 10px;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}

	#about .product_txtbox1,
	#about .product_txtbox2,
	#about .product_txtbox3,
	#about .product_txtbox4 {
		width: auto;
		height: auto;
	}
	
	

	/* container1 */	
	#about .product_container1 {
		margin: 0 15px 70px;	
	}
	#about .product_box {
		margin: 0;
	}
	#about .product_container1 .fl {
		text-align: center;		
	}
	#about .product_txtbox2 {
		margin: 20px 0 0;
		padding: 20px 10px;
	}
	#about .product_txtbox2 img {
		max-width: 240px;
	}
	#about .product_txtbox3 {
		overflow: hidden;
	}
	#about img.product_img_sp {
		float: right;
		width: 120px;
	}
	
	
	
	/* container2 */
	#about .product_title_sub {
		padding: 0;
		background: none;
		font-size: 2rem;
		line-height: 1.4;
	}
	#about .product_item {
		padding: 10px 10px 20px;	
		margin: 20px 0 0;
		border: none;
		border-top: 1px #EEE solid;
	}
	#about .product_item .fl,
	#about .product_item .fr {
		margin: 0 0 20px;
	}
	#about .product_item_title {
		background: url(../img/top_title02.png) no-repeat bottom center/95%;
		font-size: 2rem;
		padding: 10px 0 20px;
	}
	
	/* bottom */
	#about .product_more_btn {
		margin: 0 auto;
	}

	
	/* bottom */
	#about .product_more_btn {
		width: auto;
	}
	#about .product_more_btn a {
		height: auto;
		padding: 15px;
		background: url(../img/about_arrow.png) no-repeat 93% 50%;
	}
	

	
}


/* -----------------------------------------------------------
    Bottom 
-------------------------------------------------------------- */
#about .bottom_or_area {
	background: url("../img/about_bg.jpg") repeat top center;
	height: 262px;
}
#about .bottom_or_area .inner {
	position: relative;	
}
#about img.bottom_img {
	position: absolute;
	top: -70px;
	left: 0;
}
#about .bottom_txtbox {
	padding: 50px 0 0 180px;
	font-family: "Noto Sans Japanese";
	font-size: 1.8rem;
	line-height: 1.6;
}
#about .bottom_title {
	text-align: center;
	background: url(../img/top_title02.png) no-repeat bottom center;
	font-family: "Lobster";
	font-size: 4rem;
	padding: 60px 0 30px;
	margin: 0 0 35px;
	line-height: 0.7;
}
#about .bottom_title span {
	font-family: "Noto Sans Japanese";
	font-size: 1.5rem;
}
#about .bottom_more_btn {
	text-align: center;
	width: 320px;
	margin: 0 auto;
}
#about .bottom_more_btn a {
	display: block;
	height: 70px;
	padding: 26px 0 0;
	background: #FD7402 url(../img/arrow02.png) no-repeat 93% 48%/8px 14px;
	color: #FFF;
	letter-spacing: 0.04em;
	font-weight: bold;
}


@media screen and (max-width: 667px){
	
	#about .bottom_or_area {
		height: auto;
	}
	#about .bottom_txtbox {
		padding: 30px 20px;
		font-size: 1.5rem;
		line-height: 1.7;
	}
	#about .bottom_title {
		background: url(../img/top_title02.png) no-repeat bottom center/95%;
	}
	
	
	#about .bottom_more_btn {
		width: auto;
		margin: 0 auto 0;
	}
	#about .bottom_more_btn a {
	}
	


}




