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

.cielo__hero {
	padding-top: 20px;
}
.cielo__hero__title {
	position: relative;
	margin: 0 auto;
	width: 660px;
	z-index: 1;
}
.cielo__hero__title img {
	display: block;
	width: 100%;
	height: auto;
}
.cielo__hero__image {
	position: relative;
	margin-top: -35px;
}
.cielo__hero__image img {
	display: block;
	width: 100%;
	height: auto;
}
.cielo__hero__text {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.cielo__hero {
		padding-top: 30px;
	}
	.cielo__hero__title {
		width: 100%;
	}
	.cielo__hero__image {
		margin-top: -4vw;
	}
	.cielo__hero__text {
		margin-top: 4vw;
		padding: 0 4.8vw;
	}
}


.cielo__intro {
	padding-top: 60px;
}
.cielo__intro__title {
	position: relative;
	margin: 0 auto;
	width: 570px;
	z-index: 1;
}
.cielo__intro__title img {
	display: block;
	width: 100%;
	height: auto;
}
.cielo__intro__image {
	position: relative;
	margin-top: 15px;
}
.cielo__intro__image img {
	display: block;
	width: 100%;
	height: auto;
}
.cielo__intro__text {
	margin-top: 30px;
}
.cielo__intro__text span {
	background: linear-gradient(transparent 60%, #F0E1D6 0%);
	font-weight: bold;
}
@media (max-width: 767px) {
	.cielo__intro {
		padding-top: 30px;
	}
	.cielo__intro__title {
		width: 100%;
	}
	.cielo__intro__image {
		margin-top: 10px;
	}
	.cielo__intro__text {
		margin-top: 4vw;
		padding: 0 4.8vw;
	}
}


.cielo__maki {
	margin-top: 80px;
	padding: 60px 0 80px;
	background-color: #FFFCF8;
}
.cielo__maki__title {
	position: relative;
	margin: 0 auto;
	width: 570px;
	z-index: 1;
}
.cielo__maki__button + .cielo__maki__title {
	margin-top: 80px;
}
.cielo__maki__title img {
	display: block;
	width: 100%;
	height: auto;
}
.cielo__maki__image {
	margin-top: 15px;
	box-shadow: 0px 7px 10px -6px rgba(0, 0, 0, 0.3);
}
.cielo__maki__image-01 {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.cielo__maki__image-03 {
	box-shadow: none;
}
.cielo__maki__image img {
	display: block;
	width: 100%;
	height: auto;
}
.cielo__maki__text {
	margin-top: 30px;
}
.cielo__maki__text {
	padding: 20px 30px;
	position: relative;
}
.cielo__maki__text::before,
.cielo__maki__text::after {
	content: '';
	width: 40px;
	height: 60px;
	position: absolute;
}
.cielo__maki__text::before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	top: 0;
	left: 0;
}
.cielo__maki__text::after {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	bottom: 0;
	right: 0;
}
.cielo__maki__text span {
	background: linear-gradient(transparent 60%, #F0E1D6 0%);
	font-weight: bold;
}
.cielo__maki__point {
	margin-top: 20px;
	border: 1px solid #000;
	padding: 4px;
}
.cielo__maki__point__inner {
	border: 1px solid #000;
	padding: 20px;
	background-color: #fff;
}
.cielo__maki__point__head {
	font-weight: bold;
	color: #BD8259;
	font-size: 15px;
	line-height: 1;
}
.cielo__maki__point__text {
	font-size: 16px;
}
@media (max-width: 767px) {
	.cielo__maki {
		margin-top: 12vw;
		padding: 10vw 4.8vw 12vw;
	}
	.cielo__maki__title {
		margin: 0 auto;
		width: 100%;
	}
	.cielo__maki__button + .cielo__maki__title {
		margin-top: 10vw;
	}
	.cielo__maki__image {
		margin-top: 2vw;
	}
	.cielo__maki__image-01 {
		width: 100%;
	}
	.cielo__maki__text {
		margin-top: 8vw;
	}
	.cielo__maki__text {
		padding: 4vw;
	}
	.cielo__maki__point {
		margin-top: 4vw;
	}
	.cielo__maki__point__inner {
		padding: 4vw;
	}
	.cielo__maki__point__head {
		font-size: 13px;
		line-height: 1;
	}
	.cielo__maki__point__text {
		margin-top: 1vw;
		font-size: 15px;
		line-height: 1.5;
	}
}


.cielo__product {
	padding-top: 80px;
}
.cielo__product__title {
	position: relative;
	margin: 0 auto;
	width: 570px;
	z-index: 1;
}
.cielo__product__title img {
	display: block;
	width: 100%;
	height: auto;
}
.cielo__product__image {
	margin: 30px auto 0;
	width: 790px;
}
.cielo__product__image img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.cielo__product {
		padding-top: 30px;
	}
	.cielo__product__title {
		width: 96%;
	}
	.cielo__product__image {
		margin-top: 4vw;
		width: 100%;
	}
	.cielo__product .cielo__maki__text {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}



.cielo__contact {
	margin-top: 60px;
	padding: 25px;
	border: 1px solid #E0E0E0;
	font-size: 16px;
}
.cielo__contact a {
	text-decoration: underline;
}
.cielo__credit {
	margin-top: 40px;
	font-size: 12px;
	line-height: 22px;
}
.cielo__note {
	margin-top: 20px;
	font-size: 12px;
	line-height: 22px;
}
.cielo__credit + .cielo__credit {
	margin-top: 20px;
}
.cielo__credit strong {
	font-weight: bold;
}
.cielo__textbox {
	border: 1px solid #000;
	padding: 0.1em 3px;
}
@media (max-width: 767px) {
	.cielo__contact {
		margin: 40px auto 0;
		width: 90%;
		font-size: 14px;
	}
	.cielo__credit {
		margin-top: 20px;
		padding: 0 20px;
	}
	.cielo__note {
		margin-top: 20px;
		padding: 0 20px;
	}
}


.cielo__button {
	width: 420px;
	text-align: center;
	line-height: 1;
}
.cielo__button a {
	display: block;
	padding: 21px 0;
	font-size: 18px;
	background-color: #000;
	color: #fff;
	border-radius: 6px;
}
.cielo__intro__button.cielo__button {
	margin: 20px auto 0;
}
.cielo__maki__button.cielo__button {
	margin: 30px auto 0;
}
.cielo__product__button.cielo__button {
	margin: 20px auto 0;
}
@media (max-width: 767px) {
	.cielo__button {
		width: 100%;
	}
	.cielo__button a {
		font-size: 17px;
	}
	.cielo__intro__button.cielo__button {
		padding: 0 4.8vw;
	}
	.cielo__maki__button.cielo__button {
		margin: 6vw auto 0;
	}
	.cielo__product__button.cielo__button {
		margin: 4vw auto 0;
		padding: 0 4.8vw;
	}
}

