@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face{
	src: url("font/bodoni_seventytwo_itc_book.ttf");
	font-family: "Bodoni";
}
body {
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    color: #4c4948;
		background: #fff;
		font-size: 1.6rem;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html{
	font-size: 62.5%;
}
/* ========= Main ========== */
a{
	text-decoration: none;
}
.box-wp{
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.visible-xs{
  display: none;
}
/* CSS Document */
/*======================================================
Common
======================================================*/
.sp {
    display: none !important;
}
.main-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 120px;
}
img {
    max-width: 100%;
}
._bold {
	font-weight: bold;
}
/* -------- fixed-menu -------- */
.fixed-menu{
	background-color: #fff;
    position: fixed;
    width: 100%;
    top: -50px;
    left: 0;
    transition: all .3s ease;
		opacity: 0;
}
.fixed-menu.fixed-down{
	/* top: calc(100% + 1.5px); */
	z-index: 5;
	opacity: 1;
}
.fixed-menu .fixed-menu-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 0px !important;
}
.fixed-menu .fixed-menu-inner .logo-link{
	width: 12%;
	padding-left: 5rem;
}
.fixed-menu .fixed-menu-inner .logo-link:hover{
	filter: opacity(50%);
}
.fixed-menu .fixed-menu-inner > ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    width: 83%;
    margin-left: 5%;
}
.fixed-menu .fixed-menu-inner > ul li{
	width: 25%;
	text-align: center;
}
.fixed-menu .fixed-menu-inner > ul li a{
	display: block;
	padding: 1.9rem 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.05;
	letter-spacing: 2.5px;
	color: #4c4948;
}
.fixed-menu .fixed-menu-inner > ul li a:hover{
	display: block;
	filter: opacity(50%);
}

.breadcrumb ul li a:hover{
	filter: opacity(50%);
}
.metime div.mt_logo{
	display: inline-block;
}
.metime div.mt_logo:hover{
	filter: opacity(50%);
}
.metime .menu li a:hover{
	filter: opacity(50%);
}
#about .topic-content .item-topic .item a{
	color: #4c4948;
}
#about .topic-content .item-topic .item:hover{
	opacity: 0.8;
    transition: all .3s ease;
}
#about .total-topics{
	margin-bottom: 4.2rem;
}
.total-topics{
	margin-top: 4.5rem;
	display: flex;
	flex-wrap: wrap;
}
.total-topics .box-topics{
	width: calc(25% - (16.5rem / 4));
	margin-right: 5.4rem;
}
.total-topics .box-topics:hover{
	opacity: 0.8;
	transition: all .3s ease;
}
.total-topics .box-topics:nth-child(4n){
	margin-right: 0;
}
.total-topics .box-topics a{
	color: #4c4948;
}
.total-topics .box-topics .txt-topics h3{
	margin-top: 1.9rem;
	padding: 0.9rem 1.2rem 0.8rem;
	font-size: 1.5rem;
	font-weight: bold;
	background: #4c4948;
	color: #fff;
}
.total-topics .box-topics .txt-topics .name{
	font-size: 1.5rem;
	margin-top: 0.7rem;
	line-height: 1.583;
	min-height: 4.6rem;
}
.total-topics .box-topics .txt-topics .intro{
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.429;
}
/* metime
	-------------------------------*/
.metime{
	width: 100%;
	/*display: table-cell;*/
	text-align: center;
	vertical-align: middle;
	/*text-align: center;
	padding: 5.3rem 0 0 0;*/
}
.metime div.mt_logo{
	text-align: center;
}
.metime div.mt_logo img{
	margin: 0 auto;
	width: 16rem;
}

.metime .menu{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 4.9rem 0 4.2rem;
}
.metime .menu li{
	margin-right: 8.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 2.5px;
	color: #000;
}

/*
.metime .menu{
	text-align: center;
	margin: 40px auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.metime .menu li{
	margin-right: 8.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.05;
	letter-spacing: 2.5px;
	color: #000;
}
 .metime .menu li:nth-child(2){
	margin-right: 6.3rem;
} 
.metime .menu li:nth-child(3){
	margin-right: 0;
}*/
.metime .menu li:last-child{
	margin-right: 0;
}
.metime .menu li a{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.05;
	letter-spacing: 2.5px;
	color: #4c4948;
}
.metime .menu li a:hover{
	color: #000;
	transition: all .3s ease;
}
/* Key visual
-------------------------------*/
#kv {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 2rem auto;
}
/* Breadcrumb
-------------------------------*/
.breadcrumb {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 6rem auto;
}
.breadcrumb ul {
    display: flex;
}
.breadcrumb ul li {
    margin-right: 0.5rem;
}
.breadcrumb ul li a {
    font-size: 1rem;
    color: #4c4948;
	font-weight: bold;
}
/* Member benefits
-------------------------------*/
.member-benefits {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 5.5rem auto;
	border: 1px solid #797776;
	padding: 2rem 5rem;
	text-align: center;
}
.member-benefits h3 {
	display: inline-block;
	margin: 0 auto 2rem auto;
	padding: 0 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	border-bottom: 1px solid #797776;
}
.member-benefits ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
.member-benefits ul li {
	width: 25%;
	margin: 0 auto;
}
.member-benefits ul li .text {
	width: 100%;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: bold;
}
.member-benefits ul li .icon {
	width: 100%;
	max-width: 75px;
	margin: 0 auto 1rem auto;
}
.btn-bottom {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 5rem auto;
}
.btn-bottom ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.btn-bottom ul li {
	width: 100%;
	max-width: 450px;
	margin-left: 4.5rem;
}
.btn-bottom ul li:first-child {
	margin-left: 0;
}
.btn-bottom-tel {
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.btn-bottom-tel__txt {
	margin-bottom: 15px;
	line-height: 1.5;
}
.btn-bottom-tel__number {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-bottom-tel__number__img {
	width: 100px;
	margin-right: 10px;
}
.btn-bottom-tel__number__link {
        display: block;
	font-size: 4rem;
	text-decoration: none;
	color: #4c4948;
}
.btn-bottom-tel__time {
	margin-top: 10px;
	line-height: 1.5;
	font-size: 1.3rem;
}

.more-topic {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 7.5rem;
    font-weight: bold;
}

.more-topic a {
	font-weight: initial;
    color: #666666;
}
/* Button
-------------------------------*/
.btn-bottom__item a {
	width: 100%;
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: center;
    padding: 2.2rem 1rem 2.2rem 1rem;
    background: #4c4948;
	border: 2px solid #4c4948;
    display: block;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: bold;
}
.btn-bottom__item a:hover {
	display: block;
	background: #fff;
	color: #4c4948;
}
@media screen and (max-width: 767px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .visible-xs{
		display: block;
	}
	.hidden-xs{
		display: none !important;
	}
	.sp-footer{
		padding: 2rem 4rem;
		border-top: 2px solid #d9d9d9;
	}
	.sp-footer ul{
		display: flex;
		flex-wrap: wrap;
	}
	.sp-footer ul li{
		font-size: 2.2rem;
		color: #000;
		font-weight: bold;
		position: relative;
		margin-right: 8rem;
	}
	.sp-footer ul li:before{
		content: "";
		background: url("../img/icon-next.png") no-repeat;
		background-size: auto 100%;
		width: 4.2rem;
		height: 2.5rem;
		position: absolute;
		left: calc(100% + 3.5rem);
	}
	.sp-footer ul li:last-child:before{
		display: none;
	}
	.sp-search {
	    position: relative;
	}
	.sp-search:before{
		content: "";
		background: url("../img/sp_icon-search.jpg") no-repeat;
		background-size: 100% auto;
		width: 5.2rem;
		height: 4.8rem;
		position: absolute;
		right: 5.5rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.sp-search input{
		padding: 2.1rem 7rem 2.1rem 3rem;
		border: 1px solid #bfbfbf;
		border-radius: 5px;
		width: 100%;
		font-size: 3.2rem;
		box-sizing: border-box;
		outline: none;
	}
	.sp-search input::placeholder{
		color: #cdcdcd;
		font-size: 3.2rem;
	}
	body.no-scroll{
		margin: 0;
		height: 100%;
		overflow: hidden;
	}
	.total-topics{
		margin-top: 0;
	}
	#about .total-topics{
		padding: 0 1.5rem;
	}
	.total-topics .box-topics{
		margin-right: 0;
		margin-top: 2.5rem;
		width: 100%;
	}
	.total-topics .box-topics a{
		display: flex;
		flex-wrap: wrap;
	}
	.total-topics .box-topics a .img-topics{
		width: calc(50% - (1.5rem / 2));
		order: 2;
		margin-left: 1.5rem;
	}
	.total-topics .box-topics a .txt-topics{
		width: calc(50% - (1.5rem / 2));
		order: 1;
	}
	.total-topics .box-topics .txt-topics h3{
		margin-top: 0;
	}
	.total-topics .box-topics .txt-topics h3{
		font-size: 1.2rem;
		padding: 0.75rem;
	}
	.total-topics .box-topics .txt-topics .name{
		font-size: 1.2rem;
		margin-top: 1rem;
		min-height: auto;
	}
	.total-topics .box-topics .txt-topics .intro{
		font-size: 1.4rem;
		margin-top: 1rem;
	}
	.more-topic {
        font-size: 1.2rem;
        margin-bottom: 5rem;
    }
	/* -------- fixed-menu -------- */
	.fixed-menu{
		display: none;
	}
	/* Key visual
	-------------------------------*/
	#kv {
		width: 100%;
		margin: 0 auto 4rem auto;
	}
	/* Breadcrumb
	-------------------------------*/
	.breadcrumb {
		width: 100%;
		margin: 0 auto;
		padding: 1rem 2.5rem;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
	}
	.breadcrumb ul {
		display: flex;
	}
	.breadcrumb ul li {
		margin-right: 0.25rem;
		font-size: 1.2rem;
	}
	.breadcrumb ul li a {
		font-size: 1.2rem;
		color: #4c4948;
		font-weight: bold;
	}
	/* Member benefits
	-------------------------------*/
	.member-benefits {
		max-width: 94%;
		padding: 2rem 1rem;
		margin: 0 auto 2.75rem auto;
	}
	.member-benefits h3 {
		font-size: 1.6rem;
	}
	.member-benefits ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 0 auto;
	}
	.member-benefits ul li {
		width: 48%;
		margin: 4% 0 0 4%;;
	}
	.member-benefits ul li:nth-of-type(2n+1) {
		margin: 4% 0 0 0;
	}
	.member-benefits ul li .text {
		width: 100%;
		margin: 0 auto;
		font-size: 1.2rem;
		line-height: 1.5;
		font-weight: bold;
	}
	.member-benefits ul li .icon {
		width: 100%;
		max-width: 282.5px;
		margin: 0 auto 0.5rem auto;
	}
	.btn-bottom {
		max-width: 70%;
		margin: 0 auto 4rem auto;
	}
	.btn-bottom ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin: 0 auto;
	}
	.btn-bottom ul li {
		width: 100%;
		max-width: 100%;
		margin: 2.25rem 0 0 0;
	}
	.btn-bottom ul li:first-child {
		margin: 0;
	}
	.btn-bottom__item a {
        font-size: 1.2rem;
        padding: 1rem;
        width: 100%;
    }
	.btn-bottom-tel {
		margin-top: 10vw;
		margin-bottom: 4vw;
	}
	.btn-bottom-tel__txt {
		margin-bottom: 3vw;
                font-size: 1.4rem;
	}
	.btn-bottom-tel__number__img {
		width: 20vw;
		margin-right: 2vw;
	}
	.btn-bottom-tel__number__link {
		font-size: 4rem;
	}
	.btn-bottom-tel__time {
		margin-top: 2vw;
	}
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
	.btn-bottom ul li {
		width: 100%;
		max-width: 100%;
		margin: 2.25rem 0 0 0;
	}
	.btn-bottom ul li:first-child {
		margin: 0;
	}
	
}
/*======================================================
End Common
======================================================*/


.toggle-pulldown-menu-link .toggle-status {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	width: 17px;
	transition: transform 300ms;
}
.toggle-pulldown-menu-link.open .toggle-status {
	transform: scale(1, -1);
}
.category-header-wrapper.metime {
	position: relative;
}
.category-header-wrapper .menu-title {
	border-bottom: solid 1px #ccc;
	padding: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
.category-header-wrapper .pulldown-menu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	background-color: #fff;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
}
.category-header-wrapper .pulldown-menu-inner {
	display: flex;
}
.category-header-wrapper .product-category {
	width: 650px;
	margin-right: 50px;
}
.category-header-wrapper .series-category {
	width: 300px;
}
.category-header-wrapper .product-category-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.category-header-wrapper .product-category-list li {
	width: 215px;
	font-size: 1.4rem;
}
.category-header-wrapper .product-category-list li a {
	display: block;
}
.category-header-wrapper .product-category-list li .icon {
	vertical-align: middle;
	margin-right: 10px;
}
.category-header-wrapper .series-category-list li {
	padding: 7px 0;
	font-size: 1.4rem;
}
.category-header-wrapper .series-category-list li a {
	display: block;
}
.category-header-wrapper .series-category-list .series-icon {
	display: inline-block;
	width: 70px;
	text-align: center;
	padding: 5px 0;
	margin-right: 10px;
	font-size: 1.4rem;
}
.category-header-wrapper .series-category-list .series-icon.moist {
	background-color: #fdeef1;
}
.category-header-wrapper .series-category-list .series-icon.whitening {
	background-color: #e7eff8;
}
