@charset "UTF-8";
/* -----------------------------------------------
Reset
-------------------------------------------------- */

.footer_navi,
.footer_navi a{
    line-height: 200% !important;
}

html {
	font-family: sans-serif;
}
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: none;
}
a {
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
html,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,code,del,em,img,strong,
dl,dt,dd,ol,ul,li,
fieldset,form,label,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article,aside,footer,header,small,nav,section,figure,figcaption,main {
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: baseline;
	list-style: none;
	background-color: transparent;
	outline: none;
}
audio,canvas,video {
	display: inline-block;
}
ul,ol {
	list-style-type: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	line-height: 1;
	vertical-align: baseline;
}
a img {
	border: none;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
dt,dd,li,
th,td,
input,textarea {
	text-align: left;
	vertical-align: top;
}
input,textarea,button {
	margin: 0;
	padding: 0;
}
button,label {
	background-color: transparent;
	cursor: pointer;
}
button,select {
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],html input[disabled] {
	cursor: default;
}
input[type="checkbox"],input[type="radio"] {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/* -----------------------------------------------
Base
-------------------------------------------------- */
html {
	background-position: 0 0;
	background-repeat: repeat;
}
body {
	font-size: 14px;
	line-height: 1.6;
	
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
container {letter-spacing: 0.1em;}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4;
	font-size: 100%;
	font-weight: bold;
}
p {
	line-height: 1.6;
}
@media (max-width: 767px) {
	p {
		line-height: 1.6;
	}
}
dt,dd,li,
th,td,
input,
textarea {
	line-height: 1.3;
}
input,textarea,button {
	font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	/* macのみ */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
strong {
	font-weight: bold;
	color: #ff3b3b;
}
em {
	font-style: normal;
	font-weight: bold;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	outline: 0;
	opacity: 1;
	transition: opacity .1s;
}
a:visited {
	color: #000;
}
a:hover,
a:active {
	color: #000;
	text-decoration: none;
	outline: 0;
	opacity: 0.6;
	transition: opacity .3s;
}
.visible-sp {
	display: none;
}
.visible-inline-pc{
	display: inline;
}
.visible-pc {
	display: block;
}

@media screen and (max-width: 766px) {
	.visible-inline-pc{
		display: none;
	}
	.visible-sp {
		display: block;
		}
	.visible-pc {
		display: none;
	}
}

/* fluid-image
-------------------------------------------------- */
.fluid-image {
	max-width: 100%;
	height: auto;
}


/* Clearfix
-------------------------------------------------- */
.clearfix:after,
#header:after,
.nav-global-link ul:after,
#nav-content-info:after,
#nav-content-info ul:after,
#footer:after,
#footer .nav-content-info ul:after {
	display: block;
	clear: both;
	content: "";
}

/* Grid System [grid-***]
-------------------------------------------------- */
.wrp-grid {
	box-sizing: border-box;
}

.wrp-grid:after {
	clear: both;
	content: " ";
	display: table;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12,
.grid-1-sp, .grid-2-sp, .grid-3-sp, .grid-4-sp, .grid-5-sp, .grid-6-sp, .grid-7-sp, .grid-8-sp, .grid-9-sp, .grid-10-sp, .grid-11-sp, .grid-12-sp {
	box-sizing: border-box;
	float: left;
}

/* Column Grid 0 - 767px
-----------------------------------------------------------------------------
col 1:   8.33333333333%
col 2:  16.6666666667%
col 3:  25.0%
col 4:  33.3333333333%
col 5:  41.6666666667%
col 6:  50.0%
col 7:  58.3333333333%
col 8:  66.6666666667%
col 9:  75.0%
col 10: 83.3333333333%
col 11: 91.6666666667%
col 12: 100%
----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12,
	.grid-1-sp, .grid-2-sp, .grid-3-sp, .grid-4-sp, .grid-5-sp, .grid-6-sp, .grid-7-sp, .grid-8-sp, .grid-9-sp, .grid-10-sp, .grid-11-sp, .grid-12-sp {
		width: 100%;
	}

	.grid-1-sp {
		width: 8.33333%;
	}

	.grid-2-sp {
		width: 16.66667%;
	}

	.grid-3-sp {
		width: 25%;
	}

	.grid-4-sp {
		width: 33.3333333%;
	}

	.grid-5-sp {
		width: 41.66667%;
	}

	.grid-6-sp {
		width: 50%;
	}

	.grid-7-sp {
		width: 58.33333%;
	}

	.grid-8-sp {
		width: 66.66667%;
	}

	.grid-9-sp {
		width: 75%;
	}

	.grid-10-sp {
		width: 83.33333%;
	}

	.grid-11-sp {
		width: 91.66667%;
	}

	.grid-12-sp {
		width: 100%;
	}
}
/*  Column Grid 768px - Infinity
-----------------------------------------------------------------------------
col 1:  8.33333333333%
col 2:  16.6666666667%
col 3:  25.0%
col 4:  33.3333333333%
col 5:  41.6666666667%
col 6:  50.0%
col 7:  58.3333333333%
col 8:  66.6666666667%
col 9:  75.0%
col 10: 83.3333333333%
col 11: 91.6666666667%
col 12: 100%
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.grid-1 {
		width: 8.33333333333%;
	}

	.grid-2 {
		width: 16.6666666667%;
	}

	.grid-3 {
		width: 25%;
	}

	.grid-4 {
		width: 33.3333333333%;
	}

	.grid-5 {
		width: 41.6666666667%;
	}

	.grid-6 {
		width: 50%;
	}

	.grid-7 {
		width: 58.3333333333%;
	}

	.grid-8 {
		width: 66.6666666667%;
	}

	.grid-9 {
		width: 75%;
	}

	.grid-10 {
		width: 83.3333333333%;
	}

	.grid-11 {
		width: 91.6666666667%;
	}

	.grid-12 {
		width: 100%;
	}
}

/* anchor link
-------------------------------------------------- */
.acr-type01,
.acr-type01:link {
	color: #c70154;
}
.acr-type01:visited {
	color: #c70154;
}

/* fonts
-------------------------------------------------- */
@font-face {
	font-family: 'ReFa-COLLAGEN';
	src:  url('/special/collagen_enrich/fonts/ReFa-COLLAGEN.eot?1i2271');
	src:  url('/special/collagen_enrich/fonts/ReFa-COLLAGEN.eot?1i2271#iefix') format('embedded-opentype'),
		url('/special/collagen_enrich/fonts/ReFa-COLLAGEN.ttf?1i2271') format('truetype'),
		url('/special/collagen_enrich/fonts/ReFa-COLLAGEN.woff?1i2271') format('woff'),
		url('/special/collagen_enrich/fonts/ReFa-COLLAGEN.svg?1i2271#ReFa-COLLAGEN') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ReFa-COLLAGEN' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-lorry:before {
	content: "\e900";
}
.icon-cart:before {
	content: "\e901";
}
.icon-box:before {
	content: "\e902";
}
.icon-briefcase:before {
	content: "\e903";
}
.icon-chevron-down:before {
	content: "\e904";
}
.icon-chevron-left:before {
	content: "\e905";
}
.icon-chevron-right:before {
	content: "\e906";
}
.icon-chevron-up:before {
	content: "\e907";
}
.icon-cog:before {
	content: "\e908";
}
.icon-external-link:before {
	content: "\e910";
}
.icon-globe:before {
	content: "\e909";
}
.icon-home:before {
	content: "\e90a";
}
.icon-image:before {
	content: "\e90b";
}
.icon-phone:before {
	content: "\e90c";
}
.icon-plus:before {
	content: "\e90d";
}
.icon-search:before {
	content: "\e90e";
}
.icon-x:before {
	content: "\e90f";
}
.icon-play:before {
	content: "";
	background: url("/special/collagen_enrich/images/icn-play.png") no-repeat center;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	display: inline-block;
	padding-right: 10px;
}
@media only screen and (max-width: 766px) {

	.icon-play:before {
		background: url("/special/collagen_enrich/images/icn-play-sp.png") no-repeat;
		background-size: 15px auto;
		width: 15px;
		height: 15px;
		padding-right: 5px;
	}
}
/* Common
-------------------------------------------------- */
.center {
	text-align: center;
}

.txt-roman {
	font-family: 'Times New Roman',serif;
}
.txt-yumin {
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.headerOtl {
	margin-bottom: 0;
	border-bottom: 0;
}

.wrp-main-nav.is-active {
	background: #e7e6e4;
}
.main-nav {
	background: #e7e6e4;
}
.main-nav .wrp-container {
	position: relative;
}
.main-nav__title {
	font-size: 24px;
	letter-spacing: 0.1em;
	padding: 15px 0;
}
.main-nav__title small {
	font-size: 10px;
	margin-top: -5px;
}
.main-nav__button {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
}
.main-nav__button a {
	display: block;
	color: #fff;
	background: #b71254;
	height: 100%;
	font-size: 13px;
	box-sizing: border-box;
	text-align: center;
	width: 80px;
	padding-top: 20px;
	border-top: 1px solid #b71254;
}
.main-nav__button a:hover {
	opacity: 1;
}
.main-nav__button a:before {
	content: "MENU";
	display: block;
	font-family: "Times New Roman",serif;
}
.main-nav__button a .icon {
	display: block;
	font-size: 20px;
}
.is-active .main-nav__button a {
	background: #9d9e9e;
	color: #000;
}
.is-active .main-nav__button a:before {
	content: "CLOSE";
}
.is-active .main-nav__button a .icon:before {
	content: "\e907";
}
.main-nav-content {
	display: none;
	background: #e7e6e4;
	padding-bottom: 80px;
}
.main-nav-content.is-open {
	display: block;
}
.main-nav__link {
	border-top: 1px solid #9d9e9e;
	padding-top: 25px;
}
.main-nav__link li.main-nav__shop {
	margin-top: 35px;
}
.main-nav__link li {
	margin-top: 20px;
}
.main-nav__link a{
	/*font-weight: bold;*/
	color: #3d3e3e;
}
.main-nav__shop .btn{
	display: block;
	color: #b71254;
	border: 0;
	background: #fff;
}
@media screen and (max-width: 766px) {
	.main-nav .wrp-container {
		padding: 0 15px;
	}
	.main-nav__title {
		font-size: 13px;
		padding: 9px 0;
	}
	.main-nav__title small {
		font-size: 7px;
		margin-top: 0;
	}
	.main-nav__button {
		right: 0;
	}
	.main-nav__button a {
		width: 50px;
		padding-top: 10px;
	}
	.main-nav__button a,
	.main-nav__button a .icon {
		font-size: 10px;
	}
	.main-nav-content {
		padding-bottom: 20px;
	}
	.main-nav__link{
		position: relative;
		margin: 0 -20px;
		padding: 0 0 40px;
	}
	.main-nav__link > div {
		padding: 0 20px;
	}
	.main-nav__link a{
		font-size: 10px;
	}
	.main-nav__link > div{
		margin-bottom: 15px;
	}
	.main-nav__link li.main-nav__shop {
		position: absolute;
		bottom: 0;
		left: 20px;
		right: 20px;
	}
}


/* box
-------------------------------------------------- */
.box-navfooter{
	margin-top: 73px;
	padding-bottom: 80px;
}
.box-navfoter__title{
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	font-weight: normal;
}
.box-navfoter__title small{
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.box-navfooter__link{
	margin: 0 -10px;
}
.box-navfooter__link li{
	padding: 0 10px;
	margin-top: 20px;
}
.box-navfooter__link li.box-navfooter__link__shop {
	margin-top: 75px;
}
.box-navfooter__link li a{
	/*font-weight: bold;*/
	color: #3d3e3e;
}
.box-navfooter__link__shop .btn{
	display: block;
	color: #b71254;
}
@media screen and (max-width: 766px){
	.box-navfoter__title{
		font-size: 20px;
		text-align: left;
		padding-bottom: 17px;
	}
	.box-navfooter__link{
		position: relative;
		padding-bottom: 50px;
	}
	.box-navfooter__link li a{
		font-size: 10px;
	}
	.box-navfooter__link > div{
		margin-bottom: 15px;
	}
	.box-navfooter__link__shop{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
/*---------------------------*/
.wrp-offer{
	display: table;
	width: 100%;
	box-sizing: border-box;
	margin-top: 80px;
}
.wrp-offer__title{
    color: #b71254;
	font-size: 24px;
    margin-bottom: 23px;
    text-align: center;
}
.box-offer{
	display: table;
	width: 100%;
	border: 1px solid #ccc;
	padding: 35px 50px 15px 50px;
	box-sizing: border-box;
}
.box-offer__content{
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 20px;
}
.box-offer__thumb{
	width: 32%;
	text-align: center;
	vertical-align: top;
	display: table-cell;
}
.box-offer__title{
	text-align: center;
	font-size: 28px;
	line-height: 16px;
	margin: 10px 0 30px;
	letter-spacing: 0.05em;
	position: relative;
}
.box-offer__title span {
	display: block;
	line-height: 1;
}
.box-offer__title small{
	display: block;
	font-size: 14px;
	line-height: 1.71;
	margin-top: 7px;
	position: relative;
}
.box-offer__title:before{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	height: 1px;
	margin: 0 auto;
	background: #ccc;
	width: 20px;
}
.box-offer__sub{
	text-align: center;
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 30px;
}
.box-offer__info{
	position: relative;
	padding-left: 15px;
}
.box-offer__info:before{
	content: "";
	background: url("/special/collagen_enrich/images/txt-offer03.png") no-repeat center;
	width: 62px;
	height: 62px;
	background-size: cover;
	position: absolute;
	left: -31px;
	top: -53px;
}
.box-offer__info li{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}
.box-offer__info li:last-child {
	margin-bottom: 0;
}
.box-offer__info__text,
.box-offer__info__button {
	display: table-cell;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.3;
}
.box-offer__info__text {
	letter-spacing: 0;
	line-height: 1.2;
	padding-right: 10px;
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.box-offer__info__button {
	width: 300px;
}
.box-offer__info__button .btn {
	display: block;
	font-size: 14px;
	padding: 13px 25px;
}
.box-offer__info__button .btn .icon {
	font-size: 18px;
}
.box-offer__info__button .btn--sale {
	position: relative;
	padding: 11px 25px 11px 30px;
}
.box-offer__info__button .btn--sale:before {
	content: "";
	display: block;
	width: 32px;
	height: 46px;
	background: url("/special/collagen_enrich/images/bnr-offer01.png") no-repeat top center;
	background-size: 32px auto;
	position: absolute;
	top: 0;
	left: 8px;
}
.box-offer__info__text > span:first-child{
	font-size: 30px;
}
.box-offer__info__text > .box-offer__info__volume {
	font-size: 13px;
}
.box-offer__info__text > em{
	font-size: 20px;
	display: inline;
	font-style: normal;
	font-weight: normal;
}
.box-offer__image {
	display: none;
}
@media screen and (max-width: 1040px){
	.box-offer__thumb {
		width: 20%;
	}
}
@media screen and (max-width: 910px){
	.box-offer {
		padding-bottom: 35px;
	}
	.box-offer__thumb {
		vertical-align: middle;
	}
	.box-offer__info {
		max-width: 300px;
		margin: 0 auto;
		padding: 0;
	}
	.box-offer__info li,
	.box-offer__info__text,
	.box-offer__info__button {
		display: block;
	}
	.box-offer__info__text {
		padding: 0;
		margin-bottom: 10px;
	}
	.box-offer__info:before{
	left: -51px;
	top: -53px;
}
}
@media only screen and (max-width: 766px) {
	.box-offer {
		display: block;
		padding: 20px 20px 25px;
		margin-top: 60px;
	}
	.box-offer__thumb {
		display: none;
	}
	.box-offer__content {
		padding: 0;
		position: relative;
		display: block;
	}
	.box-offer__image {
		display: block;
		text-align: center;
		margin-bottom: 25px;
	}
	.box-offer__image img {
		width: 115px;
	}
	.box-offer__sub {
		font-size: 16px;
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	.box-offer__title {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.box-offer__title small {
		font-size: 10px;
	}
	.box-offer__title:before {
		width: 10px;
		bottom: -19px;
	}
	.box-offer__info {
		width: 100%;
	}
	.box-offer__info:before {
		display: none;
	}
	.box-offer__info li {
		margin-bottom: 60px;
	}
	.box-offer__info li:first-child .box-offer__info__text:after {
		content: "";
		display: block;
		width: 48px;
		height: 48px;
		background: url("/special/collagen_enrich/images/txt-offer01.png") no-repeat center;
		background-size: 48px auto;
		position: absolute;
		right: 68px;
		top: -27px;
	}
	.box-offer__info li:last-child .box-offer__info__text {
		margin-bottom: 20px;
	}
	.box-offer__info__button {
		width: 100%;
	}
	.box-offer__info__button .btn,
	.box-offer__info__button .btn--sale {
		font-weight: bold;
		padding: 16px 10px;
		display: block;
	}
	.box-offer__info__button .btn--sale {
		padding: 17px 10px 17px 55px;
	}
	.box-offer__info__button .btn--sale:before {
		width: 42px;
		height:60px;
		background-size: 42px auto;
		left: 5px;
	}
	.box-offer__info__button .btn .icon {
		font-size: 16px;
	}
	.box-offer__info__text {
		font-size: 13px;
		position: relative;
		margin-bottom: 10px;
		padding-left: 5px;
		font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	}
	.box-offer__info__text > span:first-child,
	.box-offer__info__text > em {
		font-size: 21px;
		padding-right: 7px;
		font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	}
	.box-offer__info__text > .box-offer__info__volume {
		position: absolute;
		left: 5px;
		top: -21px;
		font-size: 13px;
		font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	}
}
@media only screen and (max-width: 374px) {
	.box-offer__sub {
		font-size: 17px;
	}
	.box-offer__info__button .btn,
	.box-offer__info__button .btn--sale　{
		font-size: 12px;
	}
	.box-offer__info li:first-child .box-offer__info__text:after {
		right: 15px;
	}
}

/*------------------------------*/
.box-product{
	position: relative;
	overflow: hidden;
	padding: 0 0 20px 38px;
}
.lst-box-product{
	margin-top: 96px;
}
.lst-box-product li:nth-child(2n+3) .box-product,
.lst-box-product li:nth-child(2n+4) .box-product{
	padding: 40px 0 0 45px;
}
.lst-box-product li:nth-child(odd){
	border-right: 1px solid #ccc;
}
.lst-box-product li:nth-child(odd) .box-product{
	padding-left: 0;
}
.lst-box-product li{
	/*border-bottom: 1px solid #ccc;*/
	border-bottom: 0;
}
.lst-box-product li:last-child{
	border-bottom: 0;
}
.box-product__content{
	max-width: 58%;
	letter-spacing: 0.05em;
	font-size: 14px;
}
.lst-box-product li:nth-child(odd) .box-product__content{
	max-width: 55%;
}
.box-product__content__detail{
	font-size: 14px;
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.box-product__content__detail span{
	font-size: 28px;
}
.box-product__title{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
	letter-spacing: 0.15em;
	white-space: nowrap;
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.box-product__title span{
	display: block;
}
.box-product__subtitle{
	margin-bottom: 14px;
}
.box-product__thumb{
	float: right;
	padding: 60px 40px 0 0;
}
.lst-box-product li:nth-child(odd) .box-product__thumb{
	right: 50px;
}
.box-product__content__button{
	margin: 35px 0 15px;
}
.box-product__content__button .btn{
	display: table;
	width: 100%;
	padding: 8px 25px 10px 30px;
	min-height: 60px;
}
.box-product__content__button .btn > span{
	display: table-cell;
	vertical-align: middle;
}
.box-product .txt-note{
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
@media screen and (max-width: 1040px){
	.box-product__thumb img {
		height: 210px;
	}
	.box-product__title {
		white-space: normal;
	}
}
@media screen and (max-width: 766px){
	.box-product{
		padding: 0;
		box-sizing: border-box;
	}
	.lst-box-product{
		margin-left: -10px;
		margin-right: -10px;
	}
	.lst-box-product li:nth-child(odd),
	.lst-box-product li:nth-child(even){
		border: 1px solid #ccc;
		margin-bottom: 20px;
		padding: 20px;
	}
	.box-product__title{
		font-size: 13px;
		line-height: 16px;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.box-product__title span{
		display: inline;
	}
	.lst-box-product li:nth-child(odd) .box-product__content,
	.box-product__content{
		max-width: 100%;
	}
	.lst-box-product li:nth-child(2n+3) .box-product,
	.lst-box-product li:nth-child(2n+4) .box-product{
		padding: 0;
	}
	.box-product__content__detail{
		font-size: 11px;
		margin-bottom: 10px;
	}
	.box-product__thumb{
		padding: 0;
	}
	.box-product__thumb img{
		max-height: 195px;
	}
	.box-product .txt-note{
		font-size: 10px;
		line-height: 15px;
	}
	.box-product__inner{
		width: 60%;
		float: left;
	}
	.box-product__content__button{
		position: relative;
		margin: 15px 0 0;
	}
	.lst-box-product li:nth-child(odd) .box-product__thumb{
		right: 15px;
	}
	.box-product__content__detail span{
		font-size: 21px;
	}
	.box-product__content__detail span small{
		font-size: 13px;
	}
}
/*-------------------------------*/
.box-refa{
	padding: 25px 0 53px;
	margin: 24px auto 60px;
	max-width: 870px;
}
.box-refa__inner{
	border-bottom: 1px solid #ccc;
	padding-bottom: 53px;
	display: table;
	width: 100%;
}
.box-refa__inner__content,
.box-refa__inner__thumb{
	display: table-cell;
	vertical-align: middle;
}
.box-refa__inner__thumb{
	width: 19%;
	text-align: center;
}
.box-refa__inner__content{
	/*padding-left: 40px;*/
	vertical-align: top;
}
.box-refa__inner__content > p{
	margin-bottom: 27px;
}
/*------------------------------*/
.box-info{
	position: relative;
	padding-left: 15px;
}
.box-info:before{
	content: "";
	background: url(/special/collagen_enrich/images/features-icn-subscription.png) no-repeat center;
	width: 62px;
	height: 62px;
	background-size: cover;
	position: absolute;
	left: -26px;
	top: -43px;
}
.box-info li{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.box-info li:last-child {
	padding-top: 10px;
}
.box-info__col{
	display: table-cell;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.3;
}
.box-info__col a {
	display: block;
	padding-top: 5px;
}
.box-info__col > span{
	font-size: 30px;
}
.box-info__col > span > small{
	font-size: 20px;
	display: inline;
}
/*---------------------------------*/
.box-intro{
	margin-top: 35px;
}
.box-intro__box{
	margin-bottom: 73px;
}
.box-intro__box__head{
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 0.13em;
}
.box-intro__box__head span{
	line-height: 2.25;
	display: inline-block;
	border-bottom: 1px solid #ccc;
}
.box-intro__list li{
	margin-bottom: 75px;
}
@media screen and (max-width: 766px){
	.box-intro{
		text-align: center;
	}
	.box-intro__box{
		margin-bottom: 48px;
	}
	.box-intro__box__head{
		font-size: 15px;
	}
	.box-intro__box__head span{
		line-height: 1.33;
	}
	.box-intro__list li{
		margin-bottom: 40px;
	}
}
/*------------------------*/
.box-article{
	display: table;
	width: 100%;
}
.box-article__thumb,
.box-article__content{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
.box-article__thumb{
	width: 28.3%;
}
.box-article__thumb_jelly{
	width: 330px;
}
.box-article__content{
	padding-left: 27px;
}
.box-article__content .txt-head{
	text-align: left;
	letter-spacing: 0.13em;
	margin-bottom: 18px;
	line-height: 1.5;
}
.box-article__content__txt{
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 10px;
}
.box-article__content__txt_j{
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 10px;
	margin-left:  -480px;
	padding: 60px 0px;
}
.box-article__content__txt .box-article__thumb_sp{
	display: none;
}
@media screen and (max-width: 766px){
	.box-article{
		display: block;
	}
	.box-article__thumb,
	.box-article__content{
		display: block;
		width: 100%;
	}
	.box-article__thumb{
		display: none;
	}
	.box-article__content{
		padding: 0;
	}
	.box-article__content__txt .box-article__thumb_sp{
		float: right;
		width: 50%;
		padding-left: 17px;
		box-sizing: border-box;
		display: inline;
	}
	.box-article__content__txt:after{
		clear: both;
		content: "";
		display: block;
	}
	.box-article__content .txt-head{
		font-size: 17px;
		letter-spacing: 0.05em;
		line-height: 1.588;
		margin-bottom: 15px;
	}
	.box-article__content__txt{
		font-size: 13px;
	}
.box-article__content__txt_j{
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 10px;
	margin-left:  0px;
	margin-top:  20px;
	padding: 0px 0px;

}
}
/*--------------------------------*/
.box-recommend{
	padding: 40px 0 60px;
	text-align: center;
	margin: 70px 0 65px;
}
.box-recommend__head{
	font-size: 28px;
	line-height: 1.93;
	margin-bottom: 20px;
}
.box-recommend__sub{
	font-size: 24px;
	letter-spacing: 0.13em;
	line-height: 1.5;
}
@media screen and (max-width: 766px){
	.box-recommend .wrp-content{
		padding: 0 20px;
	}
	.box-recommend__head{
		font-size: 21px;
	}
	.box-recommend__sub{
		font-size: 17px;
	}
}

/* heading
-------------------------------------------------- */
.hdg-lv1{
	text-align: center;
	font-size: 32px;
	position: relative;
	letter-spacing: 0.05em;
	margin: 75px 0 97px;
	padding-bottom: 3px;
	font-weight: normal;
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.hdg-lv1 span{
	text-transform: uppercase;
}
.hdg-lv1:after{
	content: '';
	position: absolute;
	bottom: -28px;
	left: 0;
	right: 0;
	height: 1px;
	margin: 0 auto;
	background: #ccc;
	width: 30px;
}
.txt-head{
	font-size: 24px;
	color: #b71254;
	line-height: 1.75;
	text-align: center;
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
h2.txt-head {
	font-weight: normal;
}
.hdg-lv2{
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.13em;
	line-height: 1.5;
	margin: 100px 0 40px;
	font-weight: normal;
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
@media screen and (max-width: 766px) {
	.hdg-lv1{
		font-size: 24px;
		margin: 45px 0 48px;
		letter-spacing: -0.05em;
	}
	.hdg-lv1:after{
		bottom: -18px;
		width: 15px;
	}
	.hdg-lv1 span{
		text-transform: capitalize;
	}
	.hdg-lv2{
		font-size: 19px;
	}
	.txt-head{
		font-size: 21px;
		letter-spacing: 0.05em;
		line-height: 1.42;
	}
}
/* lst
-------------------------------------------------- */
.lst-use{
	margin: 38px 0 54px;
}
.lst-use li{
	padding: 0 40px;
}
.lst-use li:last-child{
	padding: 0;
}
.lst-use__point img{
	width: 44px;
	height: auto;
}
.lst-use__point,
.lst-use__title{
	text-align: center;
}
.lst-use__title{
	font-size: 20px;
}
.lst-use__detail{
	font-size: 14px;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 15px;
}
@media screen and (max-width: 766px){
	.lst-use li {
		padding: 0;
		margin-bottom: 32px;
	}
	.lst-use li:last-child{
		padding: 0;
		margin-bottom: 0;
	}
	.lst-use__point{
		margin-bottom: 10px;
	}
	.lst-use__point img{
		width: 58px;
		height: auto;
	}
	.lst-use__pic{
		text-align: center;
		margin-top: 15px;
	}
	.lst-use__title{
		line-height: 1.428;
	}
	.lst-use__detail{
		margin-top: 10px;
		line-height: 1.76;
	}
}
/* btn
-------------------------------------------------- */
.btn {
	display: inline-block;
	padding: 14px 20px;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
}
.btn-center {
	margin-top: -40px;
	text-align: center;
}
.btn-primary{
	border: 0;
	background: #b71254;
	padding: 20px 40px;
	font-size: 14px;
}
a.btn-primary{
	color: #fff;
}
.btn [class^="icon-"]:before,
.btn [class*=" icon-"]:before{
	margin-right: 5px;
}
.btn--sale {
	position: relative;
	padding: 11px 25px 11px 30px;
}
.btn--sale:before {
	content: "";
	display: block;
	width: 32px;
	height: 46px;
	background: url("/special/collagen_enrich/images/bnr-offer01.png") no-repeat center;
	background-size: 32px auto;
	position: absolute;
	top: -1px;
	left: 8px;
}
@media screen and (max-width: 766px){
	.btn--sale:before {
		width: 42px;
		height: 60px;
		background-size: 42px auto;
		left: 5px;
	}
}
/* Form Module
-------------------------------------------------- */



/* text
-------------------------------------------------- */
.txt-note{
	font-size: 12px;
	color: #787878;
}
.txt-content{
	line-height: 2;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.txt-pink{
	color: #be0f50;
}
@media screen and (max-width: 766px){
	.txt-content{
		font-size: 13px;
		line-height: 1.77;
	}
	.txt-note{
		font-size: 10px;
	}
}
/* table
-------------------------------------------------- */


/* word
-------------------------------------------------- */

/* layout
-------------------------------------------------- */


/* header
-------------------------------------------------- */

/* body
-------------------------------------------------- */

.wrp-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.wrp-container__sm{
	max-width: 830px;
	margin: 0 auto;
}

.wrp-content{
	max-width: 870px;
	/*padding: 0 20px;*/
	margin: 0 auto
}
@media screen and (max-width: 766px){
	.wrp-content{
		padding: 0;
	}
}
/* nav-backtotop
-------------------------------------------------- */


/* footer
-------------------------------------------------- */



/* project
-------------------------------------------------- */
.bg-gray{
	background-color: #f3f2f1;
}
.box-idea{
	padding: 150px 0 0;
}
.box-idea.bg-gray {
	padding: 60px 0;
	margin-bottom: 80px;
}
.box-idea__title{
	font-size: 24px;
	margin-bottom: 23px;
	text-align: center;
}
.box-idea__txt-last {
	margin-bottom: 20px;
}
.bg-gray .box-idea__title {
	color: #b71254;
	margin-bottom: 28px;
}
@media screen and (max-width: 766px){
	.box-idea.bg-gray {
		padding: 30px 0;
		margin: 60px 0 80px;
	}
	.box-idea__title{
		font-size: 21px;
	}
}
/*-----------------------*/
.lst-idea__item{
	background-color: #fff;
	display: block;
}
.lst-idea__content{
	background-color: #fff;
	padding: 20px;
	/*text-align: center;*/
	font-size: 14px;
	line-height: 22px;
	transition: all .3s;
	border-bottom: 4px solid #fff;
}
.lst-idea__item.is-active .lst-idea__content {
	border-bottom: 4px solid #b71254;
}
.lst-idea__item:hover{
	opacity: 1;
}
.lst-idea__item:hover .lst-idea__content {
	border-bottom: 4px solid #b71254;
}
.lst-idea__pic{
	line-height: 0;
	padding-bottom: 225px;
	position: relative;
}
@media only screen and (max-width: 900px) {
/*	.lst-idea__pic{
		padding-bottom: 180px;
	}*/
	.lst-idea__content {
		min-height: 9em;
	}
}
.lst-idea__pic span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.lst-idea__item:hover .lst-idea__content{
	background-color: #b71254;
	color: #fff;
}
.lst-idea__title{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: table;
	width: 100%;
	text-align: center;
}
.lst-idea__title span {
	display: table-cell;
	vertical-align: middle;
}
.lst-idea__title:after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 0;
}

/*-------------------------*/
.box-media__messgae{
	font-size: 28px;
	line-height: 48px;
	margin: 100px 0 30px;
}
.box-media__link{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 50px;
	display: inline-block;
	width: 180px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b71254;
	color: #be0f50;
}
.lst-product{
	position: relative;
	top: -80px;
	margin-bottom: -80px;
}
.lst-product > li{
	margin-bottom: 80px;
}
@media only screen and (max-width: 766px) {
	.lst-idea li {
		margin-bottom: 10px;
	}
	.lst-idea__item {
		display: table;
		width: 100%;
		border: 1px solid #ccc;
		box-sizing: border-box;
		min-height: 170px;
	}
	@media only screen and (max-width: 600px) {
		.lst-idea__item {
			min-height: 160px;
		}
	}
	.lst-idea__pic {
		display: table-cell;
		vertical-align: top;
		width: 38.8%;
		min-width: 180px;
		position: relative;
		padding-bottom: 130px;
	}
	.lst-idea__content {
		display: table-cell;
		vertical-align: top;
		text-align: left;
		padding: 23px 20px 27px;
	}
	p.lst-idea__title {
		font-size: 12px;
		margin-bottom: 0;
		font-weight: bold;
		text-align: left;
		padding-bottom: 10px;
	}
	.lst-idea__title:after {
		display: none;
	}
	.lst-idea__content p {
		font-size: 11px;
	}
}
/*box-media*/
.box-media {
	display: table;
	width: 100%;
	line-height: 0;
	background: #fff;
}
.box-media__left,
.box-media__right {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50%;
}

.box-brand__item:hover{
	opacity: 1;
}
.box-brand__item:hover .box-media__right{
	opacity: 0.7;
}
.box-brand__item--02{
	direction: rtl;
}
.box-brand__item--02 .box-media__right{
	direction: ltr;
}
.box-brand__left,
.box-brand__right{
	background: #f3f2f1;
}
.box-brand__right span{
	display: block;
}
.box-brand__item__right .btn{
	display: inline-block;
}
.box-brand__title{
	margin: 35px 0 10px;
	font-size: 24px;
	color: #b71254;
	line-height: 1.75;
	text-align: center;
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.box-brand__text{
	line-height: 2;
	margin-bottom: 24px;
	color: #000;
}
.box-brand__button{
	margin-bottom: 45px;
}
.box-brand__button .btn {
	display: inline-block;
	padding: 30px 26px;
}
@media screen and (max-width: 766px) {
	.box-brand__left,
	.box-brand__right{
		display: block;
		width: 100%;
	}
	.box-brand__left{
		padding-top: 200px;
	}
	.box-brand__right{
		padding-bottom: 40px;
		margin-bottom: 20px;
	}
	.box-brand__title{
		margin: 0;
		font-size: 19px;
		padding: 30px 0 5px;
	}
	.box-brand__text{
		margin-bottom: 13px;
	}
	.box-brand__button{
		margin-bottom: 0;
	}
	.box-brand__button .btn{
		padding: 5px 18px;
		box-sizing: border-box;
		line-height: 40px;
		letter-spacing: 0;
	}
}

.pageTop img {
	vertical-align: top;
}