@charset "utf-8";

/*-----
 * Default Layout
 */

/**
 * トップページ
 */
#top .flower img {
	position: absolute;
}
/*
 * メイン
 */
#main {
	overflow: hidden;
	min-width: 940px;
	background-color: #ffe0ed;
}
#main .inner {
	position: relative;
	min-height: 540px;
	padding: 89px 0 80px;
}
/* 花 */
#main .flower img {
	opacity: 0;
}
#main .flower img.show {
	opacity: 1;
	transition: opacity 1s ease;
}
#main .flower img.rotate {
	transform: rotate(360deg);
	transition: transform 2s ease;
}
#main .flower img.ri {
	-webkit-animation: rotateInfinite 10s linear 0s infinite;
	animation: rotateInfinite 10s linear 0s infinite;
}
@-webkit-keyframes rotateInfinite {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes rotateInfinite {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#main .flower .f-green {
	top: 464px;
	left: -190px;
}
#main .flower .f-pink {
	top: 250px;
	left: -55px;
}
#main .flower .f-blue {
	top: 465px;
	left: 85px;
}
#main .flower .f-yellow {
	top: 460px;
	left: 240px;
}
#main .flower .f-purple {
	top: 422px;
	left: 334px;
}
#main .flower .f-orange {
	top: 266px;
	left: 315px;
}
#main .flower .f-khaki {
	top: 150px;
	right: 0;
}
#main .flower .f-sblue {
	top: 370px;
	right: -42px;
}
#main .flower .f-blue-l {
	top: 194px;
	right: -162px;
}
/* 女性 */
#main #woman {
	overflow: hidden;
	position: absolute;
	top: 216px;
	left: 264px;
	width: 240px;
	height: 417px;
	background: url(../img/woman.png) no-repeat 0 0;
	opacity: 0;
}
#main #woman.show {
	left: 94px;
	opacity: 1;
	transition: opacity 3s ease, left 4s linear;
}
/* コピー */
#main .lead {
	overflow: hidden;
	width: 465px;
	height: 276px;
	margin: 111px 0 67px 443px;
	background: url(../img/main_lead.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
/* ニュース */
#main #news {
	width: 454px;
	margin-left: 445px;
}
#main #news h2 {
	overflow: hidden;
	width: auto;
	height: 22px;
	border-bottom: 1px dashed #ec6877;
	background: url(../img/news_h.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
#main #news ul {
	list-style: none;
}
#main #news li {
	position: relative;
	margin-top: 10px;
	padding: 0 0 0 80px;
	background: none;
	font-size: 120%;
}
#main #news li.notime {
	position: relative;
	margin-top: 10px;
	padding: 0;
	background: none;
	font-size: 120%;
}
#main #news li time {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 75px;
	white-space: nowrap;
}
#main #news li a {
	color: #E5457F;
}
/*
 * メートだけの特典
 */
#privileges {
	overflow: hidden;
	background: url(../img/pri_bg.png) repeat 0 0;
}
#privileges h2,
#privileges h3 {
	overflow: hidden;
	background: url(../img/pri_h.png) no-repeat 50% 0;
	text-indent: 100%;
	white-space: nowrap;
}
#privileges header {
	margin-bottom: 90px;
	padding: 56px 0 75px;
	background: url(../img/pri_h_bg.png) repeat-x 0 0;
}
#privileges h2 {
	height: 34px;
}
#privileges section {
	position: relative;
	width: 940px;
	margin: 0 auto 60px;
	padding: 59px 0 48px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.6);
}
#privileges section:before {
	position: absolute;
	top: -1px;
	left: 44px;
	width: 112px;
	height: 182px;
	background: url(../img/pri_num.png) no-repeat 0 0;
	content: "";
}
#privileges section:after {
	position: absolute;
	top: -37px;
	right: -18px;
	width: 189px;
	height: 187px;
	background: url(../img/pri_balloon.png) no-repeat 0 0;
	content: "";
}
/* 特典1 */
#privileges #pri1 h3 {
	height: 125px;
	background-position: 50% -200px;
}
#privileges #pri1 ul {
	margin: 35px 0 0;
	padding: 227px 0 0 208px;
	background: url(../img/pri_profit.png) no-repeat 50% 0;
	content: "";
}
#privileges #pri1 li {
	margin-bottom: 7px;
	letter-spacing: 1px;
}
/* 特典2 */
#privileges #pri2:before {
	background-position: 0 -200px;
}
#privileges #pri2:after {
	background-position: 0 -200px;
}
#privileges #pri2 h3 {
	height: 104px;
	background-position: 50% -400px;
}
#privileges #pri2 .desc ul {
	margin: 43px 0 7px 245px;
}
#privileges #pri2 .desc ul li {
	margin-bottom: 5px;
	padding-left: 10px;
	background-position: 0 10px;
	font-size: 180%;
	letter-spacing: 1.5px;
}
#privileges #pri2 ul.time {
	position: relative;
	width: 492px;
	margin: 0 auto 10px;
}
#privileges #pri2 ul.time li {
	overflow: hidden;
	width: 216px;
	height: 54px;
	margin-top: 33px;
	padding: 0;
	background: url(../img/pri_time.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
#privileges #pri2 ul.time li.afternoon01 {
	background-position: 0 -100px;
}
#privileges #pri2 ul.time li.afternoon02 {
	background-position: 0 -200px;
}
#privileges #pri2 ul.time li.evening {
	position: absolute;
	top: 0;
	right: 0;
	background-position: 0 -300px;
}
#privileges #pri2 ul.time li.night01 {
	position: absolute;
	top: 87px;
	right: 0;
	background-position: 0 -400px;
}
#privileges #pri2 ul.time li.night02 {
	position: absolute;
	right: 0;
	bottom: 0;
	background-position: 0 -500px;
}
/*
 * メート対象商品
 */
#products {
	overflow: hidden;
	padding: 0 0 75px;
	background-color: #fdf6f9;
}
#products h2 {
	overflow: hidden;
	width: 150px;
	height: 40px;
	margin: 70px auto 0;
	background: url(../img/pro_h.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
#products .brand {
	padding-top: 82px;
}
#products .brand a,
#products .brand h3 span,
#products .brand h4 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#products .brand a {
	display: block;
	text-decoration: none;
}
/* ブランド名 */
#products .brand h3 {
	position: relative;
	height: 51px;
	color: #fff;
}
#products .brand h3:after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: inherit;
	background-color: #fdf6f9;
	content: "";
}
#products .brand h3 span {
	display: block;
	width: 940px;
	height: inherit;
	margin: 0 auto;
	background: #fdf6f9 url(../img/pro_brand.png) no-repeat 0 0;
}
#products .brand .inner {
	position: relative;
	width: 980px;
	padding-top: 210px;
}
/* ブランドロゴ */
#products .brand .inner:before {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 210px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	content: "";
}
/* 各商品名 */
#products .brand h4 {
	width: 100%;
	height: 20px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
#products .brand h4:after {
	display: none;
}
/* 「ブランドサイト」ボタン */
#products .brand p.to-brand {
	padding-bottom: 30px;
}
#products .brand p.to-brand a {
	width: 252px;
	height: 42px;
	margin: 0 auto;
	background: url(../img/btn_brand.png) no-repeat 50% 50%;
}
#products .brand p.to-brand a:hover {
	opacity: 0.7;
}
/* 商品ブロック */
#products .brand .cell {
	position: relative;
	width: 636px;
	margin: 20px auto;
	padding: 23px 0 84px;
	border: 3px solid #fff;
	background-color: #fff;
	background-repeat: no-repeat;
}
#products .brand .cell > div {
	padding-left: 204px;
	padding-right: 6px;
}
#products .brand .cell p {
	font-size: 140%;
	font-weight: bold;
}
#products .brand .cell ul {
	margin: 24px 0 20px;
}
#products .brand .cell li {
	margin-bottom: 4px;
	padding-left: 6px;
	background-position: 0 6px;
	font-size: 120%;
}
#products .brand .cell span {
	display: inline-block;
	white-space: nowrap;
}
#products .brand .cell span.co {
	padding: 2px;
	border: 1px solid #000;
	font-size: 90%;
	line-height: 100%;
}
#products .brand .row {
	display: table;
	position: relative;
	margin: 20px 0;
	border-collapse: separate;
	border-spacing: 20px 0;
}
#products .brand .row .cell {
	display: table-cell;
	position: static;
	width: 454px;
	max-width: 454px;
	margin: auto;
	padding-bottom: 68px;
}
#products .brand .row .cell > div {
	padding-left: 192px;
}
/* 「商品のご案内」ボタン */
#products .brand .cell p.to-wp {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 32px;
	margin: auto;
	padding: 0;
}
#products .brand .row .cell p.to-wp {
	left: 153px;
	right: auto;
	bottom: 21px;
}
#products .brand .row .cell + .cell p.to-wp {
	left: auto;
	right: 153px;
}
#products .brand .cell p.to-wp a {
	width: 194px;
	height: 49px;
	margin: 0 auto;
	background: url(../img/btn_wp.png) no-repeat 50% 50%;
}
#products .brand .cell p.to-wp a:hover {
	opacity: 0.7;
}
/* 補足 */
#products .brand p.sup {
	margin: -10px 30px 0;
	padding-left: 1em;
	font-size: 120%;
	line-height: 150%;
	text-indent: -1em;
}
/* 補足（JSで複製） */
#products .brand .cell p.sup {
	display: none;
}
/* 2024/02 一時停止テキスト */
#products .brand .row .cell p.suspended-txt {
	position: absolute;
	bottom: 87px;
	color: #E5457F;
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	width: 454px;
}
/* 長命草 */
#products #choumeisou h3,
#products #choumeisou h4:after,
#products #choumeisou p.to-brand a,
#products #choumeisou p.to-wp a {
	background-color: #008b67;
}
#products #choumeisou .cell {
	padding-bottom: 103px;
	border-color: #008b67;
	background-image: url(../img/choumeisou_pro.png);
}
#products #choumeisou h3 span {
}
#products #choumeisou .inner:before {
	background-image: url(../img/choumeisou_logo.png);
}
#products #choumeisou h4 {
	margin-bottom: 60px;
	background-image: url(../img/choumeisou_name.png);
}
#products #choumeisou #choumeisou-d {
	background-position: 0 0;
	padding-bottom: 266px;
}
#products #choumeisou #choumeisou-d h4 {
	background-position: 50% 0;
}
#products #choumeisou #choumeisou-t {
	background-position: -500px 0;
}
#products #choumeisou #choumeisou-t h4 {
	background-position: 50% -100px;
}
/* 2024/02 一時停止テキスト */
#products #choumeisou #choumeisou-d p.suspended-txt {
	left: 23px;
	right: 0;
}
#products #choumeisou #choumeisou-t p.suspended-txt {
	left: 503px;
	right: 0;
	bottom: 21px;
}
/* ピュアブライト */
#products #purebright h3,
#products #purebright h4:after,
#products #purebright p.to-brand a,
#products #purebright p.to-wp a {
	background-color: #e54c62;
}
#products #purebright .cell {
	border-color: #e54c62;
	background-image: url(../img/purebright_pro.png);
}
#products #purebright h3 span {
	background-position: 0 -100px;
}
#products #purebright .inner:before {
	background-image: url(../img/purebright_logo.png);
}
#products #purebright h4 {
	background-image: url(../img/purebright_name.png);
}
#products #purebright #purebright-d {
	background-position: 0 0;
}
#products #purebright #purebright-d h4 {
	background-position: 50% 0;
}
#products #purebright #purebright-t {
	background-position: -500px 0;
}
#products #purebright #purebright-t h4 {
	background-position: 50% -100px;
}
/* RJ */
#products #rj h3,
#products #rj h4:after,
#products #rj p.to-brand a,
#products #rj p.to-wp a {
	background-color: #ee7532;
}
#products #rj .cell {
	border-color: #ee7532;
	background-image: url(../img/rj_pro.png);
}
#products #rj h3 span {
	background-position: 0 -200px;
}
#products #rj .inner:before {
	background-image: url(../img/rj_logo.png);
}
#products #rj h4 {
	background-image: url(../img/rj_name.png);
}
#products #rj #rj-ex {
	background-position: 0 0;
}
#products #rj #rj-ex h4 {
	background-position: 50% 0;
}
#products #rj #rj-d {
	background-position: -500px 0;
}
#products #rj #rj-d h4 {
	background-position: 50% -100px;
}
#products #rj #rj-g {
	background-position: -1000px 0;
}
#products #rj #rj-g h4 {
	background-position: 50% -200px;
}
/* グルコサミン＋コンドロイチン */
#products #glucosamine h3,
#products #glucosamine h4:after,
#products #glucosamine p.to-brand a,
#products #glucosamine p.to-wp a {
	background-color: #a52229;
}
#products #glucosamine .cell {
	border-color: #a52229;
	background-image: url(../img/glucosamine_pro.png);
	background-position: 0 0;
}
#products #glucosamine h3 span {
	background-position: 0 -300px;
}
#products #glucosamine .inner:before {
	background-image: url(../img/glucosamine_logo.png);
}
#products #glucosamine h4 {
	background: url(../img/glucosamine_name.png) no-repeat 50% 0;
}
/* ギムリンド */
#products #gymrind h3,
#products #gymrind h4:after,
#products #gymrind p.to-brand a,
#products #gymrind p.to-wp a {
	background-color: #e82fac;
}
#products #gymrind .cell {
	border-color: #e82fac;
	background-image: url(../img/gymrind_pro.png);
	background-position: 0 0;
	padding-bottom: 84px;
	/*padding-bottom: 145px;*/
}
/* 2025/01 一時停止テキスト */
#products #gymrind .cell p.suspended-txt {
	position: absolute;
	bottom: 97px;
	color: #E5457F;
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	width: 454px;
	left: 95px;
	right: 0;
}
#products #gymrind h3 span {
	background-position: 0 -400px;
}
#products #gymrind .inner:before {
	background-image: url(../img/gymrind_logo.png);
}
#products #gymrind h4 {
	background: url(../img/gymrind_name.png) no-repeat 50% 0;
}
/* プロポリス＋アガリクス茸 */
#products #propolis h3,
#products #propolis h4:after,
#products #propolis p.to-brand a,
#products #propolis p.to-wp a {
	background-color: #bf9d5a;
}
#products #propolis .cell {
	border-color: #bf9d5a;
	background-image: url(../img/propolis_pro.png);
	background-position: 0 0;
}
#products #propolis h3 span {
	background-position: 0 -500px;
}
#products #propolis .inner:before {
	background-image: url(../img/propolis_logo.png);
}
#products #propolis h4 {
	background: url(../img/propolis_name.png) no-repeat 50% 0;
}
/* ベネフィーク */
#products #benefique h3,
#products #benefique h4:after,
#products #benefique p.to-brand a,
#products #benefique p.to-wp a {
	background-color: #e83e0b;
}
#products #benefique .cell {
	border-color: #e83e0b;
	background-image: url(../img/benefique_pro.png);
	background-position: 0 0;
}
#products #benefique .cell .sup2 {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
}
#products #benefique h3 span {
	background-position: 0 -600px;
}
#products #benefique .inner:before {
	background-image: url(../img/benefique_logo.png);
}
#products #benefique h4 {
	background-image: url(../img/benefique_name.png);
}
/* ベネフィーク ザ・クリア */
#products #benefique #benefique-theclear {
	background-position: 0 25px;
}
#products #benefique #benefique-theclear h4 {
	background-position: 50% 0;
}
/* ベネフィーク ベース サプリメント */
#products #benefique #benefique-basesp {
	background-position: 0 25px;
}
#products #benefique #benefique-basesp h4 {
	background-position: 50% 0;
}
/* ベネフィーク ブライトサーキュリスト */
#products #benefique #benefique-bcl {
	background-position: -500px 25px;
}
#products #benefique #benefique-bcl h4 {
	background-position: 50% -100px;
}
/* ベネフィーク リフトサーキュリスト＜タブレット＞ */
#products #benefique #benefique-lctab {
	background-position: -1005px 70px;
}
#products #benefique #benefique-lctab h4 {
	height: 46px;
	background-position: 50% -175px;
}
/* ベネフィーク リフトサーキュリスト＜ドリンク＞ */
#products #benefique #benefique-lcdrink {
	background-position: -1500px 70px;
}
#products #benefique #benefique-lcdrink h4 {
	height: 46px;
	background-position: 50% -270px;
}
/* ベネフィーク モーニングブースターN */
#products #benefique #benefique-mb {
	background-position: -2000px -5px;
	padding-bottom: 133px;
}
#products #benefique #benefique-mb h4 {
	background-position: 50% -370px;
}
/* 2024/02 一時停止テキスト */
#products #benefique #benefique-mb p.suspended-txt {
	left: 23px;
	right: 0;
}
/*
 * お申し込み
 */
#application {
	overflow: hidden;
	background-color: #f9d8e6;
}
#application .inner {
	position: relative;
	padding: 94px 0;
}
#application h2,
#application p + p {
	overflow: hidden;
	height: 40px;
	margin: 0 auto;
	background: url(../img/app_text.png) no-repeat 50% 0;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
}
#application h2 {
	width: 700px;
	margin-bottom: 60px;
}
#application p {
	font-size: 180%;
	line-height: 190%;
	text-align: center;
}
#application p + p {
	width: 520px;
	margin-top: 65px;
	background-position: 50% -230px;
}
/* 店舗ボタン */
#application ul {
	overflow: hidden;
	width: 699px;
	margin: 66px auto 0;
}
#application li {
	float: left;
	width: 327px;
	height: 112px;
	padding: 0;
	border: 3px solid #f09dc1;
	border-radius: 10px;
	background: none;
}
#application li:first-child {
	margin-right: 33px;
}
#application li a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/app_btn_shop.png) no-repeat 100% 0;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
}
#application li a:hover {
	opacity: 0.7;
}
#application li:first-child a {
	background-position: 0 0;
}
/* 花 */
#application .flower img.b1 {
	-webkit-animation: bounceInfinite 4s ease-in-out 0.5s infinite alternate;
	animation: bounceInfinite 4s ease-in-out 0.5s infinite alternate;
}
#application .flower img.b2 {
	-webkit-animation: bounceInfinite 3s ease-in-out 0.8s infinite alternate;
	animation: bounceInfinite 3s ease-in-out 0.8s infinite alternate;
}
@-webkit-keyframes bounceInfinite {
	0% {
		-webkit-transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-10px);
	}
}
@keyframes bounceInfinite {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}
#application .flower .f-green {
	top: 225px;
	left: -10px;
}
#application .flower .f-pink {
	top: 150px;
	left: -142px;
}
#application .flower .f-blue {
	top: 114px;
	right: -104px;
}
#application .flower .f-yellow {
	top: 270px;
	left: 86px;
}
#application .flower .f-purple {
	top: 280px;
	right: 70px;
}
#application .flower .f-orange {
	top: 244px;
	right: -80px;
}
#application .flower .f-khaki {
	top: 172px;
	right: -10px;
}
#application .flower .f-sblue {
	top: 86px;
	left: -40px;
}
#application .flower .f-blue-l {
	top: 302px;
	left: -10px;
}
/* Default Layout */


/*-----
 *  Mobile Layout: 480px, 320px
 */
@media screen and (max-width:767px) {
	/**
	 * トップページ
	 */
	#top .flower {
		display: none;
	}
	/*
	 * メイン
	 */
	#main {
		min-width: inherit;
		background: #ffe0ed url(../img/sp_main_flowers.png) no-repeat 50% 106px;
		background-size: 360px auto;
	}
	#main .inner {
		min-height: inherit;
		padding: 0 0 37px;
	}
	/* 女性 */
	#main #woman {
		position: static;
		width: 320px;
		height: 208px;
		margin: 85px auto 29px;
		background-image: url(../img/woman.png);
		background-position: 155px 0 !important;
		background-size: 120px auto;
		opacity: 1;
	}
	/* コピー */
	#main .lead {
		width: 320px;
		height: 167px;
		margin: 0 auto 33px;
		background-image: url(../img/sp_main_lead.png);
		background-size: contain;
	}
	/* ニュース */
	#main #news {
		width: auto;
		margin: 0 10px;
	}
	#main #news h2 {
		height: 9px;
		padding-bottom: 5px;
		border-bottom-style: dotted;
		background: url(../img/sp_news_h.png) no-repeat 5px 0;
		background-size: 49px auto;
	}
	#main #news ul {
		margin: 0 5px;
	}
	#main #news li {
		padding: 0;
		font-size: 11px;
	}
	#main #news li time {
		display: block;
		position: static;
		max-width: inherit;
		white-space: normal;
	}
	/*
	 * メートだけの特典
	 */
	#privileges {
		background-size: 97px auto;
	}
	#privileges h2,
	#privileges h3 {
		background-image: url(../img/sp_pri_h.png);
		background-size: 320px auto;
	}
	#privileges li {
		font-size: 11px;
	}
	#privileges header {
		margin-bottom: 46px;
		padding: 20px 0 31px;
		background-size: auto 67px;
	}
	#privileges h2 {
		height: 17px;
	}
	#privileges section {
		width: auto;
		margin: 0 10px 36px;
		padding: 0 0 20px;
	}
	#privileges section:before {
		display: block;
		position: static;
		width: 45px;
		height: 73px;
		margin: 0 auto 10px;
		background-image: url(../img/sp_pri_num.png);
		background-size: 45px auto;
	}
	#privileges section:after {
		top: -32px;
		right: 0;
		width: 95px;
		height: 94px;
		background-image: url(../img/sp_pri_balloon.png);
		background-size: 95px auto;
	}
	/* 特典1 */
	#privileges #pri1 h3 {
		height: 77px;
		background-position: 50% -100px;
	}
	#privileges #pri1 ul {
		margin-top: 15px;
		padding: 115px 5px 0 10px;
		background-image: url(../img/sp_pri_profit.png);
		background-size: 300px auto;
	}
	#privileges #pri1 li {
		margin-bottom: 3px;
		letter-spacing: 0.5px;
	}
	/* 特典2 */
	#privileges #pri2:before {
		background-position: 0 -100px;
	}
	#privileges #pri2:after {
		background-position: 0 -100px;
	}
	#privileges #pri2 h3 {
		height: 56px;
		background-position: 50% -200px;
	}
	#privileges #pri2 .desc {
		margin-top: 18px;
		text-align: center;
	}
	#privileges #pri2 .desc ul {
		display: inline-block;
		margin: 0;
	}
	#privileges #pri2 .desc ul li {
		margin-bottom: 3px;
		padding-left: 0;
		background: none;
		font-size: 11px;
		letter-spacing: 0.5px;
	}
	#privileges #pri2 .desc ul li:before {
		display: inline-block;
		width: 6px;
		height: 2px;
		background: url(../img/sp_bullet.png) no-repeat 0 0;
		background-size: 2px auto;
		vertical-align: 3px;
		content: "";
	}
	#privileges #pri2 ul.time {
		width: 154px;
		margin: 0 auto 8px;
	}
	#privileges #pri2 ul.time li {
		width: 154px;
		height: 37px;
		margin-top: 20px;
		background-image: url(../img/sp_pri_time.png);
		background-size: 154px auto;
	}
	#privileges #pri2 ul.time li.afternoon01 {
		background-position: 0 -50px;
	}
	#privileges #pri2 ul.time li.afternoon02 {
		background-position: 0 -100px;
	}
	#privileges #pri2 ul.time li.evening {
		position: static;
		background-position: 0 -150px;
	}
	#privileges #pri2 ul.time li.night01 {
		position: static;
		background-position: 0 -200px;
	}
	#privileges #pri2 ul.time li.night02 {
		position: static;
		background-position: 0 -250px;
	}
	/*
	 * メート対象商品
	 */
	#products {
		padding: 0;
	}
	#products h2 {
		width: 74px;
		height: 18px;
		margin: 18px auto;
		background-image: url(../img/sp_pro_h.png);
		background-size: contain;
	}
	#products .brand {
		position: relative;
		padding: 0 0 2px;
	}
	/* ブランド名 */
	#products .brand h3 {
		height: 50px;
	}
	#products .brand h3:after {
		display: none;
	}
	#products .brand h3 span {
		width: 100%;
		background-color: transparent;
		background-image: url(../img/sp_pro_brand.png);
		background-size: 320px auto;
	}
	#products .brand .inner {
		position: static;
		width: auto;
		padding-top: 0;
	}
	/* ブランドロゴ */
	#products .brand .inner:before {
		display: none;
	}
	/* 各商品名 */
	#products .brand h4 {
		position: relative;
		height: 44px !important;
		margin-bottom: 0 !important;
		background-size: 320px auto !important;
		cursor: pointer;
	}
	#products .brand h4:after {
		overflow: hidden;
		display: block;
		position: absolute;
		top: 0;
		right: 11px;
		bottom: 0;
		width: 17px;
		height: 17px;
		margin: auto 0;
		border-radius: 50%;
		background: url(../img/sp_btn_toggle.png) no-repeat 50% 0;
		background-size: 17px auto;
		content: "";
	}
	#products .brand h4.open:after {
		background-position: 50% 100%;
	}
	/* 「ブランドサイト」ボタン */
	#products .brand p.to-brand {
		position: absolute;
		top: 0;
		right: 0;
		width: 77px;
		height: 50px;
		padding: 0;
		border-left: 1px solid #fff;
	}
	#products .brand p.to-brand a {
		width: 100%;
		height: 100%;
		background-image: url(../img/sp_btn_brand.png);
		background-size: contain;
	}
	#products .brand p.to-brand a:hover {
		opacity: 1;
	}
	/* 商品ブロック */
	#products .brand .cell {
		width: auto !important;
		margin: 0;
		padding: 0;
		border: none;
		border-top: 1px solid #fff;
		background-image: none !important;
	}
	#products .brand .cell > div {
		display: none;
		padding: 0 10px 34px;
		text-align: center;
	}
	#products .brand .cell > div:before {
		display: block;
		width: 100%;
		height: 185px;
		background-repeat: no-repeat;
		background-size: 320px auto;
		content: "";
	}
	#products .brand .cell h4.open + div {
		display: block;
	}
	#products .brand .cell p {
		font-size: 12px;
	}
	#products .brand .cell ul {
		display: inline-block;
		margin: 20px 0;
	}
	#products .brand .cell li {
		font-size: 11px;
		text-align: left;
	}
	#products .brand .row {
		display: block;
		margin: 0;
	}
	#products .brand .row .cell {
		display: block;
		max-width: inherit;
		padding-bottom: 0 !important;
	}
	#products .brand .row .cell > div {
		padding-left: 10px;
	}
	/* 「商品のご案内」ボタン */
	#products .brand .cell p.to-wp {
		position: static;
	}
	#products .brand .cell p.to-wp a {
		width: 206px;
		height: 52px;
		background-image: url(../img/sp_btn_wp.png);
		background-size: contain;
	}
	#products .brand .cell p.to-wp a:hover {
		opacity: 1;
	}
	/* 補足 */
	#products .brand p.sup {
		display: none;
	}
	/* 補足（JSで複製） */
	#products .brand .cell p.sup {
		display: block;
		margin: 25px 0 0;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
	}
	/* 2024/02 一時停止テキスト */
	#products .brand .row .cell p.suspended-txt {
		position: static;
		font-size: 12px;
		text-align: center;
		width: inherit;
		margin: 0 0 25px;
	}
	/* 長命草 */
	#products #choumeisou h3 span {
	}
	#products #choumeisou h4 {
		margin-bottom: 0;
		background-color: #cce8e1;
		background-image: url(../img/sp_choumeisou_name.png);
	}
	#products #choumeisou .cell > div:before {
		background-image: url(../img/sp_choumeisou_pro.jpg);
	}
	#products #choumeisou #choumeisou-d h4 {
		background-position: 0 0;
	}
	#products #choumeisou #choumeisou-d > div:before {
		background-position: 50% 0;
	}
	#products #choumeisou #choumeisou-t h4 {
		background-position: 0 -50px;
	}
	#products #choumeisou #choumeisou-t > div:before {
		background-position: 50% -250px;
	}
	/* ピュアブライト */
	#products #purebright h3 span {
		background-position: 0 -50px;
	}
	#products #purebright h4 {
		background-color: #fad7dd;
		background-image: url(../img/sp_purebright_name.png);
	}
	#products #purebright .cell > div:before {
		background-image: url(../img/sp_purebright_pro.jpg);
	}
	#products #purebright #purebright-d h4 {
		background-position: 0 0;
	}
	#products #purebright #purebright-d > div:before {
		background-position: 50% 0;
	}
	#products #purebright #purebright-t h4 {
		background-position: 0 -50px;
	}
	#products #purebright #purebright-t > div:before {
		background-position: 50% -250px;
	}
	/* RJ */
	#products #rj h3 span {
		background-position: 0 -100px;
	}
	#products #rj h4 {
		background-color: #fce3d6;
		background-image: url(../img/sp_rj_name.png);
	}
	#products #rj .cell > div:before {
		background-image: url(../img/sp_rj_pro.jpg);
	}
	#products #rj #rj-ex h4 {
		background-position: 0 0;
	}
	#products #rj #rj-ex > div:before {
		background-position: 50% 0;
	}
	#products #rj #rj-d h4 {
		background-position: 0 -50px;
	}
	#products #rj #rj-d > div:before {
		background-position: 50% -250px;
	}
	#products #rj #rj-g h4 {
		background-position: 0 -100px;
	}
	#products #rj #rj-g > div:before {
		background-position: 50% -500px;
	}
	/* グルコサミン＋コンドロイチン */
	#products #glucosamine h3 span {
		background-position: 0 -150px;
	}
	#products #glucosamine h4 {
		background: #edd3d4 url(../img/sp_glucosamine_name.png) no-repeat 0 0;
	}
	#products #glucosamine .cell > div:before {
		background-image: url(../img/sp_glucosamine_pro.jpg);
		background-position: 50% 0;
	}
	/* ギムリンド */
	#products #gymrind h3 span {
		background-position: 0 -200px;
	}
	#products #gymrind h4 {
		background: #fad5ee url(../img/sp_gymrind_name.png) no-repeat 0 0;
	}
	#products #gymrind .cell > div:before {
		background-image: url(../img/sp_gymrind_pro.jpg);
		background-position: 50% 0;
	}
	/* 2025/01 一時停止テキスト */
	#products #gymrind .cell {
		padding-bottom: 0;
	}
	#products #gymrind .cell p.suspended-txt {
		position: static;
		font-size: 12px;
		text-align: center;
		width: inherit;
		margin: 0 0 25px;
		left: 23px;
		right: 0;
	}
	/* プロポリス＋アガリクス茸 */
	#products #propolis h3 span {
		background-position: 0 -250px;
	}
	#products #propolis h4 {
		background: #f2ebde url(../img/sp_propolis_name.png) no-repeat 0 0;
	}
	#products #propolis .cell > div:before {
		background-image: url(../img/sp_propolis_pro.jpg);
		background-position: 50% 0;
	}
	/* ベネフィーク */
	#products #benefique h3 span {
		background-position: 0 -300px;
	}
	#products #benefique h4 {
		background-color: #fad8ce;
		background-image: url(../img/sp_benefique_name.png);
	}
	#products #benefique .cell > div:before {
		background-image: url(../img/sp_benefique_pro.jpg);
	}
	#products #benefique .cell p.sup {
		text-align: center;
	}
	#products #benefique .cell p.sup span {
		display: none;
	}
	/* ベネフィーク ザ・クリア */
	#products #benefique #benefique-theclear h4 {
		background-position: 0 0;
	}
	#products #benefique #benefique-theclear > div:before {
		background-position: 50% 0;
	}
	/* ベネフィーク ベース サプリメント */
	#products #benefique #benefique-basesp h4 {
		background-position: 0 0;
	}
	#products #benefique #benefique-basesp > div:before {
		background-position: 50% 0;
	}
	/* ベネフィーク ブライトサーキュリスト */
	#products #benefique #benefique-bcl h4 {
		background-position: 0 -50px;
	}
	#products #benefique #benefique-bcl > div:before {
		background-position: 50% -250px;
	}
	/* ベネフィーク リフトサーキュリスト＜タブレット＞ */
	#products #benefique #benefique-lctab h4 {
		background-position: 0 -100px;
	}
	#products #benefique #benefique-lctab > div:before {
		background-position: 50% -500px;
	}
	/* ベネフィーク リフトサーキュリスト＜ドリンク＞ */
	#products #benefique #benefique-lcdrink h4 {
		background-position: 0 -150px;
	}
	#products #benefique #benefique-lcdrink > div:before {
		background-position: 50% -750px;
	}
	/* ベネフィーク モーニングブースターN */
	#products #benefique #benefique-mb h4 {
		background-position: 0 -200px;
	}
	#products #benefique #benefique-mb > div:before {
		background-position: 50% -1000px;
	}
	/*
	 * お申し込み
	 */
	#application .inner {
		padding: 40px 0;
	}
	#application h2,
	#application p + p {
		height: 54px;
		background-image: url(../img/sp_app_text.png);
		background-size: 320px auto;
	}
	#application h2 {
		width: 100%;
		margin-bottom: 25px;
	}
	#application p {
		font-size: 11px;
		line-height: 180%;
	}
	#application p + p {
		width: 100%;
		height: 21px;
		margin-top: 28px;
		background-position: 50% -100px;
	}
	/* 店舗ボタン */
	#application ul {
		width: auto;
		margin-top: 18px;
	}
	#application li {
		float: none;
		width: auto;
		height: 72px;
		margin: 20px 53px 0 !important;
		border-width: 2px;
		border-radius: 5px;
	}
	#application li a {
		background: url(../img/sp_app_btn_shop.png) no-repeat 50% 100%;
		background-size: 209px auto;
	}
	#application li a:hover {
		opacity: 1;
	}
	#application li:first-child a {
		background-position: 50% 0;
	}
} /* Mobile Layout */
