@charset "utf-8";

/* ------------------------------------------------------*/
/* content */
/* ------------------------------------------------------*/

img {
	max-width: 100%;
}

a:hover {
  opacity: 0.7;
}

div.container {
  margin: 0 auto;
  padding: 0;
  font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
  text-align: left;
  max-width: 1024px;
	font-size: max(min(7.1vw, 72px), 14px);
	color: #000000;
  line-height: 1.8;
}

.image {
	width: 100%;
	height: auto;
}

.mainvisual {
	line-height: 0;
	margin: 0 auto;
}

.product_column {
	text-align: center;
	padding-bottom: 80px;
	background-color: #fff;
}

.product_column_header {
	background-color: #f25ea4;
	padding: 40px 0;
	margin-bottom: 34px;
}

.product_column_header.-padding {
	padding-bottom: 34px;
}

.product_column_label {
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	/* font-style: italic; */
}

.product_column_text {
	text-align: center;
	font-size: 26px;
	font-weight: bo500ld;
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 2px;
}

.product_column_header.-green {
	background-color: #000;
}

h2.product_column_title {
	height: auto;
	font-size: 38px;
	text-align: center;
	margin-bottom: 35px;
	font-weight: bold;
	line-height: 1.5;
}

.product_column_glasses + .product_column_glasses {
	margin-top: 86px;
}

.-border-bottom {
	max-width: 485px;
	height: 1px;
	background-color: #cccccc;
	margin: 65px auto 47px;
}

.product_column_glasses {
	max-width: 690px;
	width: 92%;
	margin: 0 auto;
}

.product_column_glasses a {
	display: block;
	max-width: 330px;
	margin: 0 auto;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 15px 0 14px;
	position: relative;
	border: 2px solid #000000;
	border-bottom: 2px solid #000000 !important;
}

.product_column_glasses a::after {
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	transform: rotate(-45deg);
	vertical-align: middle;
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
}

@media (hover:hover) {
	.product_column_glasses a:hover {
		color: #fff;
		background-color: #000;
		opacity: 1;
	}
}

.product_column_glasses a:hover::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
	
	/* ------------------------------------------------------*/
	/* content */
	/* ------------------------------------------------------*/
	img {
		max-width: 100% !important;
		height: auto;
	}
	
	div.container {
		margin: auto;
		width: 100%;
		font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
		text-align: left;
		max-width: 750px;
		margin: 0 auto;
		color: #000000;
		line-height: 1.8;
		padding: 0;
	}
	
	.mainvisual {
		line-height: 0;
	}
	
	.product_column {
		padding-bottom: 60px;
		background-color: #fff;
	}
	
	.pb0 {
		padding-bottom: 0;
	}
	
	.product_column_header {
		padding: 20px 0;
		margin-bottom: 30px;
		background-color: #f25ea4;
	}
	
	.product_column_header.-green {
		background-color: #000;
	}
	
	.product_column_label {
		text-align: center;
		color: #fff;
		font-weight: bold;
		line-height: 2;
		/* font-style: italic; */
		font-size: 100%;
	}
	
	.product_column_text {
		text-align: center;
		font-weight: 500;
		color: #fff;
		line-height: 1.5;
		margin-top: 5px;
		font-size: 62.5%;
	}
	
	h2.product_column_title {
		text-align: center;
		margin-bottom: 28px;
		font-weight: bold;
		line-height: 1.5;
		height: auto;
		font-size: 91%;
	}
	
	.product_column_glasses {
		max-width: 690px;
		width: 92%;
		margin: 0 auto;
	}
	
	.product_column_glasses + .product_column_glasses {
		margin-top: 50px;
	}
	
	.-border-bottom {
		max-width: 690px;
		width: 92%;
		height: 1px;
		background-color: #cccccc;
		margin: 45px auto;
	}
	
	.product_column_glasses a {
		display: block;
		max-width: 233px;
		width: 59.46%;
		margin: 6px auto 0;
		text-align: center;
		text-decoration: none;
		color: #000000;
		padding: 11px 0;
		position: relative;
		border: 1px solid #000000;
		border-bottom: 1px solid #000000 !important;
		font-size: 60%;
	}
	
	.product_column_glasses a::after {
		border-right: 2px solid #000000;
		border-bottom: 2px solid #000000;
		transform: rotate(-45deg);
		vertical-align: middle;
		content: '';
		width: 8px;
		height: 8px;
		position: absolute;
		top: calc(50% - 4px);
		right: 20px;
	}
}

@media screen and (min-width: 1025px) {
  div.container {
    font-size: 26px;
  }
}