@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 60px;
}

.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
------------------------------------------- */

.cpb1__hero {
	padding: 30px 0 100px;
	background: linear-gradient(168deg, #E8DFCA 0%, #FFFFFF 45%);
}
.cpb1__hero__title {
	position: relative;
	margin: 0 auto;
	width: 660px;
	z-index: 1;
}
.cpb1__hero__title img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb1__hero__image {
	position: relative;
	margin: -40px auto 0;
	width: 840px;
}
.cpb1__hero__image img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb1__hero__text__head {
	position: relative;
	width: 600px;
	margin: -25px auto 0;
	z-index: 1;
}
.cpb1__hero__text {
	margin-top: 10px;
}
@media (max-width: 767px) {
	.cpb1__hero {
		padding: 20px 0 15vw;
		background: linear-gradient(168deg, #E8DFCA 0%, #FFFFFF 45%);
	}
	.cpb1__hero__title {
		width: 100%;
	}
	.cpb1__hero__image {
		margin: -5vw auto 0;
		width: 98%;
	}
	.cpb1__hero__text__head {
		width: 100%;
		margin: 0 auto 0;
	}
	.cpb1__hero__text {
		margin-top: 2vw;
		padding: 0 5.128205128vw;
	}
}



.cpb1__voice {
	position: relative;
	width: 100%;
}
.cpb1__voice__image {
	width: 510px;
	width: 39.84375vw;
	position: absolute;
	top: 5vw;
	left: 0;
	z-index: 1;
}
.cpb1__voice__image img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb1__voice__content {
	position: relative;
	width: 840px;
	width: 65.625vw;
	padding: 140px 140px 100px;
	padding: 10.9375% 10.9375% 100px;
	margin-left: auto;
	background: linear-gradient(352deg, #F4ECD7 0%, #F5F0E5 100%);
}
.cpb1__voice__content::after {
	content: "";
	display: block;
	width: 20px;
	height: 100%;
	background: url(../images/cpb1__voice__content.png) no-repeat top right;
	background-size: 20px 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.cpb1__voice__text {
	position: relative;
}
.cpb1__voice__text::before,
.cpb1__voice__text::after {
	content: "";
	display: block;
	width: 60px;
	height: 100px;
	position: absolute;
}
.cpb1__voice__text::before {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	top: -30px;
	left: -30px;
}
.cpb1__voice__text::after {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	bottom: -30px;
	right: -30px;
}
@media (max-width: 767px) {
	.cpb1__voice {

	}
	.cpb1__voice__image {
		width: 290px;
		width: 66.66666667vw;
		position: relative;
		top: initial;
		left: initial;
		margin: 0 auto;
	}
	.cpb1__voice__content {
		position: relative;
		width: 100%;
		padding: 50vw 5.128205128vw 12vw;
		margin: -40vw auto 0;
		background: linear-gradient(352deg, #F4ECD7 0%, #F5F0E5 100%);
	}
	.cpb1__voice__content::after {
		content: "";
		display: block;
		width: 6px;
		height: 100%;
		background: url(../images/cpb1__voice__content.png) no-repeat top right;
		background-size: 6px 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.cpb1__voice__text {
		position: relative;
		padding: 0 20px;
	}
	.cpb1__voice__text::before,
	.cpb1__voice__text::after {
		width: 40px;
		height: 80px;
	}
	.cpb1__voice__text::before {
		top: -20px;
		left: 0;
	}
	.cpb1__voice__text::after {
		bottom: -20px;
		right: 0;
	}
}



.cpb1__supreme {
	position: relative;
	z-index: 1;
	margin-top: 80px;
	border: 1px solid #CF7B0E;
	padding: 7px;
}
.cpb1__supreme__in {
	border: 1px solid #CF7B0E;
	padding: 30px 40px;
}
.cpb1__supreme__head {
	color: #CF7B0E;
	font-weight: bold;
}
.cpb1__supreme__head br {
	display: none;
}
.cpb1__supreme__text {
	margin-top: 5px;
	color: #CF7B0E;
	font-size: 16px;
}
.cpb1__supreme__button {
	margin-top: 15px;
}
.cpb1__supreme__button a {
	display: block;
	width: 280px;
	color: #CF7B0E;
	font-size: 16px;
	text-align: center;
	padding: 12px 0;
	border: 1px solid #CF7B0E;
	border-radius: 6px;
}
@media (max-width: 767px) {
	.cpb1__supreme {
		width: 89.743589744%;
		margin: 8vw auto 0;
	}
	.cpb1__supreme__in {
		padding: 20px;
	}
	.cpb1__supreme__head {

	}
	.cpb1__supreme__head br {
		display: inline;
	}
	.cpb1__supreme__text {
		font-size: 15px;
	}
	.cpb1__supreme__button a {
		width: 100%;
	}
}



.cpb1__product {
	position: relative;
	z-index: 1;
	margin-top: 80px;
}
.cpb1__product__image {

}
.cpb1__product__image img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb1__product__text {
	margin-top: 15px;
	font-size: 14px;
}
@media (max-width: 767px) {
	.cpb1__product {
		margin-top: 10vw;
	}
	.cpb1__product__text {
		font-size: 12px;
		padding: 0 5.128205128vw;
	}
}



.cpb1__reason {
	margin-top: 80px;
}
.cpb1__reason__item {
	position: relative;
}
.cpb1__reason__item + .cpb1__reason__item {
	margin-top: 4px;
}
.cpb1__reason__item::before {
	content: "";
	display: block;
	width: 480px;
	height: 100%;
	background: linear-gradient(120deg, #F4ECD7 0%, #F5F0E5 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.cpb1__reason__item__content {
	display: flex;
	justify-content: space-between;
}
.cpb1__reason__num {
	flex: 0 0 160px;
}
.cpb1__reason__num img {
	display: block;
	width: 100%;
	height: auto;
}
.cpb1__reason__text {
	flex: 0 0 800px;
	padding: 40px 0;
}
.cpb1__reason__head {
	font-weight: bold;
	font-size: 20px;
}
.cpb1__reason__desc {
	margin-top: 10px;
	font-size: 16px;
}
.cpb1__reason__buttons {
	display: flex;
	justify-content: space-between;
	margin: 50px 30px 0;
}
@media (max-width: 767px) {
	.cpb1__reason {
		margin-top: 12vw;
	}
	.cpb1__reason__item::before {
		width: 180px;
		width: 46.15384615vw;
		background: linear-gradient(120deg, #F4ECD7 0%, #F5F0E5 100%);
	}
	.cpb1__reason__item__content {
		display: block;
	}
	.cpb1__reason__num {
		width: 120px;
	}
.cpb1__reason__text {
	padding: 0 5.128205128vw 8vw;
	margin-top: 6vw;
}
	.cpb1__reason__head {
		font-size: 18px;
	}
	.cpb1__reason__head br {
		display: none;
	}
	.cpb1__reason__desc {
		margin-top: 1vw;
		font-size: 15px;
	}
	.cpb1__reason__buttons {
		display: block;
		margin: 8vw 0 0;
		padding: 0 5.128205128vw;
	}
	.cpb1__reason__button + .cpb1__reason__button {
		margin-top: 4vw;
	}
}



.cpb1__button {
	width: 500px;
	text-align: center;
	line-height: 1;
}
.cpb1__hero__button.cpb1__button,
.cpb1__product__button.cpb1__button {
	margin: 25px auto 0;
}
.cpb1__voice__button.cpb1__button {
	margin-top: 55px;
}
.cpb1__button a {
	display: block;
	padding: 21px 0;
	font-size: 18px;
	background-color: #000;
	color: #fff;
	border-radius: 6px;
}
@media (max-width: 767px) {
	.cpb1__button {
		width: 100%;
	}
	.cpb1__hero__button.cpb1__button,
	.cpb1__product__button.cpb1__button {
		margin: 6vw auto 0;
		padding: 0 5.128205128vw;
	}
	.cpb1__voice__button.cpb1__button {
		margin-top: 8vw;
	}
	.cpb1__button a {
		padding: 21px 0;
		font-size: 14px;
	}
}

.cpb1__link {
	margin: 60px auto 0;
	width: 664px;
}
.cpb1__link img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.cpb1__link {
		margin: 8vw auto 0;
		width: 100%;
		padding: 0 2vw;
	}
}


.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: 89.743589744%;
		padding: 20px;
		font-size: 14px;
	}
	.cpb__credit {
		margin-top: 20px;
		padding: 0 5.128205128vw;
	}
}
