@charset "UTF-8";

.catch {
	background: #fff;
	padding: 0 0 54px
}

.catch__text {
	font-size: 14px;
	padding: 54px 40px 0
}

.catch__blue {
	color: #8bbac0
}

.flow {
	padding: 0 0 54px
}

.flow__title {
	text-align: center
}

.flow__titleImg {
	margin: 0 auto 30px;
	width: 266px
}

.flow__list {
	padding: 0 22px
}

.flow__listItem {
	margin: 0 0 6px
}

.flow__listItem:after {
	background: url(../img/arrow_b.png) no-repeat 50%;
	background-size: contain;
	content: "";
	display: block;
	height: 5px;
	margin: 6px auto 0;
	width: 10px
}

.flow__listItem:last-child:after {
	display: none
}

.flow__listItemWrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fef9f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	min-height: 70px;
	padding: 16px 0
}

.flow__listItemImgArea {
	padding: 0 16px;
	width: 82px
}

.flow__listItemText {
	display: block;
	width: calc(100% - 50px)
}

.flow__subText {
	display: block;
	font-size: 12px;
	font-weight: 500
}

.theme {
	background: -webkit-gradient(linear, left top, left bottom, from(#eff5fd), color-stop(90.1%, rgba(255, 225, 213, .15)), to(rgba(255, 225, 213, 0)));
	background: linear-gradient(180deg, #eff5fd, rgba(255, 225, 213, .15) 90.1%, rgba(255, 225, 213, 0));
	padding: 54px 0
}

.theme__title {
	text-align: center
}

.theme__titleImg {
	margin: 0 auto 4px;
	width: 126px
}

.theme__text {
	font-size: 14px;
	margin: 0 0 32px;
	text-align: center
}

.theme__listArea {
	padding: 12px 12px 54px
}

.theme__listArea--a {
	background: url(../img/img_a.jpg) no-repeat top;
	background-size: contain
}

.theme__listArea--b {
	background: url(../img/img_b.jpg) no-repeat top;
	background-size: contain
}

.theme__listArea--c {
	background: url(../img/img_c.jpg) no-repeat top;
	background-size: contain
}

.theme__list {
	border: 2px solid #fff;
	padding: 200px 24px 24px
}

.theme__listTitle {
	margin: 0 0 10px
}

.theme__listText {
	font-size: 18px
}

.photoLink {
	padding: 0 24px
}

.photoLink--theme {
	padding: 0
}

.photoLink__catchText {
	font-size: 14px;
	margin: 0 0 6px;
	text-align: center
}

.photoLink__btnArea {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #eff5fd url(../img/arrow_r.png) no-repeat right 10px center;
	background-size: 5px;
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .25);
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .25);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	position: relative
}

.photoLink__btnArea:after {
	background: #e4c4b0 url(../img/check.png) no-repeat 50%;
	background-size: 44px;
	content: "";
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px
}

.photoLink__imgArea {
	width: 100px
}

.photoLink__img {
	width: 100%
}

.photoLink__textArea {
	padding: 0 0 0 22px;
	width: calc(100% - 100px)
}

.photoLink__title {
	font-size: 16px;
	font-weight: 700
}

.photoLink__text {
	color: #828282;
	font-size: 11px
}

.contact {
	background: -webkit-gradient(linear, left top, left bottom, from(#eff5fd), color-stop(86.46%, rgba(255, 225, 213, .15)), color-stop(98.44%, rgba(255, 225, 213, 0)));
	background: linear-gradient(180deg, #eff5fd, rgba(255, 225, 213, .15) 86.46%, rgba(255, 225, 213, 0) 98.44%);
	padding: 54px 24px
}

.contact__titleImg {
	margin: 0 auto 4px;
	width: 260px
}

.contact__catchText {
	font-size: 14px;
	margin: 0 0 24px;
	text-align: center
}

.contact__ig {
	background: #fff;
	padding: 24px 0;
	text-align: center
}

.contact__igTitle {
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 14px
}

.contact__igText {
	font-size: 14px
}

.contact__or {
	display: block;
	font-size: 28px;
	font-weight: 700;
	text-align: center
}

.contact__form {
	background: #fff;
	margin: 0 0 27px;
	padding: 24px 16px;
	text-align: center
}

.contact__formTitle {
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 14px
}

.contact__formText {
	font-size: 14px;
	margin: 0 0 24px
}

.contact__subText {
	font-size: 12px;
	letter-spacing: 0
}

.contact__att {
	font-size: 12px;
	margin: 14px 0 50px
}

.contact__explain {
	font-size: 14px;
	margin: 0 0 24px;
	text-align: center
}

.btn {
	background: #e4c4b0;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px;
	padding: 20px 0;
	text-align: center
}

.btn--ig {
	background-image: url(../img/Instagram_logo.png);
	background-position: center left 14vw;
	background-repeat: no-repeat;
	background-size: 24px;
	font-size: 16px;
	text-indent: 36px
}

.gift {
	background: -webkit-gradient(linear, left top, left bottom, from(#eff5fd), color-stop(86.46%, rgba(255, 225, 213, .15)), color-stop(98.44%, rgba(255, 225, 213, 0)));
	background: linear-gradient(180deg, #eff5fd, rgba(255, 225, 213, .15) 86.46%, rgba(255, 225, 213, 0) 98.44%);
	padding: 54px 24px
}

.gift__titleImg {
	margin: 0 auto 4px;
	width: 260px
}

.gift__text {
	margin: 0 0 32px
}

.gift__catchText,
.gift__text {
	font-size: 14px;
	text-align: center
}

.gift__content {
	background: #fff;
	margin: 0 0 8px;
	padding: 24px 16px
}

.gift__listItem {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 18px
}

.gift__listItem:last-child {
	margin: 0
}

.gift__kind {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 74px)
}

.gift__kind:after {
	content: "…";
	display: block
}

.gift__num {
	display: block;
	font-size: 12px;
	line-height: 1;
	width: 74px
}

.gift__yen {
	color: #c87f52;
	font-size: 18px
}

.gift__att {
	font-size: 12px
}

.product {
	padding: 54px 24px
}

.product__titleImg {
	margin: 0 auto 32px;
	width: 330px
}

.product__text {
	font-size: 14px;
	margin: 0 0 32px;
	text-align: center
}

.product__list {
	border-top: 1px solid #bdbdbd
}

.product__listItem {
	background: url(../img/arrow_r.png) no-repeat center right 10px/5px;
	border-bottom: 1px solid #bdbdbd
}

.product__listLink {
	display: block;
	font-size: 14px;
	padding: 8px 0 8px 10px
}

.agreement {
	background: #f7f7f7;
	padding: 54px 24px
}

.agreement__title {
	font-size: 18px;
	margin: 0 0 28px;
	text-align: center
}

.agreement__dlList {
	margin: 0 0 24px
}

.agreement__dtTitle {
	font-size: 16px;
	font-weight: 700
}

.agreement__ddText {
	font-size: 14px;
	padding: 6px 0 0
}

.agreement__ddText--limit {
	font-size: 18px
}

.agreement__list {
	padding: 0 0 0 16px
}

.agreement__listItem {
	color: #3f3c3c;
	margin: 0 0 24px
}

.agreement__listItem a {
	color: #8bbac0;
	text-decoration: underline
}

@media print,
screen and (min-width:480px) {
	.catch {
		padding: 0
	}

	.catch__img {
		width: 100%
	}

	.catch__text {
		margin: 0 auto;
		padding: 100px 0;
		width: 450px
	}

	.flow {
		padding: 0 0 100px
	}

	.flow__titleImg {
		margin: 0 auto 100px
	}

	.flow__list {
		margin: 0 auto;
		padding: 0;
		width: 500px
	}

	.flow__listItemWrap {
		padding: 8px 0
	}

	.flow__listItemImgArea {
		padding: 0 16px;
		width: 80px
	}

	.flow__listItemText {
		width: auto
	}

	.theme {
		margin: 0 auto;
		padding: 54px 0 200px;
		width: 980px
	}

	.theme__title {
		margin: 0 auto 36px
	}

	.theme__text {
		font-size: 16px
	}

	.theme__listArea {
		margin: 0 auto;
		padding: 18px 18px 72px;
		width: 578px
	}

	.theme__list {
		margin: 0 auto;
		padding: 310px 24px 24px
	}

	.photoLink__catchText {
		font-size: 18px;
		margin: 0 0 16px
	}

	.photoLink__btnArea {
		background: #eff5fd url(../img/arrow_r.png) no-repeat right 16px center;
		background-size: 10px;
		margin: 0 auto;
		padding: 15px;
		width: 578px
	}

	.photoLink__btnArea:after {
		background-size: 50px;
		height: 36px;
		width: 92px
	}

	.photoLink__imgArea {
		width: 152px
	}

	.photoLink__textArea {
		width: calc(100% - 152px)
	}

	.photoLink__title {
		font-size: 18px
	}

	.photoLink__text {
		font-size: 14px
	}

	.contact {
		background: -webkit-gradient(linear, left top, left bottom, from(#eff5fd), color-stop(20.46%, rgba(255, 225, 213, .15)), color-stop(98.44%, rgba(255, 225, 213, 0)));
		background: linear-gradient(180deg, #eff5fd, rgba(255, 225, 213, .15) 20.46%, rgba(255, 225, 213, 0) 98.44%);
		margin: 0 auto;
		padding: 98px 0 180px;
		width: 980px
	}

	.contact__ig {
		margin: 0 auto;
		width: 578px
	}

	.contact__form {
		margin: 0 auto 32px;
		width: 578px
	}

	.contact__subText {
		margin: 6px 0 0
	}

	.contact__att {
		margin: 0 auto 64px;
		width: 578px
	}

	.contact__explain {
		margin: 200px 0 24px
	}

	.btn {
		margin: 0 auto;
		width: 310px
	}

	.btn--ig {
		background-position: center left 60px;
		text-indent: 46px;
		width: 340px
	}

	.gift {
		background: -webkit-gradient(linear, left top, left bottom, from(#eff5fd), color-stop(20.46%, rgba(255, 225, 213, .15)), color-stop(98.44%, rgba(255, 225, 213, 0)));
		background: linear-gradient(180deg, #eff5fd, rgba(255, 225, 213, .15) 20.46%, rgba(255, 225, 213, 0) 98.44%);
		margin: 0 auto;
		padding: 54px 0;
		width: 980px
	}

	.gift__content {
		margin: 0 auto;
		padding: 24px 135px;
		width: 578px
	}

	.gift__att {
		margin: 10px 0;
		text-align: center
	}

	.product {
		padding: 0 0 100px
	}

	.product__list {
		margin: 0 auto;
		width: 360px
	}

	.agreement {
		margin: 0 auto 210px;
		padding: 100px 230px;
		width: 980px
	}
}

/*# sourceMappingURL=maps/home.css.map */
