@charset "utf-8";

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

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

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

@media screen and (max-width: 1024px) {
	.contents_wrap {
		padding-top: 120px;
	}
}

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

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

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

@media screen and (max-width: 767px) {
	.contents_wrap {
		padding-top: 0;
	}
}

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

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

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

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

/*#youtube-wrap {
position: relative;
height: 100vh;
width: 100%;
}*/
.video_wrap {
	position: relative;
	width: 100%;
	/* padding-top: 56.25%;*/
	/*padding-top: 45%;*/
	height: 71vh;
}

.video_wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.modal_youtube {
	padding: 10px 0;
	position: fixed;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	justify-content: center;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.97);
	transition: opacity ease-in-out 0.7s;
}

.modal_youtube .close_btn {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: -40px;
	width: 40px;
	transition: opacity ease-in-out 0.5s;
}

body:not(.mobile) .modal_youtube .close_btn:hover {
	opacity: 0.5;
}

.close_modal {
	pointer-events: none;
	opacity: 0;
}

@media screen and (orientation: portrait) {
	.video_wrap {
		padding-top: 56.25%;
		height: auto;
	}
}

@media screen and (max-width:767px) {
	.modal_youtube .close_btn {
		width: 25px;
		top: -30px;
	}
}

@media screen and (max-width:767px) and (orientation: portrait) {}



/*main*/
.main_wrap {
	position: relative;
	z-index: 2;
}

.main_slider_wrap {
	margin-bottom: 0 !important;
}

.main_slider_wrap .slick-dots {
	z-index: 2;
	bottom: 20px;
	line-height: 0;
}

.main_slider_wrap .slick-dots li {
	height: 10px;
	width: 10px;
}

.main_slider_wrap .slick-dots li button {
	background-color: #000;
	border: solid #fff 1px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: block;
}

.main_slider_wrap .slick-dots li.slick-active button {
	background-color: #ae2123;
}

.main_slider_wrap .slick-dots li button:before {
	content: none;
}

.main_wrap .main_zero {
	position: absolute;
	right: 100px;
	bottom: -90px;
}

@media screen and (max-width: 767px) {
	.slick-slide img.vpc {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.slick-slide img.vsp {
		display: none;
	}
}




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

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

@media screen and (max-width: 1180px) {
	.main_wrap .main_zero {
		right: 10px;
		bottom: -60px;
		width: 300px;
	}
}

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

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

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

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

@media screen and (max-width: 767px) {
	.main_wrap {
		margin-bottom: 75px;
		padding-top: 56px;
	}

	.main_wrap .main_zero {
		bottom: -55px;
		width: 210px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.main_slider_wrap .slick-dots {
		bottom: -70px;
	}
}

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

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

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

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

/*main//*/






/*製品情報*/
.products_wrap {
	padding: 0 0 40px;
	overflow: hidden;
	background-image: url("../images/common/pt01.jpg");
	background-position: center center;
}

.products_wrap .products_inner {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
}

.products .sec_ttl {
	background-color: #fff;
	position: relative;
	padding: 60px 0 50px;
}

.products .sec_ttl::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -100vw;
	right: -100vw;
	bottom: 0;
	background-color: #fff;
	z-index: 0;
}

.products .sec_ttl h3 {
	position: relative;
	z-index: 1;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1.25;
	letter-spacing: .15em;
}

.products .sec_ttl h3 span {
	display: block;
	text-align: center;
}

.products .sec_ttl h3 .ja {
	font-size: .6em;
}




@media screen and (min-width: 768px) {
	.new_products_wrap {
		background-color: #626262;
		width: 100vw;
		height: auto;
		margin: 0 calc(50% - 50vw);
		padding-right: 20px;
		border-bottom: solid #666666 1px;
		margin-bottom: 35px;
	}

	.title_img_wrap {
		margin: 0 auto;
		max-width: 1240px;
		padding: 0 20px;
		width: 100%;
	}

	.new_products_wrap_size {
		margin: 0 auto;
		max-width: 1240px;
		width: 100%;
		display: flex;
		/* justify-content: flex-end; */
		justify-content: center;
	}

	.new_products_wrap_size .list {
		margin-right: 0!important;
	}

	.new_products_title {
		width: 38vw;
		margin-top: 50px;
	}

	.img_new_product_a {
		margin-bottom: 20px;
	}

	.img_new_product_b {
		margin-bottom: 20px;
	}

	.vector-div{
		position: relative;
		top: 20;
		left: -10;
	}

	.img_vector {
		width: 45vw;
		position: absolute;
		top: 130px;
		left: -10vw;
	}

	.products .new_products_wrap .cat_box {
		display: block;
		font-size: 14px;
		color: #fff;
		text-align: center;
		line-height: 1;
		border: 2px solid #fff;
		padding: 5px;
		margin-bottom: 20px;
	}

	.list_margin_right0 {
		margin-right: 0 !important;
	}

	.wrap-div{
		display: none;
	}
}


/*
@media screen and (min-width:641px) {

	.btns_werap{
		clear: both;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.link_wrap{
		width: 60%;
		margin: auto;
	}

	.products .list .btns_werap .link_wrap.more .link {
		background-color: #fff;
	}

	.products .list .btns_werap .link_wrap .link {
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		font-weight: bold;
		height: 40px;
		transition: .5s all ease;
	}
}
*/


@media screen and (max-width:767px) {
	.new_products_wrap {
		background-color: #626262;
		width: 100vw;
		height: auto;
		margin: 0 calc(50% - 50vw);
		padding-left: 20px;
		padding-right: 20px;
	    padding-bottom: 40px;
	}

	.title_img_wrap {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.new_products_title{
		width: 100%;
	}



	.vsp640-center{
		display: flex;
		justify-content: center;
	}

	.img_vector {
		display: none;
	}
}








.products .content_list {
	padding: 60px 0 40px;
	border-bottom: solid #666666 1px;
	margin-bottom: 35px;
}


.products .list {
	float: left;
	width: 28.33333333333333%;
}

.products .list:not(:nth-child(3n)) {
	margin-right: 7.5%;
}

.products .list:nth-child(3n+1) {
	clear: both;
}

.products .list:nth-child(n+4) {
	margin-top: 50px;
}

.products .list figure:not(.img_new_product_a):not(.img_new_product_b) {
	background-color: #fff;
	margin-bottom: 20px;
}

.products .list .w_box {
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
}

.products .list .cat_box {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1;
	border: 2px solid #fff;
	padding: 5px;
	margin-bottom: 20px;
}

.products .list .ttl {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
}

.products .list .sub_ttl_box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding: 5px 0;
}

.products .list:nth-child(3n+1) .sub_ttl_box {
	border-top: solid #4bb5ec 2px;
	border-bottom: solid #4bb5ec 2px;
}

.products .list:nth-child(3n+2) .sub_ttl_box {
	border-top: solid #6ced78 2px;
	border-bottom: solid #6ced78 2px;
}

.products .list:nth-child(3n+3) .sub_ttl_box {
	border-top: solid #f48cda 2px;
	border-bottom: solid #f48cda 2px;
}

.products .list .sub_ttl {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}

.products .list:nth-child(3n+1) .sub_ttl {
	color: #4bb5ec;
}

.products .list:nth-child(3n+2) .sub_ttl {
	color: #6ced78;
}

.products .list:nth-child(3n+3) .sub_ttl {
	color: #f48cda;
}

.products .list .read {
	font-size: 14px;
	color: #fff;
	line-height: 1.714285714285714;
	margin-bottom: 20px;
}

.products .list .table {
	padding: 10px;
	background-color: #626262;
	margin-bottom: 25px;
}

.products .list .table table {
	width: 100%;
	border-collapse: collapse;
}

.products .list .table tbody {
	width: 100%;
}

.products .list .table th,
.products .list .table td {
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 2.142857142857143;
}


.products .list .btns_werap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.products .list .btns_werap .link_wrap {
	width: 60%;
	margin: auto;
}

.products .list .btns_werap .link_wrap .link {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	transition: .5s all ease;
}

body:not(.mobile) .products .list .btns_werap .link_wrap .link:hover {
	opacity: .5;
}

.products .list .btns_werap .link_wrap.more .link {
	background-color: #fff;
}

.products .list .btns_werap .link_wrap.cart .link {
	background-color: #d54922;
	color: #fff;
	position: relative;
	padding-left: 30px;
}

.products .list .btns_werap .link_wrap.cart .link::before {
	content: '';
	width: 19px;
	height: 18px;
	background-image: url("../images/common/icon_cart@2x.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
}


.products .btn_box .ttl_read {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.875;
	font-weight: bold;
	margin-bottom: 25px;
}


.products .btn_box .btns_wrap {
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.products .btn_box .link_wrap {
	width: 47.16981132075472%;
}

.products .btn_box .link {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	position: relative;
	transition: .5s all ease;
}

body:not(.mobile) .products .btn_box .link:hover {
	opacity: .5;
}

.products .btn_box .link_wrap.store .link {
	/*background-color: #007aa3;*/
	background-color: #d54922;
}

.products .btn_box .link_wrap.store .link::before {
	content: '';
	width: 19px;
	height: 18px;
	background-image: url("../images/common/icon_cart@2x.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
}

.products .btn_box .link_wrap.search .link {
	/*background-color: #44195f;*/
	background-color: #007aa3;
}


.products .btn_box .link_wrap.search .link::before {
	content: '';
	width: 32px;
	height: 21px;
	background-image: url("../images/common/icon_store@2x.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
}





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

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

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

@media screen and (max-width: 1024px) {
	.products .list .ttl {
		font-size: 16px;
	}

	.products .list .sub_ttl {
		font-size: 14px;
	}

	.products .list .read {
		font-size: 12px;
	}

	.products .list .table th,
	.products .list .table td {
		font-size: 12px;
	}

	.products .list .btns_werap .link_wrap .link {
		font-size: 12px;
	}

	.products .btn_box .ttl_read {
		font-size: 16px;
	}
}

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

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

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

@media screen and (max-width: 767px) {
	.products .list {
		float: none;
		width: 100%;
	}

	.products .list:nth-child(n+4) {
		margin-top: 0px;
	}



	.products .list:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.products .list:not(:last-child) {
		margin-bottom: 60px;
	}

	.products .list figure {
		margin: 0 auto 30px;
		max-width: 300px;
		width: 100%;
	}

	.products .list .w_box {
		max-width: none;
	}

	.products .list .float_area {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.products .list .table {
		margin-bottom: 0;
		width: 48%;
	}

	.products .list .btns_werap {
		display: block;
		width: 48%;
	}

	.products .list .btns_werap .link_wrap {
		width: 100%;
	}

	.products .list .btns_werap .link_wrap.more {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 640px) {
	.products .sec_ttl {
		padding: 20px 0 10px;
	}

	.products .content_list {
		padding: 20px 0 20px;
		margin-bottom: 20px;
	}

	.products .list figure {
		float: left;
		margin-bottom: 20px;
		width: 50%;
	}

	.products .list .txt_box {
		float: right;
		width: 46.66666666666667%;
		margin-bottom: 20px;
	}

	.products .list .read {
		margin-bottom: 0;
	}

	/*	.products .list .table{
		width: 50%;
		float: left;
		margin-bottom: 0;
		clear: both;
	}*/

	.products .list .table {
		width: 100%;
	}

	.products .list .btns_werap {
		display: flex;
		width: 100%;
	}

	.products .list .btns_werap .link_wrap {
		width: 48%;
	}

	.products .list .btns_werap .link_wrap.more {
		margin-bottom: 0;
	}

	.products .list .btns_werap {
		/*float: right;
		width: 46.66666666666667%;*/
		clear: both;
		width: 100%;
	}

	.products .list .table th,
	.products .list .table td {
		font-size: 10px
	}

	.products .btn_box .ttl_read {
		font-size: 14px;
	}

	.products .btn_box .btns_wrap {
		display: block;
	}

	.products .btn_box .link_wrap {
		width: 100%;
	}

	.products .btn_box .link_wrap:first-child {
		margin-bottom: 6px;
	}


}

@media screen and (max-width: 460px) {
	.products .sec_ttl h3 {
		font-size: 20px;
	}

	.products .list:not(:last-child) {
		margin-bottom: 30px;
	}

	.products .list .ttl {
		font-size: 13px;
		margin-bottom: 15px;
	}

	.products .list .read {
		font-size: 11px;
	}

	.products .list .table {
		padding: 5px;
	}

	.products .list .table th,
	.products .list .table td {
		letter-spacing: -0.15em;
	}

	.products .btn_box .link {
		height: 50px;
	}

	.products .list .btns_werap .link_wrap .link {
		height: 34px;
	}

	.products .btn_box .ttl_read {
		font-size: 12px;
	}
}

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

@media screen and (max-width: 374px) {
	.products .list figure {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.products .list .txt_box {
		float: none;
		width: 100%;
	}

	.products .list .table {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.products .list .btns_werap {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.products .list .btns_werap .link_wrap {
		width: 46.66666666666667%;
	}

	.products .list .table th,
	.products .list .table td {
		letter-spacing: normal;
	}
}

/*製品情報//*/

















/*最新情報*/
.news_wrap {
	padding: 70px 0 75px;
}

.news_inner {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
}

.news {
	display: flex;
	justify-content: center;
}

.news .sec_ttl h3 {
	font-weight: bold;
	font-size: 24px;
	color: #000;
	letter-spacing: .15em;
	padding-right: 25px;
}

.news .news_list li {
	display: flex;
	flex-wrap: wrap;
	color: #000000;
	font-size: 16px;
}

.news .news_list li:not(:last-child) {
	margin-bottom: 20px;
}

.news .news_list time {

	width: 5em;
	margin-right: 2em;
}







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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
	.news {
		display: block;
	}

	.news .sec_ttl h3 {
		padding: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	.news .news_list li {
		text-align: center;
		display: block;
	}

	.news .news_list time {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 640px) {
	.news_wrap {
		padding: 25px 0 25px;
	}

	.news .sec_ttl h3 span:not(.ja):not(.en) {
		display: none;
	}

	.news .sec_ttl h3 span.ja,
	.news .sec_ttl h3 span.en {
		display: block;
	}

	.news .news_list li {
		font-size: 14px;
	}
}

@media screen and (max-width: 460px) {
	.news .sec_ttl h3 {
		font-size: 20px;
	}


	.news .sec_ttl h3 .ja {
		font-size: .6em
	}

	.news .news_list li {
		font-size: 12px;
	}
}

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

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

/*最新情報//*/









/*About SMOOTH V!P*/
.about_wrap {
	padding: 75px 0 80px;
	background-image: url("../images/common/pt01.jpg");
	background-position: center center;
}

.about_inner {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.about .sec_ttl h3 {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: .15em;
	line-height: 1.2;
}

.about .sec_ttl .txt {
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}

.about .float_wrap {
	margin-bottom: 90px;
}

.about .float_wrap .float_content {
	width: 48.57142857142857%;
}

.about .float_wrap .left {
	float: left;
}

.about .float_wrap .right {
	float: right;
}

.about .float_wrap figure {
	width: 50%;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 2.8px 1.2px rgba(0, 0, 0, 0.1);
}

.about .float_wrap .txt_wrap {
	width: 55.88235294117647%;
	padding: 40px 10px 65px;
	position: relative;
	z-index: 0;
	margin-top: 80px;
}

.about .float_wrap .txt_wrap p {
	color: #fff;
}

.about .float_wrap .txt_wrap .txt_ttl {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.about .float_wrap .txt_wrap .txt_read {
	font-size: 16px;
	line-height: 1.875;
}

.about .float_wrap .txt_wrap .link_wrap {
	position: absolute;
	bottom: -20px;
	margin: 0 auto;
	max-width: 200px;
	width: 100%;
}

.about .float_wrap .txt_wrap .link {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	transition: .5s all ease;
}

body:not(.mobile) .about .float_wrap .txt_wrap .link:hover {
	opacity: .5;
}


.about .float_wrap .left figure {
	float: left;
	margin-right: -10.52631578947368%;
}

.about .float_wrap .left .txt_wrap {
	float: right;
	padding-left: 8%;
	/*background-color: #72311e;*/
	background-color: #626262;
}

.about .float_wrap .left .txt_wrap .link_wrap {
	right: 30px;
}

.about .float_wrap .left .txt_wrap .link {
	color: #626262;
}


.about .float_wrap .right figure {
	float: right;
	margin-left: -10.52631578947368%;
}

.about .float_wrap .right .txt_wrap {
	float: left;
	padding-right: 8%;
	/*background-color: #e54d26;*/
	background-color: #007aa3;
}

.about .float_wrap .right .txt_wrap .link_wrap {
	left: 30px;
}

.about .float_wrap .right .txt_wrap .link {
	color: #007aa3;
}





.about .btns_wrap {
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about .btns_wrap .link_wrap {
	width: 30.8641975308642%;
}

.about .btns_wrap .link {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	position: relative;
	transition: .5s all ease;
}

body:not(.mobile) .about .btns_wrap .link:hover {
	opacity: .5;
}

.about .btns_wrap .link_wrap.store .link {
	background-color: #007aa3;
	background-color: #d54922;

}

.about .btns_wrap .link_wrap.qa .link {
	background-color: #68aa11;
	background-color: #49770c;
}

.about .btns_wrap .link_wrap.movie .link {
	background-color: #d5447b;
	background-color: #952f56;
}

.about .btns_wrap .link_wrap.store .link::before {
	content: '';
	width: 19px;
	height: 18px;
	background-image: url("../images/common/icon_cart@2x.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
}







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

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

	.about .sec_ttl {
		margin-bottom: 30px;
	}

	.about .float_wrap .float_content {
		width: 100%;
		margin: 0 auto;
		max-width: 680px;
	}

	.about .float_wrap .left {
		float: none;
		margin-bottom: 60px;
	}

	.about .float_wrap .right {
		float: none;
	}


	.about .float_wrap .right figure {
		float: left;
		margin-right: -10.52631578947368%;
		margin-left: 0;
	}

	.about .float_wrap .right .txt_wrap {
		float: right;
		padding-left: 8%;
		padding-right: 0;
	}

	.about .float_wrap .right .txt_wrap .link_wrap {
		left: auto;
		right: 30px;
	}

}

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

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

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

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

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

@media screen and (max-width: 767px) {
	.about .float_wrap .txt_wrap .txt_ttl {
		font-size: 18px;
	}

	.about .float_wrap .txt_wrap .txt_read {
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	.about_wrap {
		padding: 25px 0 30px;
	}

	.about .float_wrap .txt_wrap {
		margin-top: 30px;
	}

	.about .float_wrap .txt_wrap .txt_ttl {
		font-size: 16px;
	}

	.about .float_wrap .txt_wrap .txt_read {
		font-size: 12px;
	}

	.about .float_wrap .txt_wrap .link {
		font-size: 14px;
		height: 24px;
	}

	.about .float_wrap {
		margin-bottom: 60px;
	}

	.about .btns_wrap .btns_wrap {
		display: block;
	}

	.about .btns_wrap .link_wrap {
		width: 100%;
	}

	.about .btns_wrap .link_wrap:first-child {
		margin-bottom: 6px;
	}

	.about .btns_wrap .link_wrap:nth-child(2) {
		margin-bottom: 6px;
	}

}

@media screen and (max-width: 460px) {
	.about .sec_ttl h3 {
		font-size: 20px;
		margin-bottom: 0px;
	}

	.about .sec_ttl .txt {
		font-size: 12px;
		font-weight: bold;
	}

	.about .float_wrap .txt_wrap {
		width: 49.882353%;
		padding: 10px 10px 20px !important;
		margin-top: 20px;
	}

	.about .float_wrap .txt_wrap .txt_ttl {
		font-size: 12px;
	}

	.about .float_wrap .txt_wrap .txt_read {
		font-size: 11px;
		line-height: 1.2;
	}

	.about .btns_wrap .link {
		height: 50px;
	}

	.about .float_wrap .txt_wrap .link {
		font-size: 12px;
		height: 20px;
	}

	.about .float_wrap .left .txt_wrap .link_wrap {
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -10px;
	}

	.about .float_wrap .right .txt_wrap .link_wrap {
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -10px;
	}

	.about .float_wrap .txt_wrap .link_wrap {
		max-width: 150px;
	}

	.about .float_wrap .left {
		margin-bottom: 30px;
	}
}

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

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

	.about .float_wrap .left figure,
	.about .float_wrap .right figure {
		float: none;
		margin: 0 auto 10px;
		width: 100%;
	}

	.about .float_wrap .left .txt_wrap,
	.about .float_wrap .right .txt_wrap {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.about .float_wrap .left .txt_wrap .link_wrap,
	.about .float_wrap .right .txt_wrap .link_wrap {
		bottom: -10px;
	}
}

/*About SMOOTH V!P//*/





/*SMOOTH V!P 公式SNS*/
.sns_wrap {
	padding: 80px 0 100px;
}

.sns_inner {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.sns .sec_ttl {
	margin-bottom: 50px;
}

.sns .sec_ttl h3 {
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: .15em;
}

.sns .icon_wrap {
	text-align: center;
	margin-bottom: 10px;
}

.sns .icon_wrap .icon {
	margin-bottom: 10px;
}

.sns .icon_wrap .txt {
	font-size: 20px;
	color: #010101;
	font-weight: bold;
}

.sns .photo {
	margin-bottom: 35px;
}

.sns .photo li {
	float: left;
	width: 17.71428571428571%;
}

.sns .photo li:not(:nth-child(5)) {
	margin-right: 2.857142857142857%;
}

.sns .btn {
	margin-bottom: 60px;
}

.sns .btns_wrap {
	margin-bottom: 60px;
}



.sns .btns_wrap {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sns .btns_wrap .link_wrap {
	width: 48.57142857142857%;
}

.sns .btns_wrap .link {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	position: relative;
	transition: .5s all ease;
	border-radius: 5px;
	letter-spacing: .05em;
}

body:not(.mobile) .sns .btns_wrap .link:hover {
	opacity: .5;
}


.sns .btns_wrap .link::after {
	content: '';
	width: 19px;
	height: 15px;
	background-image: url("../images/common/icon_brank@2x.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 10px;
	bottom: 10px;
}




.sns .btns_wrap .link_wrap.facebook .link {
	background-color: #4267b2;
}

.sns .btns_wrap .link_wrap.twitter .link {
	background-color: #1da1f2;
}

.sns .btns_wrap .link_wrap.facebook .link::before {
	content: '';
	width: 40px;
	height: 40px;
	background-image: url("../images/common/icon_facebook@2x.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
}

.sns .btns_wrap .link_wrap.twitter .link::before {
	content: '';
	width: 60px;
	height: 60px;
	background-image: url("../images/common/icon_twitter@2x.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
}







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

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

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

@media screen and (max-width: 1024px) {
	.sns .btns_wrap .link {
		padding-left: 30px;
		font-size: 18px;
	}
}

@media screen and (max-width: 900px) {
	/*	.sns .btns_wrap{
		display: block;
	}
	.sns .btns_wrap .link_wrap{
		width: 100%;
	}
	.sns .btns_wrap .link_wrap:first-child{
		margin-bottom: 10px;
	}*/
}

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

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

@media screen and (max-width: 767px) {
	.sns .photo {
		margin: 0 auto 15px;
		max-width: 300px;
		width: 100%;
	}

	.sns .photo li {
		width: 31%;
	}

	.sns .photo li:not(:nth-child(5)) {
		margin-right: 0;
	}

	.sns .photo li:not(:nth-child(3n)) {
		margin-right: 3.5%;
	}

	.sns .photo li:not(:nth-last-child(-n+3)) {
		margin-bottom: 3.5%;
	}

	.sns .photo li:nth-child(3n+1) {
		clear: both;
	}
}

@media screen and (max-width: 640px) {
	.sns_wrap {
		padding: 40px 0 20px;
	}
}

@media screen and (max-width: 460px) {
	.sns .sec_ttl h3 {
		font-size: 20px;
	}

	.sns .sec_ttl {
		margin-bottom: 25px;
	}

	.sns .icon_wrap .txt {
		font-size: 13px;
		line-height: 1.2;
	}

	.sns .btn {
		margin-bottom: 20px;
	}

	.sns .btns_wrap .link {
		font-size: 12px;
		line-height: 1.4;
		height: 50px;
		padding-left: 10px;
	}

	.sns .btns_wrap .link_wrap.facebook .link::before,
	.sns .btns_wrap .link_wrap.twitter .link::before {
		transform: scale(0.5);
		transform-origin: center left;
	}
}

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

@media screen and (max-width: 374px) {
	.sns .btns_wrap .link {
		font-size: 10px;
	}

	.sns .btns_wrap .link::after {
		transform: scale(0.5);
		transform-origin: bottom right;
	}
}

/*SMOOTH V!P 公式SNS//*/

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

	.page-content.product {
		padding-top: 120px;
	}
}

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

	.page-content.product {
		padding-top: 60px;
	}

}