@charset "UTF-8";
.c-arrow:after {
	content: '';
	border-top: 1px solid #469de2;
	border-right: 1px solid #469de2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
}
@media screen and (min-width: 760px), print {
	.c-arrow:after {
		width: 7px;
		height: 7px;
		margin-left: 8px;
	}
}
.c-arrow--grey:after {
	border-top: 1px solid #424648;
	border-right: 1px solid #424648;
}
.c-arrow--white:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.c-arrow--absolute:after {
	position: absolute;
	margin-left: auto;
	top: 50%;
	right: 6px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.c-link {
	position: relative;
}
.c-link:after {
	content: '';
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	background: url("/freepage/maison-kose/common/img/icon/link.png") no-repeat;
	background-size: cover;
	background-position: center;
	top: 50%;
	right: 14px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.c-link--inline:after {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	right: 0;
	top: auto;
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}
.c-link--grey:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	border: 1px solid #3b4043;
	background-color: #f3f3f3;
}
/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow span {
	cursor: pointer;
}
.slick-arrow.slick-hidden {
	display: none;
}
.c-pager {
	float: right;
	margin-top: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0 24px;
	box-sizing: border-box;
}
.c-pager__button {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	color: #3b4043;
	border-radius: 50%;
}
.c-pager__button:hover {
	opacity: 0.5;
}
.c-pager__button.active {
	background-color: #58a7e5;
	color: #fff;
}
.c-pager__button+.c-pager__button, .c-pager__button+.c-pager__ellipsis, .c-pager__ellipsis+.c-pager__button {
	margin-left: 9px;
}
.c-pager__ellipsis {
	width: auto;
	height: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	color: #3b4043;
	border-radius: 50%;
}
.c-pager__prev, .c-pager__next {
	position: relative;
	cursor: pointer;
	display: none;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
.c-pager__prev:hover, .c-pager__next:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
.c-pager__prev {
	width: 6px;
	height: 6px;
	border: 1px solid transparent;
	border-top-color: #000;
	border-left-color: #000;
	margin-right: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-pager__next {
	width: 6px;
	height: 6px;
	border: 1px solid transparent;
	border-top-color: #000;
	border-right-color: #000;
	margin-left: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-swipe__wrapper {
	position: relative;
}
.c-swipe__arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 60px;
	height: 80%;
	cursor: pointer;
	background-color: #fff;
	opacity: 0.9;
}
.c-swipe__arrow.is-prev {
	left: 0;
}
.c-swipe__arrow.is-next {
	right: 0;
}
.c-product-slider__container {
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__container {
		width: 100%;
	}
}
.c-product-slider__ttl {
	margin: 0 auto;
	text-align: center;
}
.c-product-slider__products {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products {
		max-width: 1440px;
	}
}
.c-product-slider__products .slick-dots {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 4.5%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	padding: 0;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products .slick-dots {
		margin-top: 60px;
	}
}
.c-product-slider__products .slick-dots li {
	position: relative;
	background-color: #469de2;
	border-radius: 50%;
	opacity: 0.5;
	list-style: none;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products .slick-dots li {
		width: 6px;
		height: 6px;
		cursor: pointer;
	}
}
.c-product-slider__products .slick-dots li button {
	display: none;
}
.c-product-slider__products .slick-dots li.slick-active {
	opacity: 1;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products .slick-dots li.slick-active {
		width: 10px;
		height: 10px;
	}
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products .slick-dots li+li {
		margin-left: 24px;
	}
}
.c-product-slider__products__item {
	position: relative;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__item {
		width: 220px;
	}
}
.c-product-slider__products__item__img {
	height: auto;
	padding-top: 129.57746%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
}
.c-product-slider__products__item__img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/freepage/maison-kose/common/img/frames/frame_product_m_grey.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
}
.c-product-slider__products__item__img img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.c-product-slider__products__item__brand, .c-product-slider__products__item__name, .c-product-slider__products__item__hash-area {
	padding: 0 20px;
	line-height: 1;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__item__brand {
		margin-top: 10px;
	}
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__item__name {
		margin-top: 11px;
		line-height: 1.71429;
	}
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__item__hash-area {
		margin-top: 12px;
	}
}
.c-product-slider__products__item__hash-area a {
	text-decoration: none;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__item__hash-area a {
		font-size: 12px;
	}
}
.c-product-slider__products__item__hash-area span {
	color: #469de2;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__annotation {
		position: absolute;
		right: 4.16667%;
		bottom: 0;
		font-size: 12px;
		color: #b1b3b4;
	}
}
.c-product-slider__arrow {
	position: absolute;
	top: 0;
	z-index: 10;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__arrow {
		width: 175px;
		height: 100%;
		cursor: pointer;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.c-product-slider__arrow:hover {
		opacity: 0.5;
	}
}
.c-product-slider__arrow span {
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__arrow span {
		width: 16px;
		height: 16px;
		top: 29.5%;
	}
}
.c-product-slider__arrow--right {
	right: 0;
}
.c-product-slider__arrow--right span {
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	-ms-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
}
@media screen and (min-width: 760px), print {
	.c-product-slider__arrow--right span {
		border-top: 1px solid #469de2;
		border-right: 1px solid #469de2;
		left: 35px;
	}
}
.c-product-slider__arrow--left {
	left: 0;
}
.c-product-slider__arrow--left span {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 760px), print {
	.c-product-slider__arrow--left span {
		border-top: 1px solid #469de2;
		border-left: 1px solid #469de2;
		right: 35px;
	}
}
@media screen and (min-width: 760px), print {
	.c-product-slider__arrow.left--type02 span {
		width: 16px;
		height: 16px;
		top: 29.5%;
	}
}
.c-product-slider__arrow.slick-disabled {
	opacity: 0 !important;
	cursor: default;
	pointer-events: none;
}
.c-product-slider__bar {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	display: none;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__bar {
		width: 54.70085%;
		height: 6px;
		margin-top: 50px;
	}
}
.c-product-slider__bar__indicator {
	width: 60px;
	background-color: #469de2;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__bar__indicator {
		height: 6px;
	}
}
.c-product-slider__bar--grey {
	background-color: #f3f3f3;
}
.c-product-slider__container--white .c-product-slider__products__item__img {
	background-color: #f7f7f7;
	position: relative;
}
.c-product-slider__container--white .c-product-slider__products__item__img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/freepage/maison-kose/common/img/frames/frame_top_m.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
}
.c-product-slider__container--white .c-product-slider__bar {
	background-color: #f3f3f3;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__container--mypage .c-product-slider__arrow {
		width: 50px;
	}
}
@media screen and (min-width: 760px), print {
	.c-product-slider__container--mypage .c-product-slider__arrow--right {
		right: -50px;
	}
}
@media screen and (min-width: 760px), print {
	.c-product-slider__container--mypage .c-product-slider__arrow--left {
		left: -50px;
	}
}
.c-product-slider__container--mypage .c-product-slider__arrow--right span {
	left: 8px;
}
.c-product-slider__container--mypage .c-product-slider__arrow--left span {
	right: 8px;
}
.c-product-slider__container.slick-current .c-product-slider__products__block:first-child {
	opacity: 1;
}
.c-product-slider__products__block {
	width: 100%;
	width: 97.2807%;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__block {
		padding: 0 15px;
	}
}
.c-product-slider__products__block.slick-center {
	opacity: 1;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__block .c-product__item+.c-product__item {
		margin-left: 2.34%;
	}
}
.c-product-slider__products__block--brand .c-product__item {
	width: 30.11236%;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__block--brand .c-product__item+.c-product__item {
		margin-left: 4.83%;
	}
}
.c-product-slider__products__block--brand .c-product__thumb:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 101%;
	top: 0;
	left: 0;
	background: url("/freepage/maison-kose/common/img/frames/frame_top_m.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
	pointer-events: none;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__block--brand {
		max-width: 890px;
	}
}
.c-product-slider__products__block--mypage .c-product__item {
	width: 21.68539%;
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__block--mypage .c-product__item+.c-product__item {
		margin-left: 4.4%;
	}
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__block--mypage .c-product__item--small {
		width: 46.28571% !important;
	}
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__block--mypage .c-product__item--small+.c-product__item {
		margin-left: 4.4% !important;
	}
}
@media screen and (min-width: 760px), print {
	.c-product-slider__products__block--mypage {
		max-width: 890px;
	}
}
.c-product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.c-product__item {
	width: 18.12444%;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.c-product__item+.c-product__item {
		margin-left: 2.34%;
	}
}
.c-product__thumb {
	height: auto;
	padding-top: 131.34328%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f7f7f7;
	position: relative;
}
.c-product__thumb:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 101%;
	top: 0;
	left: 0;
	background: url("/freepage/maison-kose/common/img/frames/frame_product_s.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
	pointer-events: none;
}
.c-product__thumb.is-new:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: url("/freepage/maison-kose/common/img/badge/new.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 50;
}
@media screen and (min-width: 760px), print {
	.c-product__thumb.is-new:before {
		width: 48px;
		height: 48px;
		top: -16px;
		left: 2px;
	}
}
.c-product__thumb.is-soon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: url("/freepage/maison-kose/common/img/badge/comingsoon.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 50;
}
@media screen and (min-width: 760px), print {
	.c-product__thumb.is-soon:before {
		width: 48px;
		height: 48px;
		top: -16px;
		left: 2px;
	}
}
.c-product__thumb__img {
	width: 97.1831%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.c-product__thumb__img img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.c-product__thumb__img {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.c-product__thumb__img:hover {
		opacity: 0.5;
	}
}
.c-product__like {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url("/freepage/maison-kose/common/img/project/my/favorite/button_like.png");
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	z-index: 50;
}
@media screen and (min-width: 760px), print {
	.c-product__about {
		padding: 0 0 0 3.58209%;
	}
}
.c-product__badge {
	font-family: 'Josefin Sans', 'sans-serif';
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #48add3;
	border-radius: 50%;
	z-index: 50;
}
@media screen and (min-width: 760px), print {
	.c-product__badge {
		width: 49px;
		height: 49px;
		font-size: 12px;
		line-height: 1.021264028;
	}
}
.c-product__special {
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.03em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin-top: 8px;
	color: #ffb400;
}
.c-product__special, .c-product__brand, .c-product__name, .c-product__product-name, .c-product__price, .c-product__info, .c-product__hashtag-area, .c-product__launch-date {
	line-height: 1;
}
@media screen and (min-width: 760px), print {
	.c-product__special, .c-product__brand, .c-product__name, .c-product__product-name, .c-product__price, .c-product__info, .c-product__hashtag-area, .c-product__launch-date {
		padding: 0 12px;
	}
}
.c-product__launch-date {
	position: relative;
	line-height: 1;
	text-align: center;
	border: 1px solid #b6a092;
	background-color: #fff;
	z-index: 10;
	left: 0;
	border-radius: 4px;
	padding: 2px 0;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.c-product__launch-date {
		width: 111px;
		font-size: 12px;
		top: -24px;
	}
}
.c-product__launch-date+.c-product__icon-area {
	position: relative;
	top: -20px;
	margin-bottom: -16px;
}
.c-product__launch-date+.c-product__icon-area .c-product__icon-buynow {
	display: none;
}
.c-product__brand {
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.03em;
	color: #3b4043;
	margin-top: 7px;
}
.c-product__data {
	font-size: 12px;
	line-height: 2.10333;
	color: #b1b3b4;
}
.c-product__name {
	font-size: 14px;
	line-height: 1.71429;
	color: #3b4043;
}
.c-product__product-name {
	font-weight: bold;
	color: #3b4043;
	display: block;
}
@media screen and (min-width: 760px), print {
	.c-product__product-name {
		margin-top: 1px;
		font-size: 14px;
		line-height: 1.714;
		letter-spacing: 0.03em;
		cursor: pointer;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.c-product__product-name:hover {
		opacity: 0.5;
	}
}
.c-product__price {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.c-product__price {
		font-size: 14px;
		line-height: 1.71429;
		letter-spacing: 0.03em;
		margin-top: 1px;
	}
}
@media screen and (min-width: 760px), print {
	.c-product__price span {
		font-size: 12px;
	}
}
.c-product__info {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #3b4043;
}
.c-product__hashtag-area {
	display: block;
}
@media screen and (min-width: 760px), print {
	.c-product__hashtag-area {
		margin-top: 7px;
	}
}
.c-product__hashtag-area a, .c-product__hashtag-area p {
	color: #3b4043;
	display: inline;
}
@media screen and (min-width: 760px), print {
	.c-product__hashtag-area a, .c-product__hashtag-area p {
		font-size: 12px;
	}
	.c-product__hashtag-area a+p, .c-product__hashtag-area a+a, .c-product__hashtag-area p+p, .c-product__hashtag-area p+a {
		margin-left: 6px;
	}
}
@media screen and (min-width: 760px), print {
	.c-product__hashtag-area a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.c-product__hashtag-area a:hover {
		opacity: 0.5;
	}
}
.c-product__hashtag-area span {
	color: #469de2;
}
.c-product__pager {
	float: right;
	width: 243px;
	margin-top: 60px;
}
.c-product__pager img {
	width: 100%;
}
.c-product-content__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.c-product__item--small {
	width: 335px;
	width: 30.20739%;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.c-product__item--small .c-product__thumb {
	width: 42.38806%;
	height: auto;
	margin-top: 30px;
	padding-top: 42.38806%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden;
}
.c-product__item--small .c-product__thumb:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 101%;
	top: 0;
	left: 0;
	background: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
	pointer-events: none;
}
.c-product__item--small .c-product__thumb__img {
	width: 95.77465%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.c-product__item--small .c-product__thumb__img img {
	width: 100%;
}
.c-product__item--small .c-product__about {
	width: 53.73134%;
}
.c-product__item--small .c-product__brand {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #3b4043;
}
.c-product__item--small .c-product__product-name {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	font-weight: bold;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.c-product__item--small .c-product__product-name {
		margin-top: 5px;
	}
}
.c-product__item--small .c-product__price {
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.03em;
	color: #3b4043;
}
.c-product__item--small .c-product__hashtag-area {
	display: block;
}
.c-product__item--small .c-product__hashtag-area p {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #3b4043;
}
.c-product__item--grey .c-product__thumb {
	background-color: #fff;
	position: relative;
}
.c-product__item--grey .c-product__thumb:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 101%;
	top: 0;
	left: 0;
	background: url("/freepage/maison-kose/common/img/frames/frame_product_s_grey.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
	pointer-events: none;
}
.c-product__item--ranking {
	position: relative;
}
.c-product__item--ranking:after {
	pointer-events: none;
	content: '';
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #48add3;
	z-index: 50;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'Josefin Sans', 'sans-serif';
	font-size: 16px;
	color: #fff;
}
@media screen and (min-width: 760px), print {
	.c-product__item--first:nth-child(1):after {
		pointer-events: none;
		content: '1';
		background-color: #ffb400;
	}
	.c-product__item--first:nth-child(2):after {
		pointer-events: none;
		content: '2';
		background-color: #718496;
	}
	.c-product__item--first:nth-child(3):after {
		pointer-events: none;
		content: '3';
		background-color: #d5622f;
	}
	.c-product__item--first:nth-child(4):after {
		pointer-events: none;
		content: '4';
	}
	.c-product__item--first:nth-child(5):after {
		pointer-events: none;
		content: '5';
	}
	.c-product__item--second:nth-child(1):after {
		pointer-events: none;
		content: '6';
	}
	.c-product__item--second:nth-child(2):after {
		pointer-events: none;
		content: '7';
	}
	.c-product__item--second:nth-child(3):after {
		pointer-events: none;
		content: '8';
	}
	.c-product__item--second:nth-child(4):after {
		pointer-events: none;
		content: '9';
	}
	.c-product__item--second:nth-child(5):after {
		pointer-events: none;
		content: '10';
	}
}
@media screen and (min-width: 760px), print {
	.c-recommend-area {
		margin-top: 120px;
	}
}
@media screen and (min-width: 760px), print {
	.c-recommend-area__hdg {
		font-size: 24px;
		letter-spacing: 0.03em;
		line-height: 1.5;
		max-width: 1170px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 760px), print {
	.c-recommend-area__slider {
		margin-top: 50px;
	}
}
@media screen and (min-width: 760px), print {
	.c-recommend-area__slider--small .c-product-slider__arrow {
		width: 6.59722%;
	}
}
@media screen and (min-width: 760px), print {
	.c-recommend-area__slider--small .c-product-slider__arrow span {
		top: 34%;
	}
}
@media screen and (min-width: 760px), print {
	.c-recommend-area--ranking {
		margin-top: 30px;
	}
}
.c-recommend-area--ranking .c-recommend-area__hdg {
	text-align: center;
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 300;
}
@media screen and (min-width: 760px), print {
	.c-recommend-area--ranking .c-recommend-area__hdg {
		line-height: 1;
		letter-spacing: .18em;
	}
}
.c-recommend-area--ranking .c-recommend-area__subhdg {
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.c-recommend-area--ranking .c-recommend-area__subhdg {
		font-size: 14px;
		margin-top: 24px;
		line-height: 1;
		letter-spacing: .09em;
	}
}
@media screen and (min-width: 760px), print {
	.c-recent-view-area {
		margin-top: 120px;
	}
}
@media screen and (min-width: 760px), print {
	.c-recent-view-area__hdg {
		font-size: 24px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
@media screen and (min-width: 760px), print {
	.c-recent-view-area__slider {
		margin-top: 50px;
	}
}
.c-loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999;
}
.c-loading__inner {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.c-loading__bg {
	position: fixed;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.c-breadcrumb {
	background: #f3f3f3;
}
.c-breadcrumb__inner {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.c-breadcrumb__inner {
		padding: 12px 3.75%;
	}
}
.c-breadcrumb__item {
	display: inline;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.c-breadcrumb__item {
		font-size: 12px;
	}
	.c-breadcrumb__item a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.c-breadcrumb__item a:hover {
		opacity: 0.5;
	}
}
.c-breadcrumb__item a {
	color: #3b4043;
}
.breadcrumb__item__arrow {
	background-image: url("/freepage/maison-kose/common/img/icon/arrow.png");
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (min-width: 760px), print {
	.breadcrumb__item__arrow {
		padding: 0 11px;
		background-size: 6px 9px;
		background-position: 5.5px center;
	}
}
.c-contents {
	background-color: #f3f3f3;
}
@media screen and (min-width: 760px), print {
	.c-contents {
		padding: 85px 0;
		margin-top: 90px;
	}
}
.c-contents>p {
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
.c-contents__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 760px), print {
	.c-contents__inner {
		margin-top: 45px;
	}
}
@media screen and (min-width: 760px), print {
	.c-contents__box {
		width: 373px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media screen and (min-width: 760px), print {
	.c-contents__box+.c-contents__box {
		margin-left: 42px;
	}
}
.c-contents__box__img {
	font-size: 0;
}
@media screen and (min-width: 760px), print {
	.c-contents__box__img {
		width: 186px;
	}
}
.c-contents__box__img img {
	width: 100%;
}
.c-contents__box__txt {
	font-size: 14px;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.c-contents__box__txt {
		margin-top: 20px;
		margin-left: 12px;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.c-contents__box__txt:hover {
		opacity: 0.5;
	}
}
.c-common-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
}
.c-common-modal__background {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	position: fixed;
	top: 0;
	left: 0;
}
.c-common-modal__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.c-common-modal__closebtn {
	display: block;
	position: absolute;
	top: -75px;
	right: 0;
	width: 52px;
	height: 52px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 9999;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
.c-common-modal__closebtn:after, .c-common-modal__closebtn:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
.c-common-modal__closebtn:before {
	width: 52px;
	height: 1px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.c-common-modal__closebtn:after {
	width: 52px;
	height: 1px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}
.c-common-modal__closebtn:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
/* .c-favorite-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/freepage/maison-kose/common/img/favorite/like.png") no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 20;
}

.c-favorite-btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

.c-favorite-btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url("/freepage/maison-kose/common/img/favorite/like.png") no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 5;
  box-sizing: border-box;
  pointer-events: none;
} */

@media screen and (min-width: 760px), print {
	.c-favorite-btn {
		/* width: 40px; */
		height: 40px;
		cursor: pointer;
	}
	.c-favorite-btn:hover {
		background: white;
	}
	.c-favorite-btn:hover:after {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 0.5;
	}
}
.c-favorite-btn.type02 {
	background: url("/freepage/maison-kose/common/img/favorite/like02.png") no-repeat;
	background-size: cover;
	border: 1px solid #48add3;
}
.c-favorite-btn.type02:before, .c-favorite-btn.type02:after {
	background: none;
}
@media screen and (min-width: 760px), print {
	.c-favorite-btn.type02 {
		width: 55px;
		height: 55px;
	}
}
.c-favorite-btn.type02.play {
	background: none;
}
@media screen and (min-width: 760px), print {
	.c-favorite-btn--large {
		width: 60px;
		height: 60px;
	}
}
.c-favorite-btn--inline {
	position: relative;
}
@media screen and (min-width: 760px), print {
	.c-favorite-btn--inline {
		margin-right: 16px;
	}
}
.c-favorite-btn__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
}
.c-favorite-btn__img.play {
	opacity: 1;
	-webkit-animation: faveAnim 0.6s ease;
	animation: faveAnim 0.6s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.c-favorite-btn__img.play:hover {
	opacity: 0.5 !important;
}
.c-favorite-btn.play:after {
	background: none;
}
@-webkit-keyframes faveAnim {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
	}
	50% {
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
	}
	75% {
		-webkit-transform: translate(-50%, -50%) scale(0.8);
		transform: translate(-50%, -50%) scale(0.8);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
}
@keyframes faveAnim {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
	}
	50% {
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
	}
	75% {
		-webkit-transform: translate(-50%, -50%) scale(0.8);
		transform: translate(-50%, -50%) scale(0.8);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
}
.c-sort-modal__background {
	position: fixed;
}
.c-sort-modal__inner {
	width: 86.66667%;
	background-color: #fff;
	padding: 35px 0 22.5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #3b4043;
	box-sizing: border-box;
}
.c-sort-modal__txt {
	font-size: 3.2vw;
	line-height: 1;
}
.c-sort-modal__list {
	margin-top: 30px;
	width: 100%;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	display: block;
}
.c-sort-modal__list__item {
	padding: 22.5px;
	text-align: center;
	font-size: 4vw;
}
.c-sort-modal__list__item+.c-sort-modal__list__item {
	border-top: 1px solid #f7f7f7;
}
.c-sort-modal__list__item.is-active {
	background-color: #e4f3f8;
}
.c-sort-modal__btn {
	width: 84.61538%;
	padding: 17px 0;
	margin-top: 17.5px;
	color: #fff;
	background-color: #3b4043;
	text-align: center;
	font-size: 3.2vw;
	box-sizing: border-box;
}
.c-drop-down .c-drop-down__target {
	display: none;
}
.c-drop-down.is-open .c-drop-down__trigger:after {
	top: 54%;
	-webkit-transform: translateY(-50%) rotate(225deg);
	-ms-transform: translateY(-50%) rotate(225deg);
	transform: translateY(-50%) rotate(225deg);
}
.c-drop-down.is-open .js-open-target {
	top: 0;
	visibility: visible;
	opacity: 1;
	z-index: 11;
}
.c-drop-down.is-open .c-drop-down__target {
	display: block;
}
.c-drop-down input[type="radio"] {
	display: none;
}
.c-drop-down label {
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	color: #3b4043;
	background-color: #fff;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}
.c-drop-down label:hover {
	background-color: #f3f3f3;
}
.c-drop-down__trigger {
	position: relative;
	display: inline-block;
}
.c-drop-down__trigger>input {
	display: block;
	padding: 8px 15px;
	width: 130px;
	font-size: 14px;
	color: #3b4043;
	background-color: #f3f3f3;
	border: none;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}
.c-drop-down__trigger:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 46%;
	right: 14px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	z-index: 1;
	border-right: 1px solid #469de2;
	border-bottom: 1px solid #469de2;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	cursor: pointer;
}
.c-drop-down__target {
	position: relative;
	z-index: 10;
	list-style: none;
	border: 1px solid #f3f3f3;
	border-top: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.js-open-target {
	top: -10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.c-sns-area {
	position: relative;
}
.c-sns-area__text {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.c-sns-area__text {
		font-size: 14px;
		line-height: 2.14286;
	}
}
.c-sns-area__btn-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (min-width: 760px), print {
	.c-sns-area__btn-wrapper {
		margin-top: 20px;
	}
}
.c-sns-area form {
	color: #75797b;
	box-sizing: border-box;
	text-decoration: underline;
}
@media screen and (min-width: 760px), print {
	.c-sns-area form {
		width: 195px;
		height: 35px;
		font-size: 12px;
		padding-left: 35px;
		cursor: pointer;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.c-sns-area form:hover {
		opacity: 0.5;
	}
}
.c-sns-area form .c-sns-area__btn {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.c-sns-area form .c-sns-area__btn button {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	color: #75797b;
	background-color: white;
	text-decoration: underline;
	cursor: pointer;
}
.c-sns-area form.c-sns-area__form--yahoo {
	background: url("/freepage/maison-kose/common/img/sns/btn_yahoo.png") no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.c-sns-area form.c-sns-area__form--line {
	background: url("/freepage/maison-kose/common/img/sns/btn_line.png") no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.c-sns-area form.c-sns-area__form--facebook {
	background: url("/freepage/maison-kose/common/img/sns/btn_facebook.png") no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.c-sns-area form.c-sns-area__form--twitter {
	background: url("/freepage/maison-kose/common/img/sns/btn_twitter.png") no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.p-top-section__kv {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-top-section__kv {
		margin: 0 auto;
		margin-top: 30px;
		position: relative;
		background-color: #fff;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-section__kv__inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
		background-color: #fff;
	}
	.p-top-section__kv__inner:after {
		content: '';
		display: block;
		clear: both;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-section__kv__slide {
		width: 100%;
		height: 100%;
	}
	.p-top-section__kv__slide--right {
		right: -102.5%;
		left: auto;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
	}
	.p-top-section__kv__slide--left {
		left: -102.5%;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
	}
}
.p-top-section__kv__slide .slick-dots {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	padding: 0;
}
@media screen and (min-width: 760px), print {
	.p-top-section__kv__slide .slick-dots {
		bottom: -38px;
	}
}
.p-top-section__kv__slide .slick-dots li {
	position: relative;
	border-radius: 50%;
	opacity: 0.5;
	list-style: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media screen and (min-width: 760px), print {
	.p-top-section__kv__slide .slick-dots li {
		width: 6px;
		height: 6px;
		cursor: pointer;
		background-color: #999999;
	}
}
.p-top-section__kv__slide .slick-dots li button {
	display: none;
}
.p-top-section__kv__slide .slick-dots li.slick-active {
	opacity: 1;
}
@media screen and (min-width: 760px), print {
	.p-top-section__kv__slide .slick-dots li.slick-active {
		width: 10px;
		height: 10px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-section__kv__slide .slick-dots li+li {
		margin-left: 24px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-section__kv__slide-frame {
		width: 100%;
		height: auto;
		padding: 0 1px;
		box-sizing: border-box;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
	}
	.p-top-section__kv__slide-frame--1 {
		background: url("/freepage/maison-kose/common/img/project/top/kv/kv_01.jpg") no-repeat;
		background-size: cover;
		background-position: center;
	}
	.p-top-section__kv__slide-frame--2 {
		background: url("/freepage/maison-kose/common/img/project/top/kv/kv_02.jpg") no-repeat;
		background-size: cover;
		background-position: center;
	}
	.p-top-section__kv__slide-frame--3 {
		background: url("/freepage/maison-kose/common/img/project/top/kv/kv_03.jpg") no-repeat;
		background-size: cover;
		background-position: center;
	}
	.p-top-section__kv__slide-frame a {
		width: 100%;
		display: block;
	}
	.p-top-section__kv__slide-frame img {
		width: 100%;
	}
}
.p-top-section__hdg {
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 300;
	line-height: 1;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-top-section__hdg {
		font-size: 28px;
		letter-spacing: .18em;
	}
}
.p-top-message {
	color: #3b4043;
	text-align: left;
}
@media screen and (min-width: 760px), print {
	.p-top-message {
		width: 60%;
		max-width: 950px;
		min-width: 693px;
		margin: 0 auto;
		padding: 92px 0 0;
	}
}
.p-top-message__hdg {
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (min-width: 760px), print {
	.p-top-message__hdg {
		font-size: 14px;
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-message__txt {
		font-size: 14px;
		letter-spacing: .03em;
		margin-top: 5px;
	}
}
.p-top-message .p-top-message__txt+.p-top-message__hdg {
	margin-top: 30px;
}
.p-top-message .is-red {
	color: #E62F2F;
}
.p-top-banner {
	text-align: center;
}
.p-top-banner2 {
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-top-banner {
		width: 65.8%;
		max-width: 950px;
		min-width: 693px;
		margin: 0 auto;
		padding: 54px 0 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-banner2 {
		width: 45%;
		max-width: 350px;
		margin: 0 auto;
		padding: 54px 0 0;
	}
}
.p-top-banner__image {
	width: 100%;
}
.p-top-banner__image2 {
	width: 100%;
	display: inline-block;
}
@media screen and (min-width: 760px), print {
	.p-top-banner__image {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-banner__image:hover {
		opacity: 0.5;
	}
}
.p-top-banner__image img {
	width: 100%;
}
.p-top-banner__link {
	color: #469de2;
}
@media screen and (min-width: 760px), print {
	.p-top-banner__link {
		font-size: 14px;
		margin-top: 5px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-banner__link:after {
		margin-left: 0;
	}
	.p-top-banner__link:hover {
		opacity: 0.5;
	}
}
.p-top-menu {
	background-color: #fff;
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-top-menu {
		width: 100%;
		padding: 60px 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-menu__list {
		width: 693px;
		margin: 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.p-top-menu__list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}
.p-top-menu__list__item2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}
.p-top-menu__list__item {
	width: 27.56133%;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
@media screen and (min-width: 760px), print {
	.p-top-menu__list__item2 {
		width: 44%;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-menu__list__item:hover {
		opacity: 0.5;
	}
	.p-top-menu__list__item+.p-top-menu__list__item {
		margin-left: 8.65801%;
	}
	.p-top-menu__list__item:nth-child(n+4) {
		margin-top: 23px;
	}
	.p-top-menu__list__item:nth-child(4) {
		margin-left: 0;
	}
}
.p-top-menu__list__item__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #3b4043;
	line-height: 1;
}
@media screen and (min-width: 760px), print {
	.p-top-menu__list__item__link {
		font-size: 14px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-menu__list__item__icon {
		width: 45px;
		margin-right: 12px;
	}
}
.p-top-products {
	width: 100%;
	background-color: #fff;
	color: #3b4043;
}
.p-top-products__container {
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-top-products__container {
		max-width: 1440px;
		padding: 0 3.75%;
		padding-bottom: 60px;
		margin: 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.p-top-products__item {
	position: relative;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
@media screen and (min-width: 760px), print {
	.p-top-products__item {
		font-size: 1.21739vw;
		padding-bottom: 30px;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item {
		font-size: 0.97222vw;
	}
}
@media screen and (min-width: 1440px), print {
	.p-top-products__item {
		font-size: 14px;
	}
}
.p-top-products__item__thumb {
	display: block;
}
.p-top-products__item__thumb.is-new:before {
	content: '';
	position: absolute;
	top: 3%;
	left: 4%;
	background: url("/freepage/maison-kose/common/img/badge/new.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 50;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item__thumb.is-new:before {
		width: 48px;
		height: 18px;
	}
}
.p-top-products__item__thumb.is-soon:before {
	content: '';
	position: absolute;
	top: 3%;
	left: 4%;
	background: url("/freepage/maison-kose/common/img/badge/comingsoon.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 50;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item__thumb.is-soon:before {
		width: 48px;
		height: 18px;
	}
}
.p-top-products__item__img {
	overflow: hidden;
}
.p-top-products__item__brand, .p-top-products__item__name, .p-top-products__item__hash-area {
	line-height: 1;
	letter-spacing: .06em;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item__brand, .p-top-products__item__name, .p-top-products__item__hash-area {
		padding: 0 21px;
	}
}
.p-top-products__item__name {
	font-weight: bold;
	color: #3b4043;
	display: block;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item__name {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-products__item__name:hover {
		opacity: 0.5;
	}
}
.p-top-products__item__hash-area a {
	text-decoration: none;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item__hash-area a {
		font-size: 1.04348vw;
		line-height: 2;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-products__item__hash-area a:hover {
		opacity: 0.5;
	}
	.p-top-products__item__hash-area a+a {
		margin-left: 12px;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item__hash-area a {
		font-size: 0.83333vw;
	}
}
@media screen and (min-width: 1440px), print {
	.p-top-products__item__hash-area a {
		font-size: 12px;
	}
}
.p-top-products__item__hash-area span {
	color: #469de2;
}
.p-top-products__item img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-1 {
		width: 25%;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item--type-1 {
		width: 20%;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-1 .p-top-products__item__thumb {
		position: relative;
		padding-top: 130%;
		overflow: hidden;
	}
	.p-top-products__item--type-1 .p-top-products__item__thumb:after {
		pointer-events: none;
		content: '';
		position: absolute;
		width: 101%;
		height: 101%;
		top: 0;
		left: 0;
		background: url("/freepage/maison-kose/common/img/frames/frame_product_m.png") no-repeat;
		background-size: cover;
		background-position: center;
		z-index: 10;
	}
}
.p-top-products__item--type-1 .p-top-products__item__img {
	height: auto;
	padding: 0 1%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f7f7f7;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-1 .p-top-products__item__img {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 97%;
		height: 97%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 900px) and (min-width: 760px) {
	.p-top-products__item--type-1 .p-top-products__item__img.is-new:before {
		width: 48px;
		height: 48px;
	}
}
@media screen and (max-width: 900px) and (min-width: 760px) {
	.p-top-products__item--type-1 .p-top-products__item__img.is-soon:before {
		width: 48px;
		height: 48px;
	}
}
.p-top-products__item--type-1 .p-top-products__item__img img {
	width: 97.77778%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-1 .p-top-products__item__brand {
		margin-top: 10px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-1 .p-top-products__item__name {
		margin-top: 5px;
		line-height: 1.71429;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-1.on-4-col {
		display: block;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item--type-1.on-4-col {
		display: none !important;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-2 {
		width: 25%;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item--type-2 {
		width: 20%;
	}
}
.p-top-products__item--type-2 .p-top-products__item__grad {
	width: 98%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}
.p-top-products__item--type-2 .p-top-products__item__grad--1 {
	background: -webkit-linear-gradient(45deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
	background: linear-gradient(45deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
	background-size: 200% 200%;
}
.p-top-products__item--type-2 .p-top-products__item__grad--2 {
	background: -webkit-linear-gradient(314deg, rgba(26, 80, 124, 0.6), rgba(66, 137, 175, 0.6), rgba(156, 213, 214, 0.6), rgba(219, 225, 227, 0.6));
	background: linear-gradient(136deg, rgba(26, 80, 124, 0.6), rgba(66, 137, 175, 0.6), rgba(156, 213, 214, 0.6), rgba(219, 225, 227, 0.6));
	background-size: 200% 200%;
}
.p-top-products__item--type-2 .p-top-products__item__grad--3 {
	background: -webkit-linear-gradient(317deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
	background: linear-gradient(133deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
	background-size: 200% 200%;
}
.p-top-products__item--type-2 .p-top-products__item__grad--4 {
	background: -webkit-linear-gradient(226deg, rgba(26, 80, 124, 0.6), rgba(66, 137, 175, 0.6), rgba(156, 213, 214, 0.6), rgba(219, 225, 227, 0.6));
	background: linear-gradient(-136deg, rgba(26, 80, 124, 0.6), rgba(66, 137, 175, 0.6), rgba(156, 213, 214, 0.6), rgba(219, 225, 227, 0.6));
	background-size: 200% 200%;
}
.p-top-products__item--type-2 .p-top-products__item__grad--5 {
	background: -webkit-linear-gradient(223deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
	background: linear-gradient(-133deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
	background-size: 200% 200%;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-2 .p-top-products__item__thumb {
		position: relative;
		padding-top: 130%;
		overflow: hidden;
	}
	.p-top-products__item--type-2 .p-top-products__item__thumb:after {
		pointer-events: none;
		content: '';
		position: absolute;
		width: 101%;
		height: 101%;
		top: 0;
		left: 0;
		background: url("/freepage/maison-kose/common/img/frames/frame_product_m.png") no-repeat;
		background-size: cover;
		background-position: center;
		z-index: 10;
	}
}
.p-top-products__item--type-2 .p-top-products__item__img {
	height: auto;
	padding: 0 1%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-2 .p-top-products__item__img {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 97%;
		height: 97%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
.p-top-products__item--type-2 .p-top-products__item__img img {
	height: 99%;
	width: auto !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}
.p-top-products__item--type-2 .p-top-products__item__name {
	font-weight: normal;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-2 .p-top-products__item__name {
		margin-top: 6px;
		line-height: 1.71429;
	}
}
.p-top-products__item--type-2 .p-top-products__item__text {
	width: 77.77778%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #f7f7f7;
	z-index: 15;
	text-shadow: 0px 7px 28.42px rgba(3, 41, 59, 0.4);
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-2 .p-top-products__item__text {
		font-size: 2.08696vw;
		line-height: 1.75;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item--type-2 .p-top-products__item__text {
		font-size: 1.66667vw;
	}
}
@media screen and (min-width: 1440px), print {
	.p-top-products__item--type-2 .p-top-products__item__text {
		font-size: 24px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-3 {
		width: 50%;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item--type-3 {
		width: 40%;
	}
}
.p-top-products__item--type-3 .p-top-products__item__grad {
	width: 99.1%;
	height: 99.1%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}
.p-top-products__item--type-3 .p-top-products__item__grad--1 {
	background: -webkit-linear-gradient(45deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
	background: linear-gradient(45deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
	background-size: 200% 200%;
}
.p-top-products__item--type-3 .p-top-products__item__grad--2 {
	background: -webkit-linear-gradient(317deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
	background: linear-gradient(133deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
	background-size: 200% 200%;
}
.p-top-products__item--type-3 .p-top-products__item__grad--3 {
	background: -webkit-linear-gradient(314deg, rgba(219, 225, 227, 0.6), rgba(156, 213, 214, 0.6), rgba(66, 137, 175, 0.6), rgba(26, 80, 124, 0.6));
	background: linear-gradient(136deg, rgba(219, 225, 227, 0.6), rgba(156, 213, 214, 0.6), rgba(66, 137, 175, 0.6), rgba(26, 80, 124, 0.6));
	background-size: 200% 200%;
}
.p-top-products__item--type-3 .p-top-products__item__img {
	height: auto;
	padding-top: 75.55556%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.p-top-products__item--type-3 .p-top-products__item__img:after {
	pointer-events: none;
	content: '';
	position: absolute;
	width: 101%;
	height: 101%;
	top: 0;
	left: 0;
	background: url("/freepage/maison-kose/common/img/frames/frame_top_l.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
}
.p-top-products__item--type-3 .p-top-products__item__img img {
	height: 99.07407%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.p-top-products__item--type-3 .p-top-products__item__text-area {
	position: absolute;
	top: 50%;
	left: 11.11111%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	z-index: 15;
	text-shadow: 0px 7px 28.42px rgba(3, 41, 59, 0.4);
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-3 .p-top-products__item__text-area {
		width: 88.88889%;
	}
}
.p-top-products__item--type-3 .p-top-products__item__text-area__hdg {
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 300;
	letter-spacing: .03em;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-3 .p-top-products__item__text-area__hdg {
		font-size: 5.65217vw;
		line-height: 1.015384615;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item--type-3 .p-top-products__item__text-area__hdg {
		font-size: 4.51389vw;
	}
}
@media screen and (min-width: 1440px), print {
	.p-top-products__item--type-3 .p-top-products__item__text-area__hdg {
		font-size: 65px;
	}
}
.p-top-products__item--type-3 .p-top-products__item__text-area__subhdg {
	line-height: 1;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-3 .p-top-products__item__text-area__subhdg {
		font-size: 2.08696vw;
		letter-spacing: .03em;
		margin-top: 9px;
		line-height: 1.25;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item--type-3 .p-top-products__item__text-area__subhdg {
		font-size: 1.66667vw;
	}
}
@media screen and (min-width: 1440px), print {
	.p-top-products__item--type-3 .p-top-products__item__text-area__subhdg {
		font-size: 24px;
	}
}
.p-top-products__item--type-3 .p-top-products__item__text-area__text {
	letter-spacing: .06em;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-3 .p-top-products__item__text-area__text {
		font-size: 1.21739vw;
		line-height: 1.714285714;
		margin-top: 6%;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item--type-3 .p-top-products__item__text-area__text {
		font-size: 0.97222vw;
	}
}
@media screen and (min-width: 1440px), print {
	.p-top-products__item--type-3 .p-top-products__item__text-area__text {
		font-size: 14px;
	}
}
.p-top-products__item--type-4 {
	padding: 0;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-4 {
		width: 50%;
		box-sizing: border-box;
		padding-top: 28.33333%;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item--type-4 {
		width: 40%;
		padding-top: 28.33333%;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-4 .p-top-products__item__thumb {
		width: 42.22222%;
	}
}
.p-top-products__item--type-4 .p-top-products__item__img {
	position: relative;
	overflow: visible;
}
.p-top-products__item--type-4 .p-top-products__item__img:after {
	pointer-events: none;
	content: '';
	position: absolute;
	border-radius: 50%;
	background: url("/freepage/maison-kose/common/img/badge/pickup.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 50;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-4 .p-top-products__item__img:after {
		width: 75px;
		height: 75px;
		font-size: 16px;
		top: -40px;
		left: -5px;
	}
}
.p-top-products__item--type-4 .p-top-products__item__brand, .p-top-products__item--type-4 .p-top-products__item__name, .p-top-products__item--type-4 .p-top-products__item__hash-area {
	padding: 0;
	line-height: 1;
}
.p-top-products__item--type-4 .p-top-products__item__detail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-4 .p-top-products__item__detail {
		width: 54.44444%;
		padding-left: 3.33333%;
		padding-right: 2%;
		line-height: 1.714285714;
		height: 100%;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-4 .p-top-products__item__brand {
		font-size: 1.56522vw;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item--type-4 .p-top-products__item__brand {
		font-size: 1.25vw;
	}
}
@media screen and (min-width: 1440px), print {
	.p-top-products__item--type-4 .p-top-products__item__brand {
		font-size: 18px;
	}
}
.p-top-products__item--type-4 .p-top-products__item__name {
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-4 .p-top-products__item__name {
		margin-top: 9px;
		font-size: 1.56522vw;
		line-height: 1.66667;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item--type-4 .p-top-products__item__name {
		font-size: 1.25vw;
	}
}
@media screen and (min-width: 1440px), print {
	.p-top-products__item--type-4 .p-top-products__item__name {
		font-size: 18px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-4 .p-top-products__item__description {
		font-size: 1.21739vw;
		margin-top: 10px;
		letter-spacing: .06em;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-products__item--type-4 .p-top-products__item__description {
		font-size: 0.97222vw;
	}
}
@media screen and (min-width: 1440px), print {
	.p-top-products__item--type-4 .p-top-products__item__description {
		font-size: 14px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-4 .p-top-products__item__hash-area {
		margin-top: 9px;
	}
}
.p-top-products__item--type-4 .p-top-products__item__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	left: 15px;
}
@media screen and (min-width: 760px), print {
	.p-top-products__item--type-4 .p-top-products__item__container {
		left: 15px;
		top: 16.28352%;
		position: absolute;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-products--lower {
		padding-top: 60px;
	}
}
.p-top-search {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-top-search {
		padding: 65px 0;
	}
}
.p-top-search__grad {
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(314deg, rgba(26, 54, 124, 0.3), rgba(26, 155, 193, 0.3), rgba(102, 187, 212, 0.3), rgba(242, 158, 22, 0.3));
	background: linear-gradient(136deg, rgba(26, 54, 124, 0.3), rgba(26, 155, 193, 0.3), rgba(102, 187, 212, 0.3), rgba(242, 158, 22, 0.3));
	background-size: 600% 600%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
}
.p-top-search__background {
	position: fixed;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -5;
	background-position: center;
	opacity: 0;
}
@media screen and (min-width: 760px), print {
	.p-top-search__background {
		width: 100vw;
		height: 100vw;
		background: url("/freepage/maison-kose/common/img/project/top/search/bg_pc.jpg") no-repeat;
		background-position: center;
		background-size: cover;
	}
}
.p-top-search__container {
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-top-search__container {
		width: 390px;
		padding-top: 296px;
	}
}
.p-top-search__container:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url("/freepage/maison-kose/common/img/project/top/search/shape.png") no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
}
.p-top-search__container:after {
	pointer-events: none;
	content: '';
	border-top: 1px solid #4e5355;
	border-right: 1px solid #4e5355;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 5;
}
@media screen and (min-width: 760px), print {
	.p-top-search__container:after {
		width: 25px;
		height: 25px;
		right: 35px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-search__container+.p-top-search__container {
		margin-left: 60px;
	}
}
.p-top-search__container span {
	display: block;
}
@media screen and (min-width: 760px), print {
	.p-top-search__container:hover:before {
		opacity: 0.9;
	}
	.p-top-search__container:hover:after {
		pointer-events: none;
		-webkit-transform: translate(50%, -50%) rotate(45deg);
		-ms-transform: translate(50%, -50%) rotate(45deg);
		transform: translate(50%, -50%) rotate(45deg);
	}
}
.p-top-search__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 760px), print {
	.p-top-search__inner {
		width: 272px;
	}
}
.p-top-search__hdg {
	color: #3b4043;
	line-height: 1;
	z-index: 10;
}
@media screen and (min-width: 760px), print {
	.p-top-search__hdg {
		font-size: 24px;
	}
}
.p-top-search__txt {
	color: #3b4043;
	z-index: 10;
}
@media screen and (min-width: 760px), print {
	.p-top-search__txt {
		margin-top: 24px;
		font-size: 14px;
		line-height: 1.714285714;
	}
}
.p-top-brand {
	width: 100%;
	background-color: #f3f3f3;
}
@media screen and (min-width: 760px), print {
	.p-top-brand {
		padding: 90px 0;
	}
}
.p-top-brand__link {
	font-size: 12px;
	color: #3b4043;
	text-decoration: none;
}
@media screen and (min-width: 760px), print {
	.p-top-brand__link {
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-brand__link:hover {
		opacity: 0.5;
	}
}
.p-top-brand__container {
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-top-brand__container {
		width: 100%;
		max-width: 1170px;
	}
}
.p-top-brand__ttl {
	margin: 0 auto;
	text-align: center;
}
.p-top-brand__list {
	font-size: 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 760px), print {
	.p-top-brand__list {
		margin-top: 60px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-brand__list__item {
		width: 7.69231%;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-brand__list__item:hover {
		opacity: 0.5;
	}
	.p-top-brand__list__item+.p-top-brand__list__item {
		margin-left: 2.47863%;
	}
	.p-top-brand__list__item:nth-child(n+11) {
		margin-top: 45px;
	}
	.p-top-brand__list__item:nth-child(11n) {
		margin-left: 0;
	}
}
.p-top-brand__list__item img {
	width: 100%;
}
.p-top-ranking {
	width: 100%;
	padding: 90px 0;
	background-color: #f3f3f3;
}
@media screen and (min-width: 760px), print {
	.p-top-ranking {
		padding: 90px 0;
	}
}
.p-top-ranking__container {
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-top-ranking__container {
		width: 100%;
		max-width: 1440px;
	}
}
.p-top-ranking__ttl {
	margin: 0 auto;
	text-align: center;
}
.p-top-ranking__category {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 760px), print {
	.p-top-ranking__category {
		margin-top: 60px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.p-top-ranking__category__item {
	border: 1px solid #3b4043;
	color: #3b4043;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-top-ranking__category__item {
		width: 180px;
		font-size: 12px;
		padding: 9px 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		cursor: pointer;
	}
	.p-top-ranking__category__item:hover {
		background-color: #3b4043;
		color: #fff;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-ranking__category__item+.p-top-ranking__category__item {
		margin-left: 20px;
	}
}
.p-top-ranking__category__item.is-active {
	background-color: #3b4043;
	color: #fff;
}
.p-top-ranking__item {
	position: relative;
}
.p-top-ranking__item:after {
	pointer-events: none;
	content: '';
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #48add3;
	z-index: 50;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'Josefin Sans', 'sans-serif';
	font-size: 16px;
	color: #fff;
}
@media screen and (min-width: 760px), print {
	.p-top-ranking__item--first:nth-child(1):after {
		pointer-events: none;
		content: '1';
		background-color: #ffb400;
	}
	.p-top-ranking__item--first:nth-child(2):after {
		pointer-events: none;
		content: '2';
		background-color: #718496;
	}
	.p-top-ranking__item--first:nth-child(3):after {
		pointer-events: none;
		content: '3';
		background-color: #d5622f;
	}
	.p-top-ranking__item--first:nth-child(4):after {
		pointer-events: none;
		content: '4';
	}
	.p-top-ranking__item--first:nth-child(5):after {
		pointer-events: none;
		content: '5';
	}
	.p-top-ranking__item--second:nth-child(1):after {
		pointer-events: none;
		content: '6';
	}
	.p-top-ranking__item--second:nth-child(2):after {
		pointer-events: none;
		content: '7';
	}
	.p-top-ranking__item--second:nth-child(3):after {
		pointer-events: none;
		content: '8';
	}
	.p-top-ranking__item--second:nth-child(4):after {
		pointer-events: none;
		content: '9';
	}
	.p-top-ranking__item--second:nth-child(5):after {
		pointer-events: none;
		content: '10';
	}
}
@media screen and (min-width: 760px), print {
	.p-top-ranking__annotation {
		position: absolute;
		right: 9.375%;
		bottom: 0;
		font-size: 12px;
		color: #b1b3b4;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-ranking .c-product-slider__arrow {
		width: 3.4188%;
	}
}
@media screen and (min-width: 1171px), print {
	.p-top-ranking .c-product-slider__arrow {
		width: 7%;
	}
}
@media screen and (min-width: 1440px), print {
	.p-top-ranking .c-product-slider__arrow {
		width: 175px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-ranking .c-product-slider__arrow span {
		top: 40.5%;
	}
}
.p-top-ranking .c-product-slider__arrow--right span {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 760px), print {
	.p-top-ranking .c-product-slider__arrow--right span {
		left: 35%;
	}
}
@media screen and (min-width: 1440px), print {
	.p-top-ranking .c-product-slider__arrow--right span {
		left: 35px;
	}
}
.p-top-ranking .c-product-slider__arrow--left span {
	-webkit-transform: translate(50%, -50%) rotate(-45deg);
	-ms-transform: translate(50%, -50%) rotate(-45deg);
	transform: translate(50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 760px), print {
	.p-top-ranking .c-product-slider__arrow--left span {
		right: 35%;
	}
}
@media screen and (min-width: 1440px), print {
	.p-top-ranking .c-product-slider__arrow--left span {
		right: 35px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-ranking .c-product-slider__products {
		margin: 0 auto;
		margin-top: 40px;
		max-width: 1107px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-ranking .c-product-slider__products__block {
		max-width: none;
	}
}
.p-top-about {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 760px), print {
	.p-top-about {
		padding: 65px 0;
	}
}
.p-top-about__grad {
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(314deg, rgba(26, 54, 124, 0.3), rgba(26, 155, 193, 0.3), rgba(102, 187, 212, 0.3), rgba(242, 158, 22, 0.3));
	background: linear-gradient(136deg, rgba(26, 54, 124, 0.3), rgba(26, 155, 193, 0.3), rgba(102, 187, 212, 0.3), rgba(242, 158, 22, 0.3));
	background-size: 600% 600%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.p-top-about__background {
	position: fixed;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -5;
	opacity: 0;
}
@media screen and (min-width: 760px), print {
	.p-top-about__background {
		width: 100vw;
		height: 100vw;
		background: url("/freepage/maison-kose/common/img/project/top/about/bg_pc.jpg") no-repeat;
		background-position: center;
		background-size: cover;
	}
}
.p-top-about__ttl {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	text-shadow: 0px 7px 28.42px #03293b;
}
.p-top-about__description {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	text-shadow: 0px 7px 28.42px #03293b;
}
@media screen and (min-width: 760px), print {
	.p-top-about__description {
		margin-top: 30px;
		font-size: 15px;
		line-height: 2.4;
	}
}
.p-top-about__link {
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	color: #fff;
	background-color: #3b4043;
	text-decoration: none;
	display: block;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-top-about__link {
		width: 280px;
		margin-top: 20px;
		font-size: 12px;
		padding: 17px 0;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-about__link:hover {
		opacity: 0.5;
	}
	.p-top-about__link.c-arrow--absolute:after {
		right: 19px;
	}
}
.p-top-event {
	width: 100%;
	background-color: #f3f3f3;
}
@media screen and (min-width: 760px), print {
	.p-top-event {
		padding: 90px 0;
	}
}
.p-top-event__link {
	font-size: 12px;
	color: #3b4043;
	text-decoration: none;
}
@media screen and (min-width: 760px), print {
	.p-top-event__link {
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-event__link:hover {
		opacity: 0.5;
	}
}
.p-top-event__container {
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-top-event__container {
		width: 100%;
		max-width: 1170px;
	}
}
.p-top-event__container__inner {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (min-width: 760px), print {
	.p-top-event__container__inner {
		width: 870px;
		margin-top: 65px;
	}
}
.p-top-event__container__item {
	font-size: 0;
}
@media screen and (min-width: 760px), print {
	.p-top-event__container__item {
		width: 262px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-event__container__item:hover {
		opacity: 0.5;
	}
}
.p-top-event__container__item img {
	display: block;
}
.p-top-event__container__item__img img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-top-event__container__item__info {
		margin-top: 15px;
	}
}
.p-top-event__container__item__date {
	color: #3b4043;
	line-height: 1;
	display: block;
}
@media screen and (min-width: 760px), print {
	.p-top-event__container__item__date {
		font-size: 12px;
	}
}
.p-top-event__container__item__text {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-top-event__container__item__text {
		font-size: 14px;
		line-height: 1.714285714;
	}
}
.p-top-event__ttl {
	margin: 0 auto;
	text-align: center;
}
.p-top-info {
	width: 100%;
	background-color: #fff;
}
@media screen and (min-width: 760px), print {
	.p-top-info {
		padding: 90px 0;
	}
}
.p-top-info__link {
	font-size: 12px;
	color: #3b4043;
	text-decoration: none;
}
@media screen and (min-width: 760px), print {
	.p-top-info__link {
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-info__link:hover {
		opacity: 0.5;
	}
}
.p-top-info__container {
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-top-info__container {
		width: 100%;
		max-width: 1170px;
	}
}
.p-top-info__container__inner {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-top-info__container__inner {
		width: 860px;
		margin-top: 65px;
	}
}
.p-top-info__container__item {
	display: block;
}
@media screen and (min-width: 760px), print {
	.p-top-info__container__item {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-info__container__item:hover {
		opacity: 0.5;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-info__container__item+.p-top-info__container__item {
		margin-top: 30px;
	}
}
.p-top-info__container__item__date {
	color: #b1b3b4;
	line-height: 1;
}
@media screen and (min-width: 760px), print {
	.p-top-info__container__item__date {
		font-size: 14px;
	}
}
.p-top-info__container__item__date span {
	margin-left: 10px;
	color: #469de2;
	border: 1px solid #469de2;
}
@media screen and (min-width: 760px), print {
	.p-top-info__container__item__date span {
		padding: 5px 15px;
		font-size: 12px;
	}
}
.p-top-info__container__item__info {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-top-info__container__item__info {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.714285714;
	}
}
.p-top-info__ttl {
	margin: 0 auto;
	text-align: center;
}
.p-top-contents {
	width: 100%;
	background-color: #f3f3f3;
}
@media screen and (min-width: 760px), print {
	.p-top-contents {
		padding: 90px 0 148px;
	}
}
.p-top-contents__arrow {
	position: absolute;
	top: 0;
	z-index: 10;
	height: 100%;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__arrow {
		width: 175px;
		cursor: pointer;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-contents__arrow:hover {
		opacity: 0.5;
	}
}
.p-top-contents__arrow span {
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__arrow span {
		width: 16px;
		height: 16px;
		top: 63%;
	}
}
.p-top-contents__arrow--right {
	right: 0;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__arrow--right span {
		-webkit-transform: translate(50%, -50%) rotate(45deg);
		-ms-transform: translate(50%, -50%) rotate(45deg);
		transform: translate(50%, -50%) rotate(45deg);
		border-top: 1px solid #469de2;
		border-right: 1px solid #469de2;
		left: 30px;
	}
}
.p-top-contents__arrow--left {
	left: 0;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__arrow--left span {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		-ms-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
		border-top: 1px solid #469de2;
		border-left: 1px solid #469de2;
		right: 30px;
	}
}
.p-top-contents__arrow.slick-disabled {
	opacity: 0 !important;
	cursor: default;
	pointer-events: none;
}
.p-top-contents__container {
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__container {
		width: 100%;
		max-width: 1170px;
	}
}
.p-top-contents__container__inner {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__container__inner {
		width: 860px;
		margin-top: 45px;
	}
}
.p-top-contents__container__inner .slick-dots {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	bottom: 4.5%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	padding: 0;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__container__inner .slick-dots {
		bottom: -50px;
	}
}
.p-top-contents__container__inner .slick-dots li {
	position: relative;
	background-color: #469de2;
	border-radius: 50%;
	opacity: 0.5;
	list-style: none;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__container__inner .slick-dots li {
		width: 6px;
		height: 6px;
		cursor: pointer;
	}
}
.p-top-contents__container__inner .slick-dots li button {
	display: none;
}
.p-top-contents__container__inner .slick-dots li.slick-active {
	opacity: 1;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__container__inner .slick-dots li.slick-active {
		width: 10px;
		height: 10px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-contents__container__inner .slick-dots li+li {
		margin-left: 24px;
	}
}
.p-top-contents__container__group {
	margin: 0 auto;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__container__group {
		width: 860px;
	}
}
.p-top-contents__container__group.slick-center {
	opacity: 1;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__container__item {
		width: 195px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-contents__container__item:hover {
		opacity: 0.5;
	}
}
.p-top-contents__container__item img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__container__item+.p-top-contents__container__item {
		margin-left: 25px;
	}
}
.p-top-contents__container__item__info {
	color: #3b4043;
	line-height: 1.714285714;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__container__item__info {
		margin-top: 12px;
		font-size: 14px;
	}
}
.p-top-contents__ttl {
	margin: 0 auto;
	text-align: center;
}
.p-top-contents__subttl {
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-top-contents__subttl {
		font-size: 14px;
		margin-top: 20px;
	}
}
.p-top-stores {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-top-stores {
		padding: 40px 0;
		background-color: #fff;
	}
}
.p-top-stores__container {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px), print {
	.p-top-stores__container {
		max-width: 1440px;
		margin: 0 auto;
	}
}
.p-top-stores__container__column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 760px), print {
	.p-top-stores__container__column {
		width: 50%;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-top-stores__container__column:hover {
		opacity: 0.5;
	}
}
.p-top-stores__container__column__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width: 760px), print {
	.p-top-stores__container__column__inner {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-stores__container__column__logo {
		width: 42px;
		margin-right: 25px;
	}
}
.p-top-stores__container__column__logo img {
	width: 100%;
}
.p-top-stores__container__column__info {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-top-stores__container__column__info .info-hdg {
		font-size: 18px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-stores__container__column__info .info-txt {
		font-size: 12px;
	}
}
@media screen and (min-width: 760px), print {
	.p-top-stores__container__column+.p-top-stores__container__column {
		border-left: 1px solid #3b4043;
	}
}
@-webkit-keyframes ko_gradation_skybluemix {
	0% {
		background-position: 50% 0%;
	}
	50% {
		background-position: 50% 100%;
	}
	100% {
		background-position: 50% 0%;
	}
}
@keyframes ko_gradation_skybluemix {
	0% {
		background-position: 50% 0%;
	}
	50% {
		background-position: 50% 100%;
	}
	100% {
		background-position: 50% 0%;
	}
}
.p-faq-content {
	width: 870px;
	max-width: 85.33333%;
}
@media screen and (min-width: 760px), print {
	.p-faq-content {
		padding: 50px 0 107px 135px;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__heading--primaly {
		font-size: 24px;
		letter-spacing: 0.09em;
		line-height: 1.222222;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__heading--secondaly {
		font-size: 18px;
		letter-spacing: 0.09em;
		line-height: 1.666666;
	}
}
.p-faq-content__notice {
	width: 100%;
	border: 1px solid #E62F2F;
	color: #E62F2F;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-faq-content__notice {
		padding: 38px 45px;
		margin-top: 53px;
	}
}
.p-faq-content__notice__heading {
	color: #E62F2F;
}
@media screen and (min-width: 760px), print {
	.p-faq-content__notice__heading {
		font-size: 18px;
		letter-spacing: 0.09em;
		line-height: 1.666666;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__notice__list {
		margin-top: 20px;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__notice__list li {
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.714285;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__notice__list li:not(:first-child) {
		margin-top: 15px;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__text {
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.714285;
		margin-top: 50px;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__buttons-area {
		margin-top: 50px;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__buttons-area--large-margin {
		margin-top: 100px;
	}
}
.p-faq-content__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px), print {
	.p-faq-content__buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-top: 27px;
	}
}
.p-faq-content__buttons__button {
	border: 1px solid #b1b3b4;
	text-align: center;
	text-decoration: none;
	color: #3b4043;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-faq-content__buttons__button {
		width: 48.27586%;
		height: 60px;
		padding: 0 40px;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__buttons__button:nth-child(2n) {
		margin-left: 15px;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__buttons__button:nth-child(n+3) {
		margin-top: 30px;
	}
}
.p-faq-content__buttons__button--icon-self {
	position: relative;
}
.p-faq-content__buttons__button--icon-self:after {
	content: "";
	background-image: url("/freepage/maison-kose/common/img/icon/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-faq-content__buttons__button--icon-self:after {
		right: 22px;
	}
}
.p-faq-content__buttons__button--icon-blank {
	position: relative;
}
.p-faq-content__buttons__button--icon-blank:after {
	content: "";
	background-image: url("/freepage/maison-kose/common/img/link/icn_link-blank.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-faq-content__buttons__button--icon-blank:after {
		right: 22px;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__corporation {
		margin-top: 75px;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__corporation__heading {
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.714285;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-content__corporation__list {
		margin-top: 16px;
	}
}
.p-faq-content__corporation__list li {
	list-style: disc;
	color: #469de2;
	margin-left: 1.5em;
}
@media screen and (min-width: 760px), print {
	.p-faq-content__corporation__list li {
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 3;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-faq-content__corporation__list li:hover {
		opacity: 0.5;
	}
}
.p-faq-content__corporation__list li a {
	color: #3b4043;
	text-decoration: underline;
}
.p-faq-content__corporation__textlink--icon-blank {
	margin-left: 5px;
	height: 11px;
	width: 11px;
}
@media screen and (min-width: 760px), print {
	.p-faq-content__is-sp {
		display: none;
	}
}
.p-faq-content__hover-action {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
@media screen and (min-width: 760px), print {
	.p-faq-content__hover-action:hover {
		opacity: 0.7;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content {
		padding: 50px 0 107px;
	}
}
.p-contact-content__inner {
	width: 870px;
	max-width: 85.33333%;
}
@media screen and (min-width: 760px), print {
	.p-contact-content__inner {
		padding: 0 0 0 135px;
	}
}
.p-contact-bg-gray {
	background-color: #f3f3f3;
}
@media screen and (min-width: 760px), print {
	.p-contact-bg-gray {
		padding: 90px 0 90px;
		margin-top: 50px;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__heading--primary {
		font-size: 24px;
		letter-spacing: 0.09em;
		line-height: 1.222222;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__heading--secondary {
		font-size: 18px;
		letter-spacing: 0.09em;
		line-height: 1;
	}
}
.p-contact-content__notice {
	width: 100%;
	border: 1px solid #E62F2F;
	color: #E62F2F;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-contact-content__notice {
		padding: 38px 45px;
		margin-top: 53px;
	}
}
.p-contact-content__notice__heading {
	color: #E62F2F;
}
@media screen and (min-width: 760px), print {
	.p-contact-content__notice__heading {
		font-size: 18px;
		letter-spacing: 0.09em;
		line-height: 1.666666;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__notice__list {
		margin-top: 20px;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__notice__list li {
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.714285;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__notice__list li:not(:first-child) {
		margin-top: 15px;
	}
}
.p-contact-content__text {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-contact-content__text {
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__text+.p-contact-content__heading--secondary {
		margin-top: 60px;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__buttons-area {
		margin-top: 80px;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__buttons-area--no-margin {
		margin-top: 0px;
	}
}
.p-contact-content__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px), print {
	.p-contact-content__buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-top: 36px;
	}
}
.p-contact-content__buttons__button {
	border: 1px solid #b1b3b4;
	text-align: center;
	text-decoration: none;
	color: #3b4043;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-contact-content__buttons__button {
		width: 48.27586%;
		height: 60px;
		padding: 0 40px;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__buttons__button:nth-child(2n) {
		margin-left: 15px;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__buttons__button:nth-child(n+3) {
		margin-top: 30px;
	}
}
.p-contact-content__buttons__button--icon-self {
	position: relative;
}
.p-contact-content__buttons__button--icon-self:after {
	content: "";
	background-image: url("/freepage/maison-kose/common/img/icon/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-contact-content__buttons__button--icon-self:after {
		right: 22px;
	}
}
.p-contact-content__buttons__button--icon-blank {
	position: relative;
}
.p-contact-content__buttons__button--icon-blank:after {
	content: "";
	background-image: url("/freepage/maison-kose/common/img/link/icn_link-blank.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-contact-content__buttons__button--icon-blank:after {
		right: 22px;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__corporation {
		margin-top: 85px;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__corporation__heading {
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.714285;
	}
}
@media screen and (min-width: 760px), print {
	.p-contact-content__corporation__list {
		margin-top: 20px;
	}
}
.p-contact-content__corporation__list li {
	list-style: disc;
	color: #469de2;
	margin-left: 1.5em;
}
@media screen and (min-width: 760px), print {
	.p-contact-content__corporation__list li {
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 3;
	}
}
.p-contact-content__corporation__list li a {
	color: #3b4043;
	text-decoration: underline;
}
.p-contact-content__corporation__textlink--icon-blank {
	margin-left: 5px;
	height: 11px;
	width: 11px;
}
@media screen and (min-width: 760px), print {
	.p-contact-content__is-sp {
		display: none;
	}
}
.p-contact-content__hover-action {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
@media screen and (min-width: 760px), print {
	.p-contact-content__hover-action:hover {
		opacity: 0.7;
	}
}
.p-my-content {
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-my-content {
		max-width: 1170px;
		margin: 0 auto;
		padding-top: 50px;
	}
}
.p-my-content__heading.is-index {
	width: 175.3px;
}
.p-my-content__heading.is-favorite {
	width: 139.7px;
}
.p-my-content__inner {
	/* padding-top: 75px; */
	/* padding-bottom: 143px; */
}
@media screen and (min-width: 760px), print {
	.p-my-content__inner {
		width: 1140px;
		margin: 0 auto;
	}
	.p-my-content__inner:after {
		content: '';
		display: block;
		clear: both;
	}
}
.p-my-content__main {
	width: 870px;
}
@media screen and (min-width: 760px), print {
	.p-my-content__main {
		float: right;
	}
}
.p-my-content__navigation__wrapper+.p-my-content__navigation__wrapper {
	margin-top: 74px;
}
.p-my-content__navigation__heading+.p-my-content__navigation {
	margin-top: 18px;
}
.p-my-content__navigation__heading {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #75797b;
}
.p-my-content__navigation__item {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 14px;
}
.p-my-content__navigation__item.active {
	background-color: #e4f3f8;
}
.p-my-content__navigation__item.is-favorite a {
	background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_favorite.png");
	background-size: 29px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-history a {
	background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_history.png");
	background-size: 29px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-delivery a {
	background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_delivery.png");
	background-size: 29px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-point a {
	background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_point.png");
	background-size: 29px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-user a {
	background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_user.png");
	background-size: 29px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-mail a {
	background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_mail.png");
	background-size: 29px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-key a {
	background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_key.png");
	background-size: 29px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-address_new a {
	background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_address_new.png");
	background-size: 29px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-address_edit a {
	background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_address_edit.png");
	background-size: 29px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-card a {
	background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_card.png");
	background-size: 29px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-magazine a {
	background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_magazine.png");
	background-size: 29px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.active a:after {
	background-color: #e4f3f8;
}
.p-my-content__navigation__logout {
	margin-top: 30px;
}
.p-my-content__navigation__logout a {
	font-size: 14px;
	line-height: 1.92857;
	letter-spacing: 0.03em;
	color: #75797b;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #75797b;
}
.p-my-content__status {
	width: 100%;
	/* height: 120px; */
	background: #EDEFF7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	border-radius: 8px;
}
.p-my-content__status__icon {
	width: 47px;
	height: 47px;
	background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_status.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.p-my-content__status__name {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	/* color: #3b4043; */
	/* margin-left: 8px; */
}
.p-my-content__status__name span {
	font-size: 24px;
	padding-right: 6px;
}
.p-my-content__status__point {
	/* font-family: 'Josefin Sans', 'sans-serif'; */
	/* font-weight: 300; */
	color: #3b4043;
	font-size: 14px;
	/* margin-left: 60px; */
}
@media screen and (min-width: 760px), print {
	.p-my-content__status__point {
		/* font-size: 40px; */
	}
}
.p-my-content__status__point span {
	font-size: 16px;
	margin-left: 6px;
}
.p-my-content__status__limit {
	font-size: 12px;
	line-height: 1.5;
	color: #727272;
}
.p-my-content__about-point {
	color: #75797b;
	font-size: 12px;
	letter-spacing: 0.03em;
	display: block;
	margin-top: 25px;
	text-align: right;
	text-decoration: underline;
}
@media screen and (min-width: 760px), print {
	.p-my-content__about-point {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-my-content__about-point:hover {
		opacity: 0.5;
	}
}
.p-my-content__recommended {
	margin-top: 120px;
}
.p-my-content__recommended__heading {
	font-size: 24px;
	line-height: 1.475;
	letter-spacing: 0.09em;
	color: #3b4043;
}
.p-my-content__recommended__inner {
	overflow: hidden;
	padding-top: 10px;
	padding-left: 11px;
	margin-left: -10px;
	margin-top: 33px;
}
.p-my-content__recommended__list {
	width: 100%;
	white-space: nowrap;
}
.p-my-content__recommended__list::-moz-selection {
	background: transparent;
}
.p-my-content__recommended__list::selection {
	background: transparent;
}
.p-my-content__recommended__list *::-moz-selection {
	background: transparent;
}
.p-my-content__recommended__list *::selection {
	background: transparent;
}
.p-my-content__recommended__item {
	width: 190px;
	display: inline-block;
	white-space: normal;
}
.p-my-content__recommended__item.new {
	position: relative;
}
.p-my-content__recommended__item.new:after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: -11px;
	width: 36px;
	height: 36px;
	background-image: url("/freepage/maison-kose/common/img/project/my/common/batch_new.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.p-my-content__recommended__item+.p-my-content__recommended__item {
	margin-left: 30px;
}
.p-my-content__recommended__item__thumbnail {
	width: 100%;
}
.p-my-content__recommended__item__thumbnail img {
	pointer-events: none;
	width: 100%;
}
.p-my-content__recommended__item__brand {
	font-size: 14px;
	line-height: 1.85357;
	letter-spacing: 0.03em;
	color: #3b4043;
}
.p-my-content__recommended__item__name {
	font-size: 14px;
	line-height: 1.85357;
	letter-spacing: 0.03em;
	font-weight: bold;
	color: #3b4043;
}
.p-my-content__recommended__item__price {
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.03em;
	color: #3b4043;
}
.p-my-content__recommended__item__hashtag__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.p-my-content__recommended__item__hashtag__list p {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #3b4043;
}
.p-my-content__recently {
	margin-top: 120px;
}
.p-my-content__recently__heading {
	font-size: 24px;
	line-height: 1.475;
	letter-spacing: 0.09em;
	color: #3b4043;
}
.p-my-content__recently__inner {
	margin-top: 60px;
	overflow: hidden;
}
.p-my-content__recently__list {
	width: 100%;
	white-space: nowrap;
}
.p-my-content__recently__item {
	width: 324px;
	display: inline-block;
	white-space: normal;
}
.p-my-content__recently__item+.p-my-content__recently__item {
	margin-left: 70px;
}
.p-my-content__recently__item__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.p-my-content__recently__item__thumbnail img {
	pointer-events: none;
	width: 100%;
}
.p-my-content__recently__item__about {
	width: 180px;
}
.p-my-content__recently__item__brand {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #3b4043;
}
.p-my-content__recently__item__name {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	font-weight: bold;
	color: #3b4043;
}
.p-my-content__recently__item__price {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #3b4043;
}
.p-my-content__recently__item__hashtag__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.p-my-content__recently__item__hashtag__list p {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-my-content-slider .c-product-slider__annotation {
		right: 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-my-content__main .c-product__item {
		width: 22.52874%;
	}
}
@media screen and (min-width: 760px), print {
	.p-my-content__main .c-product__item+.c-product__item {
		margin-left: 3.25%;
	}
}
@media screen and (min-width: 760px), print {
	.p-my-content__main .c-product__item:nth-child(4n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-my-content__main .c-product__item:nth-child(n+5) {
		margin-top: 50px;
	}
}
.p-my-content__modal {
	color: #3b4043;
	font-size: 14px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 760px), print {
	.p-my-content__modal {
		padding: 157px 0;
	}
}
.p-my-content__modal .modal_link {
	display: block;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.p-my-content__modal .modal_link:hover {
	opacity: 0.5;
}
.p-my-content__modal__inner {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	letter-spacing: 0.03em;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
@media screen and (min-width: 760px), print {
	.p-my-content__modal__inner {
		max-width: 1080px;
		width: 75%;
		padding: 60px 105px 50px;
	}
}
.p-my-content__modal__hdg {
	margin: 0 auto;
	line-height: 1.5;
	font-size: 24px;
	letter-spacing: 0;
	margin-bottom: 12px;
}
.p-my-content__modal__subhdg {
	line-height: 1.54167;
	font-size: 14px;
	margin-top: 38px;
}
.p-my-content__modal__subhdg--address {
	width: 100%;
	line-height: 1;
	margin-top: 5px;
	text-align: center;
}
.p-my-content__modal__txt {
	line-height: 30px;
	margin-top: 9px;
}
.p-my-content__modal__txt+.p-my-content__modal__txt {
	margin-top: 20px;
}
.p-my-content__modal__txt--buy {
	margin-top: 60px;
}
.p-my-content__modal__address-list {
	box-sizing: border-box;
	border-top: 1px solid #e0e1e1;
}
@media screen and (min-width: 760px), print {
	.p-my-content__modal__address-list {
		width: 505px;
		margin: 60px auto 0;
	}
}
.p-my-content__modal__address-item {
	box-sizing: border-box;
	border-bottom: 1px solid #e0e1e1;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-my-content__modal__address-item {
		padding: 15px 0 15px 15px;
	}
}
.p-my-content__modal__address-item a {
	display: block;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-my-content__modal__address-item a {
		font-size: 14px;
	}
}
@media screen and (min-width: 760px), print {
	.p-my-content__categories {
		margin-top: 120px;
	}
}
@media screen and (min-width: 760px), print {
	.p-my-content__categories__category+.p-my-content__categories__category {
		margin-top: 90px;
	}
}
@media screen and (min-width: 760px), print {
	.p-my-content__categories__heading {
		font-size: 24px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
.p-my-content__categories__heading.c-arrow--absolute:after {
	right: 40px;
}
@media screen and (min-width: 760px), print {
	.p-my-content__categories__heading__icon {
		width: 24px;
	}
}
@media screen and (min-width: 760px), print {
	.p-my-content__categories__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-top: 20px;
		font-size: 14px;
		letter-spacing: 0.09;
		line-height: 1.714285;
	}
}
@media screen and (min-width: 760px), print {
	.p-my-content__categories__list li {
		width: 240px;
		margin: 15px 0;
	}
}
.p-my-content__categories__textlink {
	color: #3b4043;
	text-decoration: none;
	display: inline-block;
}
.p-my-favorite-content__tab {
	height: 36px;
	border: 1px solid #3b4043;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px), print {
	.p-my-favorite-content__tab {
		width: 100%;
	}
}
.p-my-favorite-content__tab__item {
	width: 50%;
}
@media screen and (min-width: 760px), print {
	.p-my-favorite-content__tab__item:hover a {
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		color: #ffffff;
		background: #3b4043;
	}
}
.p-my-favorite-content__tab__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #3b4043;
	background: #ffffff;
	text-decoration: none;
}
@media screen and (min-width: 760px), print {
	.p-my-favorite-content__tab__item a {
		font-size: 14px;
	}
}
.p-my-favorite-content__tab__item a.active {
	color: #ffffff;
	background: #3b4043;
}
.p-my-favorite-content__tab__target {
	display: none;
	margin-top: 90px;
}
.p-my-favorite-content__tab__target:after {
	content: "";
	display: block;
	clear: both;
}
.p-my-favorite-content__tab__target.active {
	display: block;
}
.p-my-favorite-content__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.p-my-favorite-content__list__item {
	width: 195px;
}
.p-my-favorite-content__list__item+.p-my-favorite-content__list__item {
	margin-left: 30px;
}
.p-my-favorite-content__list__item:nth-of-type(4n+1) {
	margin-left: 0;
}
.p-my-favorite-content__list__item:nth-of-type(n+5) {
	margin-top: 60px;
}
.p-my-favorite-content__list__thumb {
	position: relative;
	width: 100%;
	font-size: 0;
}
.p-my-favorite-content__list__thumb img {
	width: 100%;
}
.p-my-favorite-content__list__thumb a {
	display: block;
}
.p-my-favorite-content__list__thumb__img {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 66.6666667%;
	overflow: hidden;
	position: relative;
}
.p-my-favorite-content__list__thumb__img img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
@media screen and (min-width: 760px), print {
	.p-my-favorite-content__list__thumb .c-favorite-btn {
		right: -10px;
		bottom: -10px;
	}
}
.p-my-favorite-content__list__like {
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url("/freepage/maison-kose/common/img/project/my/favorite/button_like.png");
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.p-my-favorite-content__list__link {
	text-decoration: none;
	width: 100%;
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
.p-my-favorite-content__list__link:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
.p-my-favorite-content__list__new-batch {
	width: 40px;
	position: absolute;
	top: -8px;
	left: -8px;
	z-index: 2;
}
.p-my-favorite-content__list__special {
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.03em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #ffb400;
}
.p-my-favorite-content__list__brand {
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.03em;
	color: #3b4043;
}
.p-my-favorite-content__list__data {
	line-height: 2.10333;
	color: #b1b3b4;
}
@media screen and (min-width: 760px), print {
	.p-my-favorite-content__list__data {
		font-size: 12px;
	}
}
.p-my-favorite-content__list__name {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-my-favorite-content__list__name {
		font-size: 14px;
		line-height: 1.71429;
	}
}
.p-my-favorite-content__list__referrer {
	line-height: 1;
	color: #b1b3b4;
}
@media screen and (min-width: 760px), print {
	.p-my-favorite-content__list__referrer {
		font-size: 12px;
	}
}
.p-my-favorite-content__list__product-name {
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.03em;
	font-weight: bold;
	color: #3b4043;
}
.p-my-favorite-content__list__price {
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.03em;
	color: #3b4043;
}
.p-my-favorite-content__list__hash {
	letter-spacing: 0.03em;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-my-favorite-content__list__hash {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 10px;
	}
}
@media screen and (min-width: 760px), print {
	.p-my-favorite-content__list__hash span+span {
		margin-left: 13px;
	}
}
.product {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.product .l-main__content {
		max-width: 1174px;
	}
}
.product .p-path {
	background: #f3f3f3;
}
.product .p-path-inner {
	width: 100%;
	margin: 25px auto;
	font-size: 12px;
	padding: 12px 0 11px;
}
@media screen and (min-width: 760px), print {
	.product .p-path-inner {
		max-width: 1332px;
	}
}
.product .p-product__content {
	margin: auto;
}
@media screen and (min-width: 760px), print {
	.product .p-product__content {
		width: 1170px;
	}
}
.product .p-product__header {
	margin: 50px 0 0;
}
.product .p-product__header--title {
	font-size: 24px;
	margin: 0 0 10px;
}
.product .p-product__header--title span {
	font-size: 18px;
}
.product .p-product__header--text {
	font-size: 12px;
	line-height: 1.8;
	width: 860px;
}
.product .p-product__header--tag {
	font-size: 14px;
	margin: 12px 0;
}
.product .p-product__header--tag .innertag {
	color: #48add3;
}
.product .p-product__header--tag__link {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.product .p-product__header--tag__link {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.product .p-product__header--tag__link:hover {
		opacity: 0.5;
	}
}
.product .p-product__wrap:after {
	content: '';
	display: block;
	clear: both;
}
.product .p-product__left__wrap {
	width: 195px;
	float: left;
	position: relative;
	background-color: #fff;
}
.product .p-product__left__wrap ul li.list-category__item>a {
	display: block;
	padding: 10px 0 10px 23px;
	color: #3b4043;
	font-size: 14px;
}
.product .p-product__left__wrap ul li.list-category__item>a:hover {
	background: #e4f3f8;
}
.product .p-product__left__wrap ul li.list-choice__item>label {
	display: block;
	padding: 3px 0 3px 35px;
	cursor: pointer;
}
.product .p-product__left__wrap ul li.list-choice__item>label:hover {
	background: #e4f3f8;
}
.product .p-product__left__wrap ul.p-product__left__list-choice li+li {
	margin-top: 3px;
}
.product .p-product__left__search {
	border-bottom: 1px solid #b1b3b4;
	padding-bottom: 9px;
	margin-bottom: 27px;
	position: relative;
}
.product .p-product__left__search input.search-icon {
	border: none;
	color: #3b4043;
	font-size: 14px;
	text-align: left;
	width: 170px;
}
.product .p-product__left__search input.search-icon::-webkit-input-placeholder {
	color: #b1b3b4;
}
.product .p-product__left__search input.search-icon::placeholder {
	color: #b1b3b4;
}
.product .p-product__left__search__icon {
	position: absolute;
	bottom: 3px;
}
@media screen and (min-width: 760px), print {
	.product .p-product__left__search__icon {
		width: 18px;
		right: 0;
		cursor: pointer;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.product .p-product__left__search__icon:hover {
		opacity: 0.5;
	}
}
.product .p-product__left__search__icon img {
	width: 100%;
}
.product .p-product__left__list-title {
	font-weight: bold;
	margin: 13px 0 12.5px 15px;
	position: relative;
	font-size: 14px;
	letter-spacing: 0.09em;
}
.product .p-product__left__list-title .p-arrow:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	background-color: #3b4043;
}
.product .p-product__left__list-title .p-arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	background-color: #3b4043;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product .p-product__left__list-title .p-arrow:before, .product .p-product__left__list-title .p-arrow:after {
	right: 7px;
	width: 11px;
	height: 1px;
}
.product .p-product__left__list-title .p-arrow:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.product .p-product__left__list-title.is-choice {
	margin: 54px 0 12px -5px;
	letter-spacing: 0.03em;
}
.product .p-product__left__list-title-head {
	margin: 0 0 20px -5px;
	letter-spacing: 0.03em;
}
.product .p-product__left__list-title__dot {
	color: #469de2;
	margin-right: 5px;
}
.product .p-product__left__list-choice {
	margin-top: 13px;
	font-size: 14px;
	line-height: 2;
}
.product .p-product__left__list-title.js-accordion-open {
	font-weight: bold;
	margin: 17px 0 10px 15px;
	position: relative;
}
.product .p-product__left__list-title.js-accordion-open .p-arrow:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.product .p-product__left__price>p {
	font-size: 14px;
	margin: 28px 0 5px;
}
.product .p-product__left__much {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.product .p-product__left__much p {
	margin: 7px 2px 0 2px;
}
.product .p-product__left__much .c-much_waku {
	border: 1px solid #3b4043;
	padding: 10px;
	font-size: 12px;
	width: 78px;
	height: 38px;
	padding: 0 0 0 10px;
	display: table-cell;
	vertical-align: middle;
	color: #3b4043;
}
.product .p-product__left__much .c-much_waku::-webkit-input-placeholder {
	color: #b1b3b4;
}
.product .p-product__left__much .c-much_waku::placeholder {
	color: #b1b3b4;
}
.product .p-product__left__filterBtn {
	background: #3b4043;
	color: #fff;
	font-size: 12px;
	padding: 15px;
	text-align: center;
	margin: 44px 0 23px;
	letter-spacing: 2px;
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.product .p-product__left__filterBtn {
		cursor: pointer;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.product .p-product__left__filterBtn:hover {
		opacity: 0.5;
	}
}
.product .p-product__left__filterBtn:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 40%;
	width: 6px;
	height: 6px;
	right: 17px;
	z-index: 1;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.product .p-product__left__filterBtn:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 111px;
	background-image: url(/freepage/maison-kose/common/img/product/search-icon_white.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
@media screen and (min-width: 760px), print {
	.product .p-product__left__filterBtn:before {
		display: none;
	}
}
.product .p-product__left__sortBtn {
	background: #f3f3f3;
	color: #3b4043;
	font-size: 14px;
	line-height: 1;
	padding: 13px 10px 13px 21px;
	text-align: center;
	margin: 60px 0 10px;
	letter-spacing: .09em;
	position: relative;
	width: 40%;
}
.product .p-product__left__sortBtn:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 41px;
	background-image: url(/freepage/maison-kose/common/img/product/sort-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.product .p-product__left__sortBtn:before {
	content: "";
	position: relative;
	background-image: url(/freepage/maison-kose/common/img/product/sort-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 7px;
	height: 11.5px;
	display: inline-block;
}
@media screen and (min-width: 760px), print {
	.product .p-product__left__sortBtn:before {
		display: none;
	}
}
.product .p-product__left__detailBtn span {
	position: relative;
	font-size: 14px;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.product .p-product__left__detailBtn span {
		cursor: pointer;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.product .p-product__left__detailBtn span:hover {
		opacity: 0.5;
	}
}
.product .p-product__left__detailBtn span:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 33%;
	width: 6px;
	height: 6px;
	right: -17px;
	z-index: 1;
	border-right: 1px solid #3b4043;
	border-bottom: 1px solid #3b4043;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.product .radio01-input, .product .radio02-input, .product .check01-input, .product .check02-input, .product .check03-input {
	display: none;
}
.product .radio01-input+label, .product .radio02-input+label, .product .check01-input+label, .product .check02-input+label, .product .check03-input+label {
	position: relative;
	padding-left: 25px;
	font-size: 12px;
	cursor: pointer;
}
.product .radio01-input+label:before, .product .radio02-input+label:before, .product .check01-input+label:before, .product .check02-input+label:before, .product .check03-input+label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	border: 1px solid #6a6b6a;
	border-radius: 50%;
	box-sizing: border-box;
}
.product .radio01-input, .product+label, .product .radio02-input, .product+label, .product .check01-input, .product+label, .product .check02-input+label, .product .check03-input+label {
	color: #2962FF;
}
.product .radio01-input:checked+label:after, .product .radio02-input:checked+label:after, .product .check01-input:checked+label:after, .product .check02-input:checked+label:after, .product .check03-input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	background: #2962FF;
	border-radius: 50%;
}
.product .p-product__sortBtn {
	display: inline-block;
	position: absolute;
	top: 0;
	z-index: 55;
}
.product .p-product-item {
	margin: 0 30px 30px 0;
}
.product .p-product__main {
	position: relative;
	padding: 80px 0 60px;
}
.product .p-product__main:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (min-width: 760px), print {
	.product .sp {
		display: none;
	}
}
.product .sp a {
	text-decoration: none;
}
.product .p-my-modal {
	padding: 0;
	width: 1080px;
	background: #fff;
}
.product .p-my-modal__band {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 4px 30px;
	width: 100%;
	font-size: 14px;
	line-height: 2.67643;
	letter-spacing: 0.03em;
	background: #eee;
	box-sizing: border-box;
}
.product .p-my-modal__band__right.is-slide-arrow {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}
.product .p-my-modal__band__right.is-slide-arrow:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid transparent;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.product .p-my-modal__band__left.is-slide-arrow {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}
.product .p-my-modal__band__left.is-slide-arrow:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid transparent;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.product .p-my-modal__band__left>input {
	width: 500px;
	font-size: 14px;
	color: #3b4043;
	border: none;
	background-color: transparent;
}
.product .p-my-modal__band__left>input::-webkit-input-placeholder {
	color: #3b4043;
}
.product .p-my-modal__band__left>input::placeholder {
	color: #3b4043;
}
.product .p-my-modal__wrapper {
	width: 100%;
}
.product .p-my-modal__kodawari {
	text-align: center;
	font-size: 18px;
	line-height: 1;
	padding: 22.5px 0;
	border-bottom: 1px solid #e0e0e0;
}
.product .p-my-modal__content {
	padding: 40px 0 27px;
	width: 100%;
	box-sizing: border-box;
}
.product .p-my-modal__content__switch {
	padding: 0 30px;
}
.product .p-my-modal__content__slider {
	width: 100%;
}
.product .p-my-modal__content__inner {
	width: 100%;
	box-sizing: border-box;
}
.product .p-my-modal__content__list {
	margin-top: -12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product .p-my-modal__content__list:before {
	content: '';
	display: block;
	width: 221px;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.product .p-my-modal__content__list:after {
	content: '';
	display: block;
	width: 221px;
}
.product .p-my-modal__content__list__itm {
	margin-top: 25px;
	width: 221px;
}
.product .p-my-modal__content__list__itm label {
	padding: 10px 0 10px 25px;
	font-size: 14px;
}
.product .p-my-modal__prices {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 14px;
}
.product .p-my-modal__prices__inr {
	position: relative;
	padding-right: 26px;
}
.product .p-my-modal__prices__inr:after {
	content: 'å††';
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
.product .p-my-modal__prices__inr>input {
	padding: 0 0 0 10px;
	width: 120px;
	height: 38px;
	font-size: 12px;
	color: #3b4043;
	vertical-align: middle;
	border: 1px solid #3b4043;
	box-sizing: border-box;
}
.product .p-my-modal__prices__inr+p {
	margin: 0 25px 0 15px;
	font-size: 14px;
}
.product .p-my-modal__content__btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #e0e0e0;
	margin-top: 60px;
	padding: 27px 0 0;
}
.product .p-my-modal__content__btn--reset, .product .p-my-modal__content__btn--sort {
	width: 180px;
	font-size: 14px;
	line-height: 2.67643;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
	box-sizing: border-box;
	cursor: pointer;
}
.product .p-my-modal__content__btn--reset:hover, .product .p-my-modal__content__btn--sort:hover {
	opacity: 0.7;
}
.product .p-my-modal__content__btn--reset+.p-my-modal__content__btn--sort {
	margin-left: 30px;
}
.product .p-my-modal__content__btn--sort {
	background: #3b4043;
	color: #fff;
	border: solid 1px #3b4043;
}
.product .p-my-modal__content__btn--sort:disabled {
	background: #b1b3b4;
	border: solid 1px #b1b3b4;
	cursor: auto;
}
.product .p-my-modal__content__btn--sort:disabled:hover {
	opacity: 1;
}
.product .p-my-modal__content__btn--reset {
	background: #fff;
	color: #3b4043;
	border: solid 1px #eee;
}
.product .p-my-modal__heading {
	font-size: 14px;
	line-height: 2.67643;
	letter-spacing: 0.03em;
	font-weight: bold;
	color: #3b4043;
}
.product .p-my-modal__check-input {
	display: none;
}
.product .p-my-modal__check-input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	background: #469de2;
	border-radius: 50%;
}
.product .p-my-modal__check-input+label {
	position: relative;
	cursor: pointer;
}
.product .p-my-modal__check-input+label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	border: 1px solid #6a6b6a;
	border-radius: 50%;
	box-sizing: border-box;
}
.product .p-my-modal__content__inner+.p-my-modal__content__inner {
	margin-top: 40px;
}
.product .p-myModal__slider {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.product .p-myModal__layer {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
}
.product .p-myModal__layer.is-layer_1 {
	left: 0;
}
.product .p-myModal__layer.is-layer_2 {
	left: 100%;
}
.product .p-myModal__layer.is-layer_3 {
	left: 200%;
}
.product .p-myModal>.p-myModal__haeder {
	position: fixed;
	z-index: 1000;
	display: none;
	top: 0;
}
.is-show .product .p-myModal>.p-myModal__haeder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.product .p-myModal__container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}
.product .p-myModal__container.is-show {
	opacity: 1;
	visibility: visible;
}
.product .p-myModal__container .p-category-content__heading--primaly {
	margin-top: 15px;
	padding: 0 7.2%;
	font-size: 5vw;
}
.product .p-myModal__container .p-category-content__categories {
	margin-top: 15px;
}
.product .p-myModal__haeder {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
	background-color: #fff;
	top: -60px;
	left: 0;
}
.product .p-myModal__haeder__btn__back {
	width: 56px;
	height: 100%;
	background: url(/freepage/maison-kose/common/img/product/back.png) no-repeat center/8.5px 13.5px;
	text-indent: -9999px;
}
.product .p-myModal__haeder__title {
	font-size: 14px;
}
.product .p-myModal__haeder__btn__close {
	width: 56px;
	height: 100%;
	background: url(/freepage/maison-kose/common/img/product/close.png) no-repeat center/14px 12.5px;
	text-indent: -9999px;
}
.product .p-myModal__content {
	padding: 0 0 30px;
	height: calc(100vh - 60px);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}
.product .p-myModal__content.is-float-btn {
	height: calc(100vh - 60px - 75px);
}
.product .p-myModal__content__inr {
	position: relative;
	width: 100%;
}
.product .p-myModal__keyword {
	padding: 0 25px;
	box-sizing: border-box;
}
.product .p-myModal__keyword label {
	display: block;
	font-size: 12px;
}
.product .p-myModal__keyword__input {
	position: relative;
	margin: 5px 0 0;
}
.product .p-myModal__keyword__input:before {
	content: '';
	position: absolute;
	top: 28%;
	right: 8px;
	width: 19px;
	height: 19px;
	background: url(/freepage/maison-kose/common/img/product/search-icon_black.png) no-repeat center/contain;
}
.product .p-myModal__keyword__input input {
	padding: 12.5px 12.5px;
	width: 100%;
	font-size: 12px;
	background-color: #f3f3f3;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.product .p-myModal__keyword__input input::-webkit-input-placeholder {
	font-size: 12px;
	color: #b1b3b4;
}
.product .p-myModal__keyword__input input::placeholder {
	font-size: 12px;
	color: #b1b3b4;
}
.product .p-myModal__conditions--index .p-myModal__condition:first-child {
	border-top: 1px solid #f3f3f3;
}
.product .p-myModal__condition {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #f3f3f3;
	box-sizing: border-box;
}
.product .p-myModal__condition--next {
	position: relative;
}
.product .p-myModal__condition--next:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 8.5px;
	background: url(/freepage/maison-kose/common/img/product/next.png) no-repeat center/contain;
	background-size: contain;
}
.product .p-myModal__condition__inr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px;
	height: 58px;
	box-sizing: border-box;
}
.product .p-myModal__condition__inr--vertical {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 25px;
	height: 98px;
	box-sizing: border-box;
}
.product .p-myModal__condition__inr__label {
	font-size: 12px;
}
.product .p-myModal__condition__inr__name {
	font-size: 14px;
	color: #3b4043;
}
.product .p-myModal__condition__inr__data {
	width: 65%;
}
.product .p-myModal__condition__inr__data input {
	padding-right: 16px;
	width: 100%;
	font-size: 12px;
	text-align: right;
	border: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	pointer-events: none;
	box-sizing: border-box;
}
.product .p-myModal__condition__inr__range {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5px;
	margin-right: 5px;
}
.product .p-myModal__condition__inr__range input {
	margin: 0;
	padding: 12.5px 16px;
	width: 43.07692%;
	font-size: 12px;
	border: 1px solid #999999;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.product .p-myModal__condition__inr__range input::-webkit-input-placeholder {
	color: #b1b3b4;
}
.product .p-myModal__condition__inr__range input::placeholder {
	color: #b1b3b4;
}
.product .p-myModal__condition__inr__range p {
	font-size: 10px;
}
.product .p-myModal__conditions__reset {
	padding: 0 25px;
	text-align: right;
	border-bottom: 1px solid #f3f3f3;
	box-sizing: border-box;
}
.product .p-myModal__conditions__reset--index {
	margin-top: 15px;
	text-align: right;
	border: none;
}
.product .p-myModal__conditions__reset__btn {
	padding: 11px 0;
	font-size: 12px;
	color: #3b4043;
	background-color: transparent;
}
.product .p-myModal__action {
	position: absolute;
	bottom: 60px;
	left: 0;
	padding: 0 25px 30px;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}
.product .p-myModal__action__btn {
	padding: 14px 0;
	width: 100%;
	font-size: 12px;
	color: #fff;
	background-color: #3b4043;
}
.product .p-myModal__action__btn:disabled {
	background-color: #b1b3b4;
}
.product .p-myModal__checkboxes__container {
	padding: 0 25px;
	box-sizing: border-box;
}
.product .p-myModal__checkboxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product .p-myModal__checkboxes__title {
	position: relative;
	left: -2px;
	display: block;
	margin-top: 26px;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
}
.product .p-myModal__checkbox {
	width: 50%;
}
.product .p-myModal__checkbox input[type=checkbox] {
	display: none;
}
.product .p-myModal__checkbox input[type=checkbox]:checked+label:after {
	content: "";
}
.product .p-myModal__checkbox label {
	position: relative;
	display: block;
	padding: 12px 0 12px 20px;
	font-size: 12px;
}
.product .p-myModal__checkbox label:before, .product .p-myModal__checkbox label:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	border-radius: 50%;
	box-sizing: border-box;
}
.product .p-myModal__checkbox label:before {
	content: "";
	left: 0;
	width: 15px;
	height: 15px;
	border: 1.2px solid #6a6b6a;
}
.product .p-myModal__checkbox label:after {
	content: none;
	left: 3px;
	width: 9px;
	height: 9px;
	background: #469de2;
}
@media screen and (min-width: 760px), print {
	.p-product__main .c-product__item {
		width: 23.21839%;
	}
}
@media screen and (min-width: 760px), print {
	.p-product__main .c-product__item+.c-product__item {
		margin-left: 2.35%;
	}
}
@media screen and (min-width: 760px), print {
	.p-product__main .c-product__item:nth-child(4n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-product__main .c-product__item:nth-child(n+5) {
		margin-top: 80px;
	}
}
.p-product-content__anno {
	color: #b1b3b4;
}
@media screen and (min-width: 760px), print {
	.p-product-content__anno {
		font-size: 12px;
		line-height: 1.41667;
		text-align: right;
		margin-top: 57px;
	}
}
.js-accordion-open+.p-product__filter__category__items {
	box-sizing: border-box;
	margin-bottom: 40px;
}
.c-product__about {
	position: relative;
}
.c-product__about>.c-product__brand {
	margin-top: 27px;
}
.c-product__about>.c-product__icon-area+.c-product__brand, .c-product__about>.c-product__launch-date+.c-product__brand {
	margin-top: 7px;
}
.c-product__icon-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	top: -24px;
	z-index: 10;
	font-size: 0;
}
.c-product__icon {
	margin-right: 4px;
}
.c-product__icon img {
	width: 100%;
}
.c-product__icon-limited {
	/* position: absolute; */
	z-index: 50;
}
@media screen and (min-width: 760px), print {
	.c-product__icon-limited {
		top: -16px;
		left: 0;
	}
}
@media screen and (min-width: 760px), print {
	.c-product__icon-limited img {
		width: 48px;
		height: 48px;
	}
}
@media screen and (min-width: 760px), print {
	.is-new .c-product__icon-limited, .is-soon .c-product__icon-limited {
		left: 56px;
	}
}
@media screen and (min-width: 760px), print {
	.c-product__icon-buynow img {
		width: 111px;
		height: 18px;
	}
}
@media screen and (min-width: 760px), print {
	.c-product__icon-reserve img {
		width: 111px;
		height: 18px;
	}
}
.c-product__icon-color {
	display: block;
	font-size: 11px;
	font-weight: 600;
}
.c-product__icon-color img {
	width: auto;
	height: 11px;
}
.c-product__color-try {
	position: absolute;
	right: -2px;
	z-index: 10;
}
@media screen and (min-width: 760px), print {
	.c-product__color-try {
		top: -4px;
	}
}
@media screen and (min-width: 760px), print {
	.c-product__color-try img {
		width: 89px;
		height: 13px;
	}
}
.product-detail {
	color: #3b4043;
}
.product-detail .clear {
	clear: both;
}
.product-detail .l-main__content {
	max-width: 1174px;
}
@media screen and (min-width: 760px), print {
	.product-detail .l-main__content {
		padding-bottom: 20px;
	}
}
.product-detail .l-main__content a {
	color: #3b4043;
}
.product-detail .p-path {
	background: #f3f3f3;
}
.product-detail .p-path-inner {
	width: 100%;
	max-width: 1170px;
	margin: 25px auto;
	font-size: 12px;
	padding: 12px 0 11px;
}
.product-detail .p-product-detail__content {
	margin: auto;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__content {
		width: 1170px;
	}
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__wrap {
		margin: 90px 0 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.product-detail .p-product-detail__left {
	width: 390px;
	text-align: center;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__left {
		padding-left: 45px;
		padding-right: 60px;
	}
}
.product-detail .p-product-detail__left .sum {
	margin: 20px 0 0;
}
.product-detail .p-product-detail__left .sum img {
	width: 90%;
}
.product-detail .p-product-detail__item__img {
	height: auto;
	padding: 0 1%;
	padding-top: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.product-detail .p-product-detail__item__img img {
	width: 97.77778%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__right {
		width: 675px;
		margin-top: 11px;
	}
}
.product-detail .p-product-detail__camp__waku {
	border: 1px solid #469de2;
	padding: 30px 25px 25px;
	margin: 49px 0 0;
	font-size: 14px;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__camp__waku {
		width: 549px;
	}
}
.product-detail .p-product-detail__camp__text {
	color: #469de2;
	line-height: 1.7;
}
.product-detail .p-product-detail__camp__text li:before {
	content: "ãƒ»";
	color: #469de2;
}
.product-detail .p-product-detail__camp__detail a {
	font-size: 12px;
	color: #469de2;
	margin: 10px 0 0;
	display: inline-block;
	text-decoration: none;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__camp__detail a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.product-detail .p-product-detail__camp__detail a:hover {
		opacity: 0.5;
	}
}
.product-detail .p-product-detail__item__badge {
	margin: 0 10px 0 0;
	float: left;
	font-size: 0;
}
.product-detail .p-product-detail__item__badge img {
	width: 36px;
}
.product-detail .p-product-detail__item__comingsoon {
	color: #E62F2F;
	padding: 9px 0 0;
	display: inline-block;
	font-size: 12px;
}
.product-detail .p-product-detail__item__camp {
	color: #ffb400;
	padding: 9px 0 0;
	display: inline-block;
	font-size: 12px;
}
.product-detail .p-product-detail__item__name {
	clear: both;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__item__name {
		margin: 30px 0 0;
		font-size: 15px;
	}
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__item__title {
		font-size: 27px;
		line-height: 1.33333;
		letter-spacing: 0.09em;
		margin-top: 6px;
	}
}
.product-detail .p-product-detail__item__title+.c-product__icon {
	margin-top: 8px;
}
.product-detail .p-product-detail__item__star {
	color: #469de2;
	font-size: 14px;
}
.product-detail .p-product-detail__item__text {
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.03em;
	margin: 23px 0 0;
}
.product-detail .p-product-detail__item__net {
	margin: 0;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__item__net {
		font-size: 14.5px;
	}
}
.product-detail .p-product-detail__item__price {
	margin: 20px 0 0 0;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__item__price {
		margin: 9px 0 0 0;
		letter-spacing: 0.03em;
		font-size: 14px;
	}
}
.product-detail .p-product-detail__item__price span {
	font-size: 27px;
}
.product-detail .p-product-detail__item__price--sale .sale-price {
	color: #E62F2F;
}
.product-detail .p-product-detail__item__price--sale .default-price {
	text-decoration: line-through;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__item__price--sale .default-price {
		letter-spacing: 0.03em;
		font-size: 14px;
		margin-left: 10px;
	}
}
.product-detail .p-product-detail__item__hashTag {
	font-size: 12px;
	margin: 21px 0 0;
	width: 405px;
	line-height: 2;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__item__hashTag a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.product-detail .p-product-detail__item__hashTag a:hover {
		opacity: 0.5;
	}
}
.product-detail .p-product-detail__item__hashTag span {
	color: #469de2;
}
.product-detail .p-product-detail__text {
	line-height: 1.78571;
	padding-top: 30px;
}
.product-detail .p-product-detail__text__box, .product-detail .p-product-detail__text__hdg {
	padding-left: 1em;
	position: relative;
}
.product-detail .p-product-detail__text__box:before, .product-detail .p-product-detail__text__hdg:before {
	position: absolute;
	left: 0;
	content: "ãƒ»";
	color: #469de2;
}
.product-detail .p-product-detail__text__hdg {
	font-weight: bold;
}
.product-detail .p-product-detail__text .p-product-detail__howto_subtitle {
	padding-bottom: 30px;
}
.product-detail .p-product-detail__text__box {
	padding-top: 30px;
	margin-left: 3em;
}
.product-detail .p-product-detail__peri__camp__waku {
	border: 1px solid #469de2;
	font-size: 14px;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__peri__camp__waku {
		margin: 51px auto 0;
		width: 534px;
		padding: 25px 25px 25px;
	}
}
.product-detail .p-product-detail__peri__camp__text {
	color: #469de2;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__peri__camp__text {
		font-size: 14px;
		line-height: 1.7;
		letter-spacing: 0.04em;
	}
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__peri__camp__price {
		margin: 10px 0 0 0;
		letter-spacing: 0.08em;
		font-size: 14px;
	}
}
.product-detail .p-product-detail__peri__camp__price span {
	font-size: 27px;
}
.product-detail .p-product-detail__peri__camp__price+.p-product-detail__item__net+.p-product-detail__color {
	margin: 102px 0 0;
}
.product-detail .p-product-detail__peri__camp__detail a {
	font-size: 12px;
	color: #469de2;
	margin: 14px 0 0;
	display: inline-block;
	text-decoration: none;
}
.product-detail .p-product-detail__color {
	margin: 120px 0 0;
}
.product-detail .p-product-detail__color__choice {
	color: #3b4043;
	font-size: 18px;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__color__choice {
		letter-spacing: 0.15em;
		line-height: 1;
	}
}
.product-detail .p-product-detail__color__choice-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.product-detail .p-product-detail__color__choice-container .p-product-detail__color__title01 {
	margin: 0;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__color__choice-container .p-product-detail__color__text01 {
		margin-top: 20px;
	}
}
.product-detail .p-product-detail__color__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__color__right {
		margin-top: 8px;
	}
}
.product-detail .p-product-detail__color__img {
	float: left;
}
.product-detail .p-product-detail__color__img img {
	width: 70px;
	margin: 57px 71px 50px 13px;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__color__list+.p-product-detail__color__list {
		padding-top: 11px;
	}
}
.product-detail .p-product-detail__color__title {
	color: #3b4043;
	border-bottom: 1px solid #b1b3b4;
	margin: 0 0 20px;
	font-size: 14px;
	position: relative;
	letter-spacing: 0.15em;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__color__title {
		margin: 15px 0 0;
		padding: 20px 0 10px 25px;
	}
}
.product-detail .p-product-detail__color__title:before {
	content: '';
	display: inline-block;
	position: absolute;
	font-size: 14px;
	top: 48%;
	width: 6px;
	height: 6px;
	left: 3px;
	z-index: 1;
	border-right: 1.2px solid #469de2;
	border-bottom: 1.2px solid #469de2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.product-detail .p-product-detail__color__title.js-accordion-open {
	color: #469de2;
	border-bottom: 1px solid #b1b3b4;
	padding: 20px 0 10px 25px;
	margin: 15px 0 0;
	font-size: 14px;
	position: relative;
}
.product-detail .p-product-detail__color__title.js-accordion-open:before {
	content: '';
	display: inline-block;
	position: absolute;
	font-size: 14px;
	top: 55%;
	width: 6px;
	height: 6px;
	left: 3px;
	z-index: 1;
	border-right: 1.2px solid #469de2;
	border-bottom: 1.2px solid #469de2;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.product-detail .p-product-detail__color__title01 {
	font-size: 14px;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__color__title01 {
		margin: 45px 0 23px;
	}
}
.product-detail .p-product-detail__color__group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__color__group {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-top: 16px;
	}
}
.product-detail .p-product-detail__color__group img {
	width: 86%;
	top: 0px;
	position: absolute;
}
.product-detail .p-product-detail__color__group__item {
	box-sizing: border-box;
}
.product-detail .p-product-detail__color__group__item:before {
	content: '';
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__color__group__item {
		width: 47px;
		padding-bottom: 24px;
	}
	.product-detail .p-product-detail__color__group__item+.p-product-detail__color__group__item {
		margin-left: 22px;
	}
	.product-detail .p-product-detail__color__group__item:nth-child(10n+1) {
		margin-left: 0;
	}
}
.product-detail .p-product-detail__color__group__item .group__item__thumb {
	cursor: pointer;
	width: 100%;
	height: 47px;
	box-sizing: border-box;
}
.product-detail .p-product-detail__color__group__item .group__item__thumb img {
	width: 100%;
	position: relative;
}
.product-detail .p-product-detail__color__group__item .group__item__text {
	margin-top: 7px;
	text-align: center;
	line-height: 1;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__color__group__item .group__item__text {
		font-size: 12px;
	}
}
.product-detail .p-product-detail__color__group__item .group__item__text img {
	width: 100%;
	position: relative;
}
.product-detail .p-product-detail__color__group__item:hover .group__item__thumb {
	border: 1px solid #469de2;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.product-detail .p-product-detail__color__group__item:hover .group__item__thumb:hover {
	opacity: 0.5;
}
.product-detail .p-product-detail__color__group__item.is-active .group__item__thumb {
	border: 1px solid #469de2;
}
.product-detail .p-product-detail__color__text01 {
	font-size: 12px;
}
.product-detail .p-product-detail__color__all {
	text-align: right;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__color__all {
		padding-top: 5px;
		font-size: 16px;
	}
}
.product-detail .p-product-detail__color__all.is-peri {
	padding-top: 23px;
}
.product-detail .p-product-detail__color__all a {
	color: #469de2;
}
.product-detail .p-product-detail__color--mt {
	margin: 80px 0 0 0;
}
.product-detail .p-product-detail__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	margin-top: 20px;
}
.product-detail .p-product-detail__btn__purchase {
	width: 320px;
	height: 45px;
	background: #E62F2F;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	position: relative;
	border: 1px solid #E62F2F;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-sizing: border-box;
	cursor: pointer;
}
.product-detail .p-product-detail__btn__purchase:hover {
	opacity: 0.5;
}
.product-detail .p-product-detail__btn__purchase:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url(/freepage/maison-kose/common/img/product/cart_white.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 33px;
	height: 33px;
}
.product-detail .p-product-detail__btn__purchase.is-onlinestore:after {
	display: none;
}
.product-detail .p-product-detail__btn__favorite {
	width: 318px;
	height: 45px;
	color: #48add3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__btn__favorite {
		margin: 35px 0 37px 8px;
	}
	.product-detail .p-product-detail__btn__favorite:hover {
		opacity: 1;
	}
}
.product-detail .p-product-detail__btn__store {
	width: 318px;
	height: 45px;
	border: 1px solid #48add3;
	color: #469de2 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin: 0 0 0 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__btn__store {
		margin-left: 30px;
	}
}
.product-detail .p-product-detail__btn__store:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url(/freepage/maison-kose/common/img/product/store_blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
}
.product-detail .p-product-detail__btn__store:hover {
	opacity: 0.5;
}
.product-detail .p-product-detail__btn__makeup {
	color: #fff !important;
	background-color: #469de2;
	width: 320px;
	height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-sizing: border-box;
	cursor: pointer;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__btn__makeup {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		font-size: 14px;
		margin-bottom: 40px;
	}
	.product-detail .p-product-detail__btn__makeup:hover {
		opacity: 0.5;
	}
}
.product-detail .p-product-detail__btn__makeup:hover {
	opacity: 0.5;
}
.product-detail .p-product-detail__btn__makeup:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url(/freepage/maison-kose/common/img/product/camera.png);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__btn__makeup:after {
		width: 45px;
		height: 45px;
	}
}
.product-detail .p-product-detail__btn__reserve {
	color: #fff !important;
	background-color: #56bbdc;
	width: 320px;
	height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-sizing: border-box;
	cursor: pointer;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__btn__reserve {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		font-size: 14px;
		margin-bottom: 40px;
	}
	.product-detail .p-product-detail__btn__reserve:hover {
		opacity: 0.5;
	}
}
.product-detail .p-product-detail__btn__reserve:hover {
	opacity: 0.5;
}
.product-detail .p-product-detail__btn__text {
	margin-top: 20px;
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__btn__text {
		font-size: 14px;
		line-height: 2.14286;
		letter-spacing: .09em;
		margin-bottom: 20px;
	}
}
.product-detail .p-product-detail__btn__no {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 14px;
	margin-top: 20px;
}
.product-detail .p-product-detail__btn__no__purchase {
	width: 320px;
	height: 45px;
	background: #f2f2f2;
	color: #e0e0e0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	position: relative;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.product-detail .p-product-detail__btn__no__purchase:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 20px;
	background-image: url(/freepage/maison-kose/common/img/product/cart_grey.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}
.product-detail .p-product-detail__btn__no__favorite {
	width: 318px;
	height: 45px;
	color: #469de2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 60px 0 33px 50px;
	position: relative;
}
.product-detail .p-product-detail__btn__no__favorite:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 25px;
	background-image: url(/freepage/maison-kose/common/img/product/favorite.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 53px;
	height: 53px;
}
.product-detail .p-product-detail__btn__no__store {
	width: 318px;
	height: 45px;
	border: 1px solid #469de2;
	color: #469de2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin: 0;
}
.product-detail .p-product-detail__btn__no__store:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 20px;
	background-image: url(/freepage/maison-kose/common/img/product/store_blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
}
.product-detail .p-product-detail__btn__no__store:before {
	content: "";
	position: absolute;
	top: 16px;
	right: 11px;
	background-image: url(/freepage/maison-kose/common/img/product/target.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.product-detail .p-product-detail__peri {
	background: #f3f7fa;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__peri {
		padding: 30px 40px 109px;
		margin: 63px 0;
	}
}
.product-detail .p-product-detail__peri__title {
	font-size: 24px;
	letter-spacing: 0.09em;
}
.product-detail .p-product-detail__peri__text {
	color: #469de2;
	margin: 25px 0 8px;
}
.product-detail .p-product-detail__peri__img {
	text-align: center;
	margin-top: 50px;
}
.product-detail .p-product-detail__peri__img img {
	max-width: 100%;
}
.product-detail .p-product-detail__peri__btn {
	color: #469de2;
	font-size: 12px;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__peri__btn {
		margin-top: 47px;
	}
}
.product-detail .p-product-detail__peri__btn__purchase {
	height: 45px;
	background: #E62F2F;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.product-detail .p-product-detail__peri__btn__purchase:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url(/freepage/maison-kose/common/img/product/regular.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 37px;
	height: 26px;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__peri__btn__purchase {
		margin: 39px 0 15px 0;
		width: 320px;
	}
}
.product-detail .p-product-detail__peri__btn__purchase:hover {
	opacity: 0.5;
}
.product-detail .p-product-detail__peri__btn__purchase.is-onlinestore {
	margin: 0;
	margin-top: 20px;
	color: #fff;
}
.product-detail .p-product-detail__peri__btn__purchase.is-onlinestore:after {
	display: none;
}
.product-detail .p-product-detail__peri__btn__favorite {
	width: 278px;
	height: 43px;
	color: #48add3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.product-detail .p-product-detail__peri__btn__store {
	width: 278px;
	height: 43px;
	border: 1px solid #469de2;
	color: #469de2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.product-detail .p-product-detail__peri__btn__store:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 20px;
	background-image: url(/freepage/maison-kose/common/img/product/store_blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
}
.product-detail .p-product-detail__peri__btn__store:before {
	content: "";
	position: absolute;
	top: 16px;
	right: 11px;
	background-image: url(/freepage/maison-kose/common/img/product/target.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.product-detail .p-product-detail__peri__btn__store:hover {
	opacity: 0.5;
}
.product-detail .p-product-detail__peri__btn__teiki {
	color: #3b4043;
	font-size: 12px;
	margin: 10px 0 0;
	text-decoration: underline;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.product-detail .p-product-detail__peri__btn__teiki:hover {
	opacity: 0.5;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__peri .p-product-detail__color__group__item+.p-product-detail__color__group__item {
		margin-left: 25px;
	}
	.product-detail .p-product-detail__peri .p-product-detail__color__group__item:nth-child(8n+1) {
		margin-left: 0;
	}
}
.product-detail .p-product-detail__feature, .product-detail .p-product-detail__howto, .product-detail .p-product-detail__blend {
	margin: 30px 0;
	font-size: 14px;
}
.product-detail .p-product-detail__feature ul, .product-detail .p-product-detail__howto ul, .product-detail .p-product-detail__blend ul {
	margin: 0;
	padding-bottom: 35px;
}
.product-detail .p-product-detail__feature p, .product-detail .p-product-detail__howto p, .product-detail .p-product-detail__blend p {
	line-height: 1.8;
}
.product-detail .p-product-detail__howto .p-product-detail__text li+li {
	padding-top: 35px;
}
.product-detail .p-product-detail__howto .p-product-detail__text .p-product-detail__howto_desc {
	padding-top: 21px;
	text-indent: 0;
}
.product-detail .p-product-detail__title, .product-detail .p-product-detail__howto_title, .product-detail .p-product-detail__blend_title {
	border-bottom: 1px solid #b1b3b4;
	padding: 0 0 5px 20px;
	margin: 0 0 10px;
	position: relative;
}
.product-detail .p-product-detail__title:before, .product-detail .p-product-detail__howto_title:before, .product-detail .p-product-detail__blend_title:before {
	content: '';
	display: inline-block;
	position: absolute;
	font-size: 14px;
	top: 20%;
	width: 6px;
	height: 6px;
	left: 0;
	z-index: 1;
	border-right: 1.2px solid #469de2;
	border-bottom: 1.2px solid #469de2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.product-detail .p-product-detail__title.js-accordion-open, .product-detail .p-product-detail__howto_title.js-accordion-open, .product-detail .p-product-detail__blend_title.js-accordion-open {
	color: #469de2;
	border-bottom: 1px solid #b1b3b4;
	padding: 0 0 5px 20px;
	margin: 0 0 10px;
	position: relative;
}
.product-detail .p-product-detail__title.js-accordion-open:before, .product-detail .p-product-detail__howto_title.js-accordion-open:before, .product-detail .p-product-detail__blend_title.js-accordion-open:before {
	content: '';
	display: inline-block;
	position: absolute;
	font-size: 14px;
	top: 30%;
	width: 6px;
	height: 6px;
	left: 0;
	z-index: 1;
	border-right: 1.2px solid #469de2;
	border-bottom: 1.2px solid #469de2;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.product-detail .p-product-detail__howto_subtitle {
	font-weight: bold;
}
.product-detail .p-product-detail__freeArea {
	background: #f3f3f3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__freeArea {
		height: 250px;
	}
}
.product-detail .p-product-detail__review {
	border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__review {
		max-width: 1170px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__review__title {
		font-size: 27px;
		margin: 50px 0 27px 0;
	}
}
.product-detail .p-product-detail__review__title__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__review__title__block {
		padding-top: 20px;
		letter-spacing: 0.03em;
	}
}
.product-detail .p-product-detail__review__title__t01 {
	line-height: 1;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__review__title__t01 {
		font-size: 28px;
		margin: 0 0 -5px;
	}
}
.product-detail .p-product-detail__review__title__t02 {
	font-size: 12px;
}
.product-detail .p-product-detail__review__title__t03 {
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 300;
	line-height: 1;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__review__title__t03 {
		font-size: 54px;
		letter-spacing: -0.06em;
	}
}
.product-detail .p-product-detail__review__title__t04 {
	color: #469de2;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__review__title__t04 {
		font-size: 20px;
		padding-bottom: 17px;
		padding-left: 15px;
		font-size: 17px;
		letter-spacing: 0.3em;
	}
}
.product-detail .p-product-detail__review__title__t05 {
	padding-bottom: 17px;
	color: #469de2;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__review__title__t05 {
		font-size: 14px;
	}
}
.product-detail .p-product-detail__review__left {
	margin: 0 30px 0 0;
}
.product-detail .p-product-detail__review__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-detail .p-product-detail__review__more {
	border: 1px solid #ccc;
	text-align: center;
	padding: 9px 0;
	font-size: 13px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__review__more {
		width: 180px;
		margin: 10px auto 24px;
	}
}
.product-detail .p-product-detail__review__more .p-arrow:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	background-color: #3b4043;
}
.product-detail .p-product-detail__review__more .p-arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	background-color: #3b4043;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product-detail .p-product-detail__review__more .p-arrow:before, .product-detail .p-product-detail__review__more .p-arrow:after {
	right: 0;
	width: 13px;
	height: 1px;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__review__more .p-arrow:before, .product-detail .p-product-detail__review__more .p-arrow:after {
		left: 150px;
	}
}
.product-detail .p-product-detail__review__more .p-arrow:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.product-detail .p-product-detail__review__more.js-accordion-open .p-arrow:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__review__post {
		font-size: 12px;
		letter-spacing: 0.03em;
		width: 130px;
		margin: 0 auto 120px;
		text-decoration: underline;
	}
}
.product-detail .p-product-detail__review__post a {
	color: #3b4043;
}
.product-detail .p-product-detail__review__contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-detail .p-product-detail__review__contents__left {
	width: 48%;
}
.product-detail .p-product-detail__review__contents__right {
	width: 46.8%;
}
.product-detail .p-product-detail__review__contents__c01 {
	color: #b1b3b4;
	font-size: 12px;
}
.product-detail .p-product-detail__review__contents__c02 {
	font-size: 18px;
	padding-top: 5px;
	letter-spacing: 0.03em;
}
.product-detail .p-product-detail__review__contents__c03 {
	color: #469de2;
	line-height: 1;
	padding-top: 8px;
	letter-spacing: 0.3em;
	font-size: 13px;
}
.product-detail .p-product-detail__review__contents__c04 {
	margin-top: 23px;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__review__contents__c04 {
		font-size: 14px;
		line-height: 2.14;
	}
}
.product-detail .p-product-detail__review__contents__c05 {
	position: relative;
	left: 30px;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__review__contents__c05 {
		font-size: 12px;
		margin-top: 20px;
		margin-bottom: 50px;
	}
}
.product-detail .p-product-detail__review__contents__c05:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: -1px;
	left: -30px;
	background: url("/freepage/maison-kose/common/img/product/pc03_user01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
}
.product-detail .p-product-detail__review__contents--mo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-detail .p-product-detail__article {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__article {
		max-width: 1170px;
		margin: 0 auto;
		padding-bottom: 168px;
	}
}
.product-detail .p-product-detail__article__title {
	font-size: 27px;
	margin: 120px 0 60px;
}
.product-detail .p-product-detail__article__contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-detail .p-product-detail__article__contents--01, .product-detail .p-product-detail__article__contents--02, .product-detail .p-product-detail__article__contents--03, .product-detail .p-product-detail__article__contents--04 {
	width: 48%;
}
.product-detail .p-product-detail__article__contents--01:after, .product-detail .p-product-detail__article__contents--02:after, .product-detail .p-product-detail__article__contents--03:after, .product-detail .p-product-detail__article__contents--04:after {
	content: '';
	display: block;
	clear: both;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__article__contents--01, .product-detail .p-product-detail__article__contents--02, .product-detail .p-product-detail__article__contents--03, .product-detail .p-product-detail__article__contents--04 {
		cursor: pointer;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.product-detail .p-product-detail__article__contents--01:hover, .product-detail .p-product-detail__article__contents--02:hover, .product-detail .p-product-detail__article__contents--03:hover, .product-detail .p-product-detail__article__contents--04:hover {
		opacity: 0.5;
	}
}
.product-detail .p-product-detail__article__contents--03, .product-detail .p-product-detail__article__contents--04 {
	margin-top: 40px;
}
.product-detail .p-product-detail__article__contents--img {
	float: left;
	margin: 0 20px 0 0;
	font-size: 0;
}
.product-detail .p-product-detail__article__contents--img img {
	width: 100%;
}
.product-detail .p-product-detail__article__contents--text {
	font-size: 14px;
}
.product-detail .p-product-detail__article__contents--hash {
	font-size: 12px;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__relation {
		padding: 0 0 110px;
	}
}
.product-detail .p-product-detail__relation__title {
	font-size: 27px;
	margin: 100px 0;
}
.product-detail .p-product-detail__staffstart {
	border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__staffstart {
		padding-bottom: 120px;
	}
}
.product-detail .p-product-detail__staffstart__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-detail .p-product-detail__staffstart__list li {
	width: 22.29885%;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__staffstart__list li {
		margin-top: 60px;
	}
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__staffstart__list li+.product-detail .p-product-detail__staffstart__list li {
		margin-left: 2.34%;
	}
}
.product-detail .p-product-detail__staffstart__thumb {
	position: relative;
}
.product-detail .p-product-detail__staffstart__image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 0;
}
.product-detail .p-product-detail__staffstart__image:after {
	content: '';
	position: absolute;
	width: 104%;
	height: 104%;
	top: -2%;
	left: -2%;
	z-index: 1;
	display: inline-block;
	background-image: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png");
	background-size: 100% 100%;
}
.product-detail .p-product-detail__staffstart__image img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__staffstart__hover-action {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.product-detail .p-product-detail__staffstart__hover-action:hover {
		opacity: 0.5;
	}
}
.product-detail .p-product-detail__staffstart__texts {
	text-align: left;
	color: #3b4043;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__staffstart__texts {
		padding: 5px 12px 0;
	}
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__staffstart__title {
		font-size: 14px;
		line-height: 1.73333;
		letter-spacing: .03em;
	}
}
.product-detail .p-product-detail__staffstart__title a {
	color: inherit;
	display: inline-block;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__staffstart__author {
		font-size: 12px;
		line-height: 1.71429;
		letter-spacing: .03em;
	}
}
.product-detail .p-product-detail__staffstart__more {
	border: 1px solid #ccc;
	text-align: center;
	padding: 9px 0;
	font-size: 13px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__staffstart__more {
		width: 180px;
		margin: 10px auto 24px;
	}
}
.product-detail .p-product-detail__staffstart__more .p-arrow:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	background-color: #3b4043;
}
.product-detail .p-product-detail__staffstart__more .p-arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	background-color: #3b4043;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product-detail .p-product-detail__staffstart__more .p-arrow:before, .product-detail .p-product-detail__staffstart__more .p-arrow:after {
	right: 0;
	width: 13px;
	height: 1px;
}
@media screen and (min-width: 760px), print {
	.product-detail .p-product-detail__staffstart__more .p-arrow:before, .product-detail .p-product-detail__staffstart__more .p-arrow:after {
		left: 150px;
	}
}
.product-detail .p-product-detail__staffstart__more .p-arrow:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.product-detail .p-product-detail__staffstart__more.js-accordion-open .p-arrow:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.p-product-detail__slider__thumb-area {
	position: relative;
	overflow: hidden;
}
.p-product-detail__slider__thumb {
	background-color: #f7f7f7;
}
.p-product-detail__slider__thumb:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 101%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("/freepage/maison-kose/common/img/frames/frame_product_l.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
	pointer-events: none;
}
.p-product-detail__slider__thumb__item.slick-active .p-product-detail__item__img {
	cursor: default;
}
.p-product-detail__slider__nav {
	position: relative;
}
.p-product-detail__slider__count {
	margin: 10px 0;
	font-family: 'Josefin Sans', 'sans-serif';
	font-size: 14px;
	color: #3b4043;
	letter-spacing: .09em;
	line-height: 1;
	text-align: center;
}
.p-product-detail__slider__arrow {
	position: absolute;
	top: 0;
	z-index: 10;
	height: 100%;
}
.p-product-detail__slider__arrow span {
	position: absolute;
	top: 50%;
	left: 50%;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__slider__arrow span {
		width: 7px;
		height: 7px;
	}
}
.p-product-detail__slider__arrow--right {
	right: -10px;
}
.p-product-detail__slider__arrow--right span {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 760px), print {
	.p-product-detail__slider__arrow--right span {
		border-top: 1px solid #3b4043;
		border-right: 1px solid #3b4043;
	}
}
.p-product-detail__slider__arrow--left {
	left: -10px;
}
.p-product-detail__slider__arrow--left span {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 760px), print {
	.p-product-detail__slider__arrow--left span {
		border-top: 1px solid #3b4043;
		border-left: 1px solid #3b4043;
	}
}
.p-product-detail__slider__nav__item {
	padding: 5px;
	background-color: #f7f7f7;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.p-product-detail__slider__nav__item:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
	pointer-events: none;
}
.p-product-detail__slider__nav__item.slick-current:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("/freepage/maison-kose/common/img/frames/frame_product_ss-blue.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
	pointer-events: none;
}
.p-product-detail__modal {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal {
		padding: 157px 0;
	}
}
.p-product-detail__modal .modal_link {
	cursor: pointer;
	display: block;
}
.p-product-detail__modal .modal_link {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.p-product-detail__modal .modal_link:hover {
	opacity: 0.5;
}
.p-product-detail__modal__inner {
	background-color: #fff;
	position: relative;
	top: auto;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal__inner {
		width: 870px;
		padding: 60px;
	}
}
.p-product-detail__modal__hdg {
	line-height: 1;
}
.p-product-detail__modal__txt {
	line-height: 1;
	margin-top: 20px;
}
.p-product-detail__modal__txt--buy {
	margin-top: 60px;
}
.p-product-detail__modal__cart-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal__cart-area {
		width: 507px;
		margin-top: 26px;
	}
}
.p-product-detail__modal__cart-area .item_counter-area {
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal__cart-area .item_counter-area {
		width: 244px;
		height: 60px;
	}
}
.p-product-detail__modal__cart-area .item_text {
	color: #3b4043;
	font-size: 14px;
	position: absolute;
	left: 11px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.p-product-detail__modal__cart-area .item_counter {
	width: 182px;
	height: 100%;
	position: absolute;
	right: 0%;
	top: 0;
	box-sizing: border-box;
}
.p-product-detail__modal__cart-area .item_counter .counter_btn {
	position: absolute;
	width: 55px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background-color: #469de2;
	font-size: 24px;
	z-index: 5;
	cursor: pointer;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal__cart-area .item_counter .counter_btn {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-product-detail__modal__cart-area .item_counter .counter_btn:hover {
		opacity: 0.5;
	}
}
.p-product-detail__modal__cart-area .item_counter .counter_btn-minus {
	left: 0;
}
.p-product-detail__modal__cart-area .item_counter .counter_btn-plus {
	right: 0;
}
.p-product-detail__modal__cart-area .item_counter .counter_num {
	position: absolute;
	width: 72px;
	height: 100%;
	border-top: 1px solid #469de2;
	border-bottom: 1px solid #469de2;
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	color: #469de2;
	text-align: center;
}
.p-product-detail__modal__store-area {
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal__store-area {
		width: 507px;
		margin-top: 60px;
	}
}
.p-product-detail__modal__store-area .store_list {
	margin-top: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.p-product-detail__modal-makeup {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup {
		padding: 157px 0;
	}
}
.p-product-detail__modal-makeup__inner {
	background-color: #fff;
	position: relative;
	top: auto;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__inner {
		width: 1080px;
		padding: 55px 90px 60px;
	}
}
.p-product-detail__modal-makeup__title {
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__title {
		font-size: 24px;
		margin-bottom: 60px;
	}
}
.p-product-detail__modal-makeup__contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__contents {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__YKK-module {
		width: 424px;
		height: 424px;
	}
}
.p-product-detail__modal-makeup__sub-area {
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__sub-area {
		width: 430px;
	}
}
.p-product-detail__modal-makeup__sub-area .howto {
	background-color: rgba(233, 247, 252, 0.9);
	color: #3b4043;
	position: absolute;
	z-index: 2;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__sub-area .howto {
		padding: 40px;
	}
}
.p-product-detail__modal-makeup__sub-area .howto .title {
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__sub-area .howto .title {
		font-size: 18px;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__sub-area .howto .flow-list {
		margin-bottom: 15px;
	}
}
.p-product-detail__modal-makeup__sub-area .howto .flow-list li {
	margin-left: 1.5em;
	text-indent: -1.4em;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__sub-area .howto .flow-list li {
		font-size: 14px;
		line-height: 2.14286;
		letter-spacing: 0.03em;
	}
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__sub-area .howto .flow-list li:nth-of-type(n+2) {
		margin-top: 10px;
	}
}
.p-product-detail__modal-makeup__sub-area .howto .flow-list .bold {
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__sub-area .howto .anotation {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.03em;
	}
}
.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__choice {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__sub-area .color-choice .make-clear {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		font-size: 12px;
		line-height: 1;
		letter-spacing: 0.03em;
		border-bottom: 1px solid #3b4043;
	}
	.p-product-detail__modal-makeup__sub-area .color-choice .make-clear:hover {
		opacity: 0.5;
	}
	.p-product-detail__modal-makeup__sub-area .color-choice .make-clear:hover {
		cursor: pointer;
	}
}
.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item {
	position: relative;
}
.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item .group__item__thumb {
	text-align: center;
}
.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item.is-disable:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 104%;
	background-color: #e0e0e0;
	opacity: 0.8;
}
.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item.is-disable .group__item__thumb {
	border: none;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item {
		margin-bottom: 24px;
		padding-bottom: 0;
	}
	.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item+.p-product-detail__color__group__item {
		margin-left: 22px;
	}
	.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item:nth-child(6n+1) {
		margin-left: 0;
	}
}
.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item .group__item__thumb {
	height: auto;
}
.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__all {
	margin-bottom: 0;
}
.p-product-detail__float-cart {
	display: block;
	position: fixed;
	z-index: 50;
	cursor: pointer;
}
@media screen and (min-width: 760px), print {
	.p-product-detail__float-cart {
		width: 54px;
		right: 0;
		bottom: 100px;
	}
}
.p-product-detail__float-cart img {
	width: 100%;
}
.p-product-detail__favorite-area {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
[data-module-sort-target].is-sort-unmatch {
	position: absolute;
	visibility: hidden;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
[data-module-sort-target].is-sort-unmatch * {
	visibility: hidden;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.p-brand-wrapper {
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-brand-wrapper {
		padding-top: 50px;
		width: 1170px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-heading--primaly {
		font-size: 24px;
		line-height: 1.178571;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-heading--secondaly {
		font-size: 24px;
		line-height: 1.475;
		letter-spacing: 0.09;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-container {
		width: 100%;
		margin-top: 65px;
	}
	.p-brand-container:after {
		content: '';
		display: block;
		clear: both;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-menu {
		width: 195px;
		float: left;
		position: relative;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-menu__list {
		margin-top: 5px;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-menu__list li {
		font-size: 14px;
		line-height: 1.8;
		border-top: 1px solid #dddede;
	}
	.p-brand-menu__list li:last-child {
		border-bottom: 1px solid #dddede;
	}
}
.p-brand-menu__list__link {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-brand-menu__list__link {
		display: block;
		padding: 10px 30px 10px 5px;
	}
}
.p-brand-menu__list__link:after {
	content: '';
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	border-bottom: 1px solid;
	border-right: 1px solid;
}
@media screen and (min-width: 760px), print {
	.p-brand-menu__list__link:after {
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-content {
		width: 74.35897%;
		float: right;
	}
}
.p-brand-content__bar {
	border-top: 1px solid #ccc;
}
@media screen and (min-width: 760px), print {
	.p-brand-content__bar {
		margin-bottom: 120px;
	}
}
.p-brand-content__cluster__brands {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
@media screen and (min-width: 760px), print {
	.p-brand-content__cluster__brands {
		margin-top: 35px;
		margin-left: -6.89655%;
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-content__cluster__brands li {
		width: 26.88172%;
		margin-left: 6.45161%;
		margin-bottom: 55px;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-content__cluster__brands--simple {
		margin-left: -3.44828%;
		margin-top: 55px;
		margin-bottom: 90px;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-content__cluster__brands--simple li {
		width: 21.66667%;
		margin-left: 3.33333%;
		margin-bottom: 20px;
	}
}
.p-brand-content__cluster__brand__link {
	color: #3b4043;
}
.p-brand-content__cluster__brand__image {
	width: 100%;
	display: block;
	line-height: 0;
}
.p-brand-content__cluster__brand__image .p-brand-content__cluster__brand__image__file {
	width: 100%;
}
.p-brand-content__cluster__brand__image.is-border {
	border: 1px solid #e0e0e0;
}
.p-brand-content__cluster__brand__image.is-border .p-brand-content__cluster__brand__image__file {
	width: 100%;
}
.p-brand-content__cluster__brand__name {
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.p-brand-content__cluster__brand__name {
		font-size: 14px;
		line-height: 2.142857;
		letter-spacing: 0.03;
		margin-top: 15px;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-content__cluster__brand__name--simple {
		line-height: 1.5;
		margin-top: 5px;
		font-weight: normal;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-content__cluster__brand__description {
		font-size: 14px;
		line-height: 1.714285;
		letter-spacing: 0.03;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-content__is-sp {
		display: none;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-hover-action {
		display: block;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-brand-hover-action:hover {
		opacity: 0.5;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top .l-main__content {
		max-width: none;
	}
}
.p-brand-top__header {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.p-brand-top__header__logo {
	width: 91px;
	margin: 0 auto;
	padding: 15px 0;
}
.p-brand-top__header__logo img {
	width: 100%;
	vertical-align: middle;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__wrap {
		width: 1170px;
	}
}
.p-brand-top__content {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__content {
		margin-top: 90px;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__wrap:after {
		content: '';
		display: block;
		clear: both;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__mv__img {
		max-width: 870px;
	}
}
.p-brand-top__mv__img img {
	width: 100%;
	vertical-align: middle;
}
.p-brand-top__mv__ttl {
	letter-spacing: 0.06em;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__mv__ttl {
		margin-top: 26px;
		font-size: 14px;
		font-weight: bold;
	}
}
.p-brand-top__mv__lead {
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__mv__lead {
		margin-top: 11px;
		font-size: 14px;
	}
}
.p-brand-top__mv__link {
	border: 1px solid #b1b3b4;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__mv__link {
		width: 223px;
		margin-top: 25px;
		letter-spacing: 0.3px;
	}
}
.p-brand-top__mv__link a {
	color: #3b4043;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__mv__link a {
		font-size: 12px;
		padding: 7px 0 8px 39px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-brand-top__mv__link a:hover {
		opacity: 0.5;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__topic {
		margin-top: 90px;
		max-width: 870px;
	}
}
.p-brand-top__topic__hdg {
	letter-spacing: 0.09em;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__topic__hdg {
		font-size: 24px;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__topic__inner {
		margin-top: 45px;
	}
}
.p-brand-top__slider {
	border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__slider {
		margin-top: 90px;
		padding-bottom: 120px;
		width: 100%;
	}
}
.p-brand-top__slider__hdg {
	font-size: 24px;
	letter-spacing: 0.09em;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__slider .c-product-slider__arrow--left {
		left: 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__slider .c-product-slider__arrow--right {
		right: 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__slider .c-product-slider__arrow span {
		top: 34%;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__slider .c-product-slider__annotation {
		right: 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__slider .c-product-slider__arrow {
		width: 50px;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__slider .c-product-slider__arrow--right {
		right: -25px;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__slider .c-product-slider__arrow--left {
		left: -25px;
	}
}
.p-brand-top__slider .c-product-slider__arrow--right span {
	left: 8px;
}
.p-brand-top__slider .c-product-slider__arrow--left span {
	right: 8px;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__products__hdg {
		padding: 120px 0 60px;
		font-size: 24px;
		letter-spacing: 0.09em;
	}
}
.p-brand-top__products__hdg span {
	font-size: 18px;
}
.p-brand-top__lineup {
	border-top: 1px solid #ccc;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup {
		margin-top: 70px;
		padding-top: 90px;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__content {
		margin-top: 45px;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__content--type-c {
		margin-top: 30px;
	}
}
.p-brand-top__lineup__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__item {
		width: 217px;
	}
}
.p-brand-top__lineup__item+.p-brand-top__lineup__item .p-brand-top__lineup__item__img:before {
	content: '';
	width: 1px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #e0e0e0;
}
.p-brand-top__lineup__item:nth-child(1) .p-brand-top__lineup__item__img:before {
	content: '';
	width: 1px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #e0e0e0;
}
.p-brand-top__lineup__item:last-child .p-brand-top__lineup__item__img:after {
	content: '';
	width: 1px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #e0e0e0;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__item:nth-child(4n) .p-brand-top__lineup__item__img:after {
		content: '';
		width: 1px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background-color: #e0e0e0;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__item:nth-child(n+5) {
		margin-top: 45px;
	}
}
.p-brand-top__lineup__item--type-c+.p-brand-top__lineup__item--type-c .p-brand-top__lineup__item__img:before {
	content: '';
	width: 1px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #e0e0e0;
}
.p-brand-top__lineup__item--type-c:nth-child(1) .p-brand-top__lineup__item__img:before {
	content: '';
	width: 1px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #e0e0e0;
}
.p-brand-top__lineup__item--type-c:last-child .p-brand-top__lineup__item__img:after {
	content: '';
	width: 1px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #e0e0e0;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__item--type-c:nth-child(4n) .p-brand-top__lineup__item__img:after {
		content: '';
		width: 1px;
		height: 45px;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background-color: #e0e0e0;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__item--type-c:nth-child(n+5) {
		margin-top: 45px;
	}
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__item--type-c .p-brand-top__lineup__item__info {
		margin-top: 10px;
	}
}
.p-brand-top__lineup__item__img {
	font-size: 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__item__img {
		height: 82px;
		width: 217px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.p-brand-top__lineup__item__img img {
	width: auto;
	height: 100%;
	max-width: 999%;
}
.p-brand-top__lineup__item__img__txt {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__item__img__txt {
		font-size: 14px;
		line-height: 1.71429;
		letter-spacing: .03em;
	}
}
.p-brand-top__lineup__item__info {
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__item__info {
		padding: 0 10px;
	}
}
.p-brand-top__lineup__info__name {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__info__name {
		font-size: 14px;
		line-height: 1.71429;
		letter-spacing: .03em;
		margin-top: 25px;
	}
}
.p-brand-top__lineup__info__desc {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__info__desc {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: .03em;
	}
}
.p-brand-top__lineup__more {
	border: 1px solid #ccc;
	text-align: center;
	padding: 9px 0;
	font-size: 13px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__more {
		width: 180px;
		margin: 10px auto 24px;
	}
}
.p-brand-top__lineup__more .p-arrow:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	background-color: #3b4043;
}
.p-brand-top__lineup__more .p-arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	background-color: #3b4043;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.p-brand-top__lineup__more .p-arrow:before, .p-brand-top__lineup__more .p-arrow:after {
	right: 0;
	width: 13px;
	height: 1px;
}
@media screen and (min-width: 760px), print {
	.p-brand-top__lineup__more .p-arrow:before, .p-brand-top__lineup__more .p-arrow:after {
		left: 150px;
	}
}
.p-brand-top__lineup__more .p-arrow:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.p-brand-top__lineup__more.js-accordion-open .p-arrow:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.brand-product {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.brand-product .l-main__content {
		max-width: 1174px;
	}
}
.brand-product .p-path {
	background: #f3f3f3;
}
.brand-product .p-path-inner {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	padding: 12px 0 11px;
}
@media screen and (min-width: 760px), print {
	.brand-product .p-path-inner {
		max-width: 1332px;
	}
}
.brand-product .p-product__content {
	margin: auto;
}
@media screen and (min-width: 760px), print {
	.brand-product .p-product__content {
		width: 1332px;
	}
}
.brand-product .p-product__header {
	margin: 100px 0 55px;
}
.brand-product .p-product__header--title {
	font-size: 28px;
	margin: 0 0 10px;
}
.brand-product .p-product__header--title span {
	font-size: 18px;
}
.brand-product .p-product__header--text {
	font-size: 12px;
	line-height: 1.8;
	width: 860px;
}
.brand-product .p-product__header--tag {
	font-size: 14px;
	margin: 12px 0;
}
.brand-product .p-product__header--tag .innertag {
	color: #48add3;
}
.brand-product .p-product__logo {
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding: 16px 0 8px;
}
.brand-product .p-product__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.brand-product .p-product__left__wrap {
	width: 210px;
	float: left;
}
.brand-product .p-product__left__wrap ul {
	font-size: 14px;
	line-height: 2;
}
.brand-product .p-product__left__wrap ul li {
	padding: 10px 0 10px 10px;
}
.brand-product .p-product__left__wrap ul li.is-selected {
	background: #e4f3f8;
}
.brand-product .p-product__left__wrap ul li:hover {
	background: #e4f3f8;
}
.brand-product .p-product__left__search {
	border-bottom: 1px solid #b1b3b4;
	padding-bottom: 4px;
}
.brand-product .p-product__left__search img {
	width: 22px;
	margin-bottom: -3px;
}
.brand-product .p-product__left__search input.search-icon {
	color: #ccc;
	border: none;
	color: #b1b3b4;
	font-size: 14px;
	text-align: center;
	width: 170px;
}
.brand-product .p-product__left__list-title {
	font-weight: bold;
	margin: 20px 0 15px;
	position: relative;
}
.brand-product .p-product__left__list-title span {
	color: #48add3;
}
.brand-product .p-product__left__list-title .p-arrow:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	background-color: #3b4043;
}
.brand-product .p-product__left__list-title .p-arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	background-color: #3b4043;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.brand-product .p-product__left__list-title .p-arrow:before, .brand-product .p-product__left__list-title .p-arrow:after {
	right: 0;
	width: 15px;
	height: 1.2px;
}
.brand-product .p-product__left__list-title .p-arrow:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.brand-product .p-product__left__list-title.js-accordion-open {
	font-weight: bold;
	margin: 50px 0 10px;
	position: relative;
}
.brand-product .p-product__left__list-title.js-accordion-open .p-arrow:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.brand-product .p-product__left__price>p {
	font-size: 14px;
	font-weight: bold;
	margin: 40px 0 10px;
}
.brand-product .p-product__left__much {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.brand-product .p-product__left__much p {
	margin: 7px 5px 0 5px;
}
.brand-product .p-product__left__much .c-much_waku {
	border: 1px solid #3b4043;
	padding: 10px;
	font-size: 12px;
	width: 78px;
	height: 38px;
	padding: 0 0 0 10px;
	display: table-cell;
	vertical-align: middle;
}
.brand-product .p-product__left__filterBtn {
	background: #3b4043;
	color: #fff;
	font-size: 12px;
	padding: 15px;
	text-align: center;
	margin: 25px 0 30px;
	letter-spacing: 2px;
	position: relative;
}
.brand-product .p-product__left__filterBtn:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 40%;
	width: 6px;
	height: 6px;
	right: 17px;
	z-index: 1;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.brand-product .p-product__left__filterBtn:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 112px;
	background-image: url(/freepage/maison-kose/common/img/product/search-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
}
@media screen and (min-width: 760px), print {
	.brand-product .p-product__left__filterBtn:before {
		display: none;
	}
}
.brand-product .p-product__left__sortBtn {
	background: #f3f3f3;
	color: #3b4043;
	font-size: 12px;
	padding: 13px 10px 13px 21px;
	text-align: center;
	margin: 60px 0 10px;
	letter-spacing: 2px;
	position: relative;
	width: 40%;
}
.brand-product .p-product__left__sortBtn:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 41px;
	background-image: url(/freepage/maison-kose/common/img/product/search-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.brand-product .p-product__left__sortBtn:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 24px;
	background-image: url(/freepage/maison-kose/common/img/product/search-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}
@media screen and (min-width: 760px), print {
	.brand-product .p-product__left__sortBtn:before {
		display: none;
	}
}
.brand-product .p-product__left__detailBtn span {
	position: relative;
	font-size: 14px;
	color: #3b4043;
}
.brand-product .p-product__left__detailBtn span:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 33%;
	width: 6px;
	height: 6px;
	right: -17px;
	z-index: 1;
	border-right: 1px solid #3b4043;
	border-bottom: 1px solid #3b4043;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.brand-product .radio01-input, .brand-product .radio02-input, .brand-product .check01-input, .brand-product .check02-input, .brand-product .check03-input {
	display: none;
}
.brand-product .radio01-input+label, .brand-product .radio02-input+label, .brand-product .check01-input+label, .brand-product .check02-input+label, .brand-product .check03-input+label {
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
}
.brand-product .radio01-input+label:before, .brand-product .radio02-input+label:before, .brand-product .check01-input+label:before, .brand-product .check02-input+label:before, .brand-product .check03-input+label:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1.2px solid #6a6b6a;
	border-radius: 50%;
}
.brand-product .radio01-input, .brand-product+label, .brand-product .radio02-input, .brand-product+label, .brand-product .check01-input, .brand-product+label, .brand-product .check02-input+label, .brand-product .check03-input+label {
	color: #2962FF;
}
.brand-product .radio01-input:checked+label:after, .brand-product .radio02-input:checked+label:after, .brand-product .check01-input:checked+label:after, .brand-product .check02-input:checked+label:after, .brand-product .check03-input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 4.5px;
	left: 4.5px;
	width: 10px;
	height: 10px;
	background: #2962FF;
	border-radius: 50%;
}
.brand-product .p-product__sortBtn {
	display: inline-block;
	position: absolute;
	top: 0;
	z-index: 22;
}
.brand-product .p-product__sortBtn #tg {
	display: none;
}
.brand-product .p-product__sortBtn .menu {
	position: relative;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	top: -10px;
	list-style: none;
}
.brand-product .p-product__sortBtn .menu li {
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}
.brand-product .p-product__sortBtn .dropInput:checked~.menu {
	visibility: visible;
	opacity: 1;
	top: 0;
}
.brand-product .p-product__sortBtn .dropLabel {
	font-size: 14px;
	padding: 8px 15px;
	width: 100px;
	display: block;
	background-color: #f3f3f3;
	text-align: left;
	position: relative;
	color: #333;
	text-decoration: none;
}
.brand-product .p-product__sortBtn .dropLabel:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 32%;
	width: 6px;
	height: 6px;
	right: 14px;
	z-index: 1;
	border-right: 2px solid #469de2;
	border-bottom: 2px solid #469de2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.brand-product .p-product__sortBtn .item {
	font-size: 14px;
	padding: 8px 15px;
	display: block;
	background-color: #fff;
	text-align: left;
	position: relative;
	color: #333;
	text-decoration: none;
}
.brand-product .p-product__sortBtn .item:hover {
	background-color: #f3f3f3;
}
.brand-product .p-product__sortBtn .animation {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.brand-product .p-product-item {
	margin: 0 30px 30px 0;
}
.brand-product .p-product__main {
	position: relative;
	padding: 70px 0 50px 100px;
}
.brand-product .p-product__main:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (min-width: 760px), print {
	.brand-product .sp {
		display: none;
	}
}
.brand-product .sp a {
	text-decoration: none;
}
.brand-product .p-myModal_popUp, .brand-product input[name="myModal_switch"], .brand-product #myModal_open+label~label {
	display: none;
}
.brand-product #myModal_open+label, .brand-product #myModal_close-button+label {
	cursor: pointer;
}
.brand-product .p-myModal_popUp {
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	animation: fadeIn 1s ease 0s 1 normal;
}
.brand-product #myModal_open:checked~#myModal_close-button+label {
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	animation: fadeIn 2s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.brand-product #myModal_open:checked+label~.p-myModal_popUp {
	background: #fff;
	display: block;
	width: 90%;
	height: 80%;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 998;
}
.brand-product #myModal_open:checked+label~.p-myModal_popUp>.p-myModal_popUp-content {
	width: calc(100% - 40px);
	height: calc(100% - 20px - 44px);
	padding: 10px 20px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.brand-product #myModal_open:checked+label+#myModal_close-overlay+label {
	background: rgba(0, 0, 0, 0.7);
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	z-index: 997;
}
.brand-product #myModal_open:checked~#myModal_close-button+label {
	display: block;
	background: #fff;
	text-align: center;
	font-size: 25px;
	line-height: 44px;
	width: 90%;
	height: 44px;
	position: fixed;
	bottom: 10%;
	left: 5%;
	z-index: 999;
}
.brand-product .p-myModal__kodawari {
	text-align: center;
	padding: 2%;
}
.brand-product .p-myModal__brand {
	background: #eee;
	padding: 5px 4%;
	font-size: 12.8px;
	font-size: 0.8rem;
	position: relative;
	width: 97.5%;
	left: -3%;
}
.brand-product .p-myModal__honbun {
	margin: 30px 0 0;
	padding: 30px 0 0 10px;
	font-weight: bold;
}
.brand-product .p-myModal__01 ul, .brand-product .p-myModal__02 ul, .brand-product .p-myModal__03 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.brand-product .p-myModal__01 li, .brand-product .p-myModal__02 li, .brand-product .p-myModal__03 li {
	width: 180px;
}
.brand-product .p-myModal__03 {
	margin-bottom: 30px;
}
.brand-product .p-myModal__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #eee;
}
.brand-product .p-myModal__b01 {
	color: #3b4043;
	font-size: 12px;
	padding: 15px;
	text-align: center;
	margin: 25px 20px 30px;
	letter-spacing: 2px;
	border: solid 1px #eee;
}
.brand-product .p-myModal__b02 {
	background: #3b4043;
	color: #fff;
	font-size: 12px;
	padding: 15px;
	text-align: center;
	margin: 25px 0 30px;
	letter-spacing: 2px;
}
.brand-product #myModal_open:checked~#myModal_close-button+label:before {
	content: 'Ã—';
}
.brand-product #myModal_open:checked~#myModal_close-button+label:after {
	content: 'CLOSE';
	margin-left: 5px;
	font-size: 80%;
}
.brand-product .p-top-products__item__img {
	height: auto;
	padding-top: 130%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f7f7f7;
	position: relative;
}
.brand-product .p-top-products__item__img img {
	width: 97.77778%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.brand-product .p-top-products__item__img:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 101%;
	top: 0;
	left: 0;
	background: url(/freepage/maison-kose/common/img/frames/frame_top_m.png) no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
}
.p-about-wrapper {
	background-color: #fff;
}
@media screen and (min-width: 760px), print {
	.p-about-wrapper {
		min-width: 1170px;
	}
}
.p-about-cluster {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-about-cluster {
		width: 1170px;
	}
}
@media screen and (min-width: 760px), print {
	.p-about-cluster__inner {
		margin: 0 auto;
		width: 1080px;
	}
}
.p-about-bgBand {
	background-color: #f3f7fa;
}
.p-about__lead {
	border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 760px), print {
	.p-about__lead {
		padding: 120px 0 110px;
	}
}
.p-about__lead__logo {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-about__lead__logo {
		margin-bottom: 60px;
		width: 556px;
	}
}
.p-about__lead__logo img {
	width: 100%;
}
.p-about__lead__state {
	text-align: center;
	letter-spacing: 0.09em;
}
@media screen and (min-width: 760px), print {
	.p-about__lead__state {
		line-height: 2;
		font-size: 24px;
	}
}
.p-about__lead__text {
	text-align: center;
	letter-spacing: 0.09em;
}
@media screen and (min-width: 760px), print {
	.p-about__lead__text {
		margin-top: 20px;
		line-height: 2.4;
		font-size: 15px;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__membership {
		padding: 117px 0 120px;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__membership__feature {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 80px;
		width: 100%;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__membership__feature__item {
		width: 33.3333%;
		text-align: center;
	}
	.p-about__membership__feature__item:nth-child(n+4) {
		margin-top: 80px;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__membership__feature__item img {
		display: block;
		width: 150px;
		margin: 0 auto 10px;
	}
}
.p-about__membership__feature__item__title {
	letter-spacing: 0.09em;
}
@media screen and (min-width: 760px), print {
	.p-about__membership__feature__item__title {
		text-align: center;
		margin-bottom: 17px;
		font-size: 24px;
		line-height: 1.1;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__membership__feature__item__subtitle {
		font-size: 12px;
	}
}
.p-about__membership__feature__item__desc {
	letter-spacing: 0.03em;
	text-align: left;
}
@media screen and (min-width: 760px), print {
	.p-about__membership__feature__item__desc {
		line-height: 2;
		font-size: 15px;
		width: 270px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__membership__feature__item__desc__small {
		font-size: 12px;
	}
}
.p-about__membership__feature__item__link {
	text-align: left;
	display: block;
	color: inherit;
	text-decoration: underline;
}
@media screen and (min-width: 760px), print {
	.p-about__membership__feature__item__link {
		line-height: 2;
		font-size: 12px;
		width: 270px;
		margin: 10px auto 0;
	}
}
.p-about__membership__signup {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-about__membership__signup {
		background-color: #f3f7fa;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 60px 100px;
		width: 990px;
		box-sizing: border-box;
		margin: 0 auto;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__membership__signup-leftside {
		text-align: center;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__membership__signup-rightside {
		width: 376px;
		text-align: center;
	}
}
.p-about__membership__signup__text {
	letter-spacing: 0.09em;
	line-height: 1em;
}
@media screen and (min-width: 760px), print {
	.p-about__membership__signup__text {
		margin-bottom: 20px;
		font-size: 24px;
	}
}
.p-about__membership__signup__caption {
	line-height: 1em;
}
@media screen and (min-width: 760px), print {
	.p-about__membership__signup__caption {
		letter-spacing: 0.09em;
		font-size: 14px;
	}
}
.p-about__membership__signup__btn {
	position: relative;
	display: block;
	background-color: #E62F2F;
	color: #fff;
	text-align: center;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-about__membership__signup__btn {
		padding: 20px 0;
		width: 100%;
		font-size: 14px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-about__membership__signup__btn:hover {
		opacity: 0.7;
	}
}
.p-about__membership__signup__btn:after {
	position: absolute;
	top: 50%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
@media screen and (min-width: 760px), print {
	.p-about__membership__signup__btn:after {
		right: 25px;
		width: 6px;
		height: 6px;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__app {
		padding: 120px 0 131px;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__app__diagnosis {
		position: relative;
		padding-bottom: 130px;
		border-bottom: 1px solid #e0e0e0;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__app__diagnosis__inner {
		width: 830px;
	}
}
.p-about__app__diagnosis__subtitle {
	letter-spacing: 0.09em;
}
@media screen and (min-width: 760px), print {
	.p-about__app__diagnosis__subtitle {
		margin-bottom: 20px;
		font-size: 14px;
	}
}
.p-about__app__diagnosis__title img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-about__app__diagnosis__title {
		margin-bottom: 25px;
		width: 432px;
	}
}
.p-about__app__diagnosis__text {
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-about__app__diagnosis__text {
		margin-bottom: 50px;
		width: 520px;
		line-height: 2.4;
		font-size: 15px;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__app__diagnosis__demoImg {
		position: absolute;
		top: -20px;
		right: 180px;
		width: 246px;
	}
}
.p-about__app__diagnosis__demoImg img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-about__app__diagnosis__btn {
		position: relative;
		display: block;
		width: 300px;
		background-color: #3b4043;
		color: #fff;
		text-align: center;
		font-size: 12px;
		line-height: 48px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-about__app__diagnosis__btn:after {
		position: absolute;
		top: 50%;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		content: '';
		-webkit-transform: translate(0, -50%) rotate(45deg);
		-ms-transform: translate(0, -50%) rotate(45deg);
		transform: translate(0, -50%) rotate(45deg);
	}
}
@media screen and (min-width: 760px) and (min-width: 760px), print {
	.p-about__app__diagnosis__btn:after {
		right: 24px;
		width: 7px;
		height: 7px;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__app__diagnosis__btn:hover {
		opacity: 0.7;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__app__download {
		position: relative;
		padding-top: 90px;
		width: 830px;
	}
}
.p-about__app__download__title {
	letter-spacing: 0.09em;
}
@media screen and (min-width: 760px), print {
	.p-about__app__download__title {
		margin-bottom: 30px;
		font-size: 24px;
	}
}
.p-about__app__download__caption {
	letter-spacing: 0.09em;
}
.p-about__app__download__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 760px), print {
	.p-about__app__download__btn {
		width: 365px;
	}
	.p-about__app__download__btn .-appstore {
		width: 164px;
	}
	.p-about__app__download__btn .-googleplay {
		width: 184px;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__app__download__btn a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-about__app__download__btn a:hover {
		opacity: 0.7;
	}
}
.p-about__app__download__btn a img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-about__app__download__qr {
		position: absolute;
		top: 90px;
		right: 120px;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__sns {
		padding: 87px 0 90px;
	}
}
.p-about__sns__title {
	text-align: center;
	letter-spacing: 0.09em;
	font-family: 'Josefin Sans', 'sans-serif';
}
@media screen and (min-width: 760px), print {
	.p-about__sns__title {
		margin-bottom: 45px;
		font-weight: lighter;
		font-size: 28px;
	}
}
.p-about__sns__icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 760px), print {
	.p-about__sns__icon {
		width: 330px;
	}
	.p-about__sns__icon .-twitter {
		width: 38px;
	}
	.p-about__sns__icon .-facebook {
		width: 17px;
	}
	.p-about__sns__icon .-line {
		width: 41px;
	}
	.p-about__sns__icon .-instagram {
		width: 32px;
	}
	.p-about__sns__icon .-youtube {
		width: 39px;
	}
}
@media screen and (min-width: 760px), print {
	.p-about__sns__icon a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-about__sns__icon a:hover {
		opacity: 0.7;
	}
}
.p-about__sns__icon a img {
	width: 100%;
}
.p-about-search {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 760px), print {
	.p-about-search {
		padding: 65px 0;
	}
}
.p-about-search__grad {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(317deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
	background: linear-gradient(133deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
	background-size: 600% 600%;
}
.p-about-search__background {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: -5;
	opacity: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media screen and (min-width: 760px), print {
	.p-about-search__background {
		width: 100vw;
		height: 100vh;
		background: url("/freepage/maison-kose/about_maisonkose/img/bg_search.jpg") no-repeat;
		background-position: center;
		background-size: cover;
	}
}
.p-about-search__container {
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
}
@media screen and (min-width: 760px), print {
	.p-about-search__container {
		padding-top: 296px;
		width: 390px;
	}
}
.p-about-search__container:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("/freepage/maison-kose/common/img/project/top/search/shape.png") no-repeat;
	background-position: center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.p-about-search__container:after {
	position: absolute;
	top: 50%;
	z-index: 5;
	border-top: 1px solid #4e5355;
	border-right: 1px solid #4e5355;
	content: '';
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	pointer-events: none;
}
@media screen and (min-width: 760px), print {
	.p-about-search__container:after {
		right: 35px;
		width: 25px;
		height: 25px;
	}
}
@media screen and (min-width: 760px), print {
	.p-about-search__container+.p-about-search__container {
		margin-left: 60px;
	}
}
.p-about-search__container span {
	display: block;
}
@media screen and (min-width: 760px), print {
	.p-about-search__container:hover:before {
		opacity: 0.5;
	}
	.p-about-search__container:hover:after {
		-webkit-transform: translate(50%, -50%) rotate(45deg);
		-ms-transform: translate(50%, -50%) rotate(45deg);
		transform: translate(50%, -50%) rotate(45deg);
		pointer-events: none;
	}
}
.p-about-search__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 760px), print {
	.p-about-search__inner {
		width: 272px;
	}
}
.p-about-search__hdg {
	z-index: 10;
	color: #3b4043;
	line-height: 1;
}
@media screen and (min-width: 760px), print {
	.p-about-search__hdg {
		letter-spacing: 0.03em;
		font-size: 24px;
	}
}
.p-about-search__txt {
	z-index: 10;
	color: #3b4043;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-about-search__txt {
		margin-top: 24px;
		font-size: 14px;
		line-height: 1.714285714;
	}
}
@media screen and (min-width: 760px), print {
	.p-cp__heading--primaly {
		font-size: 24px;
		line-height: 1.22222;
		letter-spacing: .09em;
	}
}
.p-cp__heading--secondaly {
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-cp__heading--secondaly {
		font-size: 24px;
		line-height: 1.375;
		letter-spacing: .09em;
	}
}
.p-cp__pagetitle {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-cp__pagetitle {
		padding: 50px 0 50px;
		max-width: 1170px;
	}
}
.p-cp__pickup {
	background-color: #f3f3f3;
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup {
		padding: 90px 0 140px;
	}
}
.p-cp__pickup__arrow {
	position: absolute;
	top: 0;
	z-index: 10;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__arrow {
		width: 6.59722%;
		height: 100%;
		cursor: pointer;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-cp__pickup__arrow:hover {
		opacity: 0.5;
	}
}
.p-cp__pickup__arrow span {
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__arrow span {
		width: 16px;
		height: 16px;
		top: 60%;
	}
}
.p-cp__pickup__arrow--right {
	right: 0;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__arrow--right span {
		-webkit-transform: translate(50%, -50%) rotate(45deg);
		-ms-transform: translate(50%, -50%) rotate(45deg);
		transform: translate(50%, -50%) rotate(45deg);
		border-top: 1px solid #469de2;
		border-right: 1px solid #469de2;
		left: 30px;
	}
}
.p-cp__pickup__arrow--left {
	left: 0;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__arrow--left span {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		-ms-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
		border-top: 1px solid #469de2;
		border-left: 1px solid #469de2;
		right: 30px;
	}
}
.p-cp__pickup__arrow.slick-disabled {
	opacity: 0 !important;
	cursor: default;
}
.p-cp__pickup__container {
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__container {
		width: 100%;
		max-width: 1170px;
	}
}
.p-cp__pickup__container__inner {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__container__inner {
		width: 860px;
		margin-top: 55px;
	}
}
.p-cp__pickup__container__inner .slick-dots {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	bottom: 4.5%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	padding: 0;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__container__inner .slick-dots {
		bottom: -50px;
	}
}
.p-cp__pickup__container__inner .slick-dots li {
	position: relative;
	background-color: #469de2;
	border-radius: 50%;
	opacity: 0.5;
	list-style: none;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__container__inner .slick-dots li {
		width: 6px;
		height: 6px;
		cursor: pointer;
	}
}
.p-cp__pickup__container__inner .slick-dots li button {
	display: none;
}
.p-cp__pickup__container__inner .slick-dots li.slick-active {
	opacity: 1;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__container__inner .slick-dots li.slick-active {
		width: 10px;
		height: 10px;
	}
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__container__inner .slick-dots li+li {
		margin-left: 24px;
	}
}
.p-cp__pickup__container__group {
	margin: 0 auto;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__container__group {
		width: 860px;
	}
}
.p-cp__pickup__container__group.slick-center {
	opacity: 1;
}
.p-cp__pickup__container__item img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__container__item {
		width: 260px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-cp__pickup__container__item:hover {
		opacity: 0.5;
	}
}
.p-cp__pickup__container__item__info {
	color: #3b4043;
	line-height: 1.714285714;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__container__item__info {
		margin-top: 20px;
		font-size: 12px;
	}
}
.p-cp__pickup__ttl {
	margin: 0 auto;
	text-align: center;
}
.p-cp__pickup__subttl {
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-cp__pickup__subttl {
		font-size: 14px;
		margin-top: 20px;
	}
}
.p-cp__brand-nav {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-cp__brand-nav {
		padding: 90px 0 70px;
		max-width: 1170px;
	}
}
@media screen and (min-width: 760px), print {
	.p-cp__brand-nav__contents {
		margin-top: 20px;
	}
}
.p-cp__brand-nav__list {
	font-size: 0;
}
.p-cp__brand-nav__list__item {
	box-sizing: border-box;
	border-right: 1px solid #e0e0e0;
	text-align: center;
	display: inline-block;
}
@media screen and (min-width: 760px), print {
	.p-cp__brand-nav__list__item {
		width: 25%;
		font-size: 14px;
		line-height: 1.28571;
		letter-spacing: .09em;
		margin-top: 30px;
	}
	.p-cp__brand-nav__list__item:nth-child(4n+1) {
		border-left: 1px solid #e0e0e0;
	}
}
.p-cp__brand-nav__list__item a {
	width: 100%;
	color: #000000;
	display: inline-block;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-cp__brand-nav__list__item a {
		height: 60px;
		padding-bottom: 7px;
		box-sizing: border-box;
	}
}
.p-cp__brand-nav__list__item a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-right: 1px solid #3b4043;
	border-bottom: 1px solid #3b4043;
}
.p-cp__brand-nav__list__item a span {
	position: absolute;
	width: 100%;
	display: inline-block;
	top: 45%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.p-cp__brand-nav__more {
	border: 1px solid #cccccc;
	text-align: center;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-cp__brand-nav__more {
		width: 180px;
		margin: 50px auto 24px;
		font-size: 12px;
		padding: 7px 0;
	}
}
.p-cp__brand-nav__more .p-arrow:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	background-color: #3b4043;
}
.p-cp__brand-nav__more .p-arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	background-color: #3b4043;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.p-cp__brand-nav__more .p-arrow:before, .p-cp__brand-nav__more .p-arrow:after {
	right: 0;
	width: 13px;
	height: 1px;
}
@media screen and (min-width: 760px), print {
	.p-cp__brand-nav__more .p-arrow:before, .p-cp__brand-nav__more .p-arrow:after {
		left: 150px;
	}
}
.p-cp__brand-nav__more .p-arrow:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.p-cp__brand-nav__more.js-accordion-open .p-arrow:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.p-cp__brands__border {
	margin: 0 auto;
	border-top: 1px solid #e1e1e1;
}
@media screen and (min-width: 760px), print {
	.p-cp__brands__border {
		width: 1170px;
	}
}
@media screen and (min-width: 760px), print {
	.p-cp__brands__brand {
		width: 870px;
		margin: 105px auto 85px;
	}
}
.p-cp__brand__title {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	vertical-align: middle;
}
@media screen and (min-width: 760px), print {
	.p-cp__brand__title {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		padding-bottom: 5px;
	}
}
.p-cp__brand__logo {
	display: inline-block;
	font-size: 0;
}
@media screen and (min-width: 760px), print {
	.p-cp__brand__logo {
		width: 180px;
	}
}
.p-cp__brand__logo img {
	width: 100%;
}
.p-cp__brand__campaigns {
	font-size: 0;
}
.p-cp__campaign {
	display: inline-block;
	vertical-align: top;
}
@media screen and (min-width: 760px), print {
	.p-cp__campaign {
		width: 29.88506%;
		margin-top: 50px;
	}
	.p-cp__campaign:not(:nth-child(3n+1)) {
		margin-left: 5.17241%;
	}
}
.p-cp__campaign a {
	display: block;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-cp__campaign:not(:nth-child(3n+1)) {
		margin-left: 5.17241%;
	}
}
.p-cp__campaign__image {
	font-size: 0;
}
.p-cp__campaign__image img {
	width: 100%;
}
.p-cp__campaign__date {
	word-wrap: break-word;
}
@media screen and (min-width: 760px), print {
	.p-cp__campaign__date {
		font-size: 12px;
		line-height: 2;
		letter-spacing: .09em;
		margin-top: 5px;
	}
}
@media screen and (min-width: 760px), print {
	.p-cp__campaign__title {
		font-size: 14px;
		line-height: 1.71429;
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 760px), print {
	.p-cp__hover-action {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-cp__hover-action:hover {
		opacity: 0.5;
	}
}
.p-category-breadcrunb {
	background: #f3f3f3;
}
.p-category-content {
	position: relative;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-category-content {
		padding: 50px 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-category-content__inner {
		max-width: 1170px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 760px), print {
	.p-category-content__heading--primaly {
		font-size: 24px;
		letter-spacing: 0.09em;
		line-height: 1.178571;
	}
}
@media screen and (min-width: 760px), print {
	.p-category-content__heading--secondaly {
		font-size: 24px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
.p-category-content__search {
	border-bottom: 1px solid #b1b3b4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-category-content__search {
		margin-top: 40px;
		padding-bottom: 10px;
		width: 390px;
	}
}
.p-category-content__search input.search-icon {
	border: none;
	color: #3b4043;
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-category-content__search input.search-icon {
		font-size: 14px;
		letter-spacing: 0.1;
		padding-right: 30px;
	}
}
.p-category-content__search__icon {
	background-color: transparent;
	position: absolute;
	bottom: 3px;
}
@media screen and (min-width: 760px), print {
	.p-category-content__search__icon {
		width: 26px;
		right: 0;
		cursor: pointer;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-category-content__search__icon:hover {
		opacity: 0.5;
	}
}
.p-category-content__search__icon img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-category-content__categories {
		margin-top: 120px;
	}
}
@media screen and (min-width: 760px), print {
	.p-category-content__categories__category+.p-category-content__categories__category {
		margin-top: 90px;
	}
}
@media screen and (min-width: 760px), print {
	.p-category-content__categories__heading {
		font-size: 24px;
		letter-spacing: 0.03em;
		line-height: 1.5;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (min-width: 760px), print {
	.p-category-content__categories__heading__icon {
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}
}
@media screen and (min-width: 760px), print {
	.p-category-content__categories__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-top: 20px;
		font-size: 14px;
		letter-spacing: 0.09;
		line-height: 1.714285;
	}
}
@media screen and (min-width: 760px), print {
	.p-category-content__categories__list li {
		width: 240px;
		margin: 15px 0;
	}
}
.p-category-content__categories__textlink {
	color: #3b4043;
	text-decoration: none;
	display: inline-block;
}
@media screen and (min-width: 760px), print {
	.p-category-content__hover-action {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-category-content__hover-action:hover {
		opacity: 0.5;
	}
}
.p-beauty__kv {
	text-align: center;
	background-size: cover;
	color: #fff;
	text-shadow: 0 7px 29px rgba(3, 41, 59, 0.2);
}
@media screen and (min-width: 760px), print {
	.p-beauty__kv {
		background-image: url("/freepage/maison-kose/common/img/beautytopics/kv_bg_default_pc.jpg");
		height: 330px;
		padding-top: 80px;
		max-width: 1170px;
		margin: 60px auto 0;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__kv--photo {
		background-image: url("/freepage/maison-kose/common/img/beautytopics/kv_bg_photo_pc.jpg");
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__kv--photo2 {
		background-image: url("/freepage/maison-kose/common/img/beautytopics/kv_bg_photo_pc2.jpg");
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__kv--panel {
		background-image: url("/freepage/maison-kose/common/img/beautytopics/kv_bg_panel_pc.jpg");
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__kv--panel2 {
		background-image: url("/freepage/maison-kose/common/img/beautytopics/kv_bg_panel_pc2.jpg");
	}
}
.p-beauty__kv__title {
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 300;
	line-height: 1;
	color: #fff;
}
@media screen and (min-width: 760px), print {
	.p-beauty__kv__title {
		font-size: 45px;
		line-height: 1.33333;
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__kv__subtitle {
		font-size: 18px;
		line-height: 1.33333;
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__kv__text {
		color: #fff;
		font-size: 15px;
		line-height: 2;
		letter-spacing: .03em;
		margin-top: 30px;
	}
}
.p-beauty__heading {
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-beauty__heading {
		margin-bottom: 30px;
	}
}
.p-beauty__heading__title {
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 300;
	line-height: 1;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-beauty__heading__title {
		font-size: 28px;
		letter-spacing: .18em;
	}
}
.p-beauty__heading__subtitle {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-beauty__heading__subtitle {
		font-size: 14px;
		line-height: 3;
		letter-spacing: .09em;
	}
}
.p-beauty__new {
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-beauty__new {
		padding-top: 50px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__new__navi {
		display: block;
		margin: 0 auto;
		text-align: center;
		box-sizing: border-box;
		font-size: 0;
	}
}
.p-beauty__new__navi li {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-beauty__new__navi li {
		width: 154px;
		max-width: 16.666666%;
		font-size: 12px;
		line-height: 30px;
		letter-spacing: .09em;
		border-top: 1px solid #3b4043;
		border-right: 1px solid #3b4043;
		border-bottom: 1px solid #3b4043;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.p-beauty__new__navi li:hover {
		background-color: #3b4043;
		color: #fff;
	}
}
.p-beauty__new__navi li.is-active {
	background-color: #3b4043;
	color: #fff;
}
.p-beauty__new__navi li a:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 50%;
	right: 12px;
	border-top: 1px solid #3b4043;
	border-right: 1px solid #3b4043;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 760px), print {
	.p-beauty__new__navi li.is-active a:after, .p-beauty__new__navi li a:hover:after {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__new__navi li:first-child {
		border-left: 1px solid #3b4043;
	}
}
.p-beauty__new__navi li a {
	color: #3b4043;
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 760px), print {
	.p-beauty__new__navi li a:hover {
		color: #fff;
	}
}
.p-beauty__new__list {
	display: inline-block;
	font-size: 0;
}
@media screen and (min-width: 760px), print {
	.p-beauty__new__list {
		width: 1000px;
		max-width: 100%;
		margin: auto -15px;
	}
}
.p-beauty__new__list li {
	display: inline-block;
	vertical-align: top;
}
@media screen and (min-width: 760px), print {
	.p-beauty__new__list li {
		width: 210px;
		margin: 40px 15px 10px;
	}
}
.p-beauty__new__image {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.p-beauty__new__image:after {
	content: '';
	position: absolute;
	width: 107.6%;
	height: 107.6%;
	top: -3.8%;
	left: -3.8%;
	z-index: 1;
	display: inline-block;
	background-image: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png");
	background-size: 100% 100%;
}
.p-beauty__new__image img {
	width: 100%;
}
.p-beauty__new__texts {
	text-align: left;
	color: #3b4043;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 760px), print {
	.p-beauty__new__texts {
		padding: 0 12px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__new__date {
		margin-top: 5px;
		font-size: 12px;
		line-height: 2.24;
		letter-spacing: .03em;
	}
}
.p-beauty__new__title {
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.p-beauty__new__title {
		margin-top: 5px;
		font-size: 15px;
		line-height: 1.8;
		letter-spacing: .03em;
	}
}
.p-beauty__new__title a {
	display: inline-block;
	color: inherit;
}
@media screen and (min-width: 760px), print {
	.p-beauty__new__author {
		font-size: 14px;
		line-height: 1.71429;
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__new__tags {
		font-size: 12px;
		line-height: 2;
		letter-spacing: .03em;
		margin-top: 5px;
	}
}
.p-beauty__new__tag+.p-beauty__new__tag {
	margin-left: 1em;
}
.p-beauty__new__tag strong {
	font-weight: normal;
	color: #48add3;
}
@media screen and (min-width: 760px), print {
	.p-beauty__category {
		display: none;
	}
}
.p-beauty__keyword {
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-beauty__keyword {
		padding: 80px 0 80px;
	}
}
.p-beauty__keyword__list {
	display: inline-block;
	width: 1000px;
	max-width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-beauty__keyword__list {
		margin-top: -10px;
	}
}
.p-beauty__keyword__list li {
	display: inline-block;
}
.p-beauty__keyword__list li a {
	display: block;
	height: 100%;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-beauty__keyword__list li a {
		border: 1px solid #b1b3b4;
		padding: 0 30px;
		font-size: 14px;
		line-height: 46px;
		letter-spacing: .03em;
		border-radius: 25px;
		margin: 8px 10px;
	}
}
.p-beauty__keyword__list strong {
	font-weight: normal;
	color: #48add3;
}
.p-beauty__pickup {
	background-color: #f3f3f3;
}
@media screen and (min-width: 760px), print {
	.p-beauty__pickup {
		padding: 90px 0 80px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__pickup__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row wrap;
		-ms-flex-direction: row wrap;
		flex-direction: row wrap;
		margin: 0 auto;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__pickup__list li {
		width: 262px;
		margin: 0 22px;
	}
}
.p-beauty__pickup__texts {
	text-align: left;
	color: #3b4043;
}
.p-beauty__pickup__image {
	width: 100%;
}
.p-beauty__pickup__title {
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.p-beauty__pickup__title {
		font-size: 14px;
		line-height: 1.71429;
		letter-spacing: .03em;
		margin: 6px auto 7px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__pickup__description {
		font-size: 14px;
		line-height: 1.71429;
		letter-spacing: .03em;
	}
}
.p-beauty__pickup__description a {
	display: inline-block;
	color: inherit;
}
.p-beauty__feature--bg-gray {
	background-color: #f3f3f3;
}
@media screen and (min-width: 760px), print {
	.p-beauty__feature {
		padding: 90px 0 80px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__feature__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row wrap;
		-ms-flex-direction: row wrap;
		flex-direction: row wrap;
		margin: 0 auto;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty__feature__list li {
		width: 300px;
		margin: 0 30px;
	}
}
.p-beauty__feature__image-area {
	width: 100%;
	background-image: url("/freepage/maison-kose/common/img/beautytopics/feature_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}
.p-beauty__feature__image-area--bg-white {
	background-image: url("/freepage/maison-kose/common/img/beautytopics/feature_bg_white.png");
}
.p-beauty__feature__image {
	width: 100%;
}
.p-beauty__feature__texts {
	text-align: left;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-beauty__feature__texts {
		padding: 0 12px;
	}
}
.p-beauty__feature__title {
	text-align: left;
	color: #3b4043;
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.p-beauty__feature__title {
		margin-top: 5px;
		font-size: 14px;
		line-height: 1.71429;
		letter-spacing: .03em;
	}
}
.p-beauty__feature__description {
	text-align: left;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-beauty__feature__description {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.71429;
		letter-spacing: .03em;
	}
}
.p-beauty__feature__description a {
	display: inline-block;
	color: inherit;
}
.p-beauty__hover-action {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
@media screen and (min-width: 760px), print {
	.p-beauty__hover-action:hover {
		opacity: 0.5;
	}
}
.p-beauty-list__maico {
	text-align: center;
	width: 100%;
	display: block;
	background-image: url("/freepage/maison-kose/common/img/beautytopics/list/logo_bg.png");
	background-size: cover;
	font-size: 0;
}
.p-beauty-list__content {
	margin: auto;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__content {
		width: 1170px;
		border-bottom: 1px solid #cccccc;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__header {
		margin: 100px 0 55px;
	}
}
.p-beauty-list__header--title {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__header--title {
		margin: 0 0 5px;
		font-size: 28px;
		letter-spacing: 0.09em;
	}
}
.p-beauty-list__header--title span {
	font-size: 18px;
}
.p-beauty-list__header--text {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__header--text {
		font-size: 12px;
		line-height: 1.8;
		width: 860px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__header--tag {
		margin: 8px 0 12px -12px;
		font-size: 12px;
	}
}
.p-beauty-list__header--tag .innertag {
	color: #48add3;
}
.p-beauty-list__header--tag__link {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__header--tag__link {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		margin-left: 12px;
	}
	.p-beauty-list__header--tag__link:hover {
		opacity: 0.5;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__search {
		display: none;
	}
}
.p-beauty-list__search__wrap {
	border-bottom: 1px solid #b1b3b4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__search__wrap {
		margin-top: 40px;
		padding-bottom: 10px;
		width: 900px;
	}
}
.p-beauty-list__search__wrap input.search-icon {
	border: none;
	color: #b1b3b4;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__search__wrap input.search-icon {
		font-size: 14px;
		letter-spacing: .1em;
		width: 100%;
		margin-left: 20px;
	}
}
.p-beauty-list__search__icon {
	margin-bottom: -3px;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__search__icon {
		width: 15px;
	}
}
.p-beauty-list__search__icon img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__sortBtn {
		display: inline-block;
		position: absolute;
		top: 0;
		z-index: 55;
	}
}
.p-beauty-list__sortModal {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__sortModal {
		display: none;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__categories {
		display: none;
	}
}
.p-beauty-list__main {
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__main {
		padding: 95px 0 60px;
	}
}
.p-beauty-list__main:after {
	content: "";
	display: block;
	clear: both;
}
.p-beauty-list__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__wrap {
		padding-bottom: 30px;
	}
}
.p-beauty-list__topics {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__topics {
		margin-top: -60px;
		margin-left: -24px;
	}
}
.p-beauty-list__topics li {
	width: 22.29885%;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__topics li {
		margin-top: 60px;
		margin-left: 24px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__topics li+.p-beauty-list__topics li {
		margin-left: 2.34%;
	}
}
.p-beauty-list__topics__thumb {
	position: relative;
}
.p-beauty-list__topics__image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 0;
}
.p-beauty-list__topics__image:after {
	content: '';
	position: absolute;
	width: 107.6%;
	height: 107.6%;
	top: -3.8%;
	left: -3.8%;
	z-index: 1;
	display: inline-block;
	background-image: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png");
	background-size: 100% 100%;
}
.p-beauty-list__topics__image img {
	width: 100%;
}
.p-beauty-list__topics__texts {
	text-align: left;
	color: #3b4043;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__topics__texts {
		padding: 0 12px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__topics__date {
		font-size: 12px;
		line-height: 2.24;
		letter-spacing: .03em;
	}
}
.p-beauty-list__topics__title {
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__topics__title {
		margin-top: 5px;
		font-size: 15px;
		line-height: 1.73333;
		letter-spacing: .03em;
	}
}
.p-beauty-list__topics__title a {
	color: inherit;
	display: inline-block;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__topics__author {
		font-size: 14px;
		line-height: 1.71429;
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__topics__tags {
		font-size: 12px;
		line-height: 2;
		letter-spacing: .03em;
		margin-top: 5px;
	}
}
.p-beauty-list__topics__tag+.p-beauty-list__topics__tag {
	margin-left: 1em;
}
.p-beauty-list__topics__tag strong {
	font-weight: normal;
}
.p-beauty-list__left__wrap {
	width: 195px;
	float: left;
	position: relative;
	background-color: #fff;
}
.p-beauty-list__left__wrap__listtitle {
	color: #3b4043;
	position: relative;
	padding-left: 1em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 20px;
}
.p-beauty-list__left__wrap__listtitle:after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #469de2;
}
.p-beauty-list__left__wrap ul li.list-category__item {
	border-top: 1px solid #e0e1e1;
	position: relative;
}
.p-beauty-list__left__wrap ul li.list-category__item:last-child {
	border-bottom: 1px solid #e0e1e1;
}
.p-beauty-list__left__wrap ul li.list-category__item:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3a3a3a;
	border-right: 1px solid #3a3a3a;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.p-beauty-list__left__wrap ul li.list-category__item>a {
	display: block;
	padding: 13px 0 12px 23px;
	color: #3b4043;
	font-size: 14px;
}
.p-beauty-list__left__wrap ul li.list-category__item>a:hover, .p-beauty-list__left__wrap ul li.list-category__item>a.is-current {
	background: #e4f3f8;
}
.p-beauty-list__left__search {
	border-bottom: 1px solid #b1b3b4;
	padding-bottom: 11px;
	margin-top: 45px;
	font-size: 0;
	margin-bottom: 10px;
	position: relative;
}
.p-beauty-list__left__search__icon {
	position: absolute;
	bottom: 12px;
	right: 6px;
}
.p-beauty-list__left__search__icon img {
	width: 17px;
}
.p-beauty-list__left__search input.search-icon {
	font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
	border: none;
	color: #3b4043;
	font-size: 14px;
	text-align: left;
	width: 170px;
	letter-spacing: 0.1em;
}
.p-beauty-list__left__search input.search-icon::-webkit-input-placeholder {
	color: #b1b3b4;
}
.p-beauty-list__left__search input.search-icon::placeholder {
	color: #b1b3b4;
}
.p-beauty-list__recommend-topics .c-product-slider__products .slick-dots {
	margin-top: 40px;
}
.p-beauty-list__recommend-topics__image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 0;
}
.p-beauty-list__recommend-topics__image:after {
	content: '';
	position: absolute;
	width: 104%;
	height: 104%;
	top: -2%;
	left: -2%;
	z-index: 1;
	display: inline-block;
	background-image: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png");
	background-size: 100% 100%;
}
.p-beauty-list__recommend-topics__image img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-top-contents.p-beauty-list__pc-bg-white {
		background-color: transparent;
	}
}
.p-beauty-list__hover-action {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
@media screen and (min-width: 760px), print {
	.p-beauty-list__hover-action:hover {
		opacity: 0.5;
	}
}
.p-beauty-detail {
	position: relative;
}
.p-beauty-detail__wrap {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 1170px;
		margin: 90px auto 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__main {
		width: 870px;
	}
}
.p-beauty-detail__head {
	width: 100%;
	box-sizing: border-box;
	background-size: cover;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__head {
		padding-bottom: 60px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__head__date {
		font-size: 12px;
		line-height: 2.25;
		letter-spacing: .03em;
	}
}
.p-beauty-detail__head__title {
	color: #48add3;
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__head__title {
		margin-top: 20px;
		font-size: 30px;
		line-height: 1.4;
		letter-spacing: 0.09em;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__head__category {
		font-size: 16px;
		line-height: 2;
		letter-spacing: .03em;
		text-shadow: 0 7px 29px rgba(3, 41, 59, 0.2);
	}
}
.p-beauty-detail__head__tags {
	margin-left: -1em;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__head__tags {
		margin-top: 5px;
		font-size: 12px;
		line-height: 2;
		letter-spacing: .03em;
		text-shadow: 0 7px 29px rgba(3, 41, 59, 0.2);
	}
}
.p-beauty-detail__head__tag {
	display: inline-block;
	margin-left: 1em;
}
.p-beauty-detail__head__share-pc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: 0;
	line-height: 1;
	margin-left: -10px;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__head__share-pc {
		margin-top: 20px;
	}
}
.p-beauty-detail__head__share-sp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: 0;
	line-height: 1;
	margin-left: -10px;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__head__share-sp {
		display: none;
	}
}
.p-beauty-detail__head__share-icon {
	margin-left: 10px;
	display: inline-block;
}
@media all and (-ms-high-contrast: none) {
	.p-beauty-detail__head__share-icon.p-beauty-detail__head__share-icon--pocket {
		display: none;
	}
}
.p-beauty-detail__body {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__body {
		box-sizing: border-box;
	}
}
.p-beauty-detail__kv {
	width: 100%;
	font-size: 0;
}
.p-beauty-detail__kv img {
	width: 100%;
}
.p-beauty-detail__contents {
	background-color: #f7f7f7;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents {
		padding: 60px;
	}
}
.p-beauty-detail__contents__inner {
	background-color: #fff;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__inner {
		padding: 60px;
	}
}
.p-beauty-detail__contents__section {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__section:not(:first-child) {
		margin-top: 40px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__section.p-beauty-detail__contents__section--pc-small-margin {
		margin-top: 30px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__section.p-beauty-detail__contents__section--heading-margin {
		margin-top: 80px;
	}
}
.p-beauty-detail__contents__grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col2 .p-beauty-detail__contents__grid__item {
		width: 47.61905%;
	}
	.p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col2 .p-beauty-detail__contents__grid__item:nth-child(2n) {
		margin-left: 4.7619%;
	}
	.p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col2 .p-beauty-detail__contents__grid__item:nth-child(n+3) {
		margin-top: 4.7619%;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col3 .p-beauty-detail__contents__grid__item {
		width: 30.15873%;
	}
	.p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col3 .p-beauty-detail__contents__grid__item:not(:nth-child(3n+1)) {
		margin-left: 4.7619%;
	}
	.p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col3 .p-beauty-detail__contents__grid__item:nth-child(n+4) {
		margin-top: 6.34921%;
	}
}
.p-beauty-detail__contents__colored-area {
	background-color: #e9f7fc;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__colored-area {
		padding: 40px 45px;
		margin-top: 40px;
	}
}
.p-beauty-detail__contents__tree-of-contents {
	background-color: #ffffff;
	box-sizing: border-box;
	border-bottom: 1px solid #469de2;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__tree-of-contents {
		padding-bottom: 35px;
	}
}
.p-beauty-detail__contents__tree-of-contents-title {
	font-weight: bold;
	position: relative;
	text-align: center;
	z-index: 0;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__tree-of-contents-title {
		font-size: 18px;
		line-height: 2.66667;
		letter-spacing: .03em;
	}
}
.p-beauty-detail__contents__tree-of-contents-title:before {
	content: '';
	color: #3b4043;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__tree-of-contents-title:before {
		width: 60px;
		height: 30px;
	}
}
.p-beauty-detail__contents__tree-of-contents-title:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -2;
	border-bottom: 1px solid #469de2;
}
.p-beauty-detail__contents__tree-of-contents-list {
	font-weight: bold;
	color: #469de2;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__tree-of-contents-list {
		margin-top: 20px;
		font-size: 15px;
		line-height: 2;
		letter-spacing: .09em;
		padding: 0 50px;
	}
}
.p-beauty-detail__contents__tree-of-contents-list li {
	margin-left: 2em;
	text-indent: -2em;
}
.p-beauty-detail__contents__tree-of-contents-list li a {
	color: #469de2;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__tree-of-contents-list li+li {
		margin-top: 15px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__text {
		font-size: 15px;
		line-height: 2;
		letter-spacing: .03em;
	}
}
.p-beauty-detail__contents__text+.p-beauty-detail__contents__text {
	margin-top: 2em;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__textlink {
		font-size: 15px;
		line-height: 3.2;
		letter-spacing: .03em;
	}
}
.p-beauty-detail__contents__textlink a {
	color: #469de2;
}
.p-beauty-detail__contents__textlink--blank a:after {
	content: '';
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background-image: url("/freepage/maison-kose/common/img/beautytopics/list/common/icon_link_blank.png");
	background-size: contain;
}
.p-beauty-detail__contents__heading {
	font-weight: bold;
	word-break: break-all;
}
.p-beauty-detail__contents__heading--secondaly {
	color: #48add3;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__heading--secondaly {
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: .09em;
	}
}
.p-beauty-detail__contents__heading--thirdaly {
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__heading--thirdaly {
		font-size: 18px;
		line-height: 1.66667;
		letter-spacing: .09em;
		padding-bottom: 25px;
	}
}
.p-beauty-detail__contents__heading--thirdaly:before {
	content: '';
	position: absolute;
	background-color: #48add3;
	left: 0;
	bottom: 0;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__heading--thirdaly:before {
		width: 54px;
		height: 6px;
	}
}
.p-beauty-detail__contents__heading--quaternary {
	position: relative;
	display: inline-block;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__heading--quaternary {
		font-size: 15px;
		line-height: 1.53333;
		letter-spacing: .09em;
	}
}
.p-beauty-detail__contents__heading--quaternary:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	bottom: -12px;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__heading--quaternary:after {
		background-image: url("/freepage/maison-kose/common/img/beautytopics/list/common/bg_stripe.png");
		background-repeat: repeat-x;
	}
}
.p-beauty-detail__contents__image {
	font-size: 0;
	width: 100%;
}
.p-beauty-detail__contents__image img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__caption {
		margin-top: 13px;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: .03em;
	}
}
.p-beauty-detail__contents__caption a {
	color: #469de2;
	font-weight: normal;
}
.p-beauty-detail__contents__product-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #e9f7fc;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__product-card {
		padding: 30px;
	}
}
.p-beauty-detail__contents__product-card__image {
	font-size: 0;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__product-card__image {
		width: 40.35088%;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__product-card__texts {
		width: 54.38596%;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__product-card__lead {
		font-size: 14px;
		line-height: 2.5;
		letter-spacing: .03em;
	}
}
.p-beauty-detail__contents__product-card__lead.p-beauty-detail__contents__product-card__lead--red {
	color: #E62F2F;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__product-card__brand {
		font-size: 18px;
		line-height: 1.66667;
		letter-spacing: .03em;
	}
}
.p-beauty-detail__contents__product-card__name {
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__product-card__name {
		font-size: 18px;
		line-height: 1.66667;
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__product-card__description {
		font-size: 14px;
		line-height: 2;
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__product-card__link {
		margin-top: 10px;
		font-size: 14px;
		line-height: 2.71429;
		letter-spacing: .03em;
	}
}
.p-beauty-detail__contents__product-card__link a {
	font-weight: normal;
	color: #469de2;
}
.p-beauty-detail__contents__border {
	border-top: 1px solid #cccccc;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__border {
		margin: 90px auto;
	}
}
.p-beauty-detail__contents__dot-spacer {
	position: relative;
	height: 1px;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__dot-spacer {
		margin: 60px 0;
	}
}
.p-beauty-detail__contents__dot-spacer span {
	display: block;
	position: absolute;
	background: #a3d6e9;
	top: 0;
	left: 50%;
	border-radius: 30%;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__dot-spacer span {
		width: 10px;
		height: 10px;
	}
}
.p-beauty-detail__contents__dot-spacer span:nth-child(1) {
	-webkit-transform: translateX(-300%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-300%) translateY(-50%) rotate(45deg);
	transform: translateX(-300%) translateY(-50%) rotate(45deg);
}
.p-beauty-detail__contents__dot-spacer span:nth-child(2) {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.p-beauty-detail__contents__dot-spacer span:nth-child(3) {
	-webkit-transform: translateX(200%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(200%) translateY(-50%) rotate(45deg);
	transform: translateX(200%) translateY(-50%) rotate(45deg);
}
.p-beauty-detail__contents__button {
	border: 1px solid #b1b3b4;
	width: 100%;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__button {
		height: 60px;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .03em;
		padding: 0 30px;
	}
}
.p-beauty-detail__contents__button:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #3b4043;
	border-right: 1px solid #3b4043;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__button:after {
		right: 23px;
	}
}
.p-beauty-detail__contents__link-card {
	width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__link-card {
		border: 1px solid #b1b3b4;
	}
}
.p-beauty-detail__contents__link-card a {
	display: block;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__link-card__text {
		padding: 15px 15px 20px;
	}
}
.p-beauty-detail__contents__link-card__title {
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__link-card__title {
		font-size: 14px;
		line-height: 1.71429;
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__link-card__description {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: .03em;
	}
}
.p-beauty-detail__contents__map iframe {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__map iframe {
		height: 354px;
	}
}
.p-beauty-detail__contents__movie iframe {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__movie iframe {
		height: 354px;
	}
}
.p-beauty-detail__contents__favorite {
	color: #469de2;
	text-align: center;
	display: block;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__favorite {
		width: 260px;
		margin: 80px auto 0;
		font-size: 14px;
		line-height: 2.71429;
		letter-spacing: .09em;
	}
}
.p-beauty-detail__contents__favorite img {
	vertical-align: middle;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__favorite img {
		width: 54px;
		margin-right: 15px;
	}
}
.p-beauty-detail__contents__favorite div {
	display: inline-block;
	vertical-align: middle;
}
.p-beauty-detail__contents__favorite span {
	vertical-align: middle;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__share {
		margin-top: 50px;
	}
}
.p-beauty-detail__contents__share-text {
	font-size: 12px;
	margin-right: 20px;
}
.p-beauty-detail__contents__share-icons-pc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
}
.p-beauty-detail__contents__share-icons-sp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
	margin-top: 2.66667vw;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__contents__share-icons-sp {
		display: none;
	}
}
.p-beauty-detail__contents__share-icon {
	margin-left: 10px;
	display: inline-block;
}
@media all and (-ms-high-contrast: none) {
	.p-beauty-detail__contents__share-icon.p-beauty-detail__contents__share-icon--pocket {
		display: none;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__heading {
		width: 1170px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__heading--secondaly {
		margin-bottom: 45px;
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: .09em;
	}
}
.p-beauty-detail__border {
	border-top: 1px solid #cccccc;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__border {
		width: 1170px;
		margin: 90px auto 0;
	}
}
.p-beauty-detail__border--no-margin {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__relation-topics {
		margin-top: 90px;
	}
}
.p-beauty-detail__relation-topics__list {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__relation-topics__list {
		width: 1170px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__relation-topics__list li:nth-child(n+3) {
		margin-top: 45px;
	}
}
.p-beauty-detail__relation-topics__list li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__relation-topics__list li a {
		width: 570px;
	}
}
.p-beauty-detail__relation-topics__image {
	font-size: 0;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__relation-topics__image {
		width: 170px;
	}
}
.p-beauty-detail__relation-topics__image img {
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__relation-topics__texts {
		width: 380px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__relation-topics__date {
		display: none;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__relation-topics__title {
		font-size: 14px;
		line-height: 1.71429;
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__relation-topics__category {
		display: none;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__relation-topics__tags {
		font-size: 12px;
		line-height: 2;
		letter-spacing: .03em;
	}
}
.p-beauty-detail__relation-topics__tag {
	color: #3b4043;
}
.p-beauty-detail__relation-topics__tag strong {
	font-weight: normal;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__common-area.l-common-area {
		padding-bottom: 90px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__recommend-area .c-recommend-area {
		margin-top: 90px;
	}
}
.p-beauty-detail__recomend-topics {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-beauty-detail__recomend-topics li {
	width: 22.29885%;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__recomend-topics li {
		margin-top: 60px;
	}
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__recomend-topics li+.p-beauty-detail__recomend-topics li {
		margin-left: 2.34%;
	}
}
.p-beauty-detail__decoration-marker {
	background: -webkit-linear-gradient(transparent 50%, #fcff00 0%);
	background: linear-gradient(transparent 50%, #fcff00 0%);
	padding-bottom: 0.2em;
}
.p-beauty-detail__hover-action {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
@media screen and (min-width: 760px), print {
	.p-beauty-detail__hover-action:hover {
		opacity: 0.5;
		cursor: pointer;
	}
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
.default_hide_ {
	display: none;
}
/* ----å…¥åŠ›ãƒ•ã‚©ãƒ¼ãƒ å…±é€š---- */

input, button, select, textarea {
	font-size: 14px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="number"], select, textarea {
	border: 1px solid #D9D9D9;
	padding: 0 12px;
	height: 42px;
	    width: 100%;
	font-size: 16px;
	border-radius: 4px;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	z-index: 1;
}
/*
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="number"], select, textarea, _:-ms-lang(x) {
  width: 100%;
}
*/
input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="url"]:hover, input[type="number"]:hover, select:hover, textarea:hover {
	border: 1px solid #2962ff;
}
input[type="text"]:active, input[type="tel"]:active, input[type="email"]:active, input[type="search"]:active, input[type="password"]:active, input[type="url"]:active, input[type="number"]:active, select:active, textarea:active {
	outline: none;
	border: 1px solid #2962ff;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
	outline: none;
	border: 1px solid #2962ff;
}
input[type="radio"] {
	width: 17px;
	height: 17px;
	/* vertical-align: top; */
	margin-right: 5px;
}
input[type="checkbox"] {
	min-width: 18px;
	min-height: 18px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 5px;
	outline: none;
    appearance: none;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
}
input[type="checkbox"]:checked {
    content: "";
    background: #2962FF url(/assets/img/common/ico_checkbox.png) center center no-repeat;
    background-size: 8px 8px;
  }
label.radio, label.checkbox, input[type="radio"], input[type="radio"]+label, input[type="checkbox"], input[type="checkbox"]+label, select {
	cursor: pointer;
}
input[type="text"][disabled] {
	background: #b1b3b4;
	cursor: not-allowed;
}
/* ----ãƒœã‚¿ãƒ³---- */

.btn {
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	padding: 3px 10px;
	font-size: 14px;
	font-weight: 500;
	/* letter-spacing: 0.03em; */
	border: none;
	box-sizing: border-box;
}
.btn:hover, .btn:focus {
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
}
.btn.disabled, .btn[disabled], .btn.disabled:hover, .btn[disabled]:hover, .btn.disabled:active, .btn[disabled]:active {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none !important;
}
.btn-default {
	color: #3b4043;
	background: #f2f2f2;
}
.btn-primary {
	/* color: #fff; */
	/* background-color: #E62F2F; */
	border: none;
}
.btn-secondary {
	color: #fff;
	border: solid 1px #333;
	background-color: #666;
}
.btn-danger {
	color: #fff;
	background-color: #3b4043;
}
.hidden-btn {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}
/* ----ç”»é¢ä¸Šéƒ¨ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸---- */

.alert {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	font-size: 14px;
	color: #E62F2F;
	background-color: rgba(230, 47, 37, 0.15);
	padding: 4px;
	display: inline-block;
}
.success {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}
/* ----å…¥åŠ›ãƒ•ã‚©ãƒ¼ãƒ ã‚¿ã‚¤ãƒˆãƒ«---- */

.legend {
	margin: 40px 0 20px;
	padding: 6px 10px 5px;
	font-size: 16px;
	font-weight: bold;
	background-color: #f2f2f2
}
/* ----ç¸¦åž‹å…¥åŠ›ãƒ•ã‚©ãƒ¼ãƒ ---- */

.fieldset-vertical {
	margin-top: 10px;
	margin-bottom: 10px;
}
.fieldset-vertical .form-group {
	margin: 5px 0 20px 0;
}
.fieldset-vertical .form-label, .fieldset-vertical .constraint {
	margin: 0 0 10px 0;
}
.fieldset-vertical .form-label {
	padding: 10px;
	font-size: 14px;
	text-align: left;
	background: #f3f3f3;
	vertical-align: middle;
}
.fieldset-vertical .form-label label {
	font-weight: bold;
}
.fieldset-vertical .form-control {
	clear: both;
}
/* ----æ¨ªåž‹å…¥åŠ›ãƒ•ã‚©ãƒ¼ãƒ ---- */
.block-member-info--sex .form-control select {
	max-width: 152px;
	width: 100%;
}
.block-member-info--pref .form-control select {
	max-width: 152px;
	width: 100%;
}
.fieldset {
	margin: 10px auto 20px;
	max-width: 900px;
	font-size: 14px;
}
.fieldset .form-group {
	display: flex;
	width: 100%;
	border-top: #d9d9d9 1px solid;
	border-right: #d9d9d9 1px solid;
	border-left: #d9d9d9 1px solid;
	box-sizing: border-box;
}
.fieldset .form-group:last-child {
	border-bottom: #d9d9d9 1px solid;
}
.fieldset .form-group+.action-buttons {
	border-top: #d9d9d9 1px solid;
	margin: 0;
	padding: 24px 0 0;
}
.fieldset .form-label, .fieldset .constraint, .fieldset .form-control {
	box-sizing: border-box;
}
.fieldset .form-label {
	display: flex;
	align-items: center;
	width: 230px;
	padding: 10px 16px;
	background: #f3f3f3;
	font-size: 13px;
	text-align: left;
}
.fieldset .form-control {
	width: calc(100% - 230px);
	padding: 15px;
	font-size: 14px;
}
/* ----å…¥åŠ›æ”¯æ´---- */

.form-error {
	display: block;
	/*color: #a94442;*/
    color: #E62F2F;
    background-color: rgba(230, 47, 37, 0.15);
    padding: 4px;	
}
.required {
	width: 28px;
	margin: 0 0 0 10px;
}
.required:after {
	display: inline-block;
	padding: 2px 4px;
	font-size: 10px;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 3px;
	color: #fff;
	background-color: #e62f2f;
	content: "必須";
}
.help-block {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: #727272;
}
.count-msg-another {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: #555;
}
.count-msg {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: #f66;
}
/* ----å…¥åŠ›ãƒ•ã‚©ãƒ¼ãƒ ãƒœã‚¿ãƒ³---- */

.action-buttons {
	width: 100%;
	text-align: center;
	display: block;
}
.action .btn {
	height: 45px;
	/* color: #fff; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0 auto;
	border: none;
	text-decoration: none;
	border-radius: 25px;
}
.action-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 60px 0 0;
}
.action-buttons .action {
	margin: 0 10px;
}
.action-buttons .action .btn-default {
	width: 200px;
	background-color: #727272;
	color: #fff;
	border-radius: 5px;
}
.action-buttons .action .btn-primary {
	width: 260px;
	/* color: #fff; */
	/* background-color: #fff; */
}
.action-buttons .action .btn-danger {
	width: 240px;
	color: #fff;
	background-color: #b1b3b4;
}
/* ----ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³ã€ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹---- */

.radio {
	margin-right: 10px;
}
.checkbox {
	margin-right: 10px;
}
/* ----EFO---- */

.efo-icon {
	border: none;
	vertical-align: middle;
}
input[type="text"].efo-error, input[type="tel"].efo-error, input[type="email"].efo-error, input[type="search"].efo-error, input[type="password"].efo-error, input[type="url"].efo-error, input[type="number"].efo-error, select.efo-error, textarea.efo-error {
	background-color: #f2dede;
}
/* ----ãƒ†ãƒ¼ãƒ–ãƒ«---- */

.table, .table td, .table th {
	background: #fff;
	border-collapse: collapse;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	letter-spacing: 0.03em;
}
.table td, .table th {
	padding: 10px 16px;
}
.table th {
	font-size: 13px;
	font-weight: normal;
	background-color: #f4f4f4;
}
/* ----ãƒ†ã‚­ã‚¹ãƒˆã‚«ãƒ©ãƒ¼----*/

.text-muted {
	color: #777;
}
.text-warning {
	color: #8a6d3b;
}
.text-danger {
	color: #a94442;
}
.default-price {
	text-decoration: line-through;
	font-weight: bold;
}
.net-price {
	color: #555;
}
.exchange-price {
	color: #555;
}
/* ----ãƒ—ãƒ­ãƒ¢ãƒ¼ã‚·ãƒ§ãƒ³ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸--- */

.promotion-criteria, .promotion-benefit {
	color: #f00;
	font-weight: bold;
}
/* ----å•†å“èª¬æ˜Žãƒªã‚¹ãƒˆ---- */

.goods-detail-description {
	display: table;
	width: 100%;
}
.goods-detail-description dt {
	display: table-cell;
	width: 100px;
	font-weight: bold;
}
.goods-detail-description dd {
	display: table-cell;
}
/* ----ãƒ‘ãƒãƒ«---- */

.panel {
	padding: 10px;
	overflow: hidden;
	border: solid 1px #b1b3b4;
	background: #fff;
}
/* ----ãƒãƒƒã‚¸---- */

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	background-color: #777;
}
.badge:empty {
	display: none;
}
/* ----ãƒšãƒ¼ã‚¸ãƒ£ãƒ¼---- */

.pager {
	margin-bottom: 5px;
	margin-top: 5px;
}
.pager>* {
	display: inline-block;
	vertical-align: top;
}
.pager-scope {
	display: inline-block;
	padding: 3px;
	margin-right: 5px;
}
.pager-total {
	display: inline-block;
	padding: 3px;
	margin-right: 5px;
}
.pagination {
	display: inline-block;
	vertical-align: middle;
}
.pagination a {
	color: #3b4043;
}
.pagination>* {
	list-style-type: none;
	float: left;
	margin-left: 4px;
	padding: 0 8px;
	background-color: #fff;
	border: 1px solid #b1b3b4;
	font-size: 13px;
}
.pagination>.disabled {
	color: #777;
}
.pager-current {
	border: 1px solid #E62F2F;
	color: #E62F2F;
}
/* ----ç”»åƒã‚»ãƒ³ã‚¿ãƒªãƒ³ã‚°é…ç½®---- */

.img-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.img-center img {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}
/* ----ãƒ„ãƒ¼ãƒ«ãƒãƒƒãƒ—---- */

.balloontip {
	min-width: 20px;
	padding: 10px;
	border-radius: 6px;
	opacity: 1;
	z-index: 32767;
	text-align: left;
	font-size: 12px;
	border: 1px solid #777777;
	box-shadow: #555555 4px 4px 4px;
	color: white;
	background: #333;
}
/* ----ãƒ‰ãƒ­ãƒƒãƒ—ãƒ€ã‚¦ãƒ³---- */

.dropdown {
	z-index: 11000;
}
.dropdown li {
	background: #444;
}
.dropdown li span {
	display: block;
	padding: 13px 15px;
	margin: 0;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	cursor: pointer;
}
.dropdown li span:hover {
	background: #616d0b;
}
/* ----ãƒ¢ãƒ¼ãƒ€ãƒ«ãƒ€ã‚¤ã‚¢ãƒ­ã‚°---- */

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 10000;
}
.modal-overlay-alert {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 10002;
}
.modal-alert {
	position: fixed !important;
	width: 400px;
	z-index: 10003;
}
.modal-dialog {
	position: fixed !important;
	width: 600px;
	z-index: 10001;
}
.modal-header {
	color: #fff;
	/* background: #333; */
	border-bottom: none;
	font-size: 21px;
	padding: 20px;
	position: relative;
}
.modal-content {
	background: #fff;
	border-radius: 20px;
}
.modal-body {
	padding: 20px;
}
.modal-body p {
	margin-bottom: 20px;
}
.modal-body li {
	border-bottom: 1px dotted #444;
}
.modal-body li a {
	padding: 12px;
	color: #4da7ba;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 560px;
	font-size: 16px;
}
.modal-body li a i {
	margin: 0 10px 0 auto;
	color: #444;
	font-size: 16px;
}
.modal-body li a:hover {
	text-decoration: none;
}
.modal-body li a:hover i {
	color: #4da7ba;
	text-decoration: none;
}
.modal-footer {
	padding: 0 10px 15px;
}
.modal-alert .modal-footer {
	text-align: center;
}
.modal-alert .modal-footer input {
	width: 40%;
}
.modal-title {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #212121;
	direction: ltr;
}
.modal-close {
	display: block;
	cursor: pointer;
	float: right;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #707070;
	position: absolute;
	top: 20px;
	right: 20px;
}
.modal-dialog .modal-footer {
	text-align: center;
}
.modal-dialog .modal-footer .btn {
	min-width: 150px;
	margin-right: 5px;
}
/* ----ãƒ›ãƒ¯ã‚¤ãƒˆã‚¹ãƒšãƒ¼ã‚¹åˆ¶å¾¡----*/

.white-space-pre-wrap {
	white-space: pre-wrap;
}
/* ----è¡¨ç¤ºãƒ»éžè¡¨ç¤º---- */

.hidden {
	display: none;
}
.show {
	display: block;
}
/* ----ã‚µã‚¤ã‚¯ãƒ«æƒ…å ±ç·¨é›†---- */

.block-regular-cycle--cycle-sub-type {
	margin-bottom: 10px;
	padding: 20px;
	background: #f3f3f3;
}
.block-regular-cycle--deliv_date {
	width: 100%;
	margin: 20px 0;
}
.block-regular-cycle--deliv_date--prev-expected-dt {
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
.block-regular-cycle--deliv_date--next-expected-dt {
	border: 1px dotted #ccc;
}
.block-regular-cycle--deliv_date--prev-expected-dt-title, .block-regular-cycle--deliv_date--next-expected-dt-title {
	padding: 8px;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	background-color: #f3f3f3;
	border-bottom: 1px dotted #ccc;
}
.block-regular-cycle--deliv_date--prev-expected-dt-date, .block-regular-cycle--deliv_date--next-expected-dt-date {
	padding: 8px;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}
/* ----ä¼šå“¡è¦ç´„ç”»é¢---- */

.block-member-terms--header {
	margin-top: 0;
}
.block-member-terms--body {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	height: 200px;
}
/* ----ä¼šå“¡ç™»éŒ²ç”»é¢---- */

.block-member-info--value-label {
	display: inline-block;
	width: 60px;
	text-align: center;
}
.block-member-info input[name="name"], .block-member-info input[name="name2"], .block-member-info input[name="kana"], .block-member-info input[name="kana2"], .block-member-info input[name="tel"], .block-member-info input[name="zip"] {
	max-width: 200px;
}
/* ----ã‚¢ãƒ‰ãƒ¬ã‚¹å¸³ã®æ–°è¦ç™»éŒ²ãƒ»å¤‰æ›´ç”»é¢---- */

.block-shipping-address--value-label {
	display: inline-block;
	width: 60px;
	text-align: center;
}
.block-shipping-address input[name="name"], .block-shipping-address input[name="name2"], .block-shipping-address input[name="kana"], .block-shipping-address input[name="kana2"] {
	max-width: calc(50% - 5px);
}
/* ----ãƒ­ã‚°ã‚¤ãƒ³ç”»é¢---- */

.block-login--member-message {
	margin: 0 0 20px;
	letter-spacing: 0.03em;
}
.block-login--input-items {
	margin: 20px auto;
}
.block-login--uid input, .block-login--pwd input {
	width: 350px;
	line-height: 1.4;
}
.block-login--uid .form-label, .block-login--pwd .form-label {
	width: 180px;
}
.block-login--login {
	width: 320px;
}
.block-login--ask-password {
	margin-top: 10px;
	text-align: center;
}
.block-login--ask-password a {
	font-size: 14px;
	color: #3b4043;
	text-decoration: underline;
}
.block-login--entry {
	width: 160px;
}
.block-login--first-time-body {
	overflow: hidden;
	background: #fff;
	letter-spacing: 0.03em;
}
.block-login--first-time hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
.block-login--member-body {
	display: table;
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin: 0 0 40px;
}
.block-login--member-frame {
	display: table-cell;
}
.block-login--amazon-body {
	display: table-cell;
	padding-left: 20px;
}
.block-login--amazon-login {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.block-login--guest {
	margin-top: 10px;
	font-size: 14px;
	width: 240px;
}
.block-login--member-info-value-label {
	display: inline-block;
	width: 60px;
	text-align: center;
}
/* ----ï¿½ï¿½ï¿½×ˆÄ“ï¿½ï¿½\ï¿½ï¿½ï¿½ï¿½ï¿½Ýï¿½ï¿½iï¿½ï¿½ï¿½---- */

.block-arrival-notice-list--form li {
	margin-bottom: 20px;
}
.block-arrival-notice-list--goods {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.block-arrival-notice-list--image {
	-webkit-flex-basis: 160px;
	-ms-flex-preferred-size: 160px;
	flex-basis: 160px;
}
.block-arrival-notice-list--description {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.block-arrival-notice-list--delete-item {
	-webkit-flex-basis: 80px;
	-ms-flex-preferred-size: 80px;
	flex-basis: 80px;
	text-align: center;
}
.block-arrival-notice-list--image figure {
	background: #f3f3f3;
	width: 142px;
	height: 142px;
}
.block-arrival-notice-list--goods-name a {
	color: #000;
	text-decoration: underline;
}
.block-arrival-notice-list--price-title, .block-arrival-notice-list--price {
	display: inline-block;
}
.block-arrival-notice-list--update-dt dt, .block-arrival-notice-list--update-dt dd {
	display: inline-block;
}
/* ----è³¼å…¥å±¥æ­´ä¸€è¦§ç”»é¢---- */

.block-purchase-history--table {
	margin: 5px 0 20px;
	width: 100%;
}
.block-purchase-history--table th {
	font-size: 14px;
	text-align: left;
}
.block-purchase-history--table td {
	padding: 20px;
	border: none;
}
.block-purchase-history--table a {
	color: #3b4043;
}
.block-purchase-history--order-id a {
	text-decoration: underline;
}
.block-purchase-history--order-detail-reorder {
	margin: 20px 0 0 0;
}
.block-purchase-history--order-detail-btn {
	margin: 30px 0 60px;
}
.block-purchase-history--order-detail-btn a {
	/* display: block !important; */
	/* height: 54px !important; */
	/* white-space: normal; */
	/* padding-top: 8px; */
}
.block-purchase-history--order-detail-btn a span {
	font-size: 12px;
}
.block-purchase-history--status a:hover {
	text-decoration: none;
}
/* ----è³¼å…¥å±¥æ­´è©³ç´°ç”»é¢---- */

.block-purchase-history-detail--order-info {
	margin: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.block-purchase-history-detail--order-info-left {
	width: 65%;
}
.block-purchase-history-detail--order-info-right {
	width: 35%;
	padding: 0 0 0 10px;
}
.block-purchase-history-detail--order-info-table {
	width: 100%;
}
.block-purchase-history-detail--order-info-table th {
	width: 200px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}
.block-purchase-history-detail--order-body {
	display: block;
	width: 100%;
	margin: 30px 0 50px;
}
.block-purchase-history-detail--order-body-left {
	width: 65%;
}
.block-purchase-history-detail--order-body-right {
	width: 35%;
	padding: 0 0 0 10px;
}
.block-purchase-history-detail--order-detail-items {
	width: 100%;
}
.block-purchase-history-detail--order-detail-items tbody {
	text-align: right;
}
.block-purchase-history-detail--order-detail-items tbody .block-purchase-history-detail--goods-code, .block-purchase-history-detail--order-detail-items tbody .block-purchase-history-detail--goods-name, .block-purchase-history-detail--order-detail-items tbody .block-purchase-history-detail--goods-subitems {
	text-align: left;
}
.block-purchase-history-detail--payment-info-items {
	width: 100%;
}
.block-purchase-history-detail--point-message {
	margin: 5px 0;
	color: #727272;
	font-size: 12px;
}
.block-purchase-history-detail--shipping-info {
	display: block;
	width: 100%;
	margin: 10px 0;
}
.block-purchase-history-detail--shipping-info-left {
	width: 65%;
}
.block-purchase-history-detail--shipping-info-right {
	width: 35%;
	padding: 0 0 0 10px;
}
.block-purchase-history-detail--sender-items {
	width: 100%;
}
.block-purchase-history-detail--shipping-info-items {
	width: 100%;
	/* margin: 30px 0 0 */
}
.block-purchase-history-detail--shipping-info-items th {
	width: 250px;
	text-align: left;
}
.block-purchase-history-detail--shiment-address {
	margin: 10px 0;
}
.block-purchase-history-detail--shipment-items {
	width: 100%;
}
.block-purchase-history-detail--shipment-items a {
	color: #3b4043;
}
.block-purchase-history-detail--csv-info-items {
	width: 100%;
	margin: 10px 0;
}
.block-purchase-history-detail--csv-info-items th {
	width: 250px;
}
.block-purchase-history-detail--invoice {
	width: 100%;
	margin: 5px 0;
	padding: 16px 0 0;
	border-top: 1px dotted #D9D9D9;
}
.block-purchase-history-detail--invoice dt {
	display: inline-block;
}
.block-purchase-history-detail--invoice dd {
	display: inline-block;
}
.block-purchase-history-detail--track-shipment {
	width: 100%;
	margin: 5px 0;
	padding: 0 0 16px;
	border-bottom: 1px dotted #D9D9D9;
}
.block-purchase-history-detail--track-shipment dt {
	display: inline-block;
}
.block-purchase-history-detail--track-shipment dd {
	display: inline-block;
}
.block-purchase-history-detail--append-items {
	width: 100%;
}
.block-purchase-history-detail--append-items th {
	width: 250px;
	text-align: left;
}
.block-purchase-history-detail .block-purchase-history-detail--add-goods {
	width: 260px;
}
.block-purchase-history-detail .block-purchase-history-detail--contact {
	width: 260px;
}
.block-purchase-history-detail .block-purchase-history-detail--cancel {
	width: 260px;
}
.block-purchase-history-detail--child-order-id a {
	text-decoration: underline;
}
.block-purchase-history-detail--parent-order-id a {
	text-decoration: underline;
}
.block-purchase-history-detail--regular-sales-include a {
	text-decoration: underline;
}
/* ----ã”æ³¨æ–‡ã‚­ãƒ£ãƒ³ã‚»ãƒ«ç”»é¢---- */

.block-order-cancellation--order-info {
	display: block;
	width: 100%;
	margin: 10px 0;
}
.block-order-cancellation--shiment-address {
	margin: 10px 0;
}
.block-order-cancellation--payment-info-items {
	width: 100%;
}
.block-order-cancellation--order-items {
	width: 100%;
}
.block-order-cancellation--order-items tbody th {
	text-align: right;
}
/* ----å®šæœŸè³¼å…¥å•†å“ä¸€è¦§ç”»é¢---- */

.block-regular-purcharse-list--table {
	margin: 5px 0;
	width: 100%;
}
.block-regular-purcharse-list--regular-sales a {
	color: #3b4043;
	text-decoration: underline;
}
/* ----å®šæœŸè³¼å…¥å•†å“è©³ç´°ç”»é¢---- */

.block-regular-purcharse-detail--body {
	margin: 10px 0;
	width: 100%;
}
.block-regular-purcharse-detail--regular-sales-items {
	width: 100%;
}
.block-regular-purcharse-detail--regular-sales-items th {
	width: 250px;
	text-align: left;
}
.block-regular-purcharse-detail--shipment-address {
	margin: 10px 0 30px;
}
.block-regular-purcharse-detail--update-address {
	margin: 10px 0;
}
.block-regular-purcharse-detail--goods-items {
	width: 100%;
}
.block-regular-purcharse-detail--append-items {
	width: 100%;
}
.block-regular-purcharse-detail--append-items th {
	width: 250px;
}
.block-regular-purcharse-detail--include-items {
	width: 100%;
}
.block-regular-purcharse-detail--include-items th {
	width: 250px;
}
.block-regular-purcharse-detail--action-message {
	margin-top: 10px;
	text-align: left;
}
.block-regular-purcharse-list--order-id a {
	text-decoration: underline;
}
/* ----å®šæœŸè³¼å…¥å•†å“ã‚«ãƒ¼ãƒ‰æƒ…å ±ç¢ºèªç”»é¢---- */

.block-regular-purchase-creditcard-info-confirmation--regular-purchase-items {
	width: 100%;
}
.block-regular-purchase-creditcard-info-confirmation--regular-purchase-items th {
	width: 250px;
}
.block-regular-purchase-creditcard-info-confirmation--goods-table {
	width: 100%;
	margin: 10px 0;
}
.block-regular-purchase-creditcard-info-confirmation--card-info-items {
	width: 100%;
}
.block-regular-purchase-creditcard-info-confirmation--card-info-items th {
	width: 250px;
}
/* ----å®šæœŸè³¼å…¥å•†å“ã‚«ãƒ¼ãƒ‰æƒ…å ±å¤‰æ›´ç”»é¢---- */

.block-update-regular-purchase-creditcard-info--regular-purchase-info-items {
	width: 100%;
}
.block-update-regular-purchase-creditcard-info--regular-purchase-info-items th {
	width: 250px;
}
.block-update-regular-purchase-creditcard-info--goods-table {
	width: 100%;
	margin: 10px 0;
}
/* ----å®šæœŸè³¼å…¥å•†å“é…é€å…ˆå¤‰æ›´ç”»é¢---- */

.block-regular-purcharse-shipment-info-update--new-address, .block-regular-purcharse-shipment-info-update--old-address {
	margin: 10px 0;
}
/* ----å®šæœŸè³¼å…¥å•†å“ã‚µã‚¤ã‚¯ãƒ«æƒ…å ±å¤‰æ›´ç”»é¢---- */

.block-regular-purcharse-cycle-info-update h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 12px 0;
}
.block-regular-purcharse-cycle-info-update--body {
	margin: 10px 0;
	width: 100%;
}
.block-regular-purcharse-cycle-info-update--regular-sales-items {
	width: 100%;
}
.block-regular-purcharse-cycle-info-update--regular-sales-items th {
	width: 250px;
	text-align: left;
}
.block-regular-purcharse-cycle-info-update--shipment-address {
	margin: 10px 0 30px;
}
.block-regular-purcharse-cycle-info-update--goods-items {
	width: 100%;
}
/* ----å®šæœŸè³¼å…¥å•†å“è§£ç´„ç”»é¢---- */

.block-regular-purcharse-cancellation--goods-items {
	margin: 10px 0;
	width: 100%;
}
.block-regular-purcharse-cancellation--message {
	text-align: center;
}
/* ----ã‚«ãƒ¼ãƒ‰æƒ…å ±ç¢ºèªç”»é¢---- */

.block-credit-card-confirmation--credit-card-info-table {
	width: 100%;
}
.block-credit-card-confirmation--credit-card-info-table th {
	width: 250px;
	text-align: left;
}
/* ----ãŠå•ã„åˆã‚ã›ç”»é¢---- */

.block-inquiry--inquiry-body .form-label, .block-inquiry--inquiry-body .constraint {
	vertical-align: top;
	padding-top: 8px;
}
/* ----ãŠå•ã„åˆã‚ã›å±¥æ­´ä¸€è¦§ç”»é¢---- */

.block-inquiry-history--body li {
	margin: 5px 0;
	padding: 10px 0;
	border-bottom: 1px solid #b1b3b4;
}
.block-inquiry-history--body li span {
	margin: 0 10px 0 0;
}
.block-inquiry-history--body li span a {
	color: #3b4043;
}
/* ----ãŠå•ã„åˆã‚ã›å±¥æ­´è©³ç´°ç”»é¢---- */

.block-inquiry-history-detail--form {
	margin: 20px 0;
}
.block-inquiry-history-detail--message {
	text-align: center;
}
.block-inquiry-history-detail--inquiry-body {
	margin: 20px 0;
}
.block-inquiry-history-detail--inquiry-body textarea {
	width: 100%;
}
.block-inquiry-history-detail--item dt {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.block-inquiry-history-detail--contact-name {
	width: 80%;
}
.block-inquiry-history-detail--update-dt {
	width: 20%;
	text-align: right;
	font-weight: normal;
}
.block-inquiry-history-detail--message-confirm {
	text-align: center;
}
.block-inquiry-history-detail--inquiry-body-confirm {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #b1b3b4;
}
/* ----ãƒã‚¤ãƒ³ãƒˆå±¥æ­´ä¸€è¦§ç”»é¢---- */

.block-point-history-list--point {
	margin: 0 5px;
	color: #4166cc;
}
.block-point-history-list--message {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
	font-size: 14px
}
.block-point-history-list--items {
	margin: 5px 0;
	width: 100%;
}
/* ----æ‰€æŒã‚¯ãƒ¼ãƒãƒ³ä¸€è¦§ç”»é¢---- */

.block-coupon-list--table {
	margin: 5px 0;
	width: 100%;
}
.block-coupon-list--coupon-dt {
	white-space: nowrap;
	width: 300px;
}
/* ----åº—èˆ—ã‚¯ãƒ¼ãƒãƒ³ä¸€è¦§ç”»é¢---- */

.block-store-coupon-list--table {
	margin: 5px 0;
	width: 100%;
}
.block-store-coupon-list--coupon-dt {
	white-space: nowrap;
	width: 300px;
}
/* ----ãƒ­ã‚°ã‚¢ã‚¦ãƒˆç”»é¢---- */

.block-logout--message a {
	text-decoration: underline;
	color: #3b4043;
}
.block-logout--message a:hover {
	text-decoration: none;
}
/* ----ãƒ‘ã‚¹ãƒ¯ãƒ¼ãƒ‰å†è¨­å®š---- */

.block-reset-password--tel {
	border-bottom: 1px solid #b1b3b4;
}
/* å•†å“è©³ç´°ãƒ¦ãƒ¼ã‚¶ãƒ¼ãƒ¬ãƒ“ãƒ¥ãƒ¼ */

.block-goods-user-review h2 {
	background-color: #f3f3f3;
	font-size: 22px;
	padding: 10px 15px;
}
.block-goods-user-review--score dt {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
}
.block-goods-user-review--score dd {
	display: inline-block;
	vertical-align: top;
	height: 21px;
}
.block-goods-user-review--score dd img {
	height: 21px;
}
.block-goods-user-review--count dt {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
}
.block-goods-user-review--count dd {
	display: inline-block;
}
.block-goods-user-review--need-login-message a {
	text-decoration: underline;
}
.block-goods-user-review--write-review-link {
	text-decoration: underline;
}
.block-goods-user-review--description {
	margin: 10px 0;
}
.block-goods-user-review--item {
	margin-top: 15px;
}
.block-goods-user-review--item-title {
	font-weight: bold;
	font-size: 16px;
}
.block-goods-user-review--item-score dt {
	margin: 0 0 5px 0;
	height: 14px;
}
.block-goods-user-review--item-score dt img {
	height: 14px;
}
.block-goods-user-review--item-size dt, .block-goods-user-review--item-color dt, .block-goods-user-review--item-name dt, .block-goods-user-review--item-size dd, .block-goods-user-review--item-color dd, .block-goods-user-review--item-name dd, .block-goods-user-review--item-moderate-underestimate dt, .block-goods-user-review--item-moderate-underestimate dd, .block-goods-user-review--item-moderate-overestimate dt, .block-goods-user-review--item-moderate-overestimate dd {
	display: inline-block;
}
.block-goods-user-review--item-moderate-link, .block-goods-user-review--item-moderate-other-link {
	text-decoration: underline;
}
.block-goods-user-review--pagenav {
	background: #f0f0f0 none repeat scroll 0 0;
	clear: both;
	margin: 0 0 10px;
	padding: 5px;
}
.block-goods-user-review--pager-now {
	color: #c00;
}
.block-goods-user-review--item-comment {
	margin: 5px 0;
}
.block-goods-user-review--write-review-btn {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	padding: 6px 0;
	width: 160px;
}
/* ----ãƒ¦ãƒ¼ã‚¶ãƒ¼ãƒ¬ãƒ“ãƒ¥ãƒ¼ç”»é¢---- */

.block-user-review--score .form-label, .block-user-review--score .constraint {
	vertical-align: top;
	padding-top: 8px;
}
.block-user-review--review-body .form-label, .block-user-review--review-body .constraint {
	vertical-align: top;
	padding-top: 8px;
}
.block-user-review--evaluation-score img {
	height: 21px;
}
.block-user-review--evaluator-name dt, .block-user-review--evaluator-name dd {
	display: inline-block;
}
.block-user-review--review-comment {
	margin: 10px 0;
}
/* ----æ³¨æ–‡ãƒ•ãƒ­ãƒ¼å³ã‚µã‚¤ãƒ‰ã‚¨ãƒªã‚¢----*/

.block-cart--container, .block-order-method--container, .block-order-estimate--container {
	position: relative;
	max-width: 1068px;
	margin: 0 auto;
	overflow: hidden;
}
.block-cart--container .order-side-area-fixed, .block-order-method--container .order-side-area-fixed, .block-order-estimate--container .order-side-area-fixed {
	display: inline-block;
	position: fixed;
	top: 135px;
	z-index: 1;
}
.block-cart--container .order-side-area-end, .block-order-method--container .order-side-area-end, .block-order-estimate--container .order-side-area-end {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* ----ã‚«ãƒ¼ãƒˆã‚¢ã‚¤ãƒ†ãƒ  ---- */

.block-cart--infomation {
	background: #fff;
	border: 1px solid #666;
	margin: 20px auto;
	padding: 10px;
	text-align: left;
	width: 800px;
}
.block-cart--order-button-description {
	font-size: 12px;
	text-align: center;
}
.block-cart--amazonpay {
	border-top: 1px solid #9f9c97;
	padding: 0;
	margin-top: 5px;
	text-align: center;
}
.block-cart--amazonpay-description {
	text-align: left;
	font-size: 12px;
	margin: 5px 0;
}
.block-cart--container {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
}
.block-cart--goods-list-image {
	float: left;
	margin: 0 15px 0 0;
	background: #f3f3f3;
	width: 150px;
	height: 150px;
}
.block-cart--goods-list-item-name {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
}
.block-cart--goods-list-item-name a {
	color: #3b4043;
}
.block-cart .block-icon {
	margin: 0 15px 0 0;
}
.block-cart--goods-list-item {
	max-width: 720px;
	margin: 8px 0 8px 0;
}
.block-cart--goods-list-item-price-info {
	float: left;
	text-align: left;
	margin: 8px 10px 0 10px;
}
.block-cart--goods-list-item-price-info span {
	font-size: 16px;
	font-weight: bold;
}
.block-cart--goods-list-item-input {
	width: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.block-cart--goods-list-item-qty {
	position: relative;
	margin: 0 0 10px 0;
}
.block-cart--goods-list-item-qty input {
	width: 100%;
	padding: 6px 10px 6px 10px;
	box-sizing: border-box;
}
.block-cart--goods-list-item-qty:after {
	position: absolute;
	top: 4px;
	right: 28px;
	content: "";
	width: 1px;
	height: 27px;
	background: #ccc;
}
.block-cart--goods-list-item-qty-plus {
	position: absolute;
	top: 6px;
	right: 10px;
}
.block-cart--goods-list-item-qty-minus {
	position: absolute;
	top: 21px;
	right: 10px;
}
.block-cart--goods-list-item-calc-btn {
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
	color: #3b4043;
	background: #f2f2f2;
}
.block-cart--goods-list-item-delete {
	cursor: pointer;
	font-size: 14px;
	border: none;
	text-decoration: underline;
	background: none;
	width: 100%;
}
/* ã‚«ãƒ¼ãƒˆå·¦ã‚¨ãƒªã‚¢ */

.block-cart--contents {
	width: 700px;
	float: left;
	background: #fff;
	border: solid 1px #b1b3b4;
}
.block-cart--goods-list li:last-child {
	padding: 0;
	border: none;
}
.block-cart--goods-list li {
	position: relative;
	margin: 20px;
	padding: 0 0 12px 0;
	overflow: hidden;
	border-bottom: solid 1px #b1b3b4;
	letter-spacing: 0.03em;
}
/* ã‚«ãƒ¼ãƒˆå³ã‚µã‚¤ãƒ‰ã‚¨ãƒªã‚¢ */

.block-cart--side-area {
	position: relative;
	float: left;
}
.block-cart--side-contents {
	width: 280px;
	margin: 0 0 0 20px;
}
.block-cart--procedure {
	border: solid 1px #b1b3b4;
	background: #fff;
	padding: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}
.block-cart--procedure-container {
	padding: 10px;
	overflow: hidden;
}
.block-cart--order {
	margin: 0 0 10px;
	text-align: right;
}
.block-cart--order-btn {
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.block-cart--order-btn-gift {
	padding: 0;
	color: #E62F2F;
	background: none;
	border-bottom: #E62F2F 1px solid;
	text-align: right;
}
.block-cart--order-btn-gift:hover {
	border-bottom: 1px solid transparent;
}
.block-cart--subtotal {
	text-align: center;
	padding: 8px 0;
	letter-spacing: 0.03em;
}
.block-cart .block-exchange-price {
	text-align: center;
	margin-bottom: 8px;
}
.block-cart--subtotal-price span {
	font-size: 18px;
	font-weight: bold;
}
.block-cart--continue-shopping {
	text-align: right;
	margin-bottom: 40px;
}
.block-cart--promotion {
	text-align: center;
}
.block-cart--promotion dd, .block-cart--promotion dt {
	display: inline-block;
	margin-bottom: 10px;
}
.block-cart--promotion-discount {
	font-size: 13px;
	font-weight: bold;
}
.block-cart--continue-shopping-link {
	cursor: pointer;
	font-size: 14px;
	border: none;
	text-decoration: underline;
	background: none;
	letter-spacing: 0.03em;
}
.block-promotion-message--content {
	border: 1px solid #f00;
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 10px 0;
	font-size: 12px;
}
.block-promotion-message--content span {
	color: #f00;
	font-weight: bold;
	font-size: 13px;
}
a.block-promotion-message--info {
	text-decoration: none;
}
/* ---------------------- */

/* ----é€šå¸¸ã®æ³¨æ–‡--------- */

/* ---------------------- */

/* ----ã‚«ãƒ¼ãƒˆç”»é¢ç›´å¾Œã®AmazonPayãƒ­ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°---- */

.block-order-amazonpay--loading {
	text-align: center;
}
/* ----ã‚¢ãƒžã‚¾ãƒ³ã‚¦ã‚£ã‚¸ã‚§ãƒƒãƒˆ---- */

.block-order-estimate--amazonpay-address-widget, .block-order-amazonpay--address-widget, .block-amazon--address-widget {
	width: 600px;
	margin: 0 auto;
	height: 270px;
	padding: 5px 0;
	box-sizing: content-box;
}
/* ----æ³¨æ–‡æ–¹æ³•æŒ‡å®šç”»é¢---- */

/* å…±é€šè¨­å®š */

.block-order-method--regular-content, .block-order-method--host-confirmation, .block-order-method--dest-content, .block-order-method--goods-content, .block-order-method--spec-content, .block-order-method--payment-content, .block-order-method--host-content {
	margin: 0 0 80px 0;
}
.block-order-method--dest-title {
	display: block;
	padding: 15px;
	background: #f3f3f3;
	margin: 0 0 30px 0;
	font-size: 16px;
	letter-spacing: 0.09em;
}
.block-order-method h3 {
	font-weight: bold;
	margin: 12px 0;
	font-size: 18px;
	letter-spacing: 0.09em;
}
.block-order-method address {
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
.block-order-method .block-icon {
	margin: 0 15px 0 0;
}
.block-order-method dt {
	font-weight: bold;
}
.block-order-method--contents {
	float: left;
}
.block-order-method--value-label {
	display: inline-block;
	width: 60px;
	text-align: center;
}
/* å³ã‚µã‚¤ãƒ‰ã‚¨ãƒªã‚¢ */

.block-order-method--side-area {
	position: relative;
	float: left;
}
.block-order-method--side-contents {
	background: #eee;
	width: 300px;
	margin: 0 0 0 20px;
}
.block-order-method--procedure {
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
.block-order-method--next-btn {
	width: 100%;
	height: 45px;
	font-size: 14px;
	text-align: center;
}
/* ãŠå±Šã‘å…ˆ */

.block-order-method--dest-item:first-child {
	padding: 0 0 20px;
}
.block-order-method--dest-item {
	border-bottom: solid 1px #b1b3b4;
	padding: 20px 0;
	overflow: hidden;
}
.block-order-method--dest-item address {
	float: left;
}
.block-order-method--dest-title-salesinclude {
	display: block;
	padding: 3px 10px;
	font-weight: bold;
	font-size: 14px;
	background: #f3f3f3;
}
.block-order-method--dest-item-salesinclude {
	font-weight: bold;
}
.block-order-method--dest-note-salesinclude {
	margin: 0 0 10px;
	font-size: 14px;
	background: #f3f3f3;
}
.block-order-method--dest-change {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #f3f3f3;
	border: 1px solid #b1b3b4;
}
.block-order-method--dest-change strong {
	font-weight: bold;
}
.block-order-method--dest-change span {
	margin-left: 20px;
	font-size: 12px;
}
.block-order-method--dest-add {
	padding: 20px 0;
	text-align: right;
}
.block-order-method--dest-item-edit {
	text-align: right;
}
.block-order-method--dest-list address {
	margin: 0 0 0 28px;
}
/* å•†å“æƒ…å ± */

.block-order-method--goods-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.block-order-method--goods-item-image {
	float: left;
	margin: 0 20px 0 0;
	background: #f3f3f3;
	width: 150px;
	height: 150px;
}
.block-order-method--goods-item-name, .block-order-method--goods-item-set-name {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
}
.block-order-method--sales-detail-append-item {
	overflow: hidden;
}
/* é…é€æ–¹æ³• */

.block-order-method--spec-content dl {
	margin: 0 0 10px 0;
	letter-spacing: 0.03em;
}
.block-order-method--spec-content dl dt {
	float: left;
}
.block-order-method--spec-content dl dd {
	margin-left: 8em;
}
/* ãŠæ”¯æ‰•ã„æƒ…å ± */

.block-order-method--payment-method-select li {
	margin: 0 0 10px 0;
}
.block-order-method--payment-method-select li .help-block {
	display: inline-block;
	margin-left: 30%;
}
.block-order-method--point-use-select {
	margin-bottom: 10px;
	padding: 10px;
	background: #f3f3f3;
	border: 1px solid #b1b3b4;
}
.block-order-method--point-use-select input {
	vertical-align: baseline;
}
.block-order-method--point-use-select label {
	cursor: pointer;
	padding: 0 23px 0 5px;
}
.block-order-method--current-point {
	margin: 0 0 10px 0;
}
.block-order-method--current-point-num {
	font-weight: bold;
}
.block-order-method--coupon-available-btn {
	margin: 0 0 0 14px;
}
/* ãã®ä»– */

.block-order-method--sales-append {
	margin: 80px 0;
}
/* ã‚¯ãƒ¼ãƒãƒ³ãƒ€ã‚¤ã‚¢ãƒ­ã‚° */

.block-order-method--coupondialog-wrapper {
	max-height: 300px;
	overflow-y: auto;
}
.block-order-method--coupondialog-table {
	width: 100%;
}
.block-order-method--coupondialog-table td {
	background: #fff;
}
.block-order-method--coupondialog-header-code {
	width: 180px;
}
.block-order-method--coupondialog-header-select {
	width: 180px;
}
/* ---- æ³¨æ–‡å†…å®¹ç¢ºèª(é€šå¸¸ãƒ•ãƒ­ãƒ¼) ---- */

/* ã‚¯ãƒ¬ã‚¸ãƒƒãƒˆã‚«ãƒ¼ãƒ‰è¨­å®š */

.block-order-estimate--pay-input {
	max-width: 700px;
	margin-bottom: 10px;
}
.block-order-estimate--pay-header {
	background: #333;
	padding: 10px;
	margin: 0 0 15px 0;
	color: #fff;
}
.block-order-estimate--pay-input .form-group .form-label {
	width: 25%;
}
.block-order-estimate--pay-savecard, .block-order-estimate--pay-selectcard {
	padding: 0 0 0 20px;
}
.block-order-estimate--pay-selectcard {
	border: none !important;
}
.block-order-estimate--pay-input .block-common-alert-list {
	margin: 10px;
}
/* ç”»é¢å†…å…±é€šè¨­å®š */

.block-order-estimate--container {
	position: relative;
	overflow: hidden;
}
.block-order-estimate h2 {
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;
	margin: 0 0 10px 0;
}
.block-order-estimate h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.09em;
	margin: 0 0 12px 0;
}
.block-order-estimate h3 a {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 0 20px;
	padding: 6px 0;
	width: 70px;
}
.block-order-estimate--confirmation-title-btn {
	display: inline-block;
	vertical-align: top;
}
.block-order-estimate--confirmation-title-btn a {
	display: block;
}
.block-order-estimate--address-btn {
	width: 160px !important;
}
.block-order-estimate--salesinclude-btn {
	font-size: 13px;
	font-weight: normal;
	width: 160px !important;
}
.block-order-estimate address {
	font-size: 13px;
	line-height: 1.5;
	word-wrap: break-word;
	letter-spacing: 0.03em;
}
.block-order-estimate--point, .block-order-estimate--entry-customer-point {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}
.block-order-estimate--confirmation, .block-order-estimate--date-spec-confirmation, .block-order-estimate--novelty, .block-order-estimate--goods-content, .block-order-estimate--sales-append, .block-order-estimate--regular-cycle-confirmation, .block-order-estimate--comment-content, .block-order-estimate--entry, .block-order-estimate--amazonpay-login {
	background: #fff;
	border: solid 1px #b1b3b4;
	margin: 0 0 20px 0;
	padding: 20px;
	letter-spacing: 0.03em;
}
.block-order-estimate--comment-content {
	border: none;
	padding: 0;
}
.block-order-estimate--procedure {
	background: #fff;
	border: solid 1px #b1b3b4;
	margin: 0 0 20px 0;
	padding: 4px;
}
/* æ³¨æ–‡å†…å®¹ç¢ºèªå·¦ã‚µã‚¤ãƒ‰ã‚¨ãƒªã‚¢ */

.block-order-estimate--content {
	float: left;
}
/* ãŠå±Šã‘å…ˆæƒ…å ± */

.block-order-estimate--confirmation {
	overflow: hidden;
}
.block-order-estimate--confirmation-list {
	width: 350px;
	display: inline-block;
	vertical-align: top;
}
.block-order-estimate--confirmation-list li {
	padding: 0 0 20px 0;
}
.block-order-estimate--confirmation-list-full li {
	padding: 0 0 20px 0;
}
.block-order-estimate--amazonpay-wallet {
	border: 1px solid #b1b3b4;
	clear: both;
}
.block-order-estimate--amazonpay-wallet-header {
	background: #333;
	padding: 10px;
	color: #fff;
}
.block-order-estimate--amazonpay-wallet-content {
	margin: 15px auto;
	height: 270px;
}
.block-order-estimate--amazonpay-wallet-widget {
	margin: 0 auto;
	width: 600px;
}
/* é…é€å¸Œæœ›æƒ…å ± */

.block-order-estimate--date-spec-confirmation {
	overflow: hidden;
}
.block-order-estimate--confirmation-message {
	color: #555;
	font-size: 12px;
}
/* ãƒŽãƒ™ãƒ«ãƒ†ã‚£å•†å“ã®ãƒŽãƒ™ãƒ«ãƒ†ã‚£é¸æŠž */

.block-order-estimate--novelty-item label {
	cursor: pointer;
}
.block-order-estimate--novelty-item {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.block-order-estimate--novelty-item-image, .block-order-estimate--novelty-item-goods {
	display: table-cell;
	vertical-align: middle;
}
.block-order-estimate--novelty-item-image {
	width: 200px;
}
.block-order-estimate--novelty-item-goods {
	padding-left: 10px;
	width: auto;
}
.block-order-estimate--novelty-item-image figure {
	width: 200px;
	height: 200px;
	background: #f3f3f3;
}
/* ã”æ³¨æ–‡å•†å“ */

.block-order-estimate--goods-list li {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.block-order-estimate--goods-item-image {
	float: left;
	margin: 0 20px 0 0;
	background: #f3f3f3;
	width: 150px;
	height: 150px;
}
.page-estimate .block-icon {
	margin: 0 15px 0 0;
}
.block-order-estimate--goods-item {
	float: left;
	width: 50%;
}
.block-order-estimate--goods-item-comment {
	overflow: hidden;
}
.block-order-estimate--amt {
	width: 140px;
	margin: 0 10px 0 0;
	font-weight: bold;
}
.block-order-estimate--goods-item-name, .block-order-estimate--goods-item-set-name {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
}
/* ã”æ³¨æ–‡å•†å“ æ³¨æ–‡æ˜Žç´°æ‹¡å¼µæƒ…å ± */

.block-order-estimate--sales-detail-append-link-edit {
	text-decoration: underline;
}
/* ãã®ä»– */

.block-order-estimate--sales-append-list {
	width: 100%;
}
/* AmazonPayãƒ­ã‚°ã‚¤ãƒ³ */

.block-order-estimate--amazonpay-loginform {
	margin: 10px 0 0 0;
}
.block-order-estimate--amazonpay-loginform .form-label {
	text-align: left;
}
/* å‚™è€ƒ */

.block-order-estimate--comment-content textarea {
	width: 100%;
}
/* æ³¨æ–‡å†…å®¹ç¢ºèªå³ã‚µã‚¤ãƒ‰ã‚¨ãƒªã‚¢ */

.block-order-estimate--order-terms-link {
	text-decoration: underline;
	cursor: pointer;
}
.block-order-estimate--order-terms-link:hover {
	text-decoration: none;
}
.block-order-estimate--agreebody {
	width: 100%;
	height: 400px;
	padding: 20px;
	box-sizing: border-box;
}
.block-order-estimate--side-area {
	position: relative;
	float: left;
}
.block-order-estimate--side-contents {
	width: 300px;
	margin: 0 0 0 20px;
}
.block-order-estimate--procedure-container {
	padding: 14px;
	letter-spacing: 0.03em;
}
.block-order-estimate--commit {
	text-align: center;
	margin: 0 0 10px 0;
}
.block-order-estimate--commit p {
	font-size: 13px;
}
.block-order-estimate--commit-btn {
	width: 100%;
	height: 45px;
	text-align: center;
	margin: 5px 0;
}
.block-order-estimate--total {
	text-align: center;
	padding: 8px;
	margin: 20px 0;
	background: #fff;
	font-size: 18px;
}
.block-order-estimate .block-exchange-price {
	text-align: center;
	margin-bottom: 12px;
}
.block-order-estimate--total-price {
	font-size: 18px;
	font-weight: bold;
}
.block-order-estimate--total-tax {
	font-size: 11px;
}
.block-order-estimate--point-add {
	overflow: hidden;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #b1b3b4;
	font-size: 14px;
}
.block-order-estimate--point-add dt {
	float: left;
	width: 40%;
}
.block-order-estimate--point-add dd {
	float: left;
	width: 60%;
	text-align: right;
}
.block-order-estimate--point-add-num {
	color: #f00;
	font-size: 16px;
}
.block-order-estimate--point-add dd+dd {
	width: 100%;
	font-size: 13px;
	text-align: left;
	padding-bottom: 10px;
}
.block-order-estimate--price-items {
	letter-spacing: -.4em;
	font-size: 14px;
	color: #555;
	margin: 10px 0 0 0;
}
.block-order-estimate--price-items dt {
	display: inline-block;
	letter-spacing: normal;
	width: 60%;
	margin: 0 0 10px 0;
}
.block-order-estimate--price-items dd {
	display: inline-block;
	letter-spacing: normal;
	text-align: right;
	width: 40%;
}
/* ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã€Œã‚¯ãƒ¼ãƒ«ä¾¿è¿½åŠ æ–™é‡‘ã‚’å«ã‚€ã€ */

dd.block-order-estimate--cool-postage {
	width: 100%;
	text-align: right;
	margin: 0 0 10px 0;
}
.block-order-estimate--promotion-novelty-helper {
	border: 1px solid #f00;
	background: #fff;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 10px 0;
	cursor: pointer;
}
/* ãŠå±Šã‘å…ˆã®å¤‰æ›´(ãƒ€ã‚¤ã‚¢ãƒ­ã‚°)*/

.block-order-estimate--address-frame {
	background: #fff;
	border-radius: 20px;
	max-width: 750px;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
}
.block-order-estimate--value-label {
	display: inline-block;
	width: 60px;
	text-align: center;
}
/* Ã—ãƒœã‚¿ãƒ³ */

.block-order-estimate--address-frame-close {
	position: relative;
	cursor: pointer;
}
.block-order-estimate--address-frame-close span {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
}
.block-order-estimate--address-frame-close span:before {
	position: absolute;
	top: 6px;
	right: 0;
	content: "";
	width: 16px;
	height: 1px;
	background: #707070;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.block-order-estimate--address-frame-close span:after {
	position: absolute;
	top: -1px;
	right: 7px;
	content: "";
	width: 1px;
	height: 16px;
	background: #707070;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ãŠå±Šã‘å…ˆã®å¤‰æ›´ */

.block-order-estimate--address-frame h2 {
	color: #212121;
	font-weight: normal;
	/* background: #333; */
	/* border-bottom: none; */
	font-size: 16px;
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
}
.block-order-estimate--dest-address-item-register-input-title {
	font-weight: bold;
	margin-top: 30px;
}
.block-order-estimate--dest-address-item-register-input-form input[type="text"]{
	max-width: 440px;
}
.block-order-estimate--dest-address-select, .block-order-estimate--amazonpay-address-select {
	padding: 0 40px;
	letter-spacing: 0.03em;
	font-size: 13px;
}
.block-order-estimate--dest-salesinclude-address-select, .block-order-estimate--dest-salesinclude-address-note {
	padding: 0 20px;
}
.block-order-estimate--amazonpay-address-area p {
	margin-left: 20px;
}
.block-order-estimate--dest-address-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 40px 40px;
}
.block-order-estimate--amazonpay-address-container {
	padding: 0 0 10px 0;
}
.block-order-estimate--dest-address-item, .block-order-estimate--dest-address-item-register {
	position: relative;
	display: inline-block;
	width: 220px;
	height: 240px;
	vertical-align: top;
}
.block-order-estimate--dest-address-item-container {
	/* height: 130px; */
	/* overflow-y: auto; */
	/* overflow-x: hidden; */
	margin: 5px 0 10px 0;
}
.block-order-estimate--dest-address-title {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 600;
}
.block-order-estimate--dest-address-item, .block-order-estimate--dest-address-item-register {
	background: #fff;
	border: none;
	margin: 0 5px 10px 0;
	padding: 20px;
	box-sizing: border-box;
	width: 49%;
	box-sizing: border-box;
	background: #F4F4F4;
	border-radius: 8px;
	height: auto;
	display: flex;
	flex-direction: column;
}
.block-order-estimate--dest-address-item address {
	font-size: 14px;
	word-wrap: break-word;
}
.block-order-estimate--dest-address-change-btn {
	width: 100%;
	color: #fff;
	background-color: #3b4043;
}
.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	margin: -20px auto 0;
	text-align: center;
}
.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons, _:-ms-lang(x) {
	text-align: right;
}
.block-order-estimate--dest-address-col2 {
	display: flex;
	justify-content: space-between;
	margin-top: auto;
}
.block-order-estimate--dest-address-col2 .block-order-estimate--dest-address-change {
	width: calc(140/290 * 100%);
}
.block-order-estimate--dest-address-col2 .block-order-estimate--dest-address-change .block-order-estimate--dest-address-change-dest-btn {
	background-color: #fff;
	border: 1px solid #ACACAC;
	border-radius: 5px;
	padding: 12px 0;
	color: #727272;
}
.block-order-estimate--dest-address-col2 .block-order-estimate--dest-address-change:empty {
	display: none;
}
.block-order-estimate--dest-address-col2 .block-order-estimate--dest-address-item-buttons {
	width: calc(140/290 * 100%);
}
.block-order-estimate--dest-address-col2 .block-order-estimate--dest-address-change:empty+.block-order-estimate--dest-address-item-buttons {
	width: 100% !important;
}
.block-order-estimate--dest-address-col2 .block-order-estimate--dest-address-item-buttons .block-order-estimate--dest-address-change-btn {
	background-color: #727272;
	border-radius: 5px;
	padding: 12px 0;
}
.block-order-estimate--dest-address-item-buttons__selected {
	cursor: default;
	/* background: #fffcfc; */
	border: 1px solid #EC6A71;
	color: #EC6A71;
	font-size: 14px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	padding: 12px 0;
	background: #F4F4F4 !important;
}
/* ãŠå±Šã‘å…ˆæƒ…å ±å…¥åŠ› */

.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical, .block-order-estimate--guest-address-input-form {
	background: #fff;
	border: solid 1px #b1b3b4;
	padding: 20px;
}
.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical {
	margin: 10px 0;
}
.block-order-estimate--dest-address-name .checktype_name, .block-order-estimate--dest-address-kana .checktype_kana, .block-order-estimate--guest-address-name .checktype_name, .block-order-estimate--guest-address-kana .checktype_kana {
	margin: 0 0 10px 0;
}
/* ãŠå±Šã‘ã‚µã‚¤ã‚¯ãƒ« */

.block-order-estimate--regular-cycle {
	width: 80%;
}
.block-order-estimate--regular-cycle th {
	padding: 12px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	background-color: #999;
	color: #fff;
	border-top: 1px solid #b1b3b4;
	border-left: 1px solid #b1b3b4;
	border-bottom: 1px solid #b1b3b4;
	width: 30%;
}
/* ---- æ³¨æ–‡å®Œäº†(é€šå¸¸ãƒ»ã‚®ãƒ•ãƒˆãƒ•ãƒ­ãƒ¼å…±é€š) ---- */

.block-order-complete--orderinfo, .block-order-complete--customerentry-wrapper {
	background: #fff;
	margin-bottom: 20px;
	letter-spacing: 0.03em;
}
.block-order-complete--message {
	margin: 0 0 30px 0;
}
.block-order-complete--orderinfo dt {
	width: 30%;
	background: #f3f3f3;
	font-weight: bold;
	float: left;
}
.block-order-complete--orderinfo dt, .block-order-complete--orderinfo dd {
	border-bottom: 1px solid #b1b3b4;
	padding: 8px 8px 8px 8px;
}
.block-order-complete--orderinfo dd {
	margin-left: 30%;
}
.block-order-complete--orderinfo dd:after {
	clear: both;
	display: block;
}
.block-order-complete--home {
	margin: 20px auto;
	text-align: center;
}
.block-order-complete--home-btn {
	width: 240px;
	padding: 10px;
}
.block-order-complete--customerentry-form {
	margin: 20px 0 0 0;
}
.block-order-complete--rules {
	margin: 10px 0 0 0;
}
.block-order-complete--orderid {
	width: 700px;
	margin: 0 auto 30px;
}
.block-order-complete--orderid th {
	width: 30%;
}
.block-order-complete--orderid td {
	width: 70%;
}
.block-order-complete--orderid td a {
	color: #3b4043;
}
.block-order-complete--salesinclude {
	width: 100%;
	margin-bottom: 10px;
}
.block-order-complete--salesinclude th {
	width: 30%;
}
.block-order-complete--salesinclude td {
	width: 70%;
}
.block-order-complete--convenience {
	width: 100%;
	margin-bottom: 10px;
}
.block-order-complete--convenience th {
	width: 30%;
}
.block-order-complete--convenience td {
	width: 70%;
}
/* ---------------------- */

/* ----ã‚®ãƒ•ãƒˆãƒ•ãƒ­ãƒ¼------- */

/* ---------------------- */

/* ---- é…é€å…ˆé¸æŠž ---- */

.block-order-gift-dest h2 {
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;
	margin: 0 0 10px 0;
}
.block-order-gift-dest--check-all {
	margin: 0 0 10px 0;
}
.block-order-gift-dest--list-wrapper, .block-order-gift-dest--method-sender-info, .block-order-gift-dest--address-item, .block-order-gift-dest--method-sender-info-edit {
	background: #fff;
	border: solid 1px #b1b3b4;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
}
/* ãŠå±Šã‘å…ˆé…é€æƒ…å ±ã‚¨ãƒªã‚¢ */

.block-order-gift-dest--address-item {
	background: #f3f3f3;
}
.block-order-gift-dest--address-item-title {
	font-weight: bold;
}
.block-order-gift-dest--address-item address {
	margin: 5px 0 5px 20px;
}
.block-order-gift-dest--address-change {
	text-align: right;
}
.block-order-gift-dest--address-error {
	margin: 0 0 10px 0;
}
/* è´ˆã‚Šä¸»æƒ…å ±ã‚¨ãƒªã‚¢ */

.block-order-gift-dest--value-label {
	display: inline-block;
	width: 60px;
	text-align: center;
}
.block-order-gift-dest--method-sender-change label {
	font-weight: bold;
}
.block-order-gift-dest--method-sender-info address {
	margin: 0 0 10px 0;
}
.block-order-gift-dest--address-item {
	background: #f3f3f3;
}
.block-order-gift-dest--method-sender-info-edit {
	margin: 10px 0 0 0;
}
.block-order-gift-dest--method-sender-btn {
	text-align: right;
}
.block-order-gift-dest--action-buttons {
	margin: 0 0 20px 0;
}
/* ---- é…é€å…ˆå•†å“è¿½åŠ  ---- */

.block-order-gift-select h2 {
	font-weight: bold;
	font-size: 20px;
}
.block-order-gift-select h3 {
	font-size: 16px;
	font-weight: bold;
}
.block-order-gift-select--sender-info, .block-order-gift-select--delivery-dest-content, .block-order-gift-select--delivery-date, .block-order-gift-select--payment-content, .block-order-gift-select--point-use-select {
	background: #fff;
	border: solid 1px #b1b3b4;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
}
.block-order-gift-select--sender-info {
	margin: 0 0 5px 0;
}
.block-order-gift-select--delivery-dest-add {
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
	text-align: right;
}
.block-order-gift-select--delivery-dest-goods-select, .block-order-gift-select--point-use-select {
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
}
/* ãŠå±Šã‘å…ˆ */

.block-order-gift-select--delivery-dest-header {
	position: relative;
}
.block-order-gift-select--delivery-dest-delete {
	position: absolute;
	right: 0;
	top: 3px;
}
.block-order-gift-select--delivery-dest-nickname {
	font-weight: bold;
}
.block-order-gift-select--delivery-dest-address address {
	margin: 0 0 10px 0;
}
.block-order-gift-select--delivery-dest-goods-content-list table {
	width: 100%;
}
.block-order-gift-select--delivery-dest-goods-name {
	width: 800px;
}
.block-order-gift-select--delivery-dest-goods-qty {
	text-align: right;
}
.block-order-gift-select--delivery-dest-goods-qty input {
	text-align: right;
	margin: 0 0 0 10px;
}
/* ãŠå±Šã‘å…ˆå•†å“ */

.block-order-gift-select--delivery-dest-goods-content-info, .block-order-gift-select--delivery-dest-goods-noshi {
	width: 100%;
	margin: 0 0 10px 0;
}
.block-order-gift-select--delivery-dest-goods-price, .block-order-gift-select--delivery-dest-goods-total, .block-order-gift-select--delivery-dest-goods-noshi-charge {
	width: 18%;
	text-align: right;
}
.block-order-gift-select--delivery-dest-goods-sales-qty {
	width: 100px;
}
.block-order-gift-select--delivery-dest-goods-sales-qty input {
	text-align: right;
}
.block-order-gift-select--delivery-dest-goods-content-info-delete, .block-order-gift-select--delivery-dest-goods-noshi-edit {
	width: 70px;
}
.block-order-gift-select--delivery-dest-goods-noshi th, .block-order-gift-select--delivery-dest-goods-noshi td {
	text-align: left;
}
.block-order-gift-select--delivery-dest-total table {
	margin-left: auto;
}
/* é…é€æ–¹æ³• */

.block-order-gift-select--delivery-date-content {
	display: table;
}
.block-order-gift-select--delivery-date-content dt, .block-order-gift-select--delivery-date-content dd {
	display: table-cell;
}
/* ãŠæ”¯æ‰•ã„æƒ…å ± */

.block-order-gift-select--method-list li {
	margin: 0 0 10px 0;
}
.block-order-gift-select--method-list li .help-block {
	display: inline-block;
	margin-left: 30%;
}
.block-order-gift-select--method-list label {
	cursor: pointer;
}
.block-order-gift-select--current-point {
	margin: 0 0 10px 0;
}
.block-order-gift-select--current-point-num {
	font-weight: bold;
}
.block-order-gift-select--coupon-available-btn {
	margin: 0 0 0 14px;
}
.block-order-gift-select--point-use-select {
	background: #f3f3f3;
}
.block-order-gift-select--point-use-select label {
	cursor: pointer;
	padding: 0 23px 0 5px;
}
/* ãã®ä»– */

.block-order-gift-select--sales-append-content {
	background: #fff;
	border: solid 1px #b1b3b4;
	margin: 0 0 20px 0;
}
.block-order-gift-select--sales-append-content .form-group:not(:last-child) {
	border-bottom: solid 1px #b1b3b4;
}
/* ---- ã®ã—ãƒ»ãƒ©ãƒƒãƒ”ãƒ³ã‚°è¨­å®š ---- */

.block-order-gift-noshi h1 {
	font-weight: bold;
	font-size: 24px;
	padding: 15px 0 0 0;
}
.block-order-gift-noshi h2 {
	font-weight: bold;
	font-size: 20px;
}
.block-order-gift-noshi h3 {
	font-size: 16px;
	font-weight: bold;
}
.block-order-gift-noshi--sender {
	font-weight: bold;
}
.block-order-gift-noshi--noshi-select, .block-order-gift-noshi--purpose-select, .block-order-gift-noshi--paper-wrapper, .block-order-gift-noshi--nameprint-wrapper, .block-order-gift-noshi--covertype-select, .block-order-gift-noshi--wrap-select, .block-order-gift-noshi--bag-wrapper {
	background: #fff;
	border: solid 1px #b1b3b4;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
}
.block-order-gift-noshi--noshi-select li, .block-order-gift-noshi--purpose-select li, .block-order-gift-noshi--paper-wrapper li, .block-order-gift-noshi--nameprint-wrapper li, .block-order-gift-noshi--covertype-select li, .block-order-gift-noshi--wrap-select li, .block-order-gift-noshi--bag-wrapper li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.block-order-gift-noshi--paper-item-price, .block-order-gift-noshi--bag-item-price, .block-order-gift-noshi--wrap-item-price {
	display: block;
}
.block-order-gift-noshi--paper-message, .block-order-gift-noshi--covertype-message, .block-order-gift-noshi--wrap-message, .block-order-gift-noshi--bag-message {
	background: #f3f3f3;
	border: solid 1px #b1b3b4;
	margin: 10px 0 10px 0;
	padding: 20px 20px 20px 20px;
	width: 60%;
}
.block-order-gift-noshi--setting-message {
	text-align: center;
	font-weight: bold;
}
.block-order-gift-noshi--nameprint-input {
	margin: 15px 0 0 0;
}
.block-order-gift-noshi--setting-all-btn {
	margin: 0 0 20px 0;
}
/* ---- æ³¨æ–‡å†…å®¹ç¢ºèª(ã‚®ãƒ•ãƒˆãƒ•ãƒ­ãƒ¼) ---- */

.block-order-gift-confirmation h2 {
	font-weight: bold;
	font-size: 20px;
}
.block-order-gift-confirmation h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 12px 0;
}
.block-order-gift-confirmation table {
	width: 100%;
}
.block-order-gift-confirmation--item-image figure, .block-order-gift-confirmation--sending-item-image figure {
	width: 200px;
	height: 200px;
	background: #f3f3f3;
}
.block-order-gift-confirmation--item-image, .block-order-gift-confirmation--sending-item-image {
	width: 220px;
}
.block-order-gift-confirmation--order-item-wrapper, .block-order-gift-confirmation--order, .block-order-gift-confirmation--destination-address-wrapper, .block-order-gift-confirmation--other-wrapper, .block-order-gift-confirmation--novelty-content, .block-order-gift-confirmation--order-comment, .block-order-gift-confirmation--payment-method-wrapper {
	background: #fff;
	border: solid 1px #b1b3b4;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
}
.block-order-gift-confirmation--order-item-detail {
	display: inline-block;
	width: 780px;
	vertical-align: top;
}
.block-order-gift-confirmation--order-item-summary {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin: 0 0 0 15px;
}
.block-order-gift-confirmation--order-item-summary-table th, .block-order-gift-confirmation--point-summary th {
	width: 180px;
}
.block-order-gift-confirmation--order-item-summary-table td, .block-order-gift-confirmation--point-summary td {
	text-align: right;
}
.block-order-gift-confirmation--item-qty-header {
	width: 50px;
}
.block-order-gift-confirmation--item-amount, .block-order-gift-confirmation--item-qty {
	text-align: right;
}
/* ãƒŽãƒ™ãƒ«ãƒ†ã‚£å•†å“ã®ãƒŽãƒ™ãƒ«ãƒ†ã‚£é¸æŠž */

.block-order-gift-confirmation--novelty-item label {
	cursor: pointer;
}
.block-order-gift-confirmation--novelty-item {
	display: table;
	margin-bottom: 10px;
	width: 100%;
}
.block-order-gift-confirmation--novelty-item-image, .block-order-gift-confirmation--novelty-item-goods {
	display: table-cell;
	vertical-align: middle;
}
.block-order-gift-confirmation--novelty-item-image {
	width: 200px;
}
.block-order-gift-confirmation--novelty-item-goods {
	padding-left: 10px;
	width: auto;
}
.block-order-gift-confirmation--novelty-item-image figure {
	width: 200px;
	height: 200px;
	background: #f3f3f3;
}
/* é…é€æƒ…å ± */

.block-order-gift-confirmation--shipping-address {
	display: inline-block;
	vertical-align: top;
	width: 700px;
}
.block-order-gift-confirmation--shipping-info {
	width: 430px;
	display: inline-block;
	margin: 0 0 0 15px;
}
.block-order-gift-confirmation--shipping-info-detail th {
	width: 150px;
}
/* ãŠå±Šã‘å…ˆ */

.block-order-gift-confirmation--destination-address {
	margin: 0 0 10px 0;
}
.block-order-gift-confirmation--sending-item-qty-header {
	width: 50px;
}
.block-order-gift-confirmation--sending-item-qty {
	text-align: right;
}
.block-order-gift-confirmation--sending-item-comment-header, .block-order-gift-confirmation--sending-item-noshi-header {
	width: 220px;
}
/* ãã®ä»– */

.block-order-gift-confirmation--other-detail th {
	width: 300px;
}
.block-order-gift-confirmation--order-comment textarea {
	width: 100%;
}
/* ----ãƒ¡ãƒ¼ãƒ«ãƒ‹ãƒ¥ãƒ¼ã‚¹ç”»é¢----*/

.block-mail-news--terms-body {
	width: 100%;
	height: 180px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 13px;
}
/* ----ã‚¯ã‚¤ãƒƒã‚¯ã‚ªãƒ¼ãƒ€ãƒ¼---- */

.block-quick-order--table {
	width: 100%;
}
.block-quick-order--goods-code-header {
	width: 320px;
}
.block-quick-order--goods-detail-cell {
	width: 100px;
	text-align: center;
}
.block-quick-order--name {
	font-size: 14px;
}
.block-quick-order--qty-cell, .block-quick-order--subtotal-cell {
	text-align: right;
}
.block-quick-order--stock-cell {
	text-align: center;
}
.block-quick-order--delete-btn-cell .btn {
	padding: 4px 20px;
}
.block-quick-order--qty-header {
	width: 100px;
}
.block-quick-order--subtotal-header {
	width: 100px;
}
.block-quick-order--stock-header {
	width: 100px;
}
.block-quick-order--delete-btn-header {
	width: 80px;
}
.block-quick-order--suggest-list {
	background-color: #fff;
	border: 1px solid #000;
	display: none;
	padding: 5px;
	position: absolute;
	top: 50px;
	left: 5px;
}
.block-quick-order--suggest-list-line {
	padding: 2px;
	list-style: none;
}
.block-quick-order--suggest-item-code {
	float: left;
	font-weight: bold;
	margin-right: 5px;
}
.block-quick-order--suggest-item-not-found {
	text-align: center;
	padding: 5px;
	height: 20px;
	width: 250px;
}
.block-quick-order .block-quick-order--forward {
	width: 240px;
}
}
.p-cart-content {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-cart-content {
		width: 1170px;
		padding: 50px 0 107px;
	}
}
.p-cart-content__text {
	font-size: 15px;
	line-height: 2.1;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-cart-content__inner {
		max-width: 85.33333%;
		width: 870px;
		padding: 0 0 0 135px;
	}
}
.p-cart-content__heading--primaly {
	margin: 0 0 30px;
}
@media screen and (min-width: 760px), print {
	.p-cart-content__heading--primaly {
		font-size: 24px;
		letter-spacing: 0.09em;
		line-height: 1.3;
	}
}
.block-quick-order--qty-cell, .block-quick-order--delete-btn-cell {
	text-align: center;
}
.block-goods-agree--disagree, .block-goods-agree--agree {
	width: 240px;
}
.p-cart-flow {
	margin: 0 auto 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 760px), print {
	.p-cart-flow {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.p-cart-flow__step {
	position: relative;
	border: 1px solid #3b4043;
	color: #3b4043;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-cart-flow__step {
		width: 180px;
		font-size: 12px;
		padding: 9px 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}
@media screen and (min-width: 760px), print {
	.p-cart-flow__step+.p-cart-flow__step {
		margin-left: 38px;
	}
}
.p-cart-flow__step+.p-cart-flow__step:after {
	position: absolute;
	top: 50%;
	left: -24px;
	width: 16px;
	height: 16px;
	border-top: 1px solid #3b4043;
	border-right: 1px solid #3b4043;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	content: "";
}
.p-cart-flow__step.is-active {
	background-color: #3b4043;
	color: #fff;
}
.block-cart .block-cart--wrapper {
	font-size: 14px;
}
.block-cart .block-cart--wrapper .block-cart--infomation {
	background: #fff;
	border: 1px solid #3b4043;
	margin: 40px auto;
	padding: 20px;
	text-align: left;
	width: 834px;
}
.block-cart .block-cart--wrapper .block-cart--continue-shopping {
	text-align: center;
	margin-bottom: 40px;
}
.block-cart .block-cart--wrapper .block-cart--continue-shopping-link {
	cursor: pointer;
	color: #333;
	font-size: 14px;
	border: none;
	text-decoration: underline;
	background: none;
}
.block-cart .block-cart--wrapper .block-cart--continue-shopping-link:hover {
	text-decoration: none;
}
.checktype_name .efo-required, .checktype_kana .efo-required {
	width: 200px;
}
.block-login--ask-password a {
	font-size: 14px;
	color: #3b4043;
	text-decoration: underline;
}
.block-form--title-secondaly {
	position: relative;
	margin: 0 -10% 10px;
	padding: 0 10%;
	background: #e0e0e0;
	overflow: hidden;
}
.block-form--title-secondaly:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e0e0e0;
	content: "";
	z-index: -1;
}
.block-order-method--promotion-content {
	margin: 20px 0;
}
.block-order-method--promotion-content .promotion_field_ {
	margin: 0 0 20px;
}
.block-order-method--promotion-possible {
	margin: 0 0 10px;
}
.block-regular-cycle--deliv_date--prev-expected-dt, .block-regular-cycle--deliv_date--next-expected-dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.block-regular-cycle--deliv_date--prev-expected-dt dt, .block-regular-cycle--deliv_date--prev-expected-dt dd, .block-regular-cycle--deliv_date--next-expected-dt dt, .block-regular-cycle--deliv_date--next-expected-dt dd {
	width: 50%;
}
.block-regular-cycle--select-wm {
	display: block !important;
	margin: 10px 0 0;
}
.block-order-estimate--goods-item-set-name {
	font-weight: normal;
}
.block-order-estimate--dest, .block-order-estimate--method, .block-order-estimate--coupon, .block-order-estimate-usage-point {
	margin: 0 0 20px 0;
}
.block-order-estimate--dest-address-change-dest-btn {
	display: block;
	width: 100%;
}
@media screen and (min-width: 760px), print {
	.block-order-estimate--dest-address-item-buttons {
		/* position: absolute; */
		/* right: 20px; */
		/* bottom: 20px; */
		/* left: 20px; */
		/* line-height: 1; */
		display: block;
	}
}
.p-my-content__main .modal-content {
	background: transparent;
}
.p-my-content__main .modal-content button {
	font-size: 11px;
}
.p-my-content__heading--secondaly {
	margin-bottom: 24px;
	font-size: 22px;
}
.p-my-content__heading--thirdaly {
	margin: 40px 0 20px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	background-color: #f2f2f2;
}
.p-my-content__heading--thirdaly span {
	padding: 0 0 0 10px;
	color: #727272;
	font-size: 12px;
	font-weight: normal;
}
.block-member-terms {
	letter-spacing: 0.03em;
}
.block-member-terms--disagree, .block-member-terms--agree {
	width: 240px;
}
.block-member-info--form .block-member-info--message+.legend {
	margin: 30px 0 20px;
}
.block-member-info--form .legend a, .block-member-info--form .block-member-info--message-password a {
	color: #3b4043;
	text-decoration: underline;
}
@media screen and (min-width: 760px), print {
	.block-member-info--form .legend+.legend, .block-member-info--form .block-member-info--message-password+.legend {
		margin: 80px 0 20px;
	}
}
.block-member-info--message, .block-member-info--message-password {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.03em;
}
.block-member-info--mailnews .form-control label {
	position: relative;
	top: 2px;
}
.block-member-info--use-spoofing-protection .form-control label {
	position: relative;
	top: 2px;
}
.block-member-info--use-spoofing-protection .form-control #agree_checkbox+label {
	top: 1px;
}
.block-member-info--addr3 {
	border-bottom: #b1b3b4 1px solid;
}
.block-member-registration-completed--forward-to-mypage, .block-member-registration-completed--forward {
	width: 240px;
}
.block-member-info {
	letter-spacing: 0.03em;
}
.block-member-info--message .required:after {
	padding: 0 1.2em;
	margin: 0 6px 0 0;
	height: 18px;
	line-height: 18px;
}
.block-member-info--update-mail a {
	font-size: 13px;
	text-decoration: underline;
	color: #3b4043;
}
.block-member-info--back, .block-member-info--forward {
	width: 240px;
}
.block-member-info--customer-name {
	font-weight: bold;
}
.input-error {
	border: 1px solid #a94442 !important;
	background: #f2dede !important;
}
.block-member-info-confirmation--customer-name {
	font-weight: bold;
}
.block-member-info-confirmation {
	letter-spacing: 0.03em;
}
.block-member-info-confirmation--back, .block-member-info-confirmation--forward {
	width: 240px;
}
.block-shipping-address-registration--message {
	margin: 0 0 20px;
	font-size: 14px;
}
.block-shipping-address--customer-name {
	font-weight: bold;
}
.block-shipping-address--dept {
	border-bottom: #b1b3b4 1px solid;
}
.block-shipping-address-confirmation--customer-name {
	font-weight: bold;
}
.block-shipping-address-confirmation--dept {
	border-bottom: #b1b3b4 1px solid;
}
.action-delete {
	margin-top: 10px;
}
.block-shipping-address--delete {
	background-color: #3b4043 !important;
}
.block-purchase-history--customer-name {
	font-weight: bold;
}
.status-order {
	/* background: #f7f7f7; */
	/* margin: 10px 0 0; */
	/* padding: 8px 12px; */
	font-size: 14px;
}
@media screen and (min-width: 760px), print {
	.block-purchase-history--pager-top .pager, .block-purchase-history--pager-bottom .pager {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.block-purchase-history--pager-top .pager .area-pagination, .block-purchase-history--pager-bottom .pager .area-pagination {
	margin: 0 0 0 auto;
}
.block-purchase-history--pager-top .pager .area-pagination .pager-next, .block-purchase-history--pager-top .pager .area-pagination .pager-last, .block-purchase-history--pager-bottom .pager .area-pagination .pager-next, .block-purchase-history--pager-bottom .pager .area-pagination .pager-last {
	padding: 0;
	margin-left: 8px;
	border: none;
}
.block-purchase-history--pager-top .pager .area-pagination .pager-next a, .block-purchase-history--pager-top .pager .area-pagination .pager-last a, .block-purchase-history--pager-bottom .pager .area-pagination .pager-next a, .block-purchase-history--pager-bottom .pager .area-pagination .pager-last a {
	border-bottom: 1px solid #444;
}
.block-purchase-history--table--reorder {
	padding: 12px;
	border: 1px solid #b1b3b4;
}
.block-purchase-history-detail--customer-name {
	font-weight: bold;
}
.block-purchase-history-detail--shipment-header, .block-purchase-history-detail--shipment-header {
	margin: 30px 0 20px;
}
.block-purchase-history-detail--goods-qty {
	text-align: center;
}
.block-purchase-history-detail--goods-total-price {
	text-align: right;
}
.block-purchase-history-detail--destination-shipment-qty {
	text-align: center;
}
.block-member-id--customer-name {
	font-weight: bold;
}
.block-member-id--login-link a {
	text-decoration: underline;
	font-size: 14px;
}
.block-member-id--login-link a:hover {
	text-decoration: none;
}
.block-member-password--customer-name {
	font-weight: bold;
}
.block-member-password--login-link a {
	text-decoration: underline;
	font-size: 14px;
}
.block-member-password--login-link a:hover {
	text-decoration: none;
}
.block-member-password--update-forward {
  width: 230px;
}
.block-inquiry-history--customer-name {
	font-weight: bold;
}
.block-inquiry-history--subject a {
	text-decoration: underline;
}
.block-inquiry-history--subject a:hover {
	text-decoration: none;
}
.block-inquiry-history--pager-top {
	margin: 0 0 20px;
}
.block-inquiry-history--pager-bottom {
	margin: 20px 0 0;
}
@media screen and (min-width: 760px), print {
	.block-inquiry-history--pager-top .pager, .block-inquiry-history--pager-bottom .pager {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.block-inquiry-history--pager-top .pager .area-pagination, .block-inquiry-history--pager-bottom .pager .area-pagination {
	margin: 0 0 0 auto;
}
.block-inquiry-history--pager-top .pager .area-pagination .pager-next, .block-inquiry-history--pager-top .pager .area-pagination .pager-last, .block-inquiry-history--pager-bottom .pager .area-pagination .pager-next, .block-inquiry-history--pager-bottom .pager .area-pagination .pager-last {
	padding: 0;
	margin-left: 8px;
	border: none;
}
.block-inquiry-history--pager-top .pager .area-pagination .pager-next a, .block-inquiry-history--pager-top .pager .area-pagination .pager-last a, .block-inquiry-history--pager-bottom .pager .area-pagination .pager-next a, .block-inquiry-history--pager-bottom .pager .area-pagination .pager-last a {
	border-bottom: 1px solid #444;
}
.block-inquiry-history-detail--customer-name {
	margin: 0 0 20px;
	font-weight: bold;
}
.block-withdrawal--customer-name {
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.block-withdrawal--pwd {
		border-bottom: #b1b3b4 1px solid;
	}
}
.block-withdrawal--forward {
	color: #fff !important;
	background-color: #E62F2F !important;
}
.block-mail-address--customer-name {
	font-weight: bold;
}
.block-mail-address--mypage-link a {
	text-decoration: underline;
}
.block-mail-address--mypage-link a:hover {
	text-decoration: none;
}
.block-coupon-list--customer-name {
	font-weight: bold;
}
.block-coupon-list--coupon-name .conditions {
	background: #f7f7f7;
	margin: 10px 0 0;
	padding: 8px 12px;
	font-size: 14px;
	box-sizing: border-box;
}
.block-coupon-list--coupon-name .conditions p {
	font-size: 13px;
	font-weight: bold;
}
.block-coupon-list--table-col4 {
	width: 100%;
	table-layout: fixed;
}
.block-coupon-list--table-col4 th, .block-coupon-list--table-col4 td {
	max-width: 25%;
}
.block-coupon-list--table-col4 .block-coupon-list--coupon-dt span {
	white-space: normal;
}
.block-regular-purcharse-list--customer-name {
	font-weight: bold;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-list--create-dt, .block-regular-purcharse-list--regular-sales, .block-regular-purcharse-list--method {
		text-align: center;
	}
}
.block-regular-purcharse-list--pager-top .pager {
	text-align: right;
}
.block-regular-purcharse-list-in {
	margin: 0 0 60px;
}
.block-regular-purcharse-list--title {
	margin: 0 0 10px;
}
.block-regular-purcharse-list--title h3 {
	margin: 0 0 12px;
	font-size: 18px;
	letter-spacing: 0.09em;
}
.block-regular-purcharse-list--title p {
	font-size: 14px;
	letter-spacing: 0.09em;
}
.block-regular-purcharse-list--skip .skip {
	color: #E62F2F;
}
.block-regular-purcharse-detail--customer-name {
	font-weight: bold;
}
.block-regular-purcharse-detail--shipment-header {
	margin: 80px 0 20px;
}
.block-regular-purcharse-detail--goods-img {
	text-align: center;
}
.block-regular-purcharse-detail--goods-img img {
	width: 120px;
	height: 120px;
}
.block-regular-purcharse-detail--body .action-buttons {
	display: block;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-detail--body .action-buttons .action {
		margin: 20px 10px;
	}
}
.block-regular-purcharse-detail--withdrawal .action-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-detail--qty {
		text-align: center;
	}
	.block-regular-purcharse-detail--price, .block-regular-purcharse-detail--subtotal {
		text-align: right;
	}
}
.block-regular-purcharse-detail--withdrawal-btn {
	color: #fff !important;
	background-color: #E62F2F !important;
}
.block-regular-purcharse-detail--update-cycle {
	color: #3b4043;
	text-decoration: underline;
	font-size: 14px;
}
.block-regular-purcharse-detail--goods-name a {
	color: #3b4043;
}
.block-regular-purcharse-detail-in {
	margin: 0 0 60px;
}
.block-purcharse--goods-list {
	font-size: 14px;
}
.block-purcharse--goods-item, .block-regular-purcharse--goods-item {
	margin: 0 0 40px;
}
.block-purcharse--goods-item-image, .block-regular-purcharse--goods-item-image {
	width: 75px;
	display: table-cell;
	vertical-align: top;
}
.block-purcharse--goods-item-image figure, .block-regular-purcharse--goods-item-image figure {
	background: #f5f5f5;
	width: 75px;
	height: 75px;
}
.block-purcharse--goods-description, .block-regular-purcharse--goods-description {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}
.block-purcharse--goods-description .block-purcharse--goods-name, .block-purcharse--goods-description .block-regular-purcharse-detail--goods-name, .block-regular-purcharse--goods-description .block-purcharse--goods-name, .block-regular-purcharse--goods-description .block-regular-purcharse-detail--goods-name {
	margin: 0 0 20px;
}
.block-regular-purcharse-detail-child {
	margin: 0 0 20px;
}
.block-regular-purcharse-list .txt-attention, .block-regular-purcharse-detail .txt-attention {
	color: #E62F2F;
}
.block-purchase-detail--table {
	width: 100%;
	margin: 5px 0 20px;
	padding: 12px;
	border: 1px solid #b1b3b4;
}
.block-purchase-detail--table th {
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
.block-purchase-detail--table td {
	padding: 20px;
	border: none;
	vertical-align: top;
}
.block-purchase-detail--table p {
	margin: 0 0 10px;
}
.block-purchase-detail--table a {
	color: #3b4043;
}
.block-purchase-detail--table-btn {
	margin: 20px 0 0
}
.block-purchase-detail--table-tel {
	max-width: 360px;
	margin: 16px 0;
	padding: 16px 0;
	border-top: 1px solid #b1b3b4;
	border-bottom: 1px solid #b1b3b4;
	font-size: 14px;
}
.block-regular-purcharse-shipment-info-update--customer-name {
	font-weight: bold;
}
.block-regular-purcharse-shipment-info-update--new-info-header {
	margin: 80px 0 20px;
}
.block-regular-purcharse-shipment-info-update--old-info-message {
	font-size: 14px;
}
.block-regular-purcharse-shipment-info-update--new-info-items li:first-child {
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: solid 1px #b1b3b4;
}
.modal-content-s {
	font-size: 14px;
}
.block-regular-purcharse-cancellation--customer-name {
	font-weight: bold;
}
.block-regular-purcharse-cancellation--goods-img {
	text-align: center;
}
.block-regular-purcharse-cancellation--goods-img img {
	width: 120px;
	height: 120px;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-cancellation--qty {
		text-align: center;
	}
	.block-regular-purcharse-cancellation--price, .block-regular-purcharse-cancellation--subtotal {
		text-align: right;
	}
}
.block-regular-purcharse-cancellation--forward {
	color: #fff !important;
	background-color: #E62F2F !important;
}
.block-regular-purcharse-cancellation--goods-name a {
	color: #3b4043;
}
.block-regular-purcharse-detail--check {
	text-align: center;
}
.block-point-history-list--customer-name {
	font-weight: bold;
}
.block-point-history-list--point-in {
	text-align: right;
}
.block-regular-purcharse-detail-credit {
	width: 100%;
	text-align: left;
	margin: 20px 0 0;
}
.block-arrival-notice-list--customer-name {
	font-weight: bold;
}
.block-credit-card-confirmation--customer-name {
	font-weight: bold;
}
.block-credit-card-confirmation--update-confirmation-header {
	margin: 80px 0 20px;
}
.block-regular-purcharse-detail-cycle-table {
	width: 100%;
	margin: 0 0 20px;
}
.block-update-credit-card-info--customer-name {
	font-weight: bold;
}
.block-order-cancellation--order-info {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.block-order-cancellation--cancellation-reasons-form .legend {
	margin: 80px 0 20px;
}
.block-order-cancellation--forward {
	color: #fff !important;
	background-color: #3b4043 !important;
}
.block-regular-purcharse-cycle-info-update--customer-name {
	font-weight: bold;
}
.block-regular-purcharse-cycle-info-update--shipment-header {
	margin: 80px 0 20px;
}
.block-regular-purcharse-cycle-info-update--goods-img {
	text-align: center;
}
.block-regular-purcharse-cycle-info-update--goods-img img {
	width: 120px;
	height: 120px;
}
.block-regular-purcharse-cycle-info-update--qty {
	text-align: center;
}
.block-regular-purcharse-cycle-info-update--price, .block-regular-purcharse-cycle-info-update--subtotal {
	text-align: right;
}
.block-regular-purcharse-cycle-info-update--back {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px), print {
	.block-mail-news--register-form, .block-mail-news---release-form {
		margin: 80px 0 0;
	}
}
.block-login__notice {
	width: 100%;
	padding: 38px 45px;
	margin-top: 53px;
	border: 1px solid #E62F2F;
	color: #E62F2F;
	box-sizing: border-box;
}
.block-login__notice a {
	color: #E62F2F;
	text-decoration: underline;
}
.block-login__notice a:hover {
	text-decoration: none;
}
.block-login--login {
	/* background: #469de2 !important; */
}
.block-login__notice__heading {
	margin-bottom: 20px;
	color: #E62F2F;
}
@media screen and (min-width: 760px), print {
	.block-login__notice__heading {
		font-size: 18px;
		letter-spacing: 0.09em;
		line-height: 1.666666;
	}
}
@media screen and (min-width: 760px), print {
	.block-login--body {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.block-login--member .c-sns-area {
	max-width: 870px;
}
@media screen and (min-width: 760px), print {
	.block-login--member, .block-login--first-time {
		width: calc(50% - 20px);
	}
}
.block-login--member-header, .block-login--first-time-header {
	margin: 0 0 30px;
	font-size: 22px;
	letter-spacing: 0.09em;
}
.block-login--member-header span, .block-login--first-time-header span {
	display: block;
	padding: 15px;
	background: #f3f3f3;
}
.block-login--first-time-message {
	margin: 0 0 20px;
	letter-spacing: 0.03em;
}
.block-order-method--goods-item-set-name {
	font-weight: normal;
}
.block-order-method--coupon-content, .block-order-method--point-use, .block-order-method--payment-method {
	margin: 0 0 30px 0;
	letter-spacing: 0.03em;
}
.block-order-method--payment-method-select li {
	letter-spacing: 0.03em;
}
.block-login--maihada {
	margin-top: 60px;
}
@media screen and (min-width: 760px), print {
	.block-login--maihada {
		border: #b1b3b4 1px solid;
	}
}
@media screen and (min-width: 760px), print {
	.block-login--maihada .block-login--maihada-body {
		padding: 0 45px 30px;
	}
}
.block-login--maihada .block-login--maihada-body p {
	margin-bottom: 10px;
}
.block-login--maihada .block-login--maihada-body p.notice {
	margin-bottom: 30px;
	color: #E62F2F;
}
.block-credit-card-confirmation--credit-card-info>div {
	margin-bottom: 20px;
}
.block-order-estimate--pay-input .js-keepcard {
	border-top: none !important;
	margin-top: 0;
}
@media screen and (min-width: 760px), print {
	.block-order-estimate--pay-input .js-keepcard.block-order-estimate--pay-card-brand {
		border-top: #b1b3b4 1px solid !important;
	}
	.block-order-estimate--pay-input .js-keepcard.block-order-estimate--pay-card {
		border-top: #b1b3b4 1px solid !important;
	}
	.block-order-estimate--pay-input .js-keepcard.block-order-estimate--pay-expire {
		margin-bottom: 20px;
		border-top: #b1b3b4 1px solid !important;
	}
}
.block-order-estimate--pay-input .block-order-estimate--pay-card-seq {
	position: relative;
	top: -12px;
	left: -20px;
	border: none !important;
}
.block-order-estimate--pay-selectcard {
	padding: 20px 0 0;
}
.js-keepcard {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.js-keepcard .block-credit-card-confirmation--card_seq {
	position: relative;
	top: -10px;
}
.p-my-content__questionnaire {
	padding-top: 0;
}
@media screen and (min-width: 760px), print {
	.p-my-content__questionnaire {
		width: 1024px;
	}
}
.block-questionnaire--header, .block-questionnaire-completed--header {
	letter-spacing: 0.09em;
	line-height: 1.6;
}
@media screen and (min-width: 760px), print {
	.block-questionnaire--header, .block-questionnaire-completed--header {
		font-size: 24px;
	}
}
@media screen and (min-width: 760px), print {
	.block-questionnaire--form .fieldset, .block-questionnaire--confirmation-form .fieldset {
		max-width: 1024px;
	}
	.block-questionnaire--form .form-label, .block-questionnaire--confirmation-form .form-label {
		display: block;
		width: auto;
		background: none;
		margin: 5px 0 10px;
		padding: 0 0 5px;
		font-size: 18px;
		letter-spacing: 0.09em;
		font-weight: normal;
		border-bottom: #999 1px solid;
	}
	.block-questionnaire--form .form-group-title, .block-questionnaire--confirmation-form .form-group-title {
		vertical-align: top;
	}
	.block-questionnaire--form .form-group-title .constraint, .block-questionnaire--confirmation-form .form-group-title .constraint {
		width: auto;
		padding: 0;
		background: none;
	}
	.block-questionnaire--form .form-group-title .constraint .required, .block-questionnaire--confirmation-form .form-group-title .constraint .required {
		display: block;
		padding: 15px 0 0;
	}
	.block-questionnaire--form .form-control, .block-questionnaire--confirmation-form .form-control {
		vertical-align: top;
		padding: 10px 0 0;
	}
	.block-questionnaire--form .form-control textarea, .block-questionnaire--confirmation-form .form-control textarea {
		width: 100%;
	}
	.block-questionnaire--form .form-control .block-questionnaire--box-content, .block-questionnaire--confirmation-form .form-control .block-questionnaire--box-content {
		padding: 0;
		margin: 0;
	}
	.block-questionnaire--form .form-control .block-questionnaire--box-content .block-questionnaire--textbox, .block-questionnaire--confirmation-form .form-control .block-questionnaire--box-content .block-questionnaire--textbox {
		width: 100%;
	}
	.block-questionnaire--form .required:after, .block-questionnaire--confirmation-form .required:after {
		margin: 0;
	}
}
@media screen and (max-width: 900px) and (min-width: 760px) {
	.block-questionnaire--form .form-group-title, .block-questionnaire--confirmation-form .form-group-title {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.block-questionnaire--form .form-control select, .block-questionnaire--confirmation-form .form-control select {
	font-size: 16px;
}
.block-questionnaire--form .action-buttons, .block-questionnaire--confirmation-form .action-buttons {
	margin-top: 30px;
}
.block-questionnaire--form .form-error, .block-questionnaire--confirmation-form .form-error {
	margin-top: 10px;
	color: #E62F2F;
}
.block-questionnaire-completed--message {
	margin-top: 50px;
	margin-bottom: 50px;
}
.block-questionnaire-completed .btn {
	font-size: 14px;
}
.block-common-alert {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.block-common-alert {
		width: 1170px;
	}
}
.block-common-alert--link {
	width: 240px;
	height: 45px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	background-color: #b1b3b4;
	text-align: center;
	vertical-align: middle;
	margin: 30px auto 0;
	padding: 3px 10px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	box-sizing: border-box;
}
.block-questionnaire--item .form-group, .block-questionnaire--confirmation-item-list .form-group {
	display: block;
	border: none !important;
}
@media screen and (min-width: 760px), print {
	.block-questionnaire--item .form-group, .block-questionnaire--confirmation-item-list .form-group {
		margin-top: 30px;
	}
}
@media screen and (min-width: 760px), print {
	.block-questionnaire--item-description {
		font-size: 14px;
	}
}
.block-questionnaire--require-message {
	color: #469de2 !important;
	display:none !important;
}

.block-questionnaire--form .form-error {
	background-color: #FFFF00;
}
@media screen and (min-width: 760px), print {
	.block-questionnaire--require-message {
		font-size: 13px;
	}
}
@media screen and (min-width: 760px), print {
	.block-questionnaire--list-item .form-label, .block-questionnaire--box-content .form-label {
		display: block;
		width: 100%;
	}
	.block-questionnaire--list-item img, .block-questionnaire--box-content img {
		margin: 10px 0;
	}
}
@media screen and (min-width: 760px), print {
	.block-questionnaire--box-content {
		margin-top: 30px;
	}
	.block-questionnaire--box-content img {
		max-width: 100%;
		height: auto;
	}
}
.block-questionnaire--box-content>span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block-questionnaire--box-content>span input {
	width: 30px;
	margin: 0 0 10px;
}
.block-questionnaire--box-content>span label {
	width: calc(100% - 30px);
	margin: 0 0 10px;
}
.block-questionnaire--freespace-top a {
	color: #3b4043;
	text-decoration: underline;
}
.block-questionnaire--freespace-top+.alert {
	color: #E62F2F;
}
.block-questionnaire--freespace-bottom {
	margin-top: 30px;
}
@media screen and (min-width: 760px), print {
	.p-my-content__exchangegoods {
		margin-top: 60px;
	}
}
.p-my-content__exchangegoods__title {
	letter-spacing: 0.03em;
	color: #3B4043;
}
@media screen and (min-width: 760px), print {
	.p-my-content__exchangegoods__title {
		font-size: 14px;
	}
}
@media screen and (min-width: 760px), print {
	.p-my-content__exchangegoods__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 20px;
	}
}
.p-my-content__exchangegoods__btn {
	display: block;
	background: #F19A9E;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-align: center;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-my-content__exchangegoods__btn {
		width: 380px;
		padding: 18px 0;
		font-size: 18px;
		box-shadow: 4px 4px #B1B3B4;
	}
	.p-my-content__exchangegoods__btn:hover {
		opacity: 0.5;
	}
}
@media screen and (min-width: 760px), print {
	.p-my-content__heading--secondaly-main {
		font-size: 22px;
		margin: 0 0 30px;
	}
}
.p-my-content__heading--secondaly-sub {
	margin: 0 0 20px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	background-color: #f2f2f2;
}
.block-regular-purcharse-list .block-regular-purcharse-list-in {
	margin-top: 30px;
}
.block-regular-purcharse-list .block-regular-purcharse-list-in .block-regular-purcharse-list--title p {
	font-weight: 600;
}
.block-regular-purcharse-list .block-regular-purcharse-list-in .action-buttons {
	margin-top: 20px;
}
.block-regular-purcharse-list-col2 dl+dl {
	margin-top: 12px;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-list-col2 dl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border: 1px solid #b8babb;
		border-top: none;
	}
}
.block-regular-purcharse-list-col2 dl dt, .block-regular-purcharse-list-col2 dl dd {
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-list-col2 dl dt, .block-regular-purcharse-list-col2 dl dd {
		border-top: 1px solid #b8babb;
		padding: 10px 16px;
	}
}
.block-regular-purcharse-list-col2 dl dt {
	background-color: #f3f3f3;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-list-col2 dl dt {
		display: flex;
		align-items: center;
		width: 200px;
		font-size: 13px;
	}
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-list-col2 dl dd {
		width: calc(100% - 200px);
		font-size: 14px;
	}
}
.block-regular-purcharse-list-col2 dl dd .status {
	font-weight: 600;
}
.block-regular-purcharse-list-col2 dl dd .status_wait {
	color: #E62F2F;
}
.block-regular-purcharse-list-col2 dl dd .message {
	color: #E62F2F;
}
.block-regular-purcharse-list-col2 dl dd select {
	height: 30px;
	padding: 0;
	font-size: 16px;
}
.block-regular-purcharse-list-col2 dl dd input {
	vertical-align: baseline;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-list-col2 dl dd .radio {
		margin-right: 24px;
	}
}
.block-regular-purcharse-list-col2 dl dd p+p {
	margin-top: 10px;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-list-col2+.txt-attention {
		margin-top: 15px;
	}
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-list-col2+table {
		margin-top: 30px;
	}
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-list-col2-in {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.block-regular-purcharse-list-col2-in+.block-regular-purcharse-list-col2-in {
	margin-top: 12px;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-list-col2-next {
		margin-top: 48px;
	}
}
.block-regular-purcharse-list-col2-next dl dt {
	background-color: #deebf7;
}
.block-regular-purcharse-list-col2-next dl dd {
	color: #469de2;
	font-weight: 600;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-list-col2 .block-regular-cycle--select-wm {
		margin: 0;
	}
}
.block-regular-purcharse-list-col2 .help-block {
	margin-top: 12px;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail--title {
	margin-top: 30px;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail--title p {
	font-size: 14px;
	font-weight: 600;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in {
	margin-top: 5px;
	font-size: 14px;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in:first-of-type {
		margin-top: 30px;
	}
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in>p:first-child {
	margin-bottom: 15px;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .p-my-content__heading--thirdaly {
	margin: 0 0 20px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	background-color: #f2f2f2;
	border: none
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table {
	border: none;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table th {
	border: none;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table td {
	padding: 10px;
	border: none;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table td:empty {
	display: none;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table td select {
	height: 30px;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .regular_cycle_title {
	display: block;
	margin-top: 10px;
	font-weight: 600;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .next_expected_process {
	font-weight: 600;
	color: #E62F2F;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .block-regular-purcharse-detail--card-confirm {
	display: block;
	margin-top: 10px;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .block-regular-purcharse-detail--card-confirm a {
	font-size: 16px;
	color: #469de2;
	text-decoration: none;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--append-items {
	display: inline-block;
	margin: 0 10px;
	padding: 20px;
	border: 1px solid #b1b3b4;
	width: auto;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-img {
		width: 140px;
	}
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-img a {
	display: block;
}
@media screen and (min-width: 760px), print {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-name {
		width: calc(100% - 160px);
	}
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .status {
	font-weight: 600;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .status_wait {
	color: #E62F2F;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .message {
	color: #E62F2F;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--select-cycle {
	color: #E62F2F;
}
.modal-dialog-regular .modal-header {
	background-color: #f69c60;
}
.modal-dialog-regular .modal-content {
	background-color: #fff;
}
.modal-dialog-regular .btn-regular {
	background-color: #f69c60;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
.modal-dialog-regular .btn-regular-noselect {
	background: #f2f2f2;
	color: #e0e0e0;
	pointer-events: none;
}
.modal-dialog-regular .block-regular-purcharse-detail--goods-items, .modal-dialog-regular .block-regular-purcharse-detail--check, .modal-dialog-regular .block-regular-purcharse-detail--goods-name {
	border: none;
}
@media screen and (min-width: 760px), print {
	.modal-dialog-regular .block-regular-purcharse-detail--goods-img {
		width: 25%;
	}
	.modal-dialog-regular .block-regular-purcharse-detail--goods-img img {
		border: 1px solid #b1b3b4;
	}
}
.modal-dialog-regular .block-regular-purcharse-detail--goods-name-in p {
	margin: 0;
}
.modal-dialog-regular .block-regular-purcharse-detail--goods-name-in {
	padding: 10px;
	background-color: #deebf7;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.modal-dialog-regular .modal-footer {
		padding-bottom: 30px;
	}
	.modal-dialog-regular .modal-footer .action-buttons {
		margin: 30px 0 0;
	}
}
@media screen and (min-width: 760px), print {
	.modal-dialog-regular .block-regular-purcharse-detail--check {
		width: 5%;
	}
	.modal-dialog-regular .block-regular-purcharse-detail--goods-name {
		width: calc(100% - 30%);
	}
}
.modal-dialog-regular .block-regular-purcharse-detail--goods-items-in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px), print {
	.modal-dialog-regular .block-regular-purcharse-detail--goods-items-in {
		margin-top: 30px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.p-contact-content__inner--form {
	width: 100%;
}
.p-contact-content__inner--form .block-inquiry {
	margin-top: 53px;
}
.block-inquiry--customer-name {
	font-weight: bold;
}
.block-inquiry--forward {
	background-color: #7c8bdd !important;
}
.block-inquiry-completed--customer-name {
	font-weight: bold;
}
.p-my-content-online {
	margin: 0 0 40px;
}
@media screen and (min-width: 760px), print {
	.p-my-content-online .p-my-content__heading--secondaly {
		margin-bottom: 10px;
	}
}
.p-my-content-online__inner {
	display: block;
	box-sizing: border-box;
}
.p-my-content-online__inner span {
	display: block;
	margin-bottom: 20px;
}
@media screen and (min-width: 760px), print {
	.p-my-content-online__inner span {
		font-size: 14px;
	}
}
.p-my-content-online__inner a {
	color: #3b4043;
	text-decoration: underline;
}
.p-my-content-online__inner h2 {
	margin-top: 30px;
	margin-bottom: 16px;
	letter-spacing: 0.09em;
}
@media screen and (min-width: 760px), print {
	.p-my-content-online__inner h2 {
		font-size: 21px;
	}
}
.p-my-content-online__inner ul li {
	margin-bottom: 6px;
}
.p-my-content-online__inner ul .txt-red {
	color: #E62F2F;
}
.p-my-content-online__tel h3 {
	margin-bottom: 16px;
	font-weight: 600;
}
@media screen and (min-width: 760px), print {
	.p-privacy-content {
		padding: 50px 0 107px;
	}
}
.p-privacy-content__inner {
	max-width: 1170px;
}
@media screen and (min-width: 760px), print {
	.p-privacy-content__inner {
		padding: 0 0 0 135px;
	}
}
@media screen and (min-width: 760px), print {
	.p-privacy-content__heading--primary {
		font-size: 24px;
		letter-spacing: 0.09em;
		line-height: 1.222222;
	}
}
.p-privacy-content__heading--secondary {
	margin: 60px 0 16px;
	padding: 0 0 10px;
	border-bottom: #999 1px solid;
}
@media screen and (min-width: 760px), print {
	.p-privacy-content__heading--secondary {
		font-size: 18px;
		letter-spacing: 0.09em;
		line-height: 1;
	}
}
.p-privacy-content__text {
	margin-top: 53px;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-privacy-content__text {
		font-size: 16px;
		letter-spacing: 0.03em;
		line-height: 1.8;
	}
}
.p-privacy-content__text a {
	color: #3b4043;
	text-decoration: underline;
}
.p-privacy-content__text .p-privacy-content__list {
	list-style: none;
	margin-top: 15px;
	padding-left: 1.35em;
	text-indent: -1.35em;
}
.p-privacy-content__text .p-privacy-content__list>li>a {
	color: #3b4043;
	text-decoration: underline;
}
.p-privacy-content__text .p-privacy-content__list>li ol, .p-privacy-content__text .p-privacy-content__list>li+li {
	margin-top: 10px;
}
.p-privacy-content__text .p-privacy-content__list+p {
	margin-top: 15px;
}
.p-privacy-content__text .p-privacy-content__list__num {
	list-style: decimal;
	padding-left: 24px;
}
.p-privacy-content__text .p-privacy-content__list__num>li {
	list-style: inherit;
}
.p-privacy-content__text .p-privacy-content__list__num>li>a {
	text-decoration: underline;
}
.p-privacy-content__text .p-privacy-content__list__num>li ol, .p-privacy-content__text .p-privacy-content__list__num>li+li {
	margin-top: 15px;
}
.p-privacy-content__text .p-privacy-content__container__text+.p-privacy-content__container__text {
	margin-top: 15px;
}
.p-privacy-content__text .p-privacy-content__container__text-head {
	font-weight: 600;
	text-decoration: underline;
}
.p-privacy-content__text .p-privacy-content__container__text-head+.p-privacy-content__container__text {
	margin-top: 10px;
	margin-bottom: 20px;
}
.p-privacy-content__text .p-privacy-content__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
.p-privacy-content__buttons__button {
	border: 1px solid #b1b3b4;
	text-align: center;
	text-decoration: none;
	color: #3b4043;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-privacy-content__buttons__button {
		width: 48.27586%;
		height: 60px;
		padding: 0 40px;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
.p-privacy-content__buttons__button--icon-self {
	position: relative;
}
.p-privacy-content__buttons__button--icon-self:after {
	content: "";
	background-image: url("/freepage/maison-kose/common/img/common/icon/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-privacy-content__buttons__button--icon-self:after {
		right: 22px;
	}
}
.p-privacy-content__hover-action {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
@media screen and (min-width: 760px), print {
	.p-privacy-content__hover-action:hover {
		opacity: 0.7;
	}
}
@media screen and (min-width: 760px), print {
	.p-rule-content {
		padding: 50px 0 107px;
	}
}
.p-rule-content__inner {
	max-width: 1170px;
}
@media screen and (min-width: 760px), print {
	.p-rule-content__inner {
		padding: 0 0 0 135px;
	}
}
@media screen and (min-width: 760px), print {
	.p-rule-content__heading--primary {
		font-size: 24px;
		letter-spacing: 0.09em;
		line-height: 1.222222;
	}
}
.p-rule-content__heading--secondary {
	margin: 60px 0 16px;
	padding: 0 0 10px;
	border-bottom: #999 1px solid;
}
@media screen and (min-width: 760px), print {
	.p-rule-content__heading--secondary {
		font-size: 18px;
		letter-spacing: 0.09em;
		line-height: 1;
	}
}
.p-rule-content__text {
	margin-top: 53px;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-rule-content__text {
		font-size: 16px;
		letter-spacing: 0.03em;
		line-height: 1.8;
	}
}
.p-rule-content__text .p-rule-content__list {
	margin-top: 15px;
	list-style: decimal;
	padding-left: 24px;
}
.p-rule-content__text .p-rule-content__list>li {
	list-style: inherit;
}
.p-rule-content__text .p-rule-content__list>li>a {
	color: #3b4043;
	text-decoration: underline;
}
@media screen and (min-width: 760px), print {
	.p-rule-content__text .p-rule-content__list>li>a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-rule-content__text .p-rule-content__list>li>a:hover {
		opacity: 0.5;
	}
}
.p-rule-content__text .p-rule-content__list>li ol, .p-rule-content__text .p-rule-content__list>li+li {
	margin-top: 15px;
}
.p-rule-content__text .p-rule-content__list .p-rule-content__list {
	list-style: none;
	padding-left: 1.65em;
	text-indent: -1.65em;
}
.p-rule-content__text .p-rule-content__container__text+.p-rule-content__container__text {
	margin-top: 15px;
}
.p-rule-content__text .p-rule-content__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
.p-rule-content__container__text+.p-rule-content__list {
	list-style: none;
	padding-left: 1.65em;
	text-indent: -1.65em;
}
.p-rule-content__container__text+.p-rule-content__list+.p-rule-content__container__text {
	margin-top: 15px;
}
.p-rule-content__buttons__button {
	border: 1px solid #b1b3b4;
	text-align: center;
	text-decoration: none;
	color: #3b4043;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-rule-content__buttons__button {
		width: 48.27586%;
		height: 60px;
		padding: 0 40px;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
.p-rule-content__buttons__button--icon-self {
	position: relative;
}
.p-rule-content__buttons__button--icon-self:after {
	content: "";
	background-image: url("/freepage/maison-kose/common/img/common/icon/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-rule-content__buttons__button--icon-self:after {
		right: 22px;
	}
}
.p-rule-content__hover-action {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
@media screen and (min-width: 760px), print {
	.p-rule-content__hover-action:hover {
		opacity: 0.7;
	}
}
.p-rule-content__list_disc {
	margin-top: 15px;
}
.p-rule-content__list_disc>li {
	font-size: 16px;
	padding-left: 1em;
	position: relative;
}
.p-rule-content__list_disc>li>a {
	text-decoration: underline;
}
.p-rule-content__list_disc>li+li {
	margin-top: 15px;
}
.p-rule-content__list_disc>li:before {
	content: 'ãƒ»';
	left: 0;
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-tokushoho-content {
		padding: 50px 0 107px;
	}
}
.p-tokushoho-content__inner {
	max-width: 1170px;
}
@media screen and (min-width: 760px), print {
	.p-tokushoho-content__inner {
		padding: 0 0 0 135px;
	}
}
@media screen and (min-width: 760px), print {
	.p-tokushoho-content__heading--primary {
		font-size: 24px;
		letter-spacing: 0.09em;
		line-height: 1.222222;
	}
}
.p-tokushoho-content__heading--secondary {
	margin: 60px 0 16px;
	padding: 0 0 10px;
	border-bottom: #999 1px solid;
}
@media screen and (min-width: 760px), print {
	.p-tokushoho-content__heading--secondary {
		font-size: 18px;
		letter-spacing: 0.09em;
		line-height: 1;
	}
}
.p-tokushoho-content__heading--thirdaly {
	margin: 20px 0 12px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.09em;
}
.p-tokushoho-content__text {
	margin-top: 53px;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-tokushoho-content__text {
		font-size: 16px;
		letter-spacing: 0.03em;
		line-height: 1.8;
	}
}
.p-tokushoho-content__text .p-tokushoho-content__list {
	list-style: decimal;
	padding-left: 24px;
}
.p-tokushoho-content__text .p-tokushoho-content__list>li {
	list-style: inherit;
}
.p-tokushoho-content__text .p-tokushoho-content__list>li>a {
	text-decoration: underline;
}
.p-tokushoho-content__text .p-tokushoho-content__list>li ol, .p-tokushoho-content__text .p-tokushoho-content__list>li+li {
	margin-top: 15px;
}
.p-tokushoho-content__text .p-tokushoho-content__container__text a {
	color: #3b4043;
	text-decoration: underline;
}
.p-tokushoho-content__text .p-tokushoho-content__container__text+.p-tokushoho-content__container__text {
	margin-top: 15px;
}
.p-tokushoho-content__text .p-tokushoho-content__container__img {
	margin: 15px 0;
}
.p-tokushoho-content__text .p-tokushoho-content__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0;
}
.p-tokushoho-content__buttons__button {
	border: 1px solid #b1b3b4;
	text-align: center;
	text-decoration: none;
	color: #3b4043;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-tokushoho-content__buttons__button {
		width: 48.27586%;
		height: 60px;
		padding: 0 40px;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
.p-tokushoho-content__buttons__button--icon-self {
	position: relative;
}
.p-tokushoho-content__buttons__button--icon-self:after {
	content: "";
	background-image: url("/freepage/maison-kose/common/img/common/icon/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-tokushoho-content__buttons__button--icon-self:after {
		right: 22px;
	}
}
.p-tokushoho-content__hover-action {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
@media screen and (min-width: 760px), print {
	.p-tokushoho-content__hover-action:hover {
		opacity: 0.7;
	}
}
.p-faq-online-content {
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content {
		width: 1170px;
		margin: 0 auto;
		padding-top: 115px;
	}
}
.p-faq-online-content__heading.is-index {
	width: 175.3px;
}
.p-faq-online-content__heading.is-favorite {
	width: 139.7px;
}
.p-faq-online-content__inner {
	padding-top: 75px;
	padding-bottom: 143px;
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__inner {
		max-width: 1170px;
		margin: 0 auto;
	}
	.p-faq-online-content__inner:after {
		content: '';
		display: block;
		clear: both;
	}
}
.p-faq-online-content__sidenavi {
	width: 196px;
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__sidenavi {
		float: left;
		position: relative;
	}
}
.p-faq-online-content__main {
	width: 870px;
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__main {
		float: right;
	}
}
.p-faq-online__heading--secondaly {
	margin-bottom: 24px;
	font-size: 24px;
	letter-spacing: 0.09em;
	width: 100%;
	height: 80px;
	background: #f3f3f3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}
.p-faq-online__heading--thirdaly {
	margin-bottom: 24px;
	font-size: 18px;
	letter-spacing: 0.09em;
}
.p-faq-online-content__navigation__wrapper+.p-faq-online-content__navigation__wrapper {
	margin-top: 74px;
}
.p-faq-online-content__navigation {
	width: 100%;
	border-bottom: 1px solid #e0e1e1;
}
.p-faq-online-content__navigation__heading+.p-faq-online-content__navigation {
	margin-top: 18px;
}
.p-faq-online-content__navigation__heading {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #75797b;
}
.p-faq-online-content__navigation__item {
	width: 100%;
	height: 46px;
	border-top: 1px solid #e0e1e1;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__navigation__item {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		font-size: 14px;
	}
	.p-faq-online-content__navigation__item:hover {
		background-color: #e4f3f8;
	}
}
.p-faq-online-content__navigation__item.active {
	background-color: #e4f3f8;
}
.p-faq-online-content__navigation__item a {
	color: #3b4043;
	text-decoration: none;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 12px;
	padding-right: 30px;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
.p-faq-online-content__navigation__item.active a:after {
	background-color: #e4f3f8;
}
.p-faq-online-content__navigation__logout {
	margin-top: 30px;
}
.p-faq-online-content__navigation__logout a {
	font-size: 14px;
	line-height: 1.92857;
	letter-spacing: 0.03em;
	color: #75797b;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #75797b;
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__main .c-product__item {
		width: 22.52874%;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__main .c-product__item+.c-product__item {
		margin-left: 3.25%;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__main .c-product__item:nth-child(4n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__main .c-product__item:nth-child(n+5) {
		margin-top: 50px;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__categories {
		margin-top: 120px;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__categories__category+.p-faq-online-content__categories__category {
		margin-top: 90px;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__categories__heading {
		font-size: 24px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
.p-faq-online-content__categories__heading.c-arrow--absolute:after {
	right: 40px;
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__categories__heading__icon {
		width: 24px;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__categories__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-top: 20px;
		font-size: 14px;
		letter-spacing: 0.09;
		line-height: 1.714285;
	}
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__categories__list li {
		width: 240px;
		margin: 15px 0;
	}
}
.p-faq-online-content__categories__textlink {
	color: #3b4043;
	text-decoration: none;
	display: inline-block;
}
.p-faq-online-content__list {
	border-bottom: 1px solid #e0e1e1;
}
.p-faq-online-content__list li {
	padding-top: 20px;
	border-top: 1px solid #e0e1e1;
}
.p-faq-online-content__list li:first-child {
	padding-top: 0;
	border-top: none;
}
.p-faq-online-content__list .p-faq-online-content__list__q, .p-faq-online-content__list .p-faq-online-content__list__a {
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 5px;
	position: relative;
}
.p-faq-online-content__list .p-faq-online-content__list__q:before, .p-faq-online-content__list .p-faq-online-content__list__a:before {
	font-size: 30px;
	color: #3b4043;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.p-faq-online-content__list .p-faq-online-content__list__q a, .p-faq-online-content__list .p-faq-online-content__list__a a {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__list .p-faq-online-content__list__q a, .p-faq-online-content__list .p-faq-online-content__list__a a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-faq-online-content__list .p-faq-online-content__list__q a:hover, .p-faq-online-content__list .p-faq-online-content__list__a a:hover {
		opacity: 0.5;
	}
}
.p-faq-online-content__list .p-faq-online-content__list__q {
	cursor: pointer;
}
.p-faq-online-content__list .p-faq-online-content__list__q:before {
	content: 'Q.';
}
.p-faq-online-content__list .p-faq-online-content__list__q:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	-ms-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
	content: '';
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__list .p-faq-online-content__list__q:after {
		right: 20px;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		border-top: 2px solid #3b4043;
		border-right: 2px solid #3b4043;
	}
}
.p-faq-online-content__list .p-faq-online-content__list__q.is-open:after {
	margin-top: 3px;
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	-ms-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
}
.p-faq-online-content__list .p-faq-online-content__list__a {
	display: none;
	padding-right: 20px;
}
.p-faq-online-content__list .p-faq-online-content__list__a:before {
	content: 'A.';
}
.p-faq-online-content__list .p-faq-online-content__list__a p+p {
	margin-top: 20px;
}
.p-faq-online-content__buttons {
	margin-top: 20px;
}
.p-faq-online-content__buttons p, .p-faq-online-content__buttons+p {
	margin-top: 20px;
}
.p-faq-online-content__buttons__button {
	border: 1px solid #b1b3b4;
	text-align: center;
	text-decoration: none;
	color: #3b4043;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__buttons__button {
		width: 48.27586%;
		height: 60px;
		padding: 0 40px;
		margin-top: 20px;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
.p-faq-online-content__buttons__button--icon-self {
	position: relative;
}
.p-faq-online-content__buttons__button--icon-self:after {
	content: "";
	background-image: url("/freepage/maison-kose/common/img/common/icon/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__buttons__button--icon-self:after {
		right: 22px;
	}
}
.p-faq-online-content__hover-action {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
@media screen and (min-width: 760px), print {
	.p-faq-online-content__hover-action:hover {
		opacity: 0.7;
	}
}
.p-faq-online-content__intro {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
.p-faq-online-content__intro li {
	width: calc(100% / 3 - 20px);
	height: 240px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	margin-top: 30px;
	box-sizing: border-box;
}
.p-faq-online-content__intro li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	color: #3b4043;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.p-faq-online-content__intro li a:hover {
	background-color: #e4f3f8;
}
.p-faq-online-content__intro li a .ico {
	display: inline-block;
	position: relative;
	margin: 0 0 20px;
	width: 69px;
	height: 69px;
	background-size: 69px 69px;
	background-position: center center;
}
.p-faq-online-content__intro li a .ico-anc01 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_address_edit.png);
}
.p-faq-online-content__intro li a .ico-anc02 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_card.png);
}
.p-faq-online-content__intro li a .ico-anc03 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_delivery.png);
}
.p-faq-online-content__intro li a .ico-anc04 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_history.png);
}
.p-faq-online-content__intro li a .ico-anc05 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_point.png);
}
.p-faq-online-content__intro li a .ico-anc06 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_delivery.png);
}
.p-faq-online-content__intro li a .ico-anc07 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_user.png);
}
.p-faq-online-content__intro:after {
	width: calc(100% / 3 - 20px);
	height: 240px;
	box-sizing: border-box;
	margin-top: 30px;
	box-sizing: border-box;
	content: "";
}
.p-guide-content {
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-guide-content {
		width: 1170px;
		margin: 0 auto;
		padding-top: 50px;
	}
}
.p-guide-content__heading.is-index {
	width: 175.3px;
}
.p-guide-content__heading.is-favorite {
	width: 139.7px;
}
.p-guide-content__inner {
	padding-top: 50px;
	padding-bottom: 143px;
}
@media screen and (min-width: 760px), print {
	.p-guide-content__inner {
		max-width: 1170px;
		margin: 0 auto;
	}
	.p-guide-content__inner:after {
		content: '';
		display: block;
		clear: both;
	}
}
.p-guide-content__sidenavi {
	width: 216px;
}
@media screen and (min-width: 760px), print {
	.p-guide-content__sidenavi {
		float: left;
		position: relative;
	}
}
.p-guide-content__main {
	width: 870px;
}
@media screen and (min-width: 760px), print {
	.p-guide-content__main {
		float: right;
	}
}
.p-guide__heading--secondaly {
	margin-bottom: 24px;
	font-size: 21px;
	letter-spacing: 0.09em;
	width: 100%;
	background: #f3f3f3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em;
	box-sizing: border-box;
	position: relative;
}
.p-guide__heading--thirdaly {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.09em;
}
.p-guide-content__navigation__wrapper+.p-guide-content__navigation__wrapper {
	margin-top: 74px;
}
.p-guide-content__navigation {
	width: 100%;
	border-bottom: 1px solid #e0e1e1;
}
.p-guide-content__navigation__heading+.p-guide-content__navigation {
	margin-top: 18px;
}
.p-guide-content__navigation__heading {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #75797b;
}
.p-guide-content__navigation__item {
	width: 100%;
	height: 46px;
	border-top: 1px solid #e0e1e1;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-guide-content__navigation__item {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		font-size: 14px;
	}
	.p-guide-content__navigation__item:hover {
		background-color: #e4f3f8;
	}
}
.p-guide-content__navigation__item.active {
	background-color: #e4f3f8;
}
.p-guide-content__navigation__item a {
	color: #3b4043;
	text-decoration: none;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 12px;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
.p-guide-content__navigation__item.active a:after {
	background-color: #e4f3f8;
}
.p-guide-content__navigation__logout {
	margin-top: 30px;
}
.p-guide-content__navigation__logout a {
	font-size: 14px;
	line-height: 1.92857;
	letter-spacing: 0.03em;
	color: #75797b;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #75797b;
}
@media screen and (min-width: 760px), print {
	.p-guide-content__main .c-product__item {
		width: 22.52874%;
	}
}
@media screen and (min-width: 760px), print {
	.p-guide-content__main .c-product__item+.c-product__item {
		margin-left: 3.25%;
	}
}
@media screen and (min-width: 760px), print {
	.p-guide-content__main .c-product__item:nth-child(4n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-guide-content__main .c-product__item:nth-child(n+5) {
		margin-top: 50px;
	}
}
@media screen and (min-width: 760px), print {
	.p-guide-content__categories {
		margin-top: 120px;
	}
}
@media screen and (min-width: 760px), print {
	.p-guide-content__categories__category+.p-guide-content__categories__category {
		margin-top: 90px;
	}
}
@media screen and (min-width: 760px), print {
	.p-guide-content__categories__heading {
		font-size: 24px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
.p-guide-content__categories__heading.c-arrow--absolute:after {
	right: 40px;
}
@media screen and (min-width: 760px), print {
	.p-guide-content__categories__heading__icon {
		width: 24px;
	}
}
@media screen and (min-width: 760px), print {
	.p-guide-content__categories__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-top: 20px;
		font-size: 14px;
		letter-spacing: 0.09;
		line-height: 1.714285;
	}
}
@media screen and (min-width: 760px), print {
	.p-guide-content__categories__list li {
		width: 240px;
		margin: 15px 0;
	}
}
.p-guide-content__categories__textlink {
	color: #3b4043;
	text-decoration: none;
	display: inline-block;
}
.p-guide-content__intro {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.p-guide-content__intro:after {
	width: calc(100% / 3 - 20px);
	height: 240px;
	content: "";
}
.p-guide-content__intro li {
	width: calc(100% / 3 - 20px);
	height: 240px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	margin-top: 30px;
	box-sizing: border-box;
}
.p-guide-content__intro li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	color: #3b4043;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.p-guide-content__intro li a:hover {
	background-color: #e4f3f8;
}
.p-guide-content__intro li a .ico {
	display: inline-block;
	position: relative;
	margin: 0 0 20px;
	width: 69px;
	height: 69px;
	background-size: 69px 69px;
	background-position: center center;
}
.p-guide-content__intro li a .ico-anc01 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_address_edit.png);
}
.p-guide-content__intro li a .ico-anc02 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_card.png);
}
.p-guide-content__intro li a .ico-anc03 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_delivery.png);
}
.p-guide-content__intro li a .ico-anc04 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_history.png);
}
.p-guide-content__intro li a .ico-anc05 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_point.png);
}
.p-guide-content__intro li a .ico-anc06 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_delivery.png);
}
.p-guide-content__intro li a .ico-anc07 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_address_edit.png);
}
.p-guide-content__intro li a .ico-anc08 {
	background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_user.png);
}
.p-guide-content__text p {
	margin-bottom: 20px;
}
.p-guide-content__text p a {
	color: #3b4043;
	text-decoration: underline;
	word-break: break-all;
}
.p-guide-content__text+.p-guide-content__text {
	margin-top: 30px;
}
.p-guide-content__list li {
	margin-bottom: 60px;
}
@media screen and (min-width: 760px), print {
	.p-guide-content__list li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.p-guide-content__list li .p-guide-content__list__text p {
	margin-top: 24px;
	margin-right: 1em;
	margin-left: 1em;
	font-size: 16px;
	letter-spacing: 0.09em;
}
.p-guide-content__list li .p-guide-content__list__text p:first-of-type {
	margin-top: 0;
}
.p-guide-content__list li .p-guide-content__list__text p a {
	color: #3b4043;
	text-decoration: underline;
	word-break: break-all;
}
.p-guide-content__list li .p-guide-content__list__text__inner {
	margin-top: 40px;
}
.p-guide-content__list li .p-guide-content__list__text__inner p span {
	font-weight: 600;
	text-decoration: underline;
}
@media screen and (min-width: 760px), print {
	.p-guide-content__list li .p-guide-content__list__img {
		width: 50%;
	}
}
.p-guide-content__list li .p-guide-content__list__img p {
	margin-bottom: 1em;
}
.p-guide-content__list li .p-guide-content__list__img img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 760px), print {
	.p-guide-content__list-col1 li {
		display: block;
	}
	.p-guide-content__list-col2 li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.p-guide-content__list-col2 li .p-guide-content__list__text {
		width: calc(50% - 30px);
		margin-right: 0;
	}
}
.p-guide-content__list_disc {
	margin-top: 15px;
}
.p-guide-content__list_disc>li {
	margin-bottom: 0;
	padding-left: 1em;
	position: relative;
}
.p-guide-content__list_disc>li a {
	color: #3b4043;
	text-decoration: underline;
}
.p-guide-content__list_disc>li+li {
	margin-top: 15px;
}
.p-guide-content__list_disc>li:before {
	content: 'ãƒ»';
	left: 0;
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-cp-detail__heading--primaly {
		font-size: 27px;
		line-height: 1.22222;
		letter-spacing: .09em;
	}
}
.p-cp-detail__heading--secondaly {
	text-align: left;
}
@media screen and (min-width: 760px), print {
	.p-cp-detail__heading--secondaly {
		font-size: 24px;
		line-height: 1.375;
		letter-spacing: .09em;
	}
}
.p-cp-detail__heading--thirdaly {
	margin-top: 60px;
	margin-bottom: 24px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.09em;
	padding: 0 0 10px;
	border-bottom: #b1b3b4 1px solid;
}
.p-cp-detail__content {
	max-width: 870px;
	margin: 0 auto;
}
.p-cp-detail__main {
	margin-top: 120px;
	padding: 40px 24px;
	box-sizing: border-box;
	background: #f7f7f7;
	border-top: 1px solid #b1b3b4;
	border-bottom: 1px solid #b1b3b4;
}
@media screen and (min-width: 760px), print {
	.p-cp-detail__main {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (min-width: 760px), print {
	.p-cp-detail__main__img {
		width: 360px;
	}
	.p-cp-detail__main__img img {
		width: 360px;
	}
}
@media screen and (min-width: 760px), print {
	.p-cp-detail__main__content {
		padding-left: 30px;
	}
}
.p-cp-detail__main__content__period {
	margin-top: 24px;
}
.p-cp-detail__main__content__period span {
	padding: 6px 24px;
	background: #3b4043;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
}
.p-cp-detail__main__content__period p {
	margin-top: 10px;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1.5;
}
.p-cp-detail__main__content__text {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px dotted #b1b3b4;
	font-size: 14px;
	letter-spacing: 0.09em;
	line-height: 1.5;
}
@media screen and (min-width: 760px), print {
	.p-cp-detail__explain {
		margin-top: 48px;
	}
}
.p-cp-detail__explain__text {
	font-size: 15px;
	line-height: 1.86;
	letter-spacing: 0.09em;
}
.p-cp-detail__explain__img {
	margin-top: 24px;
}
.p-cp-detail__target {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-cp-detail__target {
		padding: 120px 0 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-cp-detail__target__contents {
		margin-top: 20px;
	}
}
.p-cp-detail__target__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 700px;
	margin: 0 auto;
}
.p-cp-detail__target__list .c-product__item--small {
	width: 335px;
	margin-top: 30px;
	margin-left: 0;
}
.p-cp-detail__target__more {
	position: relative;
	border: 1px solid #cccccc;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-cp-detail__target__more {
		width: 180px;
		margin: 50px auto 24px;
		font-size: 12px;
		padding: 7px 0;
	}
}
.p-cp-detail__target__more span {
	display: inline-block;
	text-indent: -1em;
}
.p-cp-detail__target__more .p-arrow:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	background-color: #3b4043;
}
.p-cp-detail__target__more .p-arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	background-color: #3b4043;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.p-cp-detail__target__more .p-arrow:before, .p-cp-detail__target__more .p-arrow:after {
	right: 0;
	width: 13px;
	height: 1px;
}
@media screen and (min-width: 760px), print {
	.p-cp-detail__target__more .p-arrow:before, .p-cp-detail__target__more .p-arrow:after {
		left: 150px;
	}
}
.p-cp-detail__target__more .p-arrow:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.p-cp-detail__target__more.js-accordion-open .p-arrow:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.p-cp-detail__attention {
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 1.69;
}
.p-cp-detail__attention__list li {
	margin-top: 12px;
	list-style: disc;
	color: #469de2;
	margin-left: 1em;
}
.p-cp-detail__attention__list li span {
	position: relative;
	top: 2px;
	color: #3b4043;
}
.p-cp-detail__attention__text p {
	margin-top: 12px;
}
.p-cp-detail__attention__text p a {
	color: #3b4043;
	text-decoration: underline;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
@media screen and (min-width: 760px), print {
	.p-cp-detail__attention__text p a:hover {
		opacity: 0.5;
	}
}
.p-cp-detail__attention__text p .red {
	color: #E62F2F;
}
.p-cp-detail__buttons {
	width: 320px;
	margin: 0 auto 120px;
}
.p-cp-detail__buttons__button {
	position: relative;
	display: block;
	width: 320px;
	border: 1px solid #469de2;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	color: #469de2;
	padding: 17px 0;
	box-sizing: border-box;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.p-cp-detail__buttons__button:after {
	right: 19px;
}
@media screen and (min-width: 760px), print {
	.p-cp-detail__buttons__button:hover {
		opacity: 0.5;
	}
}
.p-lp-point__content {
	color: #3B4043;
}
.p-lp-point__content img {
	max-width: 100%;
	height: auto;
}
.p-lp-point__content__main {
	position: relative;
	background: none;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__main {
		padding: 30px 0;
	}
}
.p-lp-point__content__main__img {
	margin: 0 auto;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__main__img {
		max-width: 224px;
	}
	.p-lp-point__content__main__img img {
		max-width: 224px;
	}
}
.p-lp-point__content__main__text {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 22px auto 0;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__main__text {
		margin: 22px auto 0;
	}
}
.p-lp-point__content__main__text__btn {
	display: block;
	background: #F19A9E;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 25px;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__main__text__btn {
		max-width: 195px;
		margin: 0 auto;
		padding: 8px 0;
		font-size: 18px;
		box-shadow: 3px 3px #B1B3B4;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-lp-point__content__main__text__btn:hover {
		opacity: 0.7;
	}
}
.p-lp-point__content__inner {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__inner {
		padding: 60px 0;
	}
}
.p-lp-point__content__inner .anchor {
	position: absolute;
	top: -75px;
	width: 0;
	height: 0;
	visibility: hidden;
	z-index: -1;
}
.p-lp-point__content-bg-gray {
	background-color: #F3F3F3;
}
.p-lp-point__ttl__area__wrap {
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__ttl__area__wrap__img {
		position: absolute;
		top: -90px;
		right: 0;
	}
	.p-lp-point__ttl__area__wrap__img img {
		width: 230px;
	}
}
.p-lp-point__ttl {
	margin: 0 auto;
	text-align: center;
	font-weight: 400;
	line-height: 1;
	color: #718496;
	letter-spacing: 0.06em;
}
.p-lp-point__ttl span {
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 300;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__ttl span {
		font-size: 30px;
		letter-spacing: 0.18em;
	}
}
.p-lp-point__ttl span.bold {
	font-weight: 500;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__ttl {
		font-size: 27px;
		font-weight: 600;
	}
}
.p-lp-point__ttl__sub {
	margin-top: 30px;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__ttl__sub {
		font-size: 21px;
	}
}
.p-lp-point__ttl__sub+p {
	margin-top: 10px;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__ttl__sub+p {
		text-align: center;
		font-size: 14px;
	}
}
.p-lp-point__subttl {
	text-align: center;
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 400;
	line-height: 1;
	color: #718496;
	letter-spacing: 0.06em;
}
.p-lp-point__subttl span {
	font-family: 'Josefin Sans', 'sans-serif';
}
@media screen and (min-width: 760px), print {
	.p-lp-point__subttl {
		margin: 20px auto 0;
		font-size: 20px;
	}
}
.p-lp-point__content__about__text {
	margin: 0;
}
.p-lp-point__content__about__text p {
	line-height: 2;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__about__text p {
		margin-top: 30px;
		font-size: 15px;
	}
}
.p-lp-point__content__member__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-lp-point__content__member__wrap .p-lp-point__content__member__text__default {
	font-size: 14px;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__member {
		margin: 45px auto 0;
	}
	.p-lp-point__content__member.p-lp-point__content__inner {
		padding: 80px 0;
	}
}
.p-lp-point__content__member__btn {
	display: block;
	background: #F19A9E;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-align: center;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__member__btn {
		padding: 18px 0;
		font-size: 18px;
		box-shadow: 4px 4px #B1B3B4;
	}
	.p-lp-point__content__member__btn:hover {
		opacity: 0.5;
	}
}
.p-lp-point__content__member__text {
	display: block;
	margin-top: 10px;
}
.p-lp-point__content__member__text__default {
	text-align: center;
	letter-spacing: 0.09em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__member__text__default {
		font-size: 18px;
	}
}
.p-lp-point__content__member__text__top {
	line-height: 1.46;
	letter-spacing: 0.05em;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__member__text__top {
		font-size: 30px;
	}
}
.p-lp-point__content__member__text__center {
	color: #F19A9E;
	text-align: center;
	white-space: nowrap;
	font-weight: 600;
	line-height: 1.1;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__member__text__center {
		font-size: 45px;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__member__text__center .small {
		font-size: 30px;
	}
}
.p-lp-point__content__member__text__center .large {
	padding: 0 10px;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__member__text__center .large {
		font-size: 40px;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__member__text__center .large span {
		font-size: 60px;
	}
}
.p-lp-point__content__member__text__bottom {
	letter-spacing: 0.05em;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__member__text__bottom {
		font-size: 18px;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__nav {
		margin-top: 30px;
	}
}
.p-lp-point__content__nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__nav ul {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__nav ul li {
		width: 303px;
	}
}
.p-lp-point__content__nav__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background-color: #fff;
	color: #718496;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__nav__btn {
		height: 90px;
		border: 1px solid #B1B3B4;
		box-shadow: 4px 4px #B1B3B4;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-lp-point__content__nav__btn:hover {
		opacity: 0.5;
	}
}
.p-lp-point__content__nav__btn:after {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	border-top: 1px solid #718496;
	border-right: 1px solid #718496;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	-ms-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
	content: '';
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__nav__btn:after {
		width: 10px;
		height: 10px;
		border-top: 1px solid #718496;
		border-right: 1px solid #718496;
	}
}
.p-lp-point__content__nav__btn span {
	display: block;
	letter-spacing: 0.05em;
}
.p-lp-point__content__nav__btn__ttl {
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
}
.p-lp-point__content__nav__btn__ttl span {
	font-family: 'Josefin Sans', 'sans-serif';
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__nav__btn__ttl {
		font-size: 18px;
	}
}
.p-lp-point__content__nav__btn__subttl {
	margin-top: 6px;
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 300;
	letter-spacing: 0.18em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__nav__btn__subttl {
		font-size: 12px;
	}
}
.p-lp-point__content__earn__text {
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__text {
		margin: 30px 0 0;
	}
	.p-lp-point__content__earn__text-attention {
		margin: 10px 0 0;
	}
}
.p-lp-point__content__earn__text p {
	line-height: 2;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__text p {
		font-size: 15px;
	}
}
.p-lp-point__content__earn__text p a {
	color: #3B4043;
	text-decoration: underline;
}
.p-lp-point__content__earn__text p span {
	font-size: 0.5em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__text p span {
		vertical-align: super;
	}
}
.p-lp-point__content__earn__text p+span {
	display: block;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__text p+span {
		margin-top: 10px;
		font-size: 12px;
	}
}
.p-lp-point__content__earn__text li {
	font-size: 12px;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__img {
		max-width: 432px;
		margin: 50px auto 0;
	}
	.p-lp-point__content__earn__img img {
		max-width: 432px;
	}
}
.p-lp-point__content__earn__more {
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 300;
	color: #718496;
	text-align: center;
	letter-spacing: 0.18em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__more {
		margin: 40px auto 0;
		font-size: 30px;
	}
}
.p-lp-point__content__earn__list {
	margin-top: 20px;
}
.p-lp-point__content__earn__list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.p-lp-point__content__earn__list ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	color: #718496;
	text-align: center;
	background-color: #fff;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__list ul li {
		width: 30.77%;
		height: 253px;
		border-radius: 70px;
		margin-top: 20px;
	}
}
.p-lp-point__content__earn__list ul:after {
	content: "";
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__list ul:after {
		width: 320px;
		height: 286px;
	}
}
.p-lp-point__content__earn__list__icon img {
	width: auto;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__list__icon img {
		height: 69px;
	}
}
.p-lp-point__content__earn__list__ttl {
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__list__ttl {
		margin-top: 20px;
		font-size: 21px;
	}
}
.p-lp-point__content__earn__list__text {
	letter-spacing: 0.05em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__list__text {
		margin-top: 15px;
		font-size: 18px;
		line-height: 1.5;
	}
}
.p-lp-point__content__earn__list__text span {
	color: #F19A9E;
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 500;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__list__text span {
		font-size: 25px;
	}
}
.p-lp-point__content__earn__list__comment {
	position: absolute;
	left: 0;
	right: 0;
	font-weight: 600;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__earn__list__comment {
		bottom: 12px;
		font-size: 15px;
	}
}
.p-lp-point__content__use__text {
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use__text {
		margin-top: 30px;
	}
}
.p-lp-point__content__use__text p {
	line-height: 2;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use__text p {
		font-size: 15px;
		text-align: center;
	}
}
.p-lp-point__content__use__img img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use__img {
		margin: 60px auto 0;
		padding: 45px 105px;
		background-color: #F3F3F3;
		border-radius: 70px;
	}
}
.p-lp-point__content__use__img__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use__img__list li {
		margin-right: 14px;
	}
}
.p-lp-point__content__use__img__list__btn {
	display: block;
	background: #F19A9E;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: underline;
	border-radius: 25px;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use__img__list__btn {
		margin: 0 auto;
		padding: 8px 20px;
		font-size: 21px;
		box-shadow: 3px 3px #B1B3B4;
	}
	.p-lp-point__content__use__img__list__btn:hover {
		text-decoration: none;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use__attention {
		margin-top: 30px;
		box-sizing: border-box;
	}
	.p-lp-point__content__member__wrap+.p-lp-point__content__use__attention {
		margin-top: 60px;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use__attention:first-child {
		margin-top: 100px;
	}
}
.p-lp-point__content__use__attention__ttl {
	color: #718496;
	font-weight: 500;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use__attention__ttl {
		font-size: 18px;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use__attention__list {
		margin-top: 10px;
	}
}
.p-lp-point__content__use__attention__list li {
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use__attention__list li {
		margin-top: 8px;
		margin-left: 24px;
		text-indent: -12px;
		font-size: 14px;
		letter-spacing: 0.03em;
	}
}
.p-lp-point__content__use__attention__list li a {
	color: #3B4043;
	text-decoration: underline;
}
.p-lp-point__content__use__attention__list li:before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 6px;
	border-radius: 100%;
	background: #718496;
	content: '';
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use__attention__list li:before {
		position: relative;
		top: -3px;
		width: 6px;
		height: 6px;
		margin-right: 6px;
	}
}
.p-lp-point__content__use .c-product-content__list {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use .c-product-content__list {
		padding: 0 40px;
	}
}
.p-lp-point__content__use .c-product__item {
	margin-top: 30px;
	margin-left: 0;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use .c-product__item {
		width: 195px;
	}
}
.p-lp-point__content__use .c-product__thumb {
	padding-top: 0;
	background-color: transparent;
}
.p-lp-point__content__use .c-product__thumb:after {
	display: none;
}
.p-lp-point__content__use .c-product__about, .p-lp-point__content__use .c-product__brand {
	padding: 0;
}
.p-lp-point__content__use .c-product__product-name {
	pointer-events: none;
	padding: 0;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use .c-product__product-name {
		font-size: 15px;
		line-height: 2;
	}
}
.p-lp-point__content__use__note {
	text-align: right;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__use__note {
		font-size: 14px;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__faq .p-lp-point__content__faq__list {
		margin-top: 50px;
	}
}
.p-lp-point__content__faq .p-lp-point__content__faq__list dt {
	position: relative;
	letter-spacing: 0.03em;
	cursor: pointer;
	background-color: #D4F0F9;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__faq .p-lp-point__content__faq__list dt {
		margin-top: 20px;
		padding: 20px 30px;
		font-size: 15px;
	}
}
.p-lp-point__content__faq .p-lp-point__content__faq__list dt:before {
	content: 'Q.';
	font-family: 'Josefin Sans', 'sans-serif';
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__faq .p-lp-point__content__faq__list dt:before {
		padding: 0 27px 0 0;
		font-size: 22px;
	}
}
.p-lp-point__content__faq .p-lp-point__content__faq__list dt:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	-ms-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
	content: '';
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__faq .p-lp-point__content__faq__list dt:after {
		right: 40px;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		border-top: 2px solid #718496;
		border-right: 2px solid #718496;
	}
}
.p-lp-point__content__faq .p-lp-point__content__faq__list dt.is-open:after {
	margin-top: 3px;
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	-ms-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
}
.p-lp-point__content__faq .p-lp-point__content__faq__list dd {
	display: none;
	position: relative;
	letter-spacing: 0.03em;
	line-height: 1.8;
	background: #fff;
	border-right: 2px solid #D4F0F9;
	border-bottom: 2px solid #D4F0F9;
	border-left: 2px solid #D4F0F9;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__faq .p-lp-point__content__faq__list dd {
		padding: 10px 30px 10px calc(30px + 3.3em);
		text-indent: -3.4em;
		font-size: 15px;
	}
}
.p-lp-point__content__faq .p-lp-point__content__faq__list dd a {
	color: #3B4043;
	text-decoration: underline;
}
.p-lp-point__content__faq .p-lp-point__content__faq__list dd:before {
	content: 'A.';
	font-family: 'Josefin Sans', 'sans-serif';
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__faq .p-lp-point__content__faq__list dd:before {
		padding: 0 32px 0 0;
		font-size: 22px;
	}
}
.p-lp-point__content__contact__inner {
	background: #fff;
}
.p-lp-point__content__contact__ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #718496;
	font-weight: 600;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__contact__ttl {
		font-size: 28px;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__contact__ttl__icon {
		max-width: 60px;
		margin-right: 20px;
	}
}
.p-lp-point__content__contact__text {
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__contact__text {
		margin: 20px 0 0;
	}
}
.p-lp-point__content__contact__text p {
	line-height: 2;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__contact__text p {
		font-size: 15px;
	}
}
.p-lp-point__content__contact__btn {
	display: block;
	background: #fff;
	color: #718496;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-align: center;
	border: 1px solid #B1B3B4;
}
@media screen and (min-width: 760px), print {
	.p-lp-point__content__contact__btn {
		margin: 50px auto 0;
		padding: 18px 0;
		font-size: 18px;
		box-shadow: 3px 3px #B1B3B4;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-lp-point__content__contact__btn:hover {
		opacity: 0.5;
	}
}
.p-lp-app__content {
	color: #3B4043;
}
.p-lp-app__content img {
	max-width: 100%;
	height: auto;
}
.p-lp-app__content__inner {
	position: relative;
	max-width: 1320px;
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__inner {
		padding: 100px 0;
	}
}
.p-lp-app__content__header__logo {
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 0;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__header__logo {
		max-width: 1440px;
		padding-top: 30px;
		padding-left: 30px;
	}
	.p-lp-app__content__header__logo-sp {
		display: none;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__header__logo img {
		max-width: 474px;
	}
	.p-lp-app__content__header__logo img img {
		max-width: 474px;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__header .p-lp-app__content__inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 1000px;
		padding: 0;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__header__content__img {
		max-width: 120px;
		margin: 0 auto;
	}
	.p-lp-app__content__header__content__img img {
		max-width: 120px;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__header__content__img-sp {
		display: none;
	}
}
.p-lp-app__content__header__content>p {
	color: #fff;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.03em;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__header__content>p {
		margin-top: 40px;
		font-size: 22px;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__header__img {
		max-width: 293px;
		margin: 0 auto;
		padding-left: 140px;
		font-size: 0;
	}
	.p-lp-app__content__header__img img {
		max-width: 293px;
	}
}
.p-lp-app__content-bg-skyblue {
	background-color: #A0D2E4;
}
.p-lp-app__content-bg-blue {
	background-color: #628AC5;
}
.p-lp-app__ttl {
	margin: 0 auto;
	text-align: center;
	font-weight: 600;
	line-height: 1;
	color: #628AC5;
	letter-spacing: 0.06em;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__ttl {
		font-size: 30px;
	}
}
.p-lp-app__subttl {
	text-align: center;
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 400;
	line-height: 1;
	color: #718496;
	letter-spacing: 0.06em;
}
.p-lp-app__subttl span {
	font-family: 'Josefin Sans', 'sans-serif';
}
@media screen and (min-width: 760px), print {
	.p-lp-app__subttl {
		margin: 20px auto 0;
		font-size: 20px;
	}
}
.p-lp-app__content__detail__text {
	margin-top: 40px;
}
.p-lp-app__content__detail__text p {
	text-align: center;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__detail__text p {
		font-size: 20px;
	}
}
.p-lp-app__content__detail__list {
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__detail__list {
		max-width: calc(1320px + 108px);
		margin: 100px auto 0;
		padding: 0 54px;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__detail__list ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__detail__list ul li {
		width: 23.48%;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__detail__list__text {
		margin-top: 40px;
	}
}
.p-lp-app__content__detail__list__text h3 {
	color: #628AC5;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__detail__list__text h3 {
		min-height: 66px;
		font-size: 24px;
	}
}
@media screen and (min-width: 760px) and (max-width: 1144px) {
	.p-lp-app__content__detail__list__text h3 {
		min-height: 99px;
	}
}
.p-lp-app__content__detail__list__text p {
	line-height: 1.66;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__detail__list__text p {
		margin-top: 40px;
		font-size: 18px;
	}
}
.p-lp-app__content__detail__list__text a {
	display: block;
	margin-top: 20px;
	color: #3B4043;
	font-size: 15px;
	text-decoration: underline;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__detail__list__text a {
		font-size: 15px;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__footer .p-lp-app__content__inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 1000px;
	}
}
.p-lp-app__content__footer__img {
	max-width: 200px;
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__footer__img {
		text-align: center;
	}
	.p-lp-app__content__footer__img img {
		max-width: 200px;
	}
}
.p-lp-app__content__footer__text p {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__footer__text p {
		font-size: 22px;
		line-height: 1.8;
	}
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__footer__text__img {
		display: none;
	}
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .p-lp-app__content__footer .p-lp-app__content__inner {
		margin: 0;
	}
}
.p-lp-app__content__soon {
	padding: 4px;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__soon {
		max-width: 370px;
		margin: 50px auto 0;
	}
}
.p-lp-app__content__soon__inner {
	width: 100%;
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__soon__inner {
		padding: 20px 0 8px;
	}
}
.p-lp-app__content__soon__inner p {
	font-family: 'Josefin Sans', 'sans-serif';
	font-weight: 400;
	line-height: 1;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__soon__inner p {
		font-size: 30px;
	}
}
.p-lp-app__content__soon__inner span {
	display: block;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__soon__inner span {
		font-size: 14px;
	}
}
.p-lp-app__content__bnr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__bnr {
		max-width: 500px;
		margin: 50px auto 0;
	}
}
.p-lp-app__content__bnr a {
	display: block;
}
@media screen and (min-width: 760px), print {
	.p-lp-app__content__bnr a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-lp-app__content__bnr a:hover {
		opacity: 0.5;
	}
	.p-lp-app__content__bnr a+a {
		margin-left: 20px;
	}
}
@media screen and (min-width: 760px), print {
	.p-error-content {
		padding: 115px 0 107px;
	}
}
.p-error-content__inner {
	max-width: 1170px;
}
@media screen and (min-width: 760px), print {
	.p-error-content__inner {
		padding: 0 0 0 135px;
	}
}
@media screen and (min-width: 760px), print {
	.p-error-content__heading--primary {
		font-size: 27px;
		letter-spacing: 0.09em;
		line-height: 1.3;
	}
}
.p-error-content__text {
	margin-top: 53px;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-error-content__text {
		font-size: 16px;
		letter-spacing: 0.03em;
		line-height: 1.8;
	}
}
.p-error-content__text .p-error-content__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0;
}
.p-error-content__buttons__button {
	margin-top: 40px;
	border: 1px solid #b1b3b4;
	text-align: center;
	text-decoration: none;
	color: #3b4043;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-error-content__buttons__button {
		width: 48.27586%;
		height: 60px;
		padding: 0 40px;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
.p-error-content__buttons__button--icon-self {
	position: relative;
}
.p-error-content__buttons__button--icon-self:after {
	content: "";
	background-image: url("/freepage/maison-kose/common/img/common/icon/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-error-content__buttons__button--icon-self:after {
		right: 22px;
	}
}
.p-error-content__hover-action {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
@media screen and (min-width: 760px), print {
	.p-error-content__hover-action:hover {
		opacity: 0.7;
	}
}
@media screen and (min-width: 760px), print {
	.p-news-content {
		padding: 115px 0 200px;
	}
}
.p-news-content__inner {
	max-width: 1170px;
	margin: auto;
}
@media screen and (min-width: 760px), print {
	.p-news-content__inner {
		padding: 0 135px;
	}
}
@media screen and (min-width: 760px), print {
	.p-news-content__heading--primary {
		font-size: 27px;
		letter-spacing: 0.09em;
		line-height: 1.222222;
	}
}
.p-news__container {
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-news__container {
		width: 100%;
		max-width: 1170px;
	}
}
.p-news__container__inner {
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-news__container__inner {
		margin-top: 65px;
	}
}
.p-news__container__inner__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.p-news__container__inner__list__img {
	min-width: 100px;
}
.p-news__container__inner__list__img img {
	width: 100px;
}
@media screen and (min-width: 760px), print {
	.p-news__container__inner__list__img {
		min-width: 100px;
	}
	.p-news__container__inner__list__img img {
		width: 100px;
	}
}
@media screen and (min-width: 760px), print {
	.p-news__container__inner__list__content {
		padding-left: 30px;
	}
}
.p-news__container__item {
	display: block;
}
@media screen and (min-width: 760px), print {
	.p-news__container__item {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-news__container__item:hover {
		opacity: 0.5;
	}
}
@media screen and (min-width: 760px), print {
	.p-news__container__item+.p-news__container__item {
		margin-top: 30px;
	}
}
.p-news__container__item__date {
	color: #3b4043;
	line-height: 1;
	letter-spacing: .03em;
}
@media screen and (min-width: 760px), print {
	.p-news__container__item__date {
		font-size: 12px;
	}
}
.p-news__container__item__date span {
	margin-left: 10px;
	color: #469de2;
	border: 1px solid #469de2;
}
@media screen and (min-width: 760px), print {
	.p-news__container__item__date span {
		padding: 5px 15px;
		font-size: 12px;
	}
}
.p-news__container__item__info {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-news__container__item__info {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.714285714;
	}
}
.p-news__ttl {
	margin: 0 auto;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-news-detail-content {
		padding: 115px 0 107px;
	}
}
.p-news-detail-content__inner {
	max-width: 1170px;
}
@media screen and (min-width: 760px), print {
	.p-news-detail-content__inner {
		padding: 0 135px;
	}
}
@media screen and (min-width: 760px), print {
	.p-news-detail-content__text {
		font-size: 15px;
		line-height: 2;
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 760px), print {
	.p-news-detail-content__text+.p-news-detail-content__text {
		margin-top: 2em;
	}
}
@media screen and (min-width: 760px), print {
	.p-news-detail-content__img {
		margin-top: 40px;
	}
}
.p-news-detail-content__img img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 760px), print {
	.p-news-detail-content__head__date {
		font-size: 12px;
		line-height: 2.25;
		letter-spacing: .03em;
	}
}
.p-news-detail-content__head__title {
	font-weight: 600;
}
@media screen and (min-width: 760px), print {
	.p-news-detail-content__head__title {
		margin-top: 20px;
		font-size: 30px;
		line-height: 1.4;
		letter-spacing: 0.09em;
	}
}
.p-news-detail-content__body {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-news-detail-content__body {
		margin-top: 40px;
	}
}
.p-news-detail-content__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0;
}
.p-news-detail-content__buttons__button {
	margin-top: 40px;
	border: 1px solid #b1b3b4;
	text-align: center;
	text-decoration: none;
	color: #3b4043;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-news-detail-content__buttons__button {
		width: 48.27586%;
		height: 60px;
		padding: 0 40px;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
.p-news-detail-content__buttons__button--icon-self {
	position: relative;
}
.p-news-detail-content__buttons__button--icon-self:after {
	content: "";
	background-image: url("/freepage/maison-kose/common/img/common/icon/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-news-detail-content__buttons__button--icon-self:after {
		right: 22px;
	}
}
.p-news-detail-content__hover-action {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
@media screen and (min-width: 760px), print {
	.p-news-detail-content__hover-action:hover {
		opacity: 0.7;
	}
}
.p-news__content__buttons {
	width: 320px;
	margin: 40px auto 0;
}
.p-news__content__buttons__button {
	position: relative;
	display: block;
	width: 320px;
	border: 1px solid #469de2;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	color: #469de2;
	padding: 17px 0;
	box-sizing: border-box;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.p-news__content__buttons__button:after {
	right: 19px;
}
@media screen and (min-width: 760px), print {
	.p-news__content__buttons__button:hover {
		opacity: 0.5;
	}
}
@media screen and (min-width: 760px), print {
	.p-sitemap-content {
		padding: 50px 0 107px;
	}
}
@media screen and (min-width: 760px), print {
	.p-sitemap-content__inner {
		width: 1170px;
		padding: 0 0 0 135px;
	}
}
@media screen and (min-width: 760px), print {
	.p-sitemap-content__heading--primary {
		font-size: 24px;
		letter-spacing: 0.09em;
		line-height: 1.222222;
	}
}
.p-sitemap-content__heading--secondary {
	margin-top: 60px;
	padding: 0 0 10px;
	border-bottom: #999 1px solid;
}
@media screen and (min-width: 760px), print {
	.p-sitemap-content__heading--secondary {
		font-size: 21px;
		letter-spacing: 0.09em;
		line-height: 1;
	}
}
.p-sitemap-content__heading--secondary a {
	display: inline-block;
	padding: 0 0 0 16px;
	box-sizing: border-box;
	letter-spacing: .03em;
	position: relative;
	color: #3B4043;
}
@media screen and (min-width: 760px), print {
	.p-sitemap-content__heading--secondary a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-sitemap-content__heading--secondary a:hover {
		opacity: 0.5;
	}
}
.p-sitemap-content__heading--secondary a:before, .p-sitemap-content__heading--secondary a:after {
	position: absolute;
	top: 11px;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.p-sitemap-content__heading--secondary a:before {
	left: 1px;
	background-color: #7d8082;
}
.p-sitemap-content__heading--secondary a:after {
	left: 0;
	background-color: #fff;
}
.p-sitemap-content__text {
	margin-top: 53px;
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-sitemap-content__text {
		font-size: 16px;
		letter-spacing: 0.03em;
		line-height: 1.8;
	}
}
.p-sitemap-content__text .p-sitemap-content__container__text+.p-sitemap-content__container__text {
	margin-top: 15px;
}
.p-sitemap-content__container>.p-sitemap-content__container__list {
	margin-top: 10px;
}
.p-sitemap-content__container__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.p-sitemap-content__container__list li {
	width: 100%;
}
.p-sitemap-content__container__list li+li {
	margin-top: 20px;
}
.p-sitemap-content__container__list li a {
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: .03em;
	position: relative;
	color: #3B4043;
}
@media screen and (min-width: 760px), print {
	.p-sitemap-content__container__list li a {
		padding: 10px 0 10px 16px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-sitemap-content__container__list li a:hover {
		opacity: 0.5;
	}
}
.p-sitemap-content__container__list li a:before, .p-sitemap-content__container__list li a:after {
	position: absolute;
	content: "";
	display: block;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
@media screen and (min-width: 760px), print {
	.p-sitemap-content__container__list li a:before, .p-sitemap-content__container__list li a:after {
		top: 22px;
		width: 8px;
		height: 8px;
	}
}
.p-sitemap-content__container__list li a:before {
	left: 1px;
	background-color: #7d8082;
}
.p-sitemap-content__container__list li a:after {
	left: 0;
	background-color: #fff;
}
.p-sitemap-content__container__list li .p-sitemap-content__container__list-col {
	padding-left: 1em;
}
.p-sitemap-content__container__list li p {
	margin-top: 10px;
	font-weight: 600;
}
.p-sitemap-content__container__list li p+.p-sitemap-content__container__list-col {
	padding-left: 0;
}
@media screen and (min-width: 760px), print {
	.p-sitemap-content__container__list-col li {
		width: calc(100% /3);
	}
}
.p-sitemap-content__container__list-col li+li {
	margin-top: 0;
}
@media screen and (min-width: 760px), print {
	.p-sitemap-content__container__list-col:after {
		width: calc(100% /3);
		content: "";
	}
}
@media screen and (min-width: 760px), print {
	.p-company-content {
		padding: 115px 0 107px;
	}
}
@media screen and (min-width: 760px), print {
	.p-company-content .action-buttons {
		margin-top: 50px;
	}
}
.p-company-content__inner {
	max-width: 1170px;
}
@media screen and (min-width: 760px), print {
	.p-company-content__inner {
		padding: 0 0 0 135px;
	}
}
@media screen and (min-width: 760px), print {
	.p-company-content__heading--primary {
		font-size: 27px;
		letter-spacing: 0.09em;
		line-height: 1.222222;
	}
}
.p-company-content__table {
	width: 100%;
	margin: 50px auto 0;
}
@media screen and (min-width: 760px), print {
	.p-company-content__table {
		max-width: 900px;
	}
}
.p-company-content__table th {
	width: 20%;
	text-align: left;
}
.p-company-content__table td {
	width: 80%;
}
.l-footer__provision .l-footer__corp-nav-area {
	background-color: #003554;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.l-footer__provision .l-footer__corp-nav-area {
		padding: 20px 54px;
	}
}
.l-header__provision {
	position: absolute;
	background-color: #003554;
}
.l-header__provision .l-header__inner {
	height: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 760px), print {
	.l-header__provision .l-header__inner .l-header__logo {
		padding-top: 20px;
	}
}
.l-header__provision .l-header__inner .l-header__logo:hover {
	opacity: 1;
}
.p-faq-app-content {
	position: relative;
}
@media screen and (min-width: 760px), print {
	.p-faq-app-content {
		width: 1170px;
		margin: 0 auto;
		padding-top: 115px;
	}
}
.p-faq-app-content__heading.is-index {
	width: 175.3px;
}
.p-faq-app-content__heading.is-favorite {
	width: 139.7px;
}
.p-faq-app-content__inner {
	padding-bottom: 143px;
}
@media screen and (min-width: 760px), print {
	.p-faq-app-content__inner {
		max-width: 1170px;
		margin: 0 auto;
	}
	.p-faq-app-content__inner:after {
		content: '';
		display: block;
		clear: both;
	}
}
.p-faq-app-content__heading--secondary {
	margin: 60px 0 16px;
	padding: 0 0 10px;
	border-bottom: #999 1px solid;
}
@media screen and (min-width: 760px), print {
	.p-faq-app-content__heading--secondary {
		font-size: 18px;
		letter-spacing: 0.09em;
		line-height: 1;
	}
}
.p-faq-app-content__list {
	margin-top: 30px;
	border-bottom: 1px solid #e0e1e1;
}
.p-faq-app-content__list li {
	padding-top: 20px;
	border-top: 1px solid #e0e1e1;
}
.p-faq-app-content__list li:first-child {
	padding-top: 0;
	border-top: none;
}
.p-faq-app-content__list .p-faq-app-content__list__q, .p-faq-app-content__list .p-faq-app-content__list__a {
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 5px;
	position: relative;
}
.p-faq-app-content__list .p-faq-app-content__list__q:before, .p-faq-app-content__list .p-faq-app-content__list__a:before {
	font-size: 30px;
	color: #3b4043;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.p-faq-app-content__list .p-faq-app-content__list__q a, .p-faq-app-content__list .p-faq-app-content__list__a a {
	color: #3b4043;
}
@media screen and (min-width: 760px), print {
	.p-faq-app-content__list .p-faq-app-content__list__q a, .p-faq-app-content__list .p-faq-app-content__list__a a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-faq-app-content__list .p-faq-app-content__list__q a:hover, .p-faq-app-content__list .p-faq-app-content__list__a a:hover {
		opacity: 0.5;
	}
	.p-faq-app-content__list .p-faq-app-content__list__q a.a-link, .p-faq-app-content__list .p-faq-app-content__list__a a.a-link {
		text-decoration: underline;
	}
	.p-faq-app-content__list .p-faq-app-content__list__q a.a-link:hover, .p-faq-app-content__list .p-faq-app-content__list__a a.a-link:hover {
		text-decoration: none;
	}
}
.p-faq-app-content__list .p-faq-app-content__list__q {
	cursor: pointer;
}
.p-faq-app-content__list .p-faq-app-content__list__q:before {
	content: 'Q.';
}
.p-faq-app-content__list .p-faq-app-content__list__q:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	-ms-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
	content: '';
}
@media screen and (min-width: 760px), print {
	.p-faq-app-content__list .p-faq-app-content__list__q:after {
		right: 20px;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		border-top: 2px solid #3b4043;
		border-right: 2px solid #3b4043;
	}
}
.p-faq-app-content__list .p-faq-app-content__list__q.is-open:after {
	margin-top: 3px;
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	-ms-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
}
.p-faq-app-content__list .p-faq-app-content__list__a {
	display: none;
}
@media screen and (min-width: 760px), print {
	.p-faq-app-content__list .p-faq-app-content__list__a {
		padding-right: 60px;
	}
}
.p-faq-app-content__list .p-faq-app-content__list__a:before {
	content: 'A.';
}
.p-faq-app-content__list .p-faq-app-content__list__a p+p {
	margin-top: 20px;
}
.p-faq-app-content__list-num {
	margin-top: 20px;
	padding-left: 20px;
	border-bottom: none;
}
.p-faq-app-content__list-num li {
	padding-top: 0;
	border-top: none;
	list-style-type: decimal;
}
.p-faq-app-content__list-num li:first-child {
	padding-top: 0;
	border-top: none;
}
.p-faq-app-content__buttons {
	margin-top: 20px;
}
.p-faq-app-content__buttons p, .p-faq-app-content__buttons+p {
	margin-top: 20px;
}
.p-faq-app-content__buttons__button {
	border: 1px solid #b1b3b4;
	text-align: center;
	text-decoration: none;
	color: #3b4043;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
	.p-faq-app-content__buttons__button {
		width: 300px;
		height: 60px;
		padding: 0 40px;
		margin-top: 20px;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
.p-faq-app-content__buttons__button--icon-self {
	position: relative;
}
.p-faq-app-content__buttons__button--icon-self:after {
	content: "";
	background-image: url("/freepage/maison-kose/common/img/icon/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 760px), print {
	.p-faq-app-content__buttons__button--icon-self:after {
		right: 22px;
	}
}
.p-faq-app-content__hover-action {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
@media screen and (min-width: 760px), print {
	.p-faq-app-content__hover-action:hover {
		opacity: 0.7;
	}
}
.p-exchangegoods__content {
	color: #3b4043;
}
.p-exchangegoods__content .disp_none_ {
	display: none !important;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content.l-main__content {
		max-width: 870px;
	}
}
.p-exchangegoods__content .p-my-content__status {
	margin-top: 50px;
}
.p-exchangegoods__content .p-product__content {
	margin: auto;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product__content {
		width: 870px;
	}
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product__header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 50px 0;
	}
	.p-exchangegoods__content .p-product__header__summary {
		width: 500px;
	}
	.p-exchangegoods__content .p-product__header__inner {
		width: 500px;
	}
	.p-exchangegoods__content .p-product__header__inner--login {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 100%;
	}
}
.p-exchangegoods__content .p-product__header--title {
	font-size: 30px;
	letter-spacing: 0.09em;
}
.p-exchangegoods__content .p-product__header--title span {
	font-size: 30px;
}
.p-exchangegoods__content .p-product__header--text {
	font-size: 15px;
	line-height: 2;
	width: auto;
}
.p-exchangegoods__content .p-product__header--text span {
	color: #E62F2F;
	font-weight: 600;
}
.p-exchangegoods__content .p-product__header--comment {
	margin-top: 10px;
	font-size: 12px;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product__header__point {
		width: 240px;
		margin: 0;
	}
}
.p-exchangegoods__content .p-product__header__point--title {
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product__header__point--title {
		font-size: 14px;
	}
}
.p-exchangegoods__content .p-product__header__point--title>span {
	padding: 0 0 0 12px;
	letter-spacing: 0.09em;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product__header__point--title>span {
		font-size: 24px;
	}
}
.p-exchangegoods__content .p-product__header__point--remain {
	margin-top: 10px;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product__header__point--remain {
		font-size: 14px;
	}
}
.p-exchangegoods__content .p-product__header__point--remain>span {
	font-size: 18px;
	letter-spacing: 0.09em;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product__header__point--remain>span {
		padding: 0 0 0 30px;
	}
}
.p-exchangegoods__content .p-product__header__point .need_login, .p-exchangegoods__content .p-product__header__point--lack {
	font-size: 14px;
	color: #E62F2F;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product__header__point .need_login, .p-exchangegoods__content .p-product__header__point--lack {
		margin-top: 10px;
	}
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product__header__point .need_login_btn, .p-exchangegoods__content .p-product__header__point--lack_btn {
		margin-top: 20px;
	}
}
.p-exchangegoods__content .p-product__header__point .need_login_btn a, .p-exchangegoods__content .p-product__header__point--lack_btn a {
	width: 100%;
	color: #fff;
}
.p-exchangegoods__content .p-product__wrap:after {
	content: '';
	display: block;
	clear: both;
}
.p-exchangegoods__content .p-product__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product__nav {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 48px;
	}
	.p-exchangegoods__content .p-product__nav:before, .p-exchangegoods__content .p-product__nav:after {
		display: block;
		min-width: 180px;
		height: 100%;
		content: "";
	}
	.p-exchangegoods__content .p-product__nav:before {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
.p-exchangegoods__content .p-product__nav li {
	position: relative;
	border: 1px solid #3b4043;
	color: #3b4043;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product__nav li {
		min-width: 180px;
		font-size: 12px;
		padding: 9px 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin: 18px 0 0;
		transition: all 0.3s ease;
		cursor: pointer;
	}
	.p-exchangegoods__content .p-product__nav li:hover {
		background-color: #3b4043;
		color: #fff;
	}
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product__nav li+.p-exchangegoods__content .p-product__nav li {
		margin-left: 38px;
	}
}
.p-exchangegoods__content .p-product__nav li.tab2 {
	background-color: #3b4043;
	color: #fff;
}
.p-exchangegoods__content .c-product-content__list+.product-detail {
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}
.p-exchangegoods__content .product-detail {
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .product-detail {
		padding: 18px 0 30px;
	}
}
.p-exchangegoods__content .product-detail__text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .product-detail__text {
		font-size: 15px;
	}
	.p-exchangegoods__content .product-detail__text p {
		padding: 0 0 0 30px;
	}
	.p-exchangegoods__content .product-detail__text p:first-child {
		padding: 0;
	}
	.p-exchangegoods__content .product-detail__text .exchange_selected_count, .p-exchangegoods__content .product-detail__text .exchange_selectable_count {
		padding: 0 0 0 15px;
		font-size: 24px;
		letter-spacing: 0.09em;
	}
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .product-detail__btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 15px;
	}
}
.p-exchangegoods__content .p-product__main {
	position: relative;
	padding: 40px 0 100px;
}
.p-exchangegoods__content .p-product__main:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .sp {
		display: none;
	}
}
.p-exchangegoods__content .sp a {
	text-decoration: none;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .c-product-content__list {
		margin-top: -20px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.p-exchangegoods__content .c-product-content__list:before, .p-exchangegoods__content .c-product-content__list:after {
		display: block;
		width: 23.21839%;
		height: 100%;
		content: "";
	}
	.p-exchangegoods__content .c-product-content__list:before {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
.p-exchangegoods__content .c-product__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.p-exchangegoods__content .c-product__item:first-of-type {
	margin-top: 20px;
	margin-left: 0;
}
.p-exchangegoods__content .c-product__item+.c-product__item {
	margin-top: 20px;
	margin-left: 0;
}
.p-exchangegoods__content .c-product__thumb {
	background: none;
}
.p-exchangegoods__content .c-product__thumb:after {
	display: none;
}
.p-exchangegoods__content .c-product__about {
	padding: 0;
	margin-top: auto;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.p-exchangegoods__content .c-product__about>span {
	display: block;
	margin-top: auto;
}
.p-exchangegoods__content .c-product__about a {
	display: block;
	margin: 0 0 15px;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .c-product__about a {
		min-height: 3.2em;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.p-exchangegoods__content .c-product__about a:hover {
		opacity: 0.5;
	}
}
.p-exchangegoods__content .c-product__about .c-product__item__btn {
	margin-top: auto;
}
.p-exchangegoods__content .c-product__brand {
	padding: 0;
}
.p-exchangegoods__content .c-product__product-name {
	padding: 0;
}
.p-exchangegoods__content .c-product__item__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 36px;
	font-size: 14px;
	margin-top: 15px;
}
.p-exchangegoods__content .c-product__item__btn__no {
	background: #f2f2f2;
}
.p-exchangegoods__content .c-product__item__btn__select {
	border: 1px solid #3C4043;
	background: #fff;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .c-product__item__btn__select {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		cursor: pointer;
	}
	.p-exchangegoods__content .c-product__item__btn__select:hover {
		color: #fff;
		background: #469DE2;
		border: 1px solid #469DE2;
	}
}
.p-exchangegoods__content .c-product__item__btn__selected {
	color: #fff;
	background: #469DE2;
	border: 1px solid #469DE2;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .c-product__item__btn__selected {
		cursor: pointer;
	}
}
.p-exchangegoods__content .p-product-detail__link {
	display: block;
	margin-top: 20px;
	color: #3b4043;
	text-decoration: underline;
}
@media screen and (min-width: 760px), print {
	.p-exchangegoods__content .p-product-detail__modal__contents {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__left {
		width: 270px;
		padding: 0;
	}
	.p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__left img {
		max-width: 100%;
		height: auto;
	}
	.p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__left p {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.03em;
		text-align: left;
	}
	.p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__right {
		width: calc(100% - 270px);
		padding: 0 0 0 40px;
	}
	.p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__title, .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__howto_title, .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__blend_title {
		padding: 0 0 5px 0;
	}
	.p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__title:before, .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__howto_title:before, .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__blend_title:before {
		display: none;
	}
	.p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__text {
		padding-top: 10px;
	}
}
/* 200311 add product-detail */

.p-product-detail__seen-area {
	margin-top: -120px;
}
#revico-comment .revico-comment-footer {
	padding-bottom: 0!important;
}
.p-product-detail__modal .modal_link img {
	width: 244px;
	height: 60px;
}
@media screen and (min-width: 760px), print {
	.u-is-sp {
		display: none;
	}
}
@media screen and (min-width: 760px), print {
	.u-is-pc {
		display: block;
	}
}
.u-is-hover2actType--01 {
	opacity: 1;
	-webkit-transition: .3s opacity ease;
	transition: .3s opacity ease;
}
@media screen and (min-width: 760px), print {
	.u-is-hover2actType--01:hover {
		opacity: 0.5;
		-webkit-transition: .3s opacity ease;
		transition: .3s opacity ease;
	}
}
#change_method_link {
	margin-top: -120px;
	padding-top: 120px;
}
/* 202010 add */

.p-top-banner_store {
	position: relative;
	margin: 60px auto;
	/* margin: -20px 0 0 -20px; */
	width: auto;
	text-align: center;
	color: #FFF;
}
@media (min-width: 760px) {
	.p-top-banner_store {
		position: relative;
		margin: 0 auto;
		width: auto;
		text-align: center;
		color: #FFF;
	}
}
.p-top-banner_store li {
	display: inline-block;
	width: 350px;
	margin: 10px 0 0 0;
	line-height: 1.5em;
}
.p-my-content__status__point__value {
	font-size: 22px !important;
	font-weight: 600;
}
/* 210411add */

.block-order-estimate--dest-address-item-register {
	width: 100%;
	margin: 30px 0 0;
	padding: 0;
	height: auto;
	border: none;
	background: none;
}
.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons {
	position: relative !important;
	width: auto;
	position: static;
	margin: 0 0 0 auto;
	top: 0;
}
.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons:before, .block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons:after {
	position: absolute;
	top: 50%;
	left: 26px;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	transform: translateX(-50%);
	margin-top: -2px;
}
.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons:after {
	top: 50%;
	left: 16px;
	transform: rotate(90deg);
	margin-top: -6px;
}
.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons .block-order-estimate--dest-address-register-btn {
	/* width: 207px; */
	height: 42px;
	background-color: #707070;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 0 30px 0 52px;
}
.block-shipping-address--forward {
	width: 230px;
}
.page-mypage .modal-dialog {
	width: 750px;
}
.page-mypage .modal-body {
	padding: 20px 40px 40px;
}
.page-mypage .modal-body ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-mypage .modal-body ul li {
	border: none;
}
.page-mypage .modal-body ul li:nth-of-type(1) {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-image: linear-gradient(to left, #ACACAC, #ACACAC 2px, transparent 4px, transparent 6px);
	background-size: 6px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.page-mypage .modal-body ul li:nth-of-type(1) a {
	position: relative;
	width: 220px;
	height: 42px;
	background-color: #707070;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 0 30px 0 52px;
	align-items: center;
}
.page-mypage .modal-body ul li:nth-of-type(1) a:before, .page-mypage .modal-body ul li:nth-of-type(1) a:after {
	position: absolute;
	top: 50%;
	left: 26px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	transform: translateX(-50%);
	margin-top: -2px;
}
.page-mypage .modal-body ul li:nth-of-type(1) a:after {
	top: 50%;
	left: 16px;
	transform: rotate(90deg);
	margin-top: -6px;
}
.page-mypage .modal-body ul li:nth-of-type(n+2) {
	width: calc(330/672 * 100%);
	border: 1px solid #ACACAC;
	border-radius: 5px;
}
.page-mypage .modal-body ul li:nth-of-type(n+2) a {
	padding: 12px 15px;
	color: #585858;
	font-size: 14px;
	line-height: 1.5;
}
.page-mypage .modal-body ul li:nth-of-type(n+4) {
	margin-top: 10px;
}
.page-mypage .block-shipping-address-confirmation--forward {
	width: 230px !important;
}

.page-contact textarea {
  min-height: 120px;
}
.page-contact input + input {
  margin-top: 10px;
}
.page-contact .action-buttons .action .btn-back {
  width: 100px;
  border: 1px solid #D9D9D9;
  border-radius: 25px !important;
  background-color: #fff !important;
  color: #212121;
}

.page-questionnaireform .block-questionnaire--item .form-group + .form-group {
  margin-top: 50px;
}



/* 移行規約会員 */
body.page-src_agreement .pane-main{
  padding: 0!important;
}
body.page-src_agreement .block-member-terms{
	margin: 70px auto 120px!important;
}
body.page-src_agreement .block-login--member-header{
	margin: 0 0 30px;
}
body.page-src_agreement .block-login--member-title{
	padding: 0;
	background-color: transparent;
	font-size: 34px;
	font-weight: 400;
}
body.page-src_agreement .block-member-terms--body{
	height: 360px;
	margin: 0;
}

/* 220708 定期便崩れ修正 */
.page-mypage .block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items {
  display: block;
}
.page-mypage .block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-name {
  width: 100%
}
.page-mypage .block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items th {
  white-space: nowrap;
}
.block-regular-purcharse-detail--schedule,
.block-regular-purcharse-detail--action-message {
  margin-bottom: 20px;
}

/*250311追加*/
.error_Text_Red {
  color: #960018 !important;
}