@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 100;
	font-style: normal;
	src: local('Noto Sans CJK JP Thin'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-style: normal;
	src: local('Noto Sans CJK JP Light'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-style: normal;
	src: local('Noto Sans CJK JP Regular'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-style: normal;
	src: local('Noto Sans CJK JP Medium'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-style: normal;
	src: local('Noto Sans CJK JP Bold'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	font-style: normal;
	src: local('Noto Sans CJK JP Black'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

/*
// ==========================================================================
// animation
// ==========================================================================
*/

/*
// ==========================================================================
// utility
// ==========================================================================
*/

/* margin reset */

.u-mt-reset {
	margin-top: 0 !important;
}

.u-mb-reset {
	margin-bottom: 0 !important;
}

.u-ml-reset {
	margin-left: 0 !important;
}

.u-mr-reset {
	margin-right: 0 !important;
}

/* padding reset */

.u-pt-reset {
	padding-top: 0 !important;
}

.u-pb-reset {
	padding-bottom: 0 !important;
}

.u-pl-reset {
	padding-left: 0 !important;
}

.u-pr-reset {
	padding-right: 0 !important;
}

/* align */

.u-align-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.u-align-left {
	margin-right: auto;
	text-align: left;
}

.u-align-right {
	margin-left: auto;
	text-align: right;
}

/*
// ==========================================================================
// lib
// ==========================================================================
*/

/* Magnific Popup CSS */

.mfp-bg {
	position: fixed;
	z-index: 1042;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	opacity: .8;
	background: #0b0b0b;
}

.mfp-wrap {
	position: fixed;
	z-index: 1043;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 8px;
	text-align: center;
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	z-index: 1045;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	position: absolute;
	z-index: 1044;
	top: 50%;
	right: 8px;
	left: 8px;
	width: auto;
	margin-top: -.8em;
	text-align: center;
	color: #ccc;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	z-index: 1046;
	display: block;
	overflow: visible;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	background: transparent;
	box-shadow: none;
	-webkit-appearance: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	font-family: Arial, Baskerville, monospace;
	font-size: 28px;
	font-style: normal;
	line-height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0 0 18px 10px;
	text-align: center;
	text-decoration: none;
	opacity: .65;
	color: #fff;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: -6px;
	width: 100%;
	padding-right: 6px;
	text-align: right;
	color: #fff;
}

.mfp-counter {
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap;
	color: #ccc;
}

.mfp-arrow {
	position: absolute;
	top: 50%;
	width: 90px;
	height: 110px;
	margin: 0;
	margin-top: -55px;
	padding: 0;
	opacity: .65;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: 35px;
	margin-left: 35px;
	content: '';
	border: medium inset transparent;
}

.mfp-arrow:after {
	top: 8px;
	border-top-width: 13px;
	border-bottom-width: 13px;
}

.mfp-arrow:before {
	opacity: .7;
	border-top-width: 21px;
	border-bottom-width: 21px;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	margin-left: 31px;
	border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	margin-left: 39px;
	border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* Main image in popup */

img.mfp-img {
	line-height: 0;
	display: block;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 40px;
}

/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	position: absolute;
	z-index: -1;
	top: 40px;
	right: 0;
	bottom: 40px;
	left: 0;
	display: block;
	width: auto;
	height: auto;
	content: '';
	background: #444;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.mfp-figure small {
	font-size: 12px;
	line-height: 14px;
	display: block;
	color: #bdbdbd;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -36px;
	cursor: auto;
}

.mfp-title {
	line-height: 18px;
	padding-right: 36px;
	text-align: left;
	word-wrap: break-word;
	color: #f3f3f3;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.foot-banner {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: #fafaf5;
}

.foot-banner_wrap {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}

.foot-banner_item {
	position: relative;
	width: 320px;
	margin: 0 auto;
}

.foot-banner_item img {
	width: 100%;
}

.sns-top {
	position: absolute;
	top: 0;
	right: 0;
}

.pagenavi {
	display: flex;
	margin: 70px auto 50px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.pagenavi a {
	font-size: 20px;
	display: flex;
	width: 50px;
	height: 50px;
	margin: 0;
	text-decoration: none;
	color: #78868e;
	border: none;
	border-radius: 50px;
	background: #fff;
	align-items: center;
	justify-content: center;
}

.pagenavi a.prev {
	margin-right: 20px;
	background: url(../img/labo/icn_arrow02.png) center center no-repeat;
	background-color: #b0c6d5;
	background-size: 9px auto;
}

.pagenavi a.prev i {
	display: none;
}

.pagenavi a.next {
	margin-left: 20px;
	background: url(../img/labo/icn_arrow03.png) center center no-repeat;
	background-color: #b0c6d5;
	background-size: 9px auto;
}

.pagenavi a.next i {
	display: none;
}

.pagenavi span {
	font-size: 20px;
	display: flex;
	width: 50px;
	height: 50px;
	margin: 0;
	text-decoration: none;
	color: #40525e;
	border-radius: 50px;
	background: #d7e2ea;
	align-items: center;
	justify-content: center;
}

.pagenavi span.dots {
	background-color: transparent;
}

.blog-side-item {
	padding: 30px 0;
	border-bottom: 2px solid #d7e2ea;
}

.blog-side-item:first-of-type {
	border-top: 2px solid #d7e2ea;
}

.blog-side-title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 1em;
}

.labo-side-item {
	padding: 30px 0;
	border-bottom: 2px solid #d7e2ea;
}

.labo-side-item.labo-side-item__list .labo-side-title:before {
	display: none;
	width: 40px;
	margin: 0 auto;
	padding-bottom: 40px;
	content: '';
	border-top: 4px solid #ec6202;
}

.labo-side-item:first-of-type {
	border-top: 2px solid #d7e2ea;
}

.labo-side-title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 1em;
}

.labo-side-title--general:before {
	display: none;
	width: 40px;
	margin: 0 auto;
	padding-bottom: 40px;
	content: '';
	border-top: 4px solid #ec6202;
}

.search_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 51px;
	border-radius: 0;
	background: #eff4f7;
}

.search_wrap .input-search {
	font-size: 14px;
	width: 216px;
	padding: 15px;
	vertical-align: top;
	color: #40525e;
	border: none;
	background-color: transparent;
}

.search_wrap .input-search:focus {
	border: none;
}

.search_wrap .input-search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 51px;
	height: 51px;
	cursor: pointer;
	border-style: none;
	outline: none;
	background-color: #b0c6d5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search_wrap .input-search-btn:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 19px;
	height: 19px;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/common/ico_search.png) no-repeat center center;
	background-size: cover;
}

.select_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	border-radius: 0;
	background: #eff4f7;
}

.select_wrap:before {
	position: absolute;
	z-index: 2;
	top: 17px;
	right: 20px;
	width: 8px;
	height: 8px;
	padding: 0;
	content: '';
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.select_wrap:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 51px;
	content: '';
	background-color: #b0c6d5;
}

.select_wrap select {
	font-size: 14px;
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 15px 38px 15px 15px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: .01px;
	text-overflow: ellipsis;
	color: #40525e;
	border: none;
	border-radius: 0;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select_wrap select::-ms-expand {
	display: none;
}

.post-page-navi {
	margin: 60px 0 0 0;
	padding: 30px 0 0 0;
	text-align: center;
}

.post-page-navi ul {
	display: flex;
	justify-content: space-between;
}

.post-page-navi li {
	margin: 0 10px;
}

.post-page-navi a {
	font-size: 20px;
	display: block;
	box-sizing: border-box;
	width: 200px;
	padding: 5px 30px;
	text-decoration: none;
	color: #40525e;
	border: 2px solid #b0c6d5;
	border-radius: 30px;
	background-color: #fff;
}

.post-page-navi a:hover {
	opacity: .7;
}

.post-page-navi span {
	font-size: 20px;
	display: block;
	box-sizing: border-box;
	width: 200px;
	padding: 5px 30px;
	color: #999;
	border: 2px solid #b0c6d5;
	border-radius: 30px;
	background-color: #fff;
}

.post-page-navi-prev a,
.post-page-navi-prev span {
	position: relative;
}

.post-page-navi-prev a:before,
.post-page-navi-prev span:before {
	position: absolute;
	z-index: 2;
	top: 16px;
	left: 20px;
	width: 8px;
	height: 8px;
	padding: 0;
	content: '';
	content: '';
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	border-top: 2px solid #40525e;
	border-right: 2px solid #40525e;
}

.post-page-navi-next a,
.post-page-navi-next span {
	position: relative;
}

.post-page-navi-next a:before,
.post-page-navi-next span:before {
	position: absolute;
	z-index: 2;
	top: 16px;
	right: 20px;
	width: 8px;
	height: 8px;
	padding: 0;
	content: '';
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #40525e;
	border-right: 2px solid #40525e;
}

.Footer__btn {
	position: fixed;
	z-index: 3;
	right: 40px;
	bottom: 100px;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.Footer__btn a {
	display: block;
	border-radius: 50px;
}

.Footer__btn-link {
	width: inherit;
	height: inherit;
	cursor: pointer;
	border-radius: 50px;
	background-color: #b0c6d5;
}

.Footer__arrow {
	font-size: 15px;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-decoration: none;
	color: #000;
}

.Footer__arrow::before,
.Footer__arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}

.Footer__arrow::before {
	top: 5px;
	right: 0;
	left: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.notfound {
	margin: auto;
	padding-bottom: 5em;
	text-align: center;
}

.notfound h2 {
	font-size: 120%;
	margin-bottom: 2em;
}

.notfound p {
	margin-bottom: 2em;
}

.notfound .search_wrap {
	width: 300px;
	margin: auto;
	text-align: left;
}

.category-list li {
	margin-bottom: 5px;
}

.category-list li a {
	font-size: 14px;
	position: relative;
	padding-left: 1em;
}

.category-list li a:hover {
	text-decoration: underline;
}

.category-list li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
}

.foot-sns-banner {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fafaf5;
}

.foot-sns-banner_wrap {
	display: flex;
	width: 320px;
	margin: 0 auto;
	justify-content: space-between;
}

.foot-sns-banner_item {
	position: relative;
	width: 60px;
	margin: 0 auto;
}

.foot-sns-banner_item img {
	width: 100%;
}

.product-popup {
	position: relative;
	width: auto;
	max-width: 800px;
	margin: 20px auto;
	padding: 30px;
	background: #fff;
}

.cartjs_product_table table {
	width: 80% !important;
}

.cartjs_product_table th {
	padding: 10px;
}

.cartjs_product_table td {
	padding: 10px;
}

.product-popup_wrap {
	display: flex;
}

.product-popup_img {
	width: 300px;
}

.product-popup_img img {
	width: 100%;
	height: auto;
}

.product-popup_text {
	padding-left: 40px;
	flex: 1;
}

.product-popup_text h3 {
	font-size: 20px;
	margin-bottom: .5em;
}

.product-popup_text h4 {
	font-size: 16px;
	margin-bottom: 1em;
}

.product-popup_text p {
	margin-bottom: 1em;
}

.real-shop {
	display: flex;
	margin-top: 100px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.real-shop-item {
	width: 480px;
	margin-bottom: 40px;
}

.real-shop-item a:hover {
	opacity: .7;
}

.real-shop-item img {
	width: 100%;
	height: auto;
}

.real-shop-item h4 {
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.real-shop-item p {
	margin-bottom: 1em;
}

.real-shop-item p:last-child {
	margin-bottom: 0;
}

.real-shop-item .shiyou4 {
	color: #f69;
}

.movie-title {
	margin-top: 100px;
	margin-bottom: 0;
}

.hamigaki-movie {
	display: flex;
	margin: 0 0 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hamigaki-movie_item {
	width: 480px;
	margin-bottom: 60px;
}

.hamigaki-movie_item .move {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.hamigaki-movie_item .move iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.hamigaki-movie_item h5 {
	font-size: 16px;
	margin-top: .5em;
}

.about-btn-tolabo {
	margin-top: 50px;
}

.about-btn-tolabo {
	position: relative;
	min-width: 200px;
	margin: 100px auto;
	text-align: center;
	text-align: center;
}

.about-btn-tolabo a {
	font-size: 20px;
	position: relative;
	display: inline-block;
	padding: 15px 40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: none;
	background: #436475;
}

.about-btn-tolabo a:hover {
	opacity: .7;
}

.about-btn-tolabo a:after {
	position: absolute;
	top: 40%;
	right: 5%;
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

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

.trigger {
	cursor: pointer;
}

}

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

/* ----------------------------------------------------
    reset
  ---------------------------------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	font-family: 'Noto Sans JP', Helvetica, YuGothic, '游ゴシック', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	height: 100%;
}

body {
	font-size: 12px;
	font-size: 75% \9;
	color: #40525d;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	color: #40525d;
}

img {
	vertical-align: bottom;
	border: 0;
}

ul,
ol {
	list-style-type: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
}

th,
caption {
	font-weight: normal;
	text-align: left;
}

legend {
	color: #595959;
}

input[type=tel],
input[type=search],
input[type=email],
input[type=date],
input[type=time],
input[type=password],
input[type=text] {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	padding: 0;
	color: #323232;
	border: 1px solid #b2b2b2;
	background: #fff;
	-webkit-appearance: none;
}

input[type=tel]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=password]:focus,
input[type=text]:focus {
	border: 1px solid #666;
	outline: 0;
}

textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	height: 120px;
	resize: none;
	color: #323232;
	border: 1px solid #b2b2b2;
	background: #fff;
	-webkit-appearance: none;
}

textarea:focus {
	border: 1px solid #666;
	outline: 0;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	opacity: 1;
	color: #bbb;
}

::-moz-selection,
::-moz-selection {
	color: #000;
	background: #edf4fa;
}

::selection,
::-moz-selection {
	color: #000;
	background: #edf4fa;
}

a[href^='tel:'] {
	cursor: default;
}

/*
  *{
    box-sizing: border-box;
  }
*/

/* ----------------------------------------------------
    設定class
  ---------------------------------------------------- */

/* ---------- clearfix ---------- */

.clearfix,
.header-inner,
.header-nav,
.footer-nav,
.footer-info-inner,
.contents-inner,
.row {
	*zoom: 1;
}

.clearfix:after,
.header-inner:after,
.header-nav:after,
.footer-nav:after,
.footer-info-inner:after,
.contents-inner:after,
.row:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ---------- 要素の状態 ---------- */

.is-none {
	display: none;
}

.is-hidden {
	visibility: hidden;
}

.is-responsive {
	width: 100%;
	height: auto;
}

.for-sp {
	display: none;
}

/* ---------- 文字揃え ---------- */

.al-l {
	text-align: left !important;
}

.al-r {
	text-align: right !important;
}

.al-c {
	text-align: center !important;
}

/* ---------- マージン ---------- */

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mtm10 {
	margin-top: -10px !important;
}

.mtm15 {
	margin-top: -15px !important;
}

.mtm20 {
	margin-top: -20px !important;
}

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

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

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

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mbm1 {
	margin-bottom: -1px !important;
}

.mbm20 {
	margin-bottom: -20px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

/* ---------- width ---------- */

.w80 {
	width: 80px !important;
}

.w360 {
	width: 360px !important;
}

.w450 {
	width: 450px !important;
}

.w540 {
	width: 540px !important;
}

/* ----------------------------------------------------
  	header
  ---------------------------------------------------- */

/* inner */

.header-inner {
	width: 1000px;
	margin: 0 auto;
}

/* logo */

.header-logo {
	padding: 40px 0 27px 0;
	text-align: center;
}

/* btn */

.header-btn {
	float: right;
	padding: 23px 0 0 0;
}

/* nav */

.header-nav {
	position: relative;
	display: flex;
	width: 1000px;
	margin: 0 auto 10px;
	align-items: center;
	justify-content: center;
}

.header-nav > ul {
	font-size: 14px;
	display: flex;
}

.header-nav > ul > li {
	position: relative;
	padding: 0 20px;
}

.header-nav a {
	display: block;
	padding-bottom: 20px;
	text-decoration: none;
	color: #40525e;
}

.header-nav a:hover {
	opacity: .7;
}

.header-nav .sns {
	width: 40px;
	margin-left: auto;
}

.header-nav .sns img {
	width: 100%;
	height: auto;
}

.header-nav .onlineshop {
	position: absolute;
	top: -140px;
	right: 0;
	width: 270px;
}

.header-nav .onlineshop img {
	width: 100%;
	height: auto;
}

.header-nav-withchild > ul {
	position: absolute;
	z-index: 1000;
	top: 32px;
	left: 50%;
	display: none;
	width: auto;
	padding: 6px 0 0 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../img/img_arrow01.png) center top no-repeat;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}

.header-nav-withchild > ul > li {
	float: none;
	background: #40545f;
}

.header-nav-withchild > ul > li a {
	display: block;
	overflow: inherit;
	width: auto;
	min-width: 170px;
	height: auto;
	padding: 0;
	padding: 12px 15px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #8197a3;
	background: no-repeat;
}

.header-nav-withchild > ul > li a:hover {
	color: #c6cccf;
}

.header-nav-withchild > ul:last-child a {
	border-bottom: none;
}

.header-nav-sns {
	position: absolute;
	top: -70px;
	right: 0;
	display: flex;
}

.header-nav-sns > div {
	margin-left: 1em !important;
}

/* ----------------------------------------------------
    footer
  ---------------------------------------------------- */

#footer {
	font-size: 14px;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	color: #78868e;
}

.footer_wrap {
	position: relative;
	display: flex;
	margin-top: 50px;
	margin-bottom: 20px;
}

.footer_info {
	width: 300px;
}

.footer_navi {
	width: 700px;
}

.footer_navi a {
	color: #78868e;
}

.footer_navi a:hover {
	text-decoration: underline;
}

.footer_access {
	font-weight: 300;
	margin-top: 40px;
}

.footer_access p {
	font-size: 14px;
	margin: 0;
}

.footer_access p:last-child {
	margin-top: 20px;
}

.footer_navi_top {
	display: flex;
	padding-bottom: 50px;
	border-bottom: 1px solid #ebeded;
}

.footer_navi_top_item {
	margin-right: auto;
}

.footer_navi_top_item:last-child {
	margin-right: 0;
}

.footer_navi_bottom {
	display: flex;
	padding-bottom: 40px;
}

.footer_navi_bottom_item {
	margin-right: 65px;
}

.footer_title {
	font-weight: 500;
	margin: 0;
	margin-top: 20px;
	color: #78868e;
}

.footer_navi ul {
	padding-left: 0;
}

.footer_navi li {
	font-weight: 300;
	padding-top: 15px;
}

.footer_navi li:first-child {
	padding-top: 30px;
}

.footer_copy {
	font-size: 12px;
	position: absolute;
	bottom: 40px;
	left: 0;
}

/* ----------------------------------------------------
    wrapper
  ---------------------------------------------------- */

.wrapper {
	overflow: hidden;
	min-width: 1000px;
}

/* ----------------------------------------------------
    contents
  ---------------------------------------------------- */

.contents {
	width: 960px;
	margin: 0 auto;
}

.contents p {
	margin: 0 0 20px 0;
}

.contents-inner {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

.contents-main {
	float: left;
	width: 620px;
}

.contents-side {
	float: right;
	width: 300px;
}

/* ---------- topicpath ---------- */

.topicpath_wrap {
	display: flex;
	margin-bottom: 50px;
	background-color: #eff4f7;
	align-items: center;
}

.topicpath_wrap.topicpath_wrap-nomb {
	margin-bottom: 0;
}

.topicpath_wrap .topicpath {
	padding: 20px 0;
}

.topicpath {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	color: #8197a3;
}

.topicpath li {
	font-size: 12px;
	display: inline;
}

.topicpath li a {
	margin: 0 5px 0 0;
	color: #8197a3;
}

/* ----------------------------------------------------
    ページャー
  ---------------------------------------------------- */

.pager {
	padding: 25px 0 0 0;
	text-align: center;
}

.pager li {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 3px;
}

.pager li a {
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-decoration: none;
	color: #999;
	border: 1px solid #faa8bf;
	border-radius: 5px;
}

.pager li a:hover {
	background: #f5f5f5;
}

.pager li span {
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-decoration: none;
	border: 1px solid #b0aca9;
	border-radius: 5px;
	background: #f5f5f5;
}

/* ----------------------------------------------------
    汎用class
  ---------------------------------------------------- */

/* ---------- glid ---------- */

.col-l {
	float: left;
}

.col-r {
	float: right;
}

/* ---------- 見出し ---------- */

.h-style01 {
	font-size: 210%;
	line-height: 1.3;
	margin: 20px 0 35px 0;
	padding: 0 10px 8px 10px;
	border-bottom: 2px solid #aad0e3;
}

.h-style02 {
	font-size: 155%;
	margin: 0 0 20px 0;
}

.h-style03 {
	font-size: 135%;
	margin: 0 0 15px 0;
}

.h-style04 {
	font-size: 125%;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	color: #5d5d5d;
	border-bottom: 3px solid #635d5d;
}

.h-style05 {
	font-size: 125%;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	color: #5d5d5d;
	border-bottom: 3px solid #a89392;
}

.h-style06 {
	font-size: 125%;
	margin: 0 0 15px 0;
	color: #5d5d5d;
}

.h-style07 {
	font-size: 180%;
	line-height: 1.3;
	margin: 0 0 20px 0;
	color: #5d5d5d;
}

.h-style08 {
	font-size: 125%;
	line-height: 1.3;
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	color: #5d5d5d;
	border-bottom: 2px solid #cbcbcb;
}

.h-style09 {
	font-size: 210%;
	line-height: 1.5;
	margin: 0 0 15px 0;
	color: #5d5d5d;
}

.h-style10 {
	font-size: 180%;
	line-height: 1.3;
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	color: #86cbea;
	background: url(../img/bg_h10.png) left top repeat-y;
}

/* アイコン */

.h-rank {
	padding-left: 30px;
	background: url(../img/icn_rank.png) left 5px no-repeat;
}

.h-new {
	padding-left: 30px;
	background: url(../img/icn_new.png) left 4px no-repeat;
}

.h-tag {
	padding-left: 30px;
	background: url(../img/icn_tag.png) 2px 1px no-repeat;
}

/* ---------- ボタン ---------- */

.btn-style01 a {
	font-size: 120%;
	font-weight: bold;
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: #999;
	border-radius: 6px;
	background: #e9edc8;
}

.btn-style01 a:hover {
	background: #dbe2a7;
}

.btn-style02 a {
	font-size: 110%;
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
	background: #ff7ea5;
}

.btn-style02 a:hover {
	background: #ff6795;
}

.btn-style03 a {
	font-size: 110%;
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
	background: #b4b0b1;
}

.btn-style03 a:hover {
	background: #a6a1a2;
}

/* ---------- 罫線 ---------- */

.line-style01 {
	height: 1px;
	background: #ccc;
}

.line-style01 hr {
	display: none;
}

.line-style02 {
	height: 2px;
	background: #ccc;
}

.line-style02 hr {
	display: none;
}

.line-style03 {
	height: 1px;
	border-top: 1px dashed #8197a3;
}

.line-style03 hr {
	display: none;
}

.line-style04 {
	height: 1px;
	height: 1px;
	border-top: 1px dashed #436475;
	border-top: 1px dotted #8197a3;
}

.line-style04 hr {
	display: none;
	display: none;
}

/* ---------- 画像トリミング ---------- */

.circle80 {
	display: block;
	visibility: hidden;
	overflow: hidden;
	width: 80px;
	height: 80px;
	padding: 0 !important;
	border-radius: 40px;
}

.square80 {
	display: block;
	visibility: hidden;
	overflow: hidden;
	width: 80px;
	height: 80px;
	padding: 0 !important;
}

.square100 {
	display: block;
	visibility: hidden;
	overflow: hidden;
	width: 100px;
	height: 100px;
	padding: 0 !important;
}

#toc_container {
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
}

}

@media screen and (min-width: 768px) and (min-width: 769px) {

.header-nav-other {
	display: none;
}

.footer_img img {
	width: 120px;
}

}

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

#footer {
	width: 100%;
}

.footer_wrap {
	margin-top: 8.66667vw;
	margin-bottom: 10.66667vw;
}

.footer_info {
	margin: 0 auto;
	text-align: center;
}

.footer_img {
	width: 20%;
	margin: 0 auto;
}

.footer_img img {
	width: 100%;
}

.footer_navi {
	display: none;
}

.footer_access {
	font-size: 20px;
	margin-top: 4vw;
}

.footer_access p {
	font-size: 10px;
}

.footer_access p:last-child {
	font-size: 10px;
	margin-top: 0vw;
}

.topicpath_wrap {
	display: none;
}

}

@media screen and (min-width: 769px) {

.sp {
	display: none !important;
}

.pagenavi a:hover {
	opacity: .7;
}

}

@media screen and (min-width: 990px) {

.tab {
	display: none !important;
}

}

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

.mfp-arrow {
	-webkit-transform: scale(.75);
	transform: scale(.75);
}

.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}

.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}

.mfp-container {
	padding-right: 6px;
	padding-left: 6px;
}

}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

/**
       * Remove all paddings around the image on small screen
       */

.mfp-img-mobile .mfp-image-holder {
	padding-right: 0;
	padding-left: 0;
}

.mfp-img-mobile img.mfp-img {
	padding: 0;
}

.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}

.mfp-img-mobile .mfp-bottom-bar {
	position: fixed;
	top: auto;
	bottom: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 3px 5px;
	background: rgba(0, 0, 0, .6);
}

.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}

.mfp-img-mobile .mfp-counter {
	top: 3px;
	right: 5px;
}

.mfp-img-mobile .mfp-close {
	line-height: 35px;
	position: fixed;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	padding: 0;
	text-align: center;
	background: rgba(0, 0, 0, .6);
}

}

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

.pc {
	display: none !important;
}

.foot-banner {
	padding-top: 10.66667vw;
	padding-bottom: 5.33333vw;
}

.foot-banner_wrap {
	flex-direction: column;
	width: 100%;
}

.foot-banner_item {
	width: 80%;
	margin-bottom: 2.93333vw;
}

.pagenavi {
	margin: 0vw auto 6.66667vw;
	order: 2;
}

.pagenavi a {
	font-size: 14px;
	width: 30px;
	height: 30px;
}

.pagenavi span {
	font-size: 14px;
	width: 30px;
	height: 30px;
}

.blog-side-item {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #d7e2ea;
	align-items: center;
}

.blog-side-item:first-of-type {
	border-top: 1px solid #d7e2ea;
}

.blog-side-title {
	font-size: 12px;
	width: 100px;
	margin-bottom: 0;
}

.labo-side-item.labo-side-item__list {
	display: flex;
	flex-direction: column;
	padding-top: 40px;
}

.labo-side-item.labo-side-item__list .labo-side-title:before {
	position: static;
	display: block;
	width: 20px;
	padding-bottom: 4.66667vw;
	border-top: 2px solid #ec6202;
}

.labo-side-item.labo-side-item__list .labo-side-title {
	font-family: 'Noto Sans Japanese';
	font-size: 21px;
	font-weight: 400;
	position: static;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	color: #40525e;
}

.labo-side-item {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #d7e2ea;
	align-items: center;
}

.labo-side-item:first-of-type {
	border-top: 1px solid #d7e2ea;
}

.labo-side-item--column {
	display: flex;
	flex-direction: column;
	padding-top: 40px;
	align-items: flex-start !important;
}

.labo-side-title {
	font-size: 12px;
	width: 100px;
	margin-bottom: 0;
}

.labo-side-title--general:before {
	position: static;
	display: block;
	width: 20px;
	padding-bottom: 4.66667vw;
	border-top: 2px solid #ec6202;
}

.labo-side-title--general {
	font-family: 'Noto Sans Japanese';
	font-size: 21px;
	font-weight: 400;
	position: static;
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
	color: #40525e;
}

.search_wrap {
	height: 30px;
	flex: 1;
}

.search_wrap .input-search {
	font-size: 10px;
	width: 100%;
	height: 30px;
	padding: 0 15px;
}

.search_wrap .input-search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}

.search_wrap .input-search-btn:before {
	width: 10px;
	height: 10px;
	background: url(../img/common/ico_search.png) no-repeat center center;
	background-size: cover;
}

.select_wrap:before {
	top: 9px;
	right: 11px;
	width: 6px;
	height: 6px;
}

.select_wrap:after {
	width: 30px;
}

.select_wrap select {
	font-size: 10px;
	height: 30px;
	padding: 0 38px 0 15px;
}

.post-page-navi {
	margin: 30px 0 0 0;
	padding: 15px 0 0 0;
}

.post-page-navi li {
	margin: 0;
}

.post-page-navi a {
	font-size: 12px;
	width: 29.33333vw;
	padding: 5px;
}

.post-page-navi span {
	font-size: 12px;
	width: 29.33333vw;
	padding: 5px;
}

.post-page-navi-prev a:before,
.post-page-navi-prev span:before {
	top: 10px;
	left: 10px;
	width: 6px;
	height: 6px;
}

.post-page-navi-next a:before,
.post-page-navi-next span:before {
	top: 10px;
	right: 10px;
	width: 6px;
	height: 6px;
}

.Footer__btn {
	position: fixed;
	z-index: 3;
	right: 20px;
	bottom: 80px;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
}

.Footer__btn-link {
	width: inherit;
	height: inherit;
	cursor: pointer;
	background-color: #b0c6d5;
}

.Footer__arrow {
	font-size: 15px;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-decoration: none;
	color: #000;
}

.Footer__arrow::before,
.Footer__arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}

.Footer__arrow::before {
	top: 5px;
	right: 0;
	left: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.foot-sns-banner {
	padding-top: 5.33333vw;
	padding-bottom: 5.33333vw;
}

.foot-sns-banner_wrap {
	width: 100%;
	justify-content: center;
}

.foot-sns-banner_item {
	width: 30px;
	margin: 0 10px;
}

.foot-sns-banner_item {
	margin-bottom: .8vw;
}

.product-popup {
	width: 100%;
}

.product-popup_wrap {
	flex-direction: column;
	width: 100%;
}

.product-popup_img {
	width: 60%;
	margin: 0 auto 20px;
}

.product-popup_text {
	padding: 0;
}

.product-popup_text h3 {
	font-size: 16px;
}

.product-popup_text h4 {
	font-size: 12px;
}

.about-btn-tolabo {
	margin-top: 20px;
}

.about-btn-tolabo {
	min-width: 100%;
	margin-top: 30px;
}

.about-btn-tolabo a {
	font-size: 14px;
	padding: 10px 40px;
}

}

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

.tab {
	display: none !important;
}

.for-pc {
	display: none;
}

.for-sp {
	display: inline-block;
}

.contents {
	width: auto;
	padding: 0;
}

.contents p {
	margin: 0 0 10px 0;
}

.contents-inner {
	width: auto;
	padding: 0;
}

.contents-main,
.contents-side {
	float: none;
	width: auto;
}

.pager {
	padding: 10px 0;
	text-align: center;
}

.col-l,
.col-r {
	float: none;
}

.h-style01 {
	font-size: 16px;
	margin: 10px 0 20px 0;
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #aad0e3;
}

.h-style02 {
	font-size: 14px;
	margin: 0 0 20px 0;
}

.h-style03 {
	font-size: 13px;
	margin: 0 0 10px 0;
}

.h-style04 {
	font-size: 16px;
	margin: 0;
	padding: 0 15px 5px 15px;
}

.h-style05 {
	font-size: 16px;
	display: block;
	margin: 0;
	padding: 0 15px 5px 15px;
}

.h-style06 {
	font-size: 15px;
	margin: 10px 0 0 15px;
}

.h-style07 {
	font-size: 15px;
	margin: 20px 0 10px 20px;
}

.h-style09 {
	font-size: 18px;
	line-height: 1.7;
	margin: 0 20px 10px 20px;
}

.h-style10 {
	font-size: 16px;
	margin: 0 0 15px 20px;
	padding: 0 0 0 10px;
	background: url(../img/bg_h10_sp.png) left top repeat-y;
	background-size: 6px auto;
}

.h-rank {
	padding-left: 45px;
	background: url(../img/icn_rank_sp.png) 15px 6px no-repeat;
	background-size: 22px auto;
}

.h-new {
	padding-left: 45px;
	background: url(../img/icn_new_sp.png) 15px 5px no-repeat;
	background-size: 21px auto;
}

.h-tag {
	padding-left: 45px;
	background: url(../img/icn_tag_sp.png) 17px 2px no-repeat;
	background-size: 20px auto;
}

.h-feature {
	padding-left: 45px;
	background: url(../img/icn_feature.png) 15px 3px no-repeat;
	background-size: 20px auto;
}

.btn-style01 a {
	font-size: 12px;
	font-weight: normal;
	border-radius: 3px;
}

.btn-style01 a:hover {
	background: #e9edc8;
}

.btn-style02 a {
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
}

.btn-style02 a:hover {
	background: #ff7ea5;
}

.btn-style03 a {
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
}

.btn-style03 a:hover {
	background: #b4b0b1;
}

.circle80 {
	width: 60px;
	height: 60px;
	border-radius: 30px;
}

.square100 {
	width: 80px;
	height: 80px;
}

/* ----------------------------------------------------
    reset
  ---------------------------------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	height: 100%;
}

body {
	font-size: 13px;
	color: #595959;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	color: #40525d;
}

img {
	vertical-align: bottom;
	border: 0;
}

ul,
ol {
	list-style-type: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
}

th,
caption {
	font-weight: normal;
	text-align: left;
}

legend {
	color: #595959;
}

input[type=tel],
input[type=search],
input[type=email],
input[type=date],
input[type=time],
input[type=password],
input[type=text] {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	padding: 0;
	color: #323232;
	border: 1px solid #b2b2b2;
	border-radius: 0;
	background: #fff;
	-webkit-appearance: none;
}

input[type=tel]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=password]:focus,
input[type=text]:focus {
	border: 1px solid #666;
	outline: 0;
}

textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	height: 120px;
	resize: none;
	color: #323232;
	border: 1px solid #b2b2b2;
	border-radius: 0;
	background: #fff;
	-webkit-appearance: none;
}

textarea:focus {
	border: 1px solid #666;
	outline: 0;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	opacity: 1;
	color: #bbb;
}

::-moz-selection,
::-moz-selection {
	color: #000;
	background: #edf4fa;
}

::selection,
::-moz-selection {
	color: #000;
	background: #edf4fa;
}

* {
	box-sizing: border-box;
}

/* ----------------------------------------------------
    設定class
  ---------------------------------------------------- */

/* ---------- clearfix ---------- */

.clearfix,
.footer-nav,
.contents-inner,
.row {
	*zoom: 1;
}

.clearfix:after,
.footer-nav:after,
.contents-inner:after,
.row:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ---------- 要素の状態 ---------- */

.is-none {
	display: none;
}

.is-hidden {
	visibility: hidden;
}

.is-responsive {
	width: 100%;
	height: auto;
}

.for-sp {
	display: none;
}

/* ---------- 文字揃え ---------- */

.al-l {
	text-align: left !important;
}

.al-r {
	text-align: right !important;
}

.al-c {
	text-align: center !important;
}

/* ---------- マージン ---------- */

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: .66667vw !important;
}

.mt10 {
	margin-top: 1.33333vw !important;
}

.mt15 {
	margin-top: 2vw !important;
}

.mt20 {
	margin-top: 2.66667vw !important;
}

.mt25 {
	margin-top: 3.33333vw !important;
}

.mt30 {
	margin-top: 4vw !important;
}

.mt35 {
	margin-top: 4.66667vw !important;
}

.mt40 {
	margin-top: 5.33333vw !important;
}

.mtm10 {
	margin-top: -1.33333vw !important;
}

.mtm15 {
	margin-top: -15px !important;
}

.mtm20 {
	margin-top: -20px !important;
}

/**/

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

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

/**/

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

.mb5 {
	margin-bottom: .66667vw !important;
}

.mb10 {
	margin-bottom: 1.33333vw !important;
}

.mb15 {
	margin-bottom: 2vw !important;
}

.mb20 {
	margin-bottom: 2.66667vw !important;
}

.mb25 {
	margin-bottom: 3.33333vw !important;
}

.mb30 {
	margin-bottom: 4vw !important;
}

.mb35 {
	margin-bottom: 4.66667vw !important;
}

.mb40 {
	margin-bottom: 5.33333vw !important;
}

.mb50 {
	margin-bottom: 6.66667vw !important;
}

.mbm1 {
	margin-bottom: -1px !important;
}

.mbm20 {
	margin-bottom: -20px !important;
}

/**/

.ml0 {
	margin-left: 0 !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

/* ---------- width ---------- */

.w80 {
	width: 80px !important;
}

.w360 {
	width: 360px !important;
}

.w450 {
	width: 450px !important;
}

.w540 {
	width: 540px !important;
}

/* ----------------------------------------------------
      header
  ---------------------------------------------------- */

/* inner */

.header-inner {
	position: relative;
	padding: 15px 0 15px 0;
	text-align: center;
}

.header-logo img {
	width: 85px;
	height: auto;
}

/* btn */

.header-btn {
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

/* nav */

.header-nav {
	position: absolute;
	z-index: 100;
	top: 85px;
	left: 0;
	display: none;
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	background: #fff;
}

.header-nav ul {
	text-align: left;
}

.header-nav.is-open {
	display: block;
}

.header-nav a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #323232;
	border-bottom: 1px solid #ccc;
}

.header-nav li ul a {
	padding-left: 30px;
}

.header-nav .sns {
	display: inline-block;
	width: 45px;
	margin: auto;
}

.header-nav .sns a {
	border-bottom: none !important;
}

.header-nav .sns img {
	width: 100%;
	height: auto;
}

.header-nav .onlineshop {
	width: 100%;
	margin: auto;
}

.header-nav .onlineshop img {
	display: block;
	width: 80%;
	height: auto;
	margin: auto;
}

.trigger {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	width: 33px;
	height: 33px;
}

.trigger span {
	position: absolute;
	top: 16px;
	display: block;
	width: 100%;
	height: 1px;
	transition: opacity .3s;
	text-indent: -9999px;
	background: #000;
}

.trigger:after,
.trigger:before {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	transition: all .3s;
	background: #000;
}

.trigger:before {
	top: 0;
}

.trigger:after {
	bottom: 0;
}

.is-open .trigger span {
	opacity: 0;
}

.is-open .trigger:before {
	top: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-open .trigger:after {
	bottom: 16px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ----------------------------------------------------
    footer
  ---------------------------------------------------- */

.footer_copy {
	font-size: 10px;
	position: static;
	margin-top: 2.66667vw;
}

/* ----------------------------------------------------
    wrapper
  ---------------------------------------------------- */

.wrapper {
	overflow: hidden;
	width: 100%;
}

/* ----------------------------------------------------
    contents
  ---------------------------------------------------- */

.contents {
	margin: 0 auto;
}

.contents p {
	margin: 0 0 20px 0;
}

.contents-inner {
	margin: 0 auto;
	padding: 0 0 30px 0;
}

.contents-main {
	float: left;
	width: 82.66667vw;
}

.contents-side {
	float: right;
	width: 40vw;
}

.topicpath {
	display: none;
}

/* ----------------------------------------------------
    ページャー
  ---------------------------------------------------- */

.pager {
	padding: 25px 0 0 0;
	text-align: center;
}

.pager li {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 3px;
}

.pager li a {
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-decoration: none;
	color: #999;
	border: 1px solid #faa8bf;
	border-radius: 5px;
}

.pager li a:hover {
	background: #f5f5f5;
}

.pager li span {
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-decoration: none;
	border: 1px solid #b0aca9;
	border-radius: 5px;
	background: #f5f5f5;
}

/* ----------------------------------------------------
    汎用class
  ---------------------------------------------------- */

/* ---------- glid ---------- */

.col-l {
	float: left;
}

.col-r {
	float: right;
}

/* ---------- 見出し ---------- */

.h-style01 {
	font-size: 210%;
	line-height: 1.3;
	margin: 20px 0 35px 0;
	padding: 0 10px 8px 10px;
	border-bottom: 2px solid #aad0e3;
}

.h-style02 {
	font-size: 155%;
	margin: 0 0 20px 0;
}

.h-style03 {
	font-size: 135%;
	margin: 0 0 15px 0;
}

.h-style04 {
	font-size: 125%;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	color: #5d5d5d;
	border-bottom: 3px solid #635d5d;
}

.h-style05 {
	font-size: 125%;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	color: #5d5d5d;
	border-bottom: 3px solid #a89392;
}

.h-style06 {
	font-size: 125%;
	margin: 0 0 15px 0;
	color: #5d5d5d;
}

.h-style07 {
	font-size: 180%;
	line-height: 1.3;
	margin: 0 0 20px 0;
	color: #5d5d5d;
}

.h-style08 {
	font-size: 125%;
	line-height: 1.3;
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	color: #5d5d5d;
	border-bottom: 2px solid #cbcbcb;
}

.h-style09 {
	font-size: 210%;
	line-height: 1.5;
	margin: 0 0 15px 0;
	color: #5d5d5d;
}

.h-style10 {
	font-size: 180%;
	line-height: 1.3;
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	color: #86cbea;
	background: url(../img/bg_h10.png) left top repeat-y;
}

/* アイコン */

.h-rank {
	padding-left: 30px;
	background: url(../img/icn_rank.png) left 5px no-repeat;
}

.h-new {
	padding-left: 30px;
	background: url(../img/icn_new.png) left 4px no-repeat;
}

.h-tag {
	padding-left: 30px;
	background: url(../img/icn_tag.png) 2px 1px no-repeat;
}

/* ---------- ボタン ---------- */

.btn-style01 a {
	font-size: 14px;
	display: block;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url(../img/icn_arrow01.png) 98% center no-repeat #656565;
	background-size: 7px auto;
}

.btn-style02 a {
	display: block;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	color: #40545f;
	border: 1px solid #40545f;
	background: url(../img/icn_arrow04.png) 98% center no-repeat #f7f7f7;
	background-size: 9px auto;
}

.btn-style03 a {
	font-size: 14px;
	display: block;
	padding: 9px 0;
	text-align: center;
	text-decoration: none;
	color: #40545f;
	border: 1px solid #9bb4cc;
	background: url(../img/icn_arrow06.png) 97% center no-repeat #eef6fa;
	background-size: 7px auto;
}

.btn-style04 a {
	font-size: 15px;
	display: block;
	padding: 9px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url(../img/icn_arrow05.png) 97% center no-repeat #436475;
	background-size: 9px auto;
}

.btn-style04 input {
	font-size: 15px;
	display: block;
	width: 100%;
	padding: 9px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: none;
	background: url(../img/icn_arrow05.png) 97% center no-repeat #436475;
	background-size: 9px auto;
}

.btn-style05 a {
	display: block;
	padding: 9px 0;
	text-align: center;
	text-decoration: none;
	color: #40545f;
	border: 1px solid #7c95a3;
	background: url(../img/icn_arrow07.png) 97% center no-repeat white;
	background-size: 6px auto;
}

.btn-style06 a {
	line-height: 1.3;
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	color: #fff;
	background: url(../img/icn_arrow05.png) 97% center no-repeat #436475;
	background-size: 9px auto;
}

.btn-style07 a {
	display: block;
	padding: 11px 10px;
	text-decoration: none;
	color: #fff;
	background: url(../img/icn_arrow05.png) 97% center no-repeat #436475;
	background-size: 9px auto;
}

/* ---------- 罫線 ---------- */

.line-style01 {
	height: 1px;
	background: #ccc;
}

.line-style01 hr {
	display: none;
}

.line-style02 {
	height: 2px;
	background: #ccc;
}

.line-style02 hr {
	display: none;
}

.line-style03 {
	height: 1px;
	border-top: 1px dashed #8197a3;
}

.line-style03 hr {
	display: none;
}

.line-style04 {
	height: 1px;
	border-top: 1px dotted #8197a3;
}

.line-style04 hr {
	display: none;
}

/* ---------- 画像トリミング ---------- */

.circle80 {
	display: block;
	visibility: hidden;
	overflow: hidden;
	width: 80px;
	height: 80px;
	padding: 0 !important;
	border-radius: 40px;
}

.square80 {
	display: block;
	visibility: hidden;
	overflow: hidden;
	width: 80px;
	height: 80px;
	padding: 0 !important;
}

.square100 {
	display: block;
	visibility: hidden;
	overflow: hidden;
	width: 100px;
	height: 100px;
	padding: 0 !important;
}

}

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

.for-pc {
	display: none;
}

.for-sp {
	display: inline-block;
}

}

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

.trigger {
	top: 6.13333vw;
	right: 4vw;
	width: 30px;
	height: 20px;
}

.trigger span {
	top: 9px;
}

.is-open .trigger:before {
	top: 10px;
}

.is-open .trigger:after {
	bottom: 9px;
}

#footer {
	width: 100%;
}

.footer_wrap {
	margin-top: 8.66667vw;
	margin-bottom: 10.66667vw;
}

.footer_info {
	margin: 0 auto;
	text-align: center;
}

.footer_img {
	width: 20%;
	margin: 0 auto;
}

.footer_img img {
	width: 100%;
}

.footer_navi {
	display: none;
}

.footer_access {
	font-size: 20px;
	margin-top: 4vw;
}

.footer_access p {
	font-size: 10px;
}

.footer_access p:last-child {
	font-size: 10px;
	margin-top: 0vw;
}

}

