@charset "utf-8";

/* be-story 詳細設定CSS */

/* -------------------------------------------
		共通設定
------------------------------------------- */

a {
	text-decoration: none;
}

a:hover,
a:hover img {
	opacity: 0.8;
	transition-property: all;
	transition: 0.3s linear;
}

.sp-view {display: none !important;}
.sp-only {display: none !important;}

@media (max-width: 767px) {
	.sp-view {display: block !important;}
	.sp-only {display: block !important;}
	.pc-view {display: none !important;}
	.pc-only {display: none !important;}
}

#main {
	position: relative;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 100px;
}

.wrapper {
	width: 1100px;
	max-width: 1100px;
	/*padding: 0 7vw;*/
	margin: 0 auto;
	position: relative;
}
@media (max-width: 767px) {
	.wrapper {
		width: 100%;
		max-width: 100%;
	}
}

sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.2em;
	font-weight: normal;
}

#Read_st_fs {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10px;
	color: #707F89;
}
@media (max-width: 767px) {
	#Read_st_fs {
		font-size: 10px;
	}
}

/* -------------------------------------------
		このページ用のCSS
------------------------------------------- */

.cpb__hero {
	position: relative;
}
.cpb__hero__title {
	position: absolute;
	z-index: 1;
	width: 38.9vw;
	top: 10vw;
	left: 7vw;
}
.cpb__hero__title img {
	display: block;
	width: 100%;
	height: auto;

}
.cpb__hero__image {
	width: 100%;
}
.cpb__hero__image img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb__hero__text {
	margin-top: 40px;
}
@media (max-width: 767px) {
	.cpb__hero__title {
		position: relative;
		width: 100%;
		top: initial;
		left: initial;
		padding: 20px 0;
	}
	.cpb__hero__image {
		width: 100%;
	}
	.cpb__hero__text {
		margin-top: 30px;
		padding: 0 20px;
	}
}


.cpb__intro {
	margin-top: 60px;
}
.cpb__intro__title {
	margin: 0 auto;
}
.cpb__intro__title img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb__intro__content {
	margin-top: 40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpb__intro__image {
	flex: 0 0 530px;
}
.cpb__intro__image img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb__intro__text {
	flex: 0 0 530px;
}
.cpb__intro__text p {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.cpb__intro__content {
		margin-top: 30px;
		display: block;
	}
	.cpb__intro__text {
		padding: 0 20px;
	}
	.cpb__intro__text p {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}


.cpb__morning {
	padding: 100px 0;
}
.cpb__morning__content {
	position: relative;
}
.cpb__morning__title {
	display: none;
}
.cpb__morning__image {
	position: absolute;
	top: 0;
	right: 0;
	width: 650px;
}
.cpb__morning__image img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb__morning__text {
	position: relative;
	width: 530px;
	z-index: 1;
}
.cpb__morning__label {
	position: relative;
	right: -100px;
}
.cpb__morning__label img {
	display: block;
	width: 574px;
	height: auto;
}
.cpb__morning__comment {
	margin: 0 0 20px;
}
.cpb__morning__comment img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb__morning__comment__text {
	position: relative;
	font-size: 16px;
	padding: 25px;
}
.cpb__morning__comment__text::before,
.cpb__morning__comment__text::after {
	content: '';
	width: 70px;
	height: 70px;
	position: absolute;
}
.cpb__morning__comment__text::before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	top: 0;
	left: 0;
}
.cpb__morning__comment__text::after {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	bottom: 0;
	right: 0;
}
.cpb__morning__point {
	margin: 30px 0 30px;
	border: 1px solid #E0E0E0;
	padding: 25px;
	font-size: 12px;
	line-height: 20px;
}
.cpb__morning__point strong {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #203B7F;
	margin-bottom: 2px;
}
@media (max-width: 767px) {
	.cpb__morning {
		padding: 80px 0;
	}
	.cpb__morning__title {
		display: block;
	}
	.cpb__morning__title__label {
		width: 80%;
		margin: 0 auto;
	}
	.cpb__morning__title__label img {
		display: block;
		width: 100%;
		height: auto;
	}
	.cpb__morning__title__comment {
		margin: 0 auto 20px;
	}
	.cpb__morning__title__comment img {
		display: block;
		width: 100%;
		height: auto;
	}
	.cpb__morning__image {
		position: relative;
		top: initial;
		right: initial;
		width: 100%;
	}
	.cpb__morning__text {
		margin-top: 20px;
		width: 100%;
	}
	.cpb__morning__label {
		display: none;
	}
	.cpb__morning__comment {
		display: none;
	}
	.cpb__morning__comment__text {
		width: 90%;
		margin: 0 auto;
	}
	.cpb__morning__point {
		margin: 30px auto 30px;
		width: 90%;
	}
}



.cpb__night {
	padding: 100px 0;
	background-color: #092037;
}
.cpb__night__content {
	position: relative;
}
.cpb__night__title {
	display: none;
}
.cpb__night__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
}
.cpb__night__image img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb__night__text {
	position: relative;
	width: 530px;
	margin-left: auto;
	top: -40px;
	z-index: 1;
}
.cpb__night__label {
	position: relative;
	right: -180px;
}
.cpb__night__label img {
	display: block;
	width: 354px;
	height: auto;
}
.cpb__night__comment {
	margin: 0 0 20px;
}
.cpb__night__comment img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb__night__comment__text {
	position: relative;
	font-size: 16px;
	padding: 25px;
	color: #fff;
}
.cpb__night__comment__text::before,
.cpb__night__comment__text::after {
	content: '';
	width: 70px;
	height: 70px;
	position: absolute;
}
.cpb__night__comment__text::before {
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	top: 0;
	left: 0;
}
.cpb__night__comment__text::after {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	bottom: 0;
	right: 0;
}
.cpb__night__point {
	margin: 30px 0 30px;
	border: 1px solid #E0E0E0;
	background-color: rgba(255,255,255,0.1);
	padding: 25px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}
.cpb__night__point strong {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #C19C52;
	margin-bottom: 2px;
}
@media (max-width: 767px) {
	.cpb__night {
		padding: 50px 0 80px;
	}
	.cpb__night__title {
		display: block;
	}
	.cpb__night__title__label {
		width: 60%;
		margin: 0 auto;
	}
	.cpb__night__title__label img {
		display: block;
		width: 100%;
		height: auto;
	}
	.cpb__night__title__comment {
		margin: 0 auto 20px;
	}
	.cpb__night__title__comment img {
		display: block;
		width: 100%;
		height: auto;
	}
	.cpb__night__image {
		position: relative;
		top: initial;
		left: initial;
		width: 100%;
	}
	.cpb__night__text {
		top: initial;
		margin: 40px 0 0;
		width: 100%;
	}
	.cpb__night__label {
		display: none;
	}
	.cpb__night__comment {
		display: none;
	}
	.cpb__night__comment__text {
		width: 90%;
		margin: 0 auto;
	}
	.cpb__night__point {
		margin: 30px auto 30px;
		width: 90%;
	}
}


.cpb__product {
	padding: 60px 0 0;
}
.cpb__product__title {

}
.cpb__product__credit + .cpb__product__title {
	margin-top: 80px;
}
.cpb__product__image {
	margin-top: 40px;
}
.cpb__product__image img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb__product__comment {
	position: relative;
	margin-top: 30px;
	padding: 25px;
	font-size: 16px;
}
.cpb__product__comment::before,
.cpb__product__comment::after {
	content: '';
	width: 70px;
	height: 70px;
	position: absolute;
}
.cpb__product__comment::before {
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	top: 0;
	left: 0;
}
.cpb__product__comment::after {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	bottom: 0;
	right: 0;
}
.cpb__product__credit {
	margin-top: 30px;
	font-size: 14px;
	line-height: 26px;
}
.cpb__product__note {
	margin-top: 60px;
	font-size: 12px;
	line-height: 22px;
}
.cpb__product__note + .cpb__product__note {
	margin-top: 10px;
}
@media (max-width: 767px) {
	.cpb__product {
		padding: 60px 0 0;
	}
	.cpb__product__credit + .cpb__product__title {
		margin-top: 40px;
	}
	.cpb__product__image {
		margin-top: 30px;
	}
	.cpb__product__comment {
		width: 90%;
		margin: 30px auto 0;
	}
	.cpb__product__credit {
		font-size: 12px;
		line-height: 22px;
		padding: 0 20px;
	}
	.cpb__product__note {
		margin-top: 40px;
		padding: 0 20px;
	}
}



.cpb__contact {
	margin-top: 80px;
	padding: 25px;
	border: 1px solid #E0E0E0;
	font-size: 16px;
}
.cpb__credit {
	margin-top: 40px;
	font-size: 12px;
	line-height: 22px;
}
.cpb__credit + .cpb__credit {
	margin-top: 20px;
}
.cpb__credit strong {
	font-weight: bold;
}
@media (max-width: 767px) {
	.cpb__contact {
		margin: 40px auto 0;
		width: 90%;
	}
	.cpb__credit {
		margin-top: 20px;
		padding: 0 20px;
	}
}




.cpb__button {
	width: 350px;
	text-align: center;
	line-height: 1;
}
.cpb__button a {
	display: block;
	padding: 21px 0;
	font-size: 18px;
	background-color: #000;
	color: #fff;
	border-radius: 6px;
}
.cpb__night .cpb__button a {
	background-color: #C19C52;
}
.cpb__product .cpb__button {
	margin: 30px auto 0;
}
@media (max-width: 767px) {
	.cpb__button {
		width: 100%;
	}
	.cpb__morning .cpb__button,
	.cpb__night .cpb__button {
		padding: 0 20px;
	}
	.cpb__product .cpb__button {
		padding: 0 20px;
	}
}



