@charset "UTF-8";

.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* ====================================
	製品ページ共通スタイル
 ==================================== */
/* メインエリア */
.page-header {
	padding: 2rem 0 2rem;
}

.page-footer {
	padding: 0;
}

.main-title {
	font-size: 2.6rem;
	font-weight: 700;
}

.sub-title {
	font-weight: 500;
	background: #e6e6e6;
}


.red-purple	{ color:#c82579 !important;
	font-weight: 700;
}



.seriesSearchPc ul li.all.on {
	background-image: none;
}

ul.list-options li .checkbox1 {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	background-color: #fff;
	background-image: url(images/check-off.png);
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 18px auto;
	border: solid 1px #A7A7A7;
	border-radius: 20px;
	cursor:pointer;	
}


ul.list-options li.on .checkbox1 {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	background-color: #fff;
	background-image: url(images/check-on.png);
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 18px auto;
	border: solid 1px #A7A7A7;
	border-radius: 20px;
	cursor:pointer
}

ul.star-single {
	padding-top:10px;
}
ul.star-single li {
	padding-left:1.5em;
	text-indent:-1.5em;
}
ul.star-single li span {
	margin-right: 0.5em;
	color: #00a0e9;
}


.bg_white {
	background-color: #fff;
}

.bg_gray {
	background-color: #f6f6f6;
}


.mainvisual {
	margin: 20px 0 30px;
}
.mainvisual img {
	max-width: 1200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.contents-area {
	padding-top: 80px;
	padding-bottom: 80px;	
}
.contents-area.last-area {
	padding-bottom: 0;	
}

.col_4 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_4 > div {
	width: 49%;
}

.comment {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.comment_txt {
	width: 100%;
	max-width: 980px;
	display: inline-block;
	text-align: left;
}

.col-boubo {
	padding: 6px 0;
}
.col-boubo:first-child {
	padding: 0 0 6px 0;
}
.col-boubo:last-child {
	padding: 6px 0 0 0;
}
.col-1,.col-2,.col-3 {
	display: inline-block;
	font-size: 116%;
	vertical-align: text-top;
}
.col-1,.col-2 {
	color:#035970;
	font-weight: 600;
}
.col-1 {
	width: 4em;
}
.col-2 {
	width: 1em;
}
.col-3 {
	width: calc(100% - 6em);
}
.contents_100 {
	width: 100%;
	max-width: 900px;
	margin-top: 60px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

/* ボタン */

.button {
	margin-top: 100px;
}

.button a {
    background: #ea007b;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 600px;
    padding: 30px 80px;
    color: #fff;
	font-size: 174%;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.button a:hover {
	opacity: 0.7;
    color: #fff;
}
.button a:after {
    content: '';
    width: 19px;
    height: 19px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 47%;
    right: 60px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}



/* ボタン（製品） */
.button-product {
	margin-top: 30px;
}

.button-product a {
    background: #606060;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button-product a:hover {
	opacity: 0.7;
    color: #fff;
}
.button-product a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 47%;
    right: 60px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}


/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width <768px) {
	.sub-title {
		margin-top: 4rem;
		margin-bottom: 3rem;
		padding: 0.2em 0;
		font-size: 1.8rem;
		text-align: center;
	}
	
	.contents-area {
		padding-top: 40px;
		padding-bottom: 40px;	
	}
	.contents-area.last-area {
		padding-bottom: 0;	
	}
	.main-titles {
		padding: 0 0;
		font-size: 2.2rem;
	}
	
	.col_4 > div {
		width: 100%;
		margin-top: 15px;
	}
	.col_4 > div:first-child {
		margin-top: 0px;
	}
	.col-1,.col-2,.col-3 {
		font-size: 108%;	
	}
	.col-3 {
		width: calc(100% - 6em);
	}
	
	.contents_100 {
		margin-top: 40px;
	}
	
	/* ボタン */
	.button {
		margin-top: 80px;
	}
	
	.button a {
		max-width: 600px;
		padding: 15px 30px;
		font-size: 123.14%;
	}
	.button a:after {
		top: 47%;
		right: 50px;
	}	
}

/* ====================================
	PC&タブレット
===================================== */
@media print,
screen and (width >=768px) {

	.main-title {
		font-size: 3.6rem;
	}
	.main-navi {
		inline-size: 26rem;
	}

	.col_4 > div:nth-child(2n) {
		margin-left: 2%;
	}
	.col_4 > div:nth-child(n+3){
		margin-top: 15px;
	}
	.comment_txt {
		width: 94%;
	}
	
}
