@charset "UTF-8";

.contents h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:4.2rem;
	line-height:1;
	text-align:center;
	margin-bottom:.75em;
}

.contents .btn {
	color:#FFFFFF;
	font-size:1.5rem;
	width:100%;
	max-width:16em;
	border:1px solid #FFFFFF;
	height:3.6em;
	transition:.3s;
}
.contents .btn:hover {
	color:#000000;
	background-color:#FFFFFF;
}



/**
FV
**/

#fv .fv {
	background:url(../img/top/fv.jpg) no-repeat center bottom/cover;
	position:relative;
	text-align:center;
}
#fv .fv_inner {
	text-align:left;
	width:calc(100% - 60px);
	max-width:1000px;
	height:570px;
	position:relative;
}
#fv .fv_inner h1 {
	color:#FFFFFF;
	font-size:6.6rem;
	font-weight:400;
	line-height:1;
	font-family: 'Oswald', sans-serif;
}
#fv .fv_inner h1 .color {
	font-family:inherit;
	color:#fa2778;
}
#fv .fv_inner h1 .text {
	display:block;
	font-size:2.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1;
	padding-top:2em;
}



/**
NEWS
**/

#news .wrap {
	padding:90px 0;
}
#news .newsBox {
	max-width:720px;
	margin:0 auto;
}
#news .newsBox dl {
	width:100%;
	font-size:1.4rem;
	line-height:1;
	border-bottom:1px solid rgba(0,0,0,.4);
	padding-top:.5em;
	padding-bottom:2em;
	margin-bottom:1.5em;
	position:relative;
}
#news .newsBox .date {
	width: 60px;
	font-family: 'Oswald', sans-serif;
}
#news .newsBox .cat {
	width:120px;
	text-align:center;
}
#news .newsBox .cat a {
	font-size:1.2rem;
	background-color:#fa2778;
	color:#FFFFFF;
	display:inline-block;
	line-height:2;
	padding:0 1em;
}
#news .newsBox dt {
	width:calc(100% - 180px);
}
#news .newsBox dt a {
	font-size:inherit;
	line-height:1.4;
	transition:.3s;
}
#news .newsBox dt a:hover {
	opacity:.5;
}



/**
PRODUCTS
**/

#products .wrap {
	background-color:#000000;
	padding:120px 0 90px;
}
#products .detail {
	width:36%;
}
#products .detail h2 {
	color:#fa2778;
	text-align:left;
}
#main #products .detail p {
	font-size:1.5rem;
	color:#FFFFFF;
	line-height:2;
	margin-bottom:2em;
}
#products .img {
	width:calc(32% - 40px);
}
#products .img.img1 {
	padding-bottom:50px;
}
#products .img.img2 {
	padding-top:50px;
}
#products .img .item:not(:last-child) {
	margin-bottom:40px;
}
#products .img img {
	display:block;
	margin-bottom:10px;
}
#main #products .img p {
	font-size:1.3rem;
	color:#ffffff;
	margin:0;
	line-height:1.5;
}
#main #products .img p .tit {
	display:block;
	font-weight:600;
	font-size:1.1em;
	line-height:1;
	margin-bottom:.5em;
}
#products .contents .btn {
	color:#088d87;
	border-color:#088d87;
}
#products .contents .btn:hover {
	background-color:#088d87;
	color:#ffffff;
}


/**
ABOUT
**/

#about .wrap {
	padding:90px 0;
	background:url(../img/top/about_bg.jpg) no-repeat center center/cover;
}
#main #about .contents .body {
	font-size:2.4rem;
	font-weight:400;
	margin-bottom:1.25em;
	color:#fa2778;
}
#main #about .contents p {
	text-align:center;
	margin-bottom:2em;
	font-size:1.5rem;
}
#about ul {
	width:100%;
	background-color:#FFFFFF;
	padding:30px 45px;
}
#about ul li {
	font-size:1.5rem;
	line-height:1.8;
	text-indent:-1em;
	margin-left:1em;
	margin-bottom:.5em;
}
#about ul li::before {
	content:'・';
}


/**
PURCHASE
**/

#purchase .wrap {
	padding:120px 0;
	background-color: #fa2778;
	overflow:hidden;
	position:relative;
}
#purchase .wrap::before {
	content:'';
	display:block;
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:url(../img/top/buy_bg.jpg) no-repeat right center/cover;
}
#purchase .contents .detail {
	width:50%;
	text-align:left;
	padding-right:50px;
}
#purchase .contents h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:2.8rem;
	font-weight:600;
	margin-bottom:1em;
	color:#ffffff;
	text-align:left;
}
#main #purchase .contents p {
	font-size:1.5rem;
	color:#FFFFFF;
	margin-bottom:2.5em;
}
#purchase .contents .btn:hover {
	color:#fa2778;
}


/**
usage
**/

#usage .wrap {
	padding:90px 0;
}
#usage .contents h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:3.6rem;
	font-weight:600;
	margin-bottom:2em;
}
#usage .contents h2::after {
	content:'';
	display:block;
	width:1.5em;
	height:4px;
	background-color:#fa2778;
	margin:.75em auto 0;
}
#usage .usage {
	width:100%;
}
#usage .usage li {
	width:calc(100%/3);
	border-right:1px solid #dddddd;
	padding:50px 35px;
}
#usage .usage li:nth-child(-n+3) {
	border-bottom:1px solid #dddddd;
	padding-top:0;
}
#usage .usage li:nth-child(3n) {
	border-right:0;
}
#usage .usage li h3 {
	font-size:1.8rem;
	font-weight:500;
	line-height:2.6;
	width:11em;
	margin:0 auto 40px;
	text-align:center;
	background-color:#088d87;
	color:#FFFFFF;
}
#usage .usage li .icon {
	background-color:#e8e8e8;
	width:100px;
	height:100px;
	border-radius:50%;
	margin:0 auto 30px;
}
#usage .usage li .icon img {
	display:block;
}
#main #usage .usage li p {
	font-size:1.4rem;
	line-height:1.7;
	margin-bottom:1em;
}
#main #usage .usage li p:last-child {
	margin-bottom:0;
}
#main #usage .usage li p span {
	display:inline-block;
	text-indent:-1em;
	margin-left:2em;
}


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

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

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

@media screen and (max-width: 640px){
	
.contents h2 {
	font-size:3.2rem;
}

.contents .btn {
	font-size:1.4rem;
	max-width:14em;
}
.contents .btn:hover {
	color:#FFFFFF;
	background:none;
}



/**
FV
**/

#fv .fv {
	background:url(../img/top/fv_sp.jpg) no-repeat center bottom/cover;
}
#fv .fv_inner {
	width:calc(100% - 40px);
	height:400px;
}
#fv .fv_inner h1 {
	font-size:5rem;
}
#fv .fv_inner h1 .text {
	font-size:1.8rem;
	padding-top:1.5em;
}



/**
NEWS
**/

#news .wrap {
	padding:45px 0;
}
#news .newsBox dl {
	font-size:1.3rem;
	padding-top:.5em;
	padding-bottom:1em;
	margin-bottom:.5em;
}
#news .newsBox .date {
	width: 50px;
}
#news .newsBox .cat {
	width:100px;
}
#news .newsBox .cat a {
	font-size:1.1rem;
	padding:0 .5em;
}
#news .newsBox dt {
	width:calc(100% - 150px);
}
#news .newsBox dt a {
	transition:0s;
}
#news .newsBox dt a:hover {
	opacity:1;
}




/**
PRODUCTS
**/

#products .wrap {
	padding:60px 0 45px;
}
#products .detail {
	width:100%;
	margin-bottom:45px;
}
#main #products .detail p {
	font-size:1.4rem;
}
#products .img {
	width:calc(50% - 7.5px);
}
#products .img.img1 {
	padding-bottom:0;
}
#products .img.img2 {
	padding-top:0;
}
#products .img .item:not(:last-child) {
	margin-bottom:30px;
}
#main #products .img p {
	font-size:1.2rem;
	line-height:1.4;
}
#products .contents .btn {
	color:#088d87;
	border-color:#088d87;
}
#products .contents .btn:hover {
	background:none;
	color:#088d87;
}


/**
ABOUT
**/

#about .wrap {
	padding:45px 0;
	background:url(../img/top/about_bg_sp.jpg) no-repeat center center/cover;
}
#main #about .contents .body {
	font-size:2.0rem;
}
#main #about .contents p {
	font-size:1.3rem;
}
#about ul {
	padding:15px 20px;
}
#about ul li {
	font-size:1.3rem;
	line-height:1.5;
}


/**
PURCHASE
**/

#purchase .wrap {
	padding:0;
}
#purchase .wrap::before {
	position:relative;
	width:100%;
	height:180px;
	background:url(../img/top/buy_bg_sp.jpg) no-repeat right center/cover;
}
#purchase .contents .detail {
	width:100%;
	padding:45px 0;
}
#purchase .contents h2 {
	font-size:2.0rem;
}
#main #purchase .contents p {
	font-size:1.3rem;
	margin-bottom:1.5em;
}
#purchase .contents .btn:hover {
	color:#ffffff;
}


/**
usage
**/

#usage .wrap {
	padding:45px 0 0;
}
#usage .contents h2 {
	font-size:2.8rem;
	margin-bottom:1.5em;
}
#usage .contents h2::after {
	height:3px;
}
#usage .usage li {
	width:100%;
	border-right:0;
	padding:45px 0;
	border-bottom:1px solid #dddddd;
}
#usage .usage li:last-child {
	border-bottom:0;
}
#usage .usage li:nth-child(-n+3) {
	padding-top:45px;
}
#usage .usage li:first-child {
	padding-top:0;
}
#usage .usage li h3 {
	font-size:1.6rem;
	margin:0 auto 30px;
}
#usage .usage li .icon {
	width:80px;
	height:80px;
}
#main #usage .usage li p {
	font-size:1.3rem;
	line-height:1.5;
}
	
}
	
@media screen and (max-width:480px){
}
	
@media screen and (max-width:360px){
}