@charset "UTF-8";
/* product.CSS 
=============================================*/

/* over ride */
p.productLink {
	margin-top: 0.5em;
}
@media print, screen and (min-width: 768px) {
	.productElm > a:hover .productLink {
		text-decoration: underline;
	}
}
.borderBox.is-borderRed.is-products {
	border-width: 1px;
}
.qaListWrap.is-products .qaList > .question > .title > span,
.openBoxList > .js-switch > .title > span {
}
.btnLink.is-close {margin-top: 50px;}
#cboxLoadedContent {-webkit-overflow-scrolling:auto;}
/* over ride --> pc only */
@media print, screen and (min-width: 768px) {
	.products-top #topicPath + #container {
		margin-top: 2.6em;
	}
	#topicPath + #container {
		margin-top: 15px;
	}
	.heading2 {
		font-size: 2.8rem;
	}
	.heading2 + * {
		margin-top: 1.8em !important;
	}
	.heading2.is-product-pickup {
		line-height: 1.1;
		margin-top: 1.8em;
	}
	.heading2.is-product-pickup + * {
		margin-top: 15px !important;
	}
	.product-pickup.is-flex2 > * {
		margin-left: 20px;
		width: calc((100% - 20px) / 2);
	}
	.products-localNav .is-flex4 > *,
	.product-relation .is-flex4 > *,
	.productSet.is-flex4 > * {
		margin-top: 27px;
		margin-left: 20px;
		width: calc((100% - 60px) / 4);
	}
	.products-lineup.is-flex5 > * {
		margin-top: 20px;
		margin-left: 20px;
		width: calc((100% - 80px) / 5);
	}
	.is-flex2 > :nth-child(2n+1),
	.is-flex3 > :nth-child(3n+1),
	.is-flex4 > :nth-child(4n+1),
	.is-flex5 > :nth-child(5n+1),
	.is-flex6 > :nth-child(6n+1),
	.is-flex7 > :nth-child(7n+1) {
		margin-left: 0 !important;
	}
	.is-flex2 > :nth-child(-n+2),
	.is-flex3 > :nth-child(-n+3),
	.is-flex4 > :nth-child(-n+4),
	.is-flex5 > :nth-child(-n+5),
	.is-flex6 > :nth-child(-n+6),
	.is-flex7 > :nth-child(-n+7) {
		margin-top: 0;
	}
	.btnLink.is-pharma > li > em > a > span {
		min-width: 440px;
	}
}
/* TOP
---------------------------------------------------- */
.product-lead {
	margin-top: 1.5em !important;
	font-size: 1.4rem;
	text-align: center;
	color: #666;
}
/* product-lineup */
.product-lineup {
	position: relative;
}
@media screen and (max-width: 767px) {
	.product-lineup {
		width: 100% !important;
	}
	.is-flex4 > .product-lineup + * {
		margin-top: 2em !important;
	}
}
.product-lineup-elm {
	padding: 20px 0;
	font-size: 1.6rem;
	border-bottom: 1px solid #e5e5e5;
	color: #666666;
	line-height: 1.5;
}
.product-lineup-elm span {
	display: block;
}
@media print, screen and (min-width: 768px) {
	.product-lineup-elm {
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		height: 110px;
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	.product-lineup-elm {
		padding: 0 0 10px;
	}
	.product-lineup-elm span {
		display: inline;
	}
}
/* product-pickup */
.product-pickup {
	position: relative;
}
.product-pickup figure {
	position: relative;
}
.product-pickup-column {
	position: relative;
}
a.product-pickup-static {
	position: relative;
	color: inherit;
	display: block;
}
@media screen and (max-width: 767px) {
	a.product-pickup-static figure {
		float: left;
		width: 50%;
		padding-right: 1em;
	}
}
@media print, screen and (min-width: 768px) {
	.product-pickup-txt {
		position: absolute;
		top: 320px;
		left: 0;
		z-index: 2;
		width: 225px;
	}
}
@media screen and (max-width: 767px) {
	.product-pickup-txt {
		overflow: hidden;
	}
}
.product-pickup-title {
	font-size: 1.7rem;
}
.product-pickup-title + p {
	margin-top: 0.5em;
}
/* slide Module */
.product-slideModule figure {
	position: relative;
}
@media screen and (max-width: 767px) {
	.product-slideup-wrap {
		display: none;
	}
}
.product-slideup {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.2;
	transition: all ease-in 0.1s;
	background-image: -webkit-linear-gradient(to right, rgba(67, 114, 223, 0.95), rgba(107, 189, 239, 0.95));
	background-image: linear-gradient(to right, rgba(67, 114, 223, 0.95), rgba(107, 189, 239, 0.95));
}
.product-slideup > li + li {
	position: relative;
}
.product-slideup > li + li:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
	height: 1px;
	width: 80px;
	content: "";
	background-color: #fff;
}
.product-slideup > li > a {
	position: relative;
	display: block;
	padding: 60px 0;
	color: #fff;
}
.product-slideup > li > a > span {
	display: inline-block;
	position: relative;
	padding-right: 22px;
}
.product-slideup > li > a > span:after {
	top: 0.5em;
	right: 0;
	content: "";
	position: absolute;
	display: inline-block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.product-slideup > li > a[target="_blank"] > span {
	position: relative;
	padding-right: 33.6px;
}
.product-slideup > li > a[target="_blank"] > span:after {
	top: 0.5em;
	right: 0;
	content: "";
	position: absolute;
	display: block;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	border: none;
	background: url(/nutraceutical/products/img/index_ic04.png) 0 0 no-repeat;
	background-size: 100% auto;
	-webkit-transform: none;
	transform: none;
}
.productElm .product-slideup {
	height: 175px;
	font-size: 1.4rem;
}
.productElm .product-slideup figure {
	position: relative;
}
.productElm .product-slideup > li > a {
	display: block;
	padding: 20px 0;
	color: #fff;
}
.productElm .product-slideup > li > a > span {
	display: inline-block;
	position: relative;
	padding-right: 15.4px;
}
.productElm .product-slideup > li > a > span:after {
	top: 0.5em;
	right: 0;
	content: "";
	position: absolute;
	display: inline-block;
	margin-top: -3.5px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.productElm .product-slideup > li > a[target="_blank"] > span {
	position: relative;
	padding-right: 21px;
}
.productElm .product-slideup > li > a[target="_blank"] > span:after {
	top: 0.5em;
	right: 0;
	content: "";
	position: absolute;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border: none;
	background: url(/nutraceutical/products/img/index_ic04.png) 0 0 no-repeat;
	background-size: 100% auto;
	-webkit-transform: none;
	transform: none;
}
@media screen and (max-width: 767px) {
	.product-slideup {
		opacity: 1;
		position: static;
		font-size: 1.6rem;
		padding: 40px 10px 10px;
	}
	.product-slideup > li > a {
		padding: 30px 0;
	}
}
.product-slideup-sns {
	padding-top: 60px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.product-slideup-sns > li + li {
	margin-left: 20px;
}
.productElm .product-slideup-sns {
	padding-top: 20px;
}
.productElm .product-slideup-sns li img {
	width: 25px;
	height: auto;
}
.productElm .product-slideup-sns > li + li {
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.product-slideup-sns {
		padding-top: 20px;
	}
	.product-slideup-sns > li + li {
		margin-left: 10px;
	}
}
/* leftNav */
@media screen and (max-width: 767px) {
	#product-aside {
		margin-top: 40px;
	}
}
.product-aside-bnr {
	text-align: center;
}
.product-lgbox {
	margin-top: 20px;
	padding: 20px;
	background-image: -webkit-linear-gradient(#d9e6ff, #e5f4ff);
	background-image: linear-gradient(#d9e6ff, #e5f4ff);
	text-align: center;
}
@media screen and (max-width: 767px) {
	.product-lgbox {
		margin: 20px 0 25px;
		padding: 10px;
	}
}
.product-lgbox-cat + .product-lgbox-cat {
	margin-top: 20px;
}
.product-lgbox-cat dt {
	color: #555;
	line-height: 1.1;
}
.product-lgbox-cat dd {
	margin-top: 15px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.product-lgbox-cat dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 8px;
	background-color: #fff;
	font-size: 1.2rem;
	position: relative;
}
.product-lgbox-cat dd a:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
.product-lgbox-cat dd a + a {
	border-top: 1px solid #ddebff;
}
@media screen and (max-width: 767px) {
	.product-lgbox-cat dd {
		display: -webkit-flex;
		display: flex;
	}
	.product-lgbox-cat dd a {
		padding-right: 20px;
		width: 33.3%;
	}
	.product-lgbox-cat dd a + a {
		border-top: none;
		border-left: 1px solid #e6e6e6;
	}
}
.product-btn-and-caption .btnLink {
	margin-top: 20px !important;
}
.product-btn-and-caption .btnLink > li > a {
	display: block;
}
.product-btn-and-caption .btnLink > li > a > span {
	padding: 1em;
	width: 100%;
}
.product-btn-and-caption p {
	margin-top: 0.8em;
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	.product-btn-and-caption .btnLink {
		margin-top: 15px !important;
	}
}
.product-footer {
	margin-top: 70px;
	color: #666;
}
.product-footer .btnLink > li > a {
	width: 100%;
	font-size: 1.6rem;
}
.product-footer .btnLink > li > a > span {
	padding: 1em 2.5em;
}
@media screen and (max-width: 767px) {
	.product-footer {
		margin-top: 40px;
	}
	.product-footer .btnLink > li > a {
		font-size: 1.4rem;
	}
	.product-footer .btnLink > li > a > span {
		padding: 1em 2.0em 1em 1em;
	}
}
.product-relation {
	position: relative;
	padding: 40px 500%;
	margin: 0 -500%;
	background-image: -webkit-linear-gradient(#d9e6ff, #f2faff);
	background-image: linear-gradient(#d9e6ff, #f2faff);
	color: #666666;
	font-size: 1.2rem;
}
.product-relation > *:first-child {
	margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
	.product-relation {
		padding: 20px 15px;
		margin: 0 -15px;
		font-size: 1.2rem;
	}
}
/* products Items
---------------------------------------------------- */
@media screen and (max-width: 767px) {
	.js-modal-statichead {
		visibility: hidden;
	}
}
.modalLayout {
	overflow-x: hidden;
}
@media print, screen and (min-width: 768px) {
	.modalLayout {
		padding: 30px 60px 30px 40px;
	}
}
@media screen and (max-width: 767px) {
	.modalLayout {
		height: 100%;
		overflow-y: scroll;
	}
}
.dlItem-list-row + .is-colorGreen {
	margin-top: 0;
}
.js-modal-fixhead {
	display: none;
}
@media screen and (max-width: 767px) {
	.js-modal-statichead {visibility: hidden;}
	.js-modal-fixhead {
		min-height: 50px;
		margin-top: 0;
		padding: 12px 60px 12px 12px;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 10000;
		width: 100%;
	}
}
/* heading */
.products-head {
	margin-top: 1.5em;
	margin-right: -webkit-calc((100% / 2) * -1);
	margin-right: calc((100% / 2) * -1);
	margin-left: -webkit-calc((100% / 2) * -1);
	margin-left: calc((100% / 2) * -1);
	padding: 0 calc(100% / 2);
	/* color */
}
@media screen and (max-width: 767px) {
	.products-head {
		margin: 1.5rem -15px;
		padding: 0 15px;
	}
	#cboxClose {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10000;
	}
	.products-top #cboxClose {
		position: absolute;
	}
}
@media print, screen and (min-width: 768px) {
	.products-head.is-pocarisweat {
		background: #005eb8;
	}
	.products-head.is-ionwater {
		background: #00adcd;
	}
	.products-head.is-oronaminc {
		background: #e60012;
	}
	.products-head.is-caloriemate {
		background: #ffb700;
	}
	.products-head.is-naturemade {
    margin: 1.5em 0 0 0;
    padding: 0;
    width: 100vw;
    margin-left: calc((100vw - 1000px)/2*(-1));
		background-image: -webkit-linear-gradient(to right, #ffbf00 0%, #ffed78 15%, #fff6b0 50%, #ffed78 85%, #ffbf00 100%);
		background-image: linear-gradient(to right, #ffbf00 0%, #ffed78 15%, #fff6b0 50%, #ffed78 85%, #ffbf00 100%);
	}
  .products-head.is-naturemade > .inner {
    width: 1000px;
    margin: 0 auto;
  }
	.products-head.is-fibemini {
		background: #faecea;
	}
	.products-head.is-fibemini.bg_white {
		background: #ffffff;
	}
	.products-head.is-bdm {
		background: #c3fa64;
	}
	.products-head.is-amino-value {
		background: #ff4000;
	}
	.products-head.is-energen {
		background: #ffa100;
	}
	.products-head.is-jogmate {
		background: #f9e19f;
	}
	.products-head.is-gerble {
		background: #ff9700;
	}
	.products-head.is-omugi-seikatsu {
		background: #ff0000;
	}
	.products-head.is-kenja-no-shokutaku, .products-head.is-kenja-no-kaimin, .products-head.is-soyjoy {
		background-image: -webkit-linear-gradient(to top, #f6f6f6 0%, #fefefe 50%, #fff 51%, #fff 100%);
		background-image: linear-gradient(to top, #f6f6f6 0%, #fefefe 50%, #fff 51%, #fff 100%);
	}
	.products-head.is-thecalcium {
		background: #fff3d9;
	}
	.products-head.is-equelle {
		background: #fef5fa;
	}
	.products-head.is-soysh {
		background: #faf9f4;
	}
	.products-head.is-soycarat {
		background: #f18e1d;
	}
	.products-head.is-ulos {
		background: #90c320;
	}
	.products-head.is-innersignal {
		background: #d61915;
	}
	.products-head.is-oronine {
		background: #f6ac19;
	}
	.products-head.is-new-sararin {
		background: #e8be82;
	}
	.products-head.is-beanstalk {
		background: #ffffff;
	}
	.products-head.is-os-1 {
		background: #dff2ff;
	}
	.products-head.is-tocoelle {
		background: #ffffff;
	}
}
.products-head > .inner {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 1000px;
	height: 260px;
	padding: 20px 0;
}
.products-head > .inner .img {
	position: absolute;
	top: 0.8em;
	right: 0;
}
.products-title {
	position: relative;
	margin-top: 0.7em;
	font-size: 3.6rem;
	z-index: 5;
}
.products-title + * {
	margin-top: 0.6em;
}
.products-title-sub {
	font-size: 1.7rem;
}
.products-title-sub + * {
	margin-top: 0.6em;
}
.product-dfn {
	margin-top: 0 !important;
	color: #666666;
	font-size: 1.3rem;
}
/* list */
.qaListWrap.is-products .qaList > .question {
	padding-left: 40px;
	padding-bottom: 0.2em;
}
.qaListWrap.is-products .qaList > .question > .title > span {
	padding-right: 0;
}
.qaListWrap.is-products .qaList > .question > .title > span:before {
	width: 30px;
	height: 30px;
	background-color: #4d4d4d;
	font-size: 1.4rem;
	line-height: 30px;
}
.qaListWrap.is-products .qaList > .question > .title > span > a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 0 0 0;
	background-image: url(/common/img/com_sprite01.png);
	background-repeat: no-repeat;
	background-position: -160px 0;
	border: none;
	vertical-align: middle;
}
.qaListWrap.is-products .qaList > .question > .title > span > a[href$=".pdf"]:after {
	margin: -2px 0 0 5px;
	background-position: -180px 0;
}
/* link */
.product-iconLink > li {
	float: left;
	margin-left: 0.5em;
}
.product-relatedLink .btnLink {
	margin-top: 10px;
	font-size: 1.6rem;
}
.product-relatedLink .btnLink.is-flex2.is-product > * {
	width: calc((100% - 10px) / 2);
	margin: 0 0 0 10px;
}
.product-relatedLink .btnLink.is-flex2.is-product > *:nth-child(2n+1) {
	margin-left: 0;
}
@media screen and (max-width: 1040px) and  (min-width: 768px) {
	.products-head.is-naturemade {
    width: 1040px;
    margin-left: -20px !important;
	}
}
@media screen and (max-width: 767px) {
	.product-relatedLink .btnLink {
		font-size: 1.4rem;
	}
}
/* button */
.btnLink.is-product-brand a {
	width: 100%;
}
/* box */
.products-campaign-wrap {
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.products-campaign-wrap {
		margin-bottom: 50px;
	}
}
.products-campaign {
	margin: 40px 0 0;
	padding: 20px;
	border: 1px solid #d6d6d6;
}
.products-campaign + .products-campaign {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.products-campaign {
		padding: 10px;
	}
	.products-campaign > *:first-child {
		margin-top: 0;
	}
}
.products-campaign-title {
	font-size: 1.6rem;
}
.products-campaign-title + * {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.products-campaign-title {
		font-size: 1.4rem;
	}
}
.products-campaign-schedule {
	font-size: 1.3rem;
}
.products-campaign-schedule + * {
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.products-campaign-schedule {
		font-size: 1.2rem;
	}
}
.products-campaign-txt {
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
	.products-campaign-txt {
		font-size: 1.2rem;
	}
}
.products-snsBox {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.products-snsBox {
		font-size: 1.1rem;
	}
}
.borderBox.is-alert.is-products {
	text-align: center;
}
.borderBox.is-alert.is-products .icon-attention:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	background-image: url(/common/img/com_sprite01.png);
	width: 18px;
	height: 18px;
	background-position: -321px -19px;
}
/* nav */
.products-lineup .column {
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.products-lineup .column.is-lineup-nolink {
	box-shadow: none;
	border: 1px solid #e6e6e6;
}
.products-lineup .column a {
	position: relative;
	display: block;
	height: 100%;
	box-shadow: none;
	color: #3366cc;
}
.products-lineup .column img {
	backface-visibility: hidden;
}
.product-pickup-static figure:after,
.productElm figure:after,
.products-lineup .column a[target="_blank"].is-modal:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(/common/img/com_sprite01.png) no-repeat 0 0;
	background-position: -160px 0;
	vertical-align: middle;
}
.product-pickup-static figure:after,
.productElm figure:after,
.products-lineup .column a[target="_blank"].is-modal:after {
	background-position: -240px 0;
}
.products-lineup .column a[target="_blank"][href$=".pdf"].is-modal:after {
	background-position: -180px 0;
}
.product-pickup-static figure:after,
.productElm figure:after {
	top: auto;
	left: 0;
	bottom: 10px;
}
#product-main .productElm figure:after {
	display: none;
}
.products-lineup .column .products-icon {
	margin-top: 0;
	padding: 0 1em;
}
.products-lineup .column .products-icon .is-pickup-flag {
	margin-right: 5px;
}
.products-lineup .column .products-name {
	margin-top: 0 !important;
	padding: 0 1em 1em;
	font-size: 1.3rem;
	line-height: 1.5;
}
.products-lineup .column .products-name > span {
	display: block;
	font-size: 1.3rem;
	color: #333333;
}
.product-bnr {
	margin-top: 60px;
}
.product-bnr a {
	color: inherit;
}
.product-bnr a:hover {
	text-decoration: none;
}
.products-localNav {
	margin-top: 90px;
}
/* block
---------------------------------------------------- */
.products-wrap-lineup {
	margin-top: 50px;
}
.products-wrap-faq {
	margin-top: 60px;
}
.product-block--last {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.product-block--last {
		margin-top: 30px;
	}
}
/* pc Only
----------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	#product-wrapper {
		margin-top: 60px;
	}
	#product-main {
		float: left;
		width: 760px;
	}
	#product-main > *:first-child {
		margin-top: 0;
	}
	#product-aside {
		float: right;
		width: 210px;
	}
	.product-pickup-column:hover .product-slideup,
	.productElm:hover .product-slideup {
		opacity: 1;
		transition: all ease-in-out 0.3s;
	}
	/* over ride */
	.product-bnr[class*="is-flex"] > :not(.figureColumn) {
		width: calc((100% - 40px) / 3);
		margin-left: 20px;
	}
	.product-bnr[class*="is-flex"] > :not(.figureColumn):first-child {
		margin-left: 0 !important;
	}
	.products-head.is-ionwater > .inner .img {
		margin-top: 30px;
		right: 100px;
	}
	.products-head.is-caloriemate > .inner .img {
		margin-top: 130px;
	}
	.products-head.is-oronaminc > .inner .img {
		top: 30px;
		right: 150px;
	}
	.products-head.is-naturemade > .inner .img {
		top: 50px;
		right: 30px;
	}
	.products-head.is-fibemini > .inner .img {
		top: 30px;
		right: 90px;
	}
	.products-head.is-bdm > .inner .img {
		top: 30px;
		right: 150px;
	}
	.products-head.is-amino-value > .inner .img {
		top: 30px;
	}
	.products-head.is-energen > .inner .img {
		top: 30px;
		right: 90px;
	}
	.products-head.is-jogmate > .inner .img {
		top: 30px;
		right: 160px;
	}
	.products-head.is-gerble > .inner .img {
		top: 100px;
		right: 60px;
	}
	.products-head.is-omugi-seikatsu > .inner .img {
		top: 40px;
		right: 70px;
	}
	.products-head.is-kenja-no-shokutaku > .inner .img {
		top: 40px;
		right: 50px;
	}
	.products-head.is-kenja-no-kaimin > .inner .img {
		top: 40px;
		right: 50px;
	}
	.products-head.is-thecalcium > .inner .img {
		top: 100px;
	}
	.products-head.is-equelle > .inner .img {
		top: 20px;
		right: 40px;
	}
	.products-head.is-soyjoy > .inner .img {
		top: 110px;
		right: 0;
	}
	.products-head.is-soysh > .inner .img {
		top: 30px;
		right: 200px;
	}
	.products-head.is-soycarat > .inner .img {
		top: 130px;
	}
	.products-head.is-ulos > .inner .img {
		top: 95px;
	}
	.products-head.is-innersignal > .inner .img {
		top: 42px;
		right: 20px;
	}
	.products-head.is-oronine > .inner .img {
		top: 50px;
		right: 0px;
	}
	.products-head.is-new-sararin > .inner .img {
		top: 130px;
		right: 60px;
	}
	.products-head.is-beanstalk > .inner .img {
		top: 50px;
	}
	.products-head.is-os-1 > .inner .img {
		top: 30px;
		right: 100px;
	}
	.products-head.is-tocoelle > .inner .img {
		top: 20px;
		right: 120px;
	}
	.product-pickup-static figure:after,
	.productElm figure:after,
	.products-lineup .column a[target="_blank"]:after {
		display: none;
	}
}
/* SP Only Layout
----------------------------------------------------*/
@media screen and (max-width: 767px) {
	.borderBox.is-borderRed.is-products {
		padding: 15px;
	}
	.product-pickup-column {
		display: block !important;
	}
	/* heading */
	.products-head > .inner {
		width: 100%;
		height: auto;
		padding: 20px 0 0;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.products-head > .inner.is-flex-column {
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	.products-head > .inner > .logo {
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	.products-head > .inner > .img {
		position: static;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	.products-head + * {
		margin-top: 0;
	}
	.products-title {
		font-size: 2.4rem;
	}
	/* pocarisweat */
	.products-head.is-pocarisweat {
		background: -webkit-linear-gradient(#005eb8 0%, #005eb8 65%, #ffffff 66%, #ffffff 100%);
		background: linear-gradient(#005eb8 0%, #005eb8 65%, #ffffff 66%, #ffffff 100%);
	}
	.products-head.is-pocarisweat .logo {
		width: 30%;
	}
	.products-head.is-pocarisweat .img {
		width: 60%;
	}
	.products-head.is-ionwater {
		background: -webkit-linear-gradient(#00ADCD 0%, #00ADCD 65%, #ffffff 66%, #ffffff 100%);
		background: linear-gradient(#00ADCD 0%, #00ADCD 65%, #ffffff 66%, #ffffff 100%);
	}
	/* ionwater */
	.products-head.is-ionwater .logo {
		width: 35%;
	}
	.products-head.is-ionwater .img {
		width: 55%;
	}
	/* oronaminc */
	.products-head.is-oronaminc {
		background: -webkit-linear-gradient(#E60012 0%, #E60012 65%, #ffffff 66%, #ffffff 100%);
		background: linear-gradient(#E60012 0%, #E60012 65%, #ffffff 66%, #ffffff 100%);
	}
	.products-head.is-oronaminc .logo {
		width: 42%;
	}
	.products-head.is-oronaminc .img {
		width: 32%;
		margin-right: 5%;
	}
	/* caloriemate */
	.products-head.is-caloriemate .inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.products-head.is-caloriemate {
		background: -webkit-linear-gradient(#FFB700 0%, #FFB700 79%, #ffffff 80%, #ffffff 100%);
		background: linear-gradient(#FFB700 0%, #FFB700 79%, #ffffff 80%, #ffffff 100%);
	}
	.products-head.is-caloriemate .logo {
		width: 35%;
	}
	.products-head.is-caloriemate .img {
		margin-top: 15px;
		width: 95%;
	}
	/* naturemade */
	.products-head.is-naturemade {
		position: relative;
		background-image: -webkit-linear-gradient(to right, #ffbf00 0%, #ffed78 15%, #fff6b0 50%, #ffed78 85%, #ffbf00 100%);
		background-image: linear-gradient(to right, #ffbf00 0%, #ffed78 15%, #fff6b0 50%, #ffed78 85%, #ffbf00 100%);
	}
	.products-head.is-naturemade::after {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		left: 0;
		bottom: 0;
		height: 20%;
		background: #fff;
	}
	.products-head.is-naturemade .inner {
		position: relative;
		z-index: 1;
	}
	.products-head.is-naturemade .logo {
		width: 42%;
	}
	.products-head.is-naturemade .img {
		width: 53%;
	}
	/* fibemini */
	.products-head.is-fibemini {
		background: -webkit-linear-gradient(#FAECEA 0%, #FAECEA 64%, #ffffff 65%, #ffffff 100%);
		background: linear-gradient(#FAECEA 0%, #FAECEA 64%, #ffffff 65%, #ffffff 100%);
	}
	.products-head.is-fibemini.bg_white {
		background: #fff;
	}
	.products-head.is-fibemini .logo {
		width: 35%;
	}
	.products-head.is-fibemini .img {
		width: 50%;
	}
	/* bdm */
	.products-head.is-bdm {
		background: -webkit-linear-gradient(#C3FA64 0%, #C3FA64 64%, #ffffff 65%, #ffffff 100%);
		background: linear-gradient(#C3FA64 0%, #C3FA64 64%, #ffffff 65%, #ffffff 100%);
	}
	.products-head.is-bdm .logo {
		width: 23%;
	}
	.products-head.is-bdm .img {
		margin-right: 10%;
		width: 30%;
	}
	/* amino-value */
	.products-head.is-amino-value {
		background: -webkit-linear-gradient(#FF4000 0%, #FF4000 74%, #ffffff 75%, #ffffff 100%);
		background: linear-gradient(#FF4000 0%, #FF4000 74%, #ffffff 75%, #ffffff 100%);
	}
	.products-head.is-amino-value .logo {
		width: 32%;
	}
	.products-head.is-amino-value .img {
		width: 60%;
	}
	/* energen */
	.products-head.is-energen {
		background: -webkit-linear-gradient(#FFA100 0%, #FFA100 74%, #ffffff 75%, #ffffff 100%);
		background: linear-gradient(#FFA100 0%, #FFA100 74%, #ffffff 75%, #ffffff 100%);
	}
	.products-head.is-energen .logo {
		width: 25%;
	}
	.products-head.is-energen .img {
		width: 40%;
		margin-right: 2%;
	}
	/* jogmate */
	.products-head.is-jogmate {
		background: -webkit-linear-gradient(#F9E19F 0%, #F9E19F 74%, #ffffff 75%, #ffffff 100%);
		background: linear-gradient(#F9E19F 0%, #F9E19F 74%, #ffffff 75%, #ffffff 100%);
	}
	.products-head.is-jogmate .logo {
		width: 40%;
	}
	.products-head.is-jogmate .img {
		width: 20%;
		margin-right: 10%;
	}
	/* gerble */
	.products-head.is-gerble {
		background: -webkit-linear-gradient(#FF9700 0%, #FF9700 69%, #ffffff 70%, #ffffff 100%);
		background: linear-gradient(#FF9700 0%, #FF9700 74%, #ffffff 75%, #ffffff 100%);
	}
	.products-head.is-gerble .logo {
		margin-top: -5px;
		width: 35%;
	}
	.products-head.is-gerble .img {
		width: 60%;
	}
	/* omugi-seikatsu */
	.products-head.is-omugi-seikatsu {
		background: -webkit-linear-gradient(#ff0000 0%, #ff0000 69%, #ffffff 70%, #ffffff 100%);
		background: linear-gradient(#ff0000 0%, #ff0000 69%, #ffffff 70%, #ffffff 100%);
	}
	.products-head.is-omugi-seikatsu .logo {
		width: 18%;
	}
	.products-head.is-omugi-seikatsu .img {
		width: 50%;
	}
	/* kenja-no-shokutaku */
	.products-head.is-kenja-no-shokutaku,
	.products-head.is-kenja-no-kaimin {
		background-image: -webkit-linear-gradient(to top, #fff 0%, #F6F6F6 5%, #fff 41%, #fff 100%);
		background-image: linear-gradient(to top, #fff 0%, #F6F6F6 5%, #fff 41%, #fff 100%);
	}
	.products-head.is-kenja-no-shokutaku .logo,
	.products-head.is-kenja-no-kaimin .logo {
		width: 45%;
	}
	.products-head.is-kenja-no-shokutaku .img,
	.products-head.is-kenja-no-kaimin .img {
		width: 45%;
	}
	/* thecalcium */
	.products-head.is-thecalcium .inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.products-head.is-thecalcium {
		background: -webkit-linear-gradient(#FFF3D9 0%, #FFF3D9 75%, #ffffff 76%, #ffffff 100%);
		background: linear-gradient(#FFF3D9 0%, #FFF3D9 75%, #ffffff 76%, #ffffff 100%);
	}
	.products-head.is-thecalcium .logo {
		margin-top: -5px;
		width: 35%;
	}
	.products-head.is-thecalcium .img {
		margin-top: 15px;
		width: 80%;
	}
	/* equelle */
	.products-head.is-equelle {
		background: -webkit-linear-gradient(#FEF5FA 0%, #FEF5FA 69%, #ffffff 70%, #ffffff 100%);
		background: linear-gradient(#FEF5FA 0%, #FEF5FA 69%, #ffffff 70%, #ffffff 100%);
	}
	.products-head.is-equelle .logo {
		margin-top: -5px;
		width: 35%;
	}
	.products-head.is-equelle .img {
		width: 45%;
	}
	/* soyjoy */
	.products-head.is-soyjoy .inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.products-head.is-soyjoy {
		background-image: -webkit-linear-gradient(to top, #fff 0%, #F6F6F6 5%, #fff 41%, #fff 100%);
		background-image: linear-gradient(to top, #fff 0%, #F6F6F6 5%, #fff 41%, #fff 100%);
	}
	.products-head.is-soyjoy .logo {
		width: 45%;
	}
	.products-head.is-soyjoy .img {
		margin-top: 10px;
		width: 85%;
	}
	/* soysh */
	.products-head.is-soysh {
		background: -webkit-linear-gradient(#FAF9F4 0%, #FAF9F4 69%, #ffffff 70%, #ffffff 100%);
		background: linear-gradient(#FAF9F4 0%, #FAF9F4 69%, #ffffff 70%, #ffffff 100%);
	}
	.products-head.is-soysh .logo {
		width: 33%;
	}
	.products-head.is-soysh .img {
		width: 12%;
		margin-right: 15%;
	}
	/* soycarat */
	.products-head.is-soycarat .inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.products-head.is-soycarat {
		background: -webkit-linear-gradient(#F18E1D 0%, #F18E1D 75%, #ffffff 76%, #ffffff 100%);
		background: linear-gradient(#F18E1D 0%, #F18E1D 75%, #ffffff 76%, #ffffff 100%);
	}
	.products-head.is-soycarat .logo {
		width: 30%;
	}
	.products-head.is-soycarat .img {
		margin-top: 15px;
		width: 75%;
	}
	/* ulos */
	.products-head.is-ulos .inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.products-head.is-ulos {
		background: -webkit-linear-gradient(#90C320 0%, #90C320 75%, #ffffff 76%, #ffffff 100%);
		background: linear-gradient(#90C320 0%, #90C320 75%, #ffffff 76%, #ffffff 100%);
	}
	.products-head.is-ulos .logo {
		width: 35%;
	}
	.products-head.is-ulos .img {
		margin-top: 10px;
		width: 83%;
	}
	/* innersignal */
	.products-head.is-innersignal {
		background: -webkit-linear-gradient(#D61915 0%, #D61915 80%, #ffffff 76%, #ffffff 100%);
		background: linear-gradient(#D61915 0%, #D61915 75%, #ffffff 76%, #ffffff 100%);
	}
	.products-head.is-innersignal .logo {
		margin-top: 15px;
		width: 40%;
	}
	.products-head.is-innersignal .img {
		width: 50%;
	}
	/* oronine */
	.products-head.is-oronine {
		background: -webkit-linear-gradient(#F6AC19 0%, #F6AC19 75%, #ffffff 76%, #ffffff 100%);
		background: linear-gradient(#F6AC19 0%, #F6AC19 75%, #ffffff 76%, #ffffff 100%);
	}
	.products-head.is-oronine .logo {
		/* margin-top: -5px; */
		width: 30%;
	}
	.products-head.is-oronine .img {
		width: 62%;
	}
	/* new-sararin */
	.products-head.is-new-sararin {
		background: -webkit-linear-gradient(#E8BE82 0%, #E8BE82 75%, #ffffff 76%, #ffffff 100%);
		background: linear-gradient(#E8BE82 0%, #E8BE82 75%, #ffffff 76%, #ffffff 100%);
	}
	.products-head.is-new-sararin .logo {
		width: 30%;
	}
	.products-head.is-new-sararin .img {
		width: 50%;
	}
	/* beanstalk */
	.products-head.is-beanstalk .inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.products-head.is-beanstalk {
		background: #ffffff;
	}
	.products-head.is-beanstalk .logo {
		width: 38%;
	}
	.products-head.is-beanstalk .img {
		margin-top: 10px;
		width: 68%;
	}
	/* os-1 */
	.products-head.is-os-1 {
		background: -webkit-linear-gradient(#DFF2FF 0%, #DFF2FF 75%, #ffffff 76%, #ffffff 100%);
		background: linear-gradient(#DFF2FF 0%, #DFF2FF 75%, #ffffff 76%, #ffffff 100%);
	}
	.products-head.is-os-1 .logo {
		width: 25%;
	}
	.products-head.is-os-1 .img {
		width: 40%;
		margin-right: 10%;
	}
	/* tocoelle */
	.products-head.is-tocoelle {
		background: #ffffff;
	}
	.products-head.is-tocoelle .logo {
		width: 35%;
	}
	.products-head.is-tocoelle .img {
		width: 45%;
	}
	/* list  */
	.qaListWrap.is-products .qaList > .question > .title > span {
		font-size: 1.4rem;
	}
	/* nav
	-------------------------------- */
	.products-lineup .column {
		margin-top: 1em;
	}
	.products-lineup .column a {
		margin: 0;
	}
	.products-lineup .column figure {
		text-align: center;
	}
	.products-localNav {
		margin-top: 4.5em;
	}
}

/* font-family */
.qaListWrap.is-products .qaList > .question > .title > span,
.openBoxList > .js-switch > .title > span {
	font-family: "I-OTF-UDゴ本文Pro L","I-OTF-UDゴ本文Pro R","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.product-pickup-title,
.product-lgbox-cat dt,
.products-title,
.products-title-sub,
.products-campaign-title,
.products-campaign-schedule {
	font-family: "I-OTF-UDゴ表示Pro M","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
@media only screen and (max-width: 767px){
	.qaListWrap.is-products .qaList > .question > .title > span,
	.openBoxList > .js-switch > .title > span {
		font-family: "I-OTF-UDゴ本文Pro R","I-OTF-UDゴ本文Pro L","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

/*clear fix
----------------------------------------------------*/
#product-wrapper:after,
.product-iconLink:after,
.product-pickup-static:after {
	display: block;
	clear: both;
	content: "";
}