@charset "utf-8";

.p-page_content {
	padding: 0;
}
.p-page_content__inner {
	max-width: none;
}
.p-page_content__inner .p-new_product__title__en,
.p-page_content__inner h2.heading {
	font-size: 2.2rem !important;
	font-weight: 300;
	text-align: center;
	letter-spacing: .2em;
	padding-left: .2em;
}
.p-new_product__title__en {
	margin: 0;
}
.p-page_content__inner h2.heading  {
	margin: 0 0 20px;
}
.p-page_content__inner .p-new_product__title__jp {
	display: block;
	margin: 2px 0 0;
	font-size: 1.4rem !important;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
}
.container {
	max-width: 800px;
	margin: 0 auto;
}
.page-title {
	font-weight: 300;
}
.concept {
	margin-top: 80px;
}
.concept-header img {
	z-index: 10;
}
.brand-story {
	padding: 15px 0;
	background: #f1f0ea;
}
.brand-story .container {
	margin-bottom: 0;
}
.brand-story a:hover {
	text-decoration: none;
}
@media screen and (min-width:768px) {
	.p-page_content__inner p {
		font-size: 1.8rem !important;
		font-weight: 300;
		line-height: 2;
	}
	.p-page_content__inner h2.heading {
		margin: 0 0 40px;
		font-size: 2.4rem;
	}
	.concept {
		margin-top: 120px;
	}
	.concept-header {
		display: flex;
	}
	.concept-header header {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		width: 480px;
		margin-left: calc( 50% - 480px );
	}
	.concept-header header > * {
		width: 100%;
	}
	.concept-header img {
		width: 50%;
		margin-bottom: -40px;
		margin-bottom: -20px;
	}
	.brand-story {
		padding: 40px 0;
	}
}
.line {
	margin: 40px auto 80px;
	padding: 0 15px;
}
.line-img {
	margin: 0 0 20px;
}
.line-text {
	font-size: 1.5rem;
	text-align: center;
}
.marker-line {
	background: linear-gradient(transparent 70%, #e2ffe3 30%);
}
.p-page_content__inner .line-coupon {
	position: relative;
	width: 10em;
	margin: 0 auto 8px;
	line-height: 1.25;
	text-align: center;
}
.line-coupon::before,
.line-coupon::after {
	position: absolute;
	top: -4px;
	display: block;
	content: '';
	height: 42px;
	width: 1px;
	background: #000;
}
.line-coupon::before {
	left: -.75em;
	transform: rotate(-20deg);
}
.line-coupon::after {
	right: -.75em;
	transform: rotate(20deg);
}
.line .u-text--btn {
	background: #00ba01 !important;
}
.line .p-new_product__more {
	text-align: center;
}
@media screen and (min-width:768px) {
	.line {
		margin: 80px auto;
		padding: 0;
	}
	.line-body {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.line-img {
		margin: 0 40px 0 0;
	}
	.line-text {
		font-size: 2.1rem;
		font-weight: 300;
		text-align: left;
	}
}

.daikanyama {
	margin: 60px auto;
}
.daikanyama-main p {
	margin: 0;
}
.daikanyama-main {
	line-height: 1.25;
	text-align: center;
}
.daikanyama-main > div {
  background-color: #F0F1F3;
	padding: 20px;
	white-space: nowrap;
}
.p-page_content__inner .daikanyama-name {
	font-size: 3.0rem !important;
	font-weight: 300;
	text-align: center;
  letter-spacing: .2em;
}
.p-page_content__inner .daikanyama-name-sub {
	font-size: 1.5rem !important;
	font-weight: 300;
	text-align: center;
  letter-spacing: .4em;
}
.p-page_content__inner .daikanyama-open {
	margin-top: 1.0em;
	font-size: 2.0rem !important;
	font-weight: 300;
	text-align: center;
	line-height: 1.1;
  letter-spacing: .2em;
}
.p-page_content__inner .daikanyama-close {
	font-size: 2.0rem !important;
	font-weight: 300;
	text-align: center;
	line-height: 1.1;
  letter-spacing: .2em;
}
.daikanyama-open span,
.daikanyama-close span {
	display: inline-block;
	position: relative;
	padding-right: 1em;
	margin-right: .25em;
	font-size: 75%;
}
.daikanyama-open span {
		padding-right: 1.55em;
}
.daikanyama-open span::after,
.daikanyama-close span::after {
	display: block;
	position:absolute;
	left:0;
	bottom: 3px;
	width: 100%;
	content: '';
	border-bottom: 1px solid #000;
	height: 0;
}
.p-page_content__inner .daikanyama-lead {
	max-width: 800px;
	margin: 20px auto 0;
}
@media screen and (max-width:767px) {
	.container,
	.daikanyama-lead {
		padding: 0 15px;
	}
	.daikanyama {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media screen and (min-width:768px) {
	.daikanyama-main {
		display: flex;
	}
	.daikanyama-main a {
		display: block;
		width: 50%;
		flex-shrink: 0;
	}
	.daikanyama-main > div {
		display: block;
		width: 50%;
		padding: 40px 0;
		margin: 10px 0 30px;
	}
	.p-page_content__inner .daikanyama-name {
		font-size: 3.6rem !important;
		white-space: nowrap;
	}
	.p-page_content__inner .daikanyama-name-sub {
		font-size: 1.6rem !important;
	}
	.p-page_content__inner .daikanyama-open {
		font-size: 2.4rem !important;
	}
	.p-page_content__inner .daikanyama-close {
		font-size: 2.4rem !important;
	}
}
.jppma {
	padding: 40px 0 0;
}
.jppma img {
	width: 240px;
	border-radius: 50%;
}
@media screen and (min-width:768px) {
	.jppma img {
		width: 280px;
	}
}
