@charset "utf-8";

/*-------common------- */
body {
	min-width: 1080px;
	width: 100%;
}

a:hover {
	text-decoration: none;
	opacity: .7;
}

header {
	position: relative;
}

.logo-block {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px;
}

#wrapper .logo-block img {
	margin: 0;
}

#wrapper .logo-block a:hover img {
	opacity: .7;
}

.pc_appear {
	display: block;
}

.sp_appear {
	display: none;
}

footer > .inner {
	display: none;
}

footer .container {
	border: none;
}

/*-------mainvisual-block------- */
.mainvisual-block {
	padding: 0 0 0;
	background-color: #e61438;
}


/*-------nav-block------- */
.nav-block {
	padding: 22px 0;
	background: url(../img/bg-gifts.png) no-repeat center, url(../img/bg-line.png) repeat-x center;
	margin-top: 20px;
}

.nav-block__inner {
	max-width: 456px;
	margin: 0 auto;
}

.nav-block__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nav-block__item {
	width: 41%;
	border-radius: 5px;
}

.nav-block__item a {
	display: block;
}

/*-------section-block------- */
.section-block {
	margin-top: 20px;
}

.section-block + .section-block {
	margin-top: 0;
}

.section-block.sweets-block {
	background: #E8273C;
}

.section-block.gifts-block {
	background: #53a558;
}

.section-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.section-bg {
	padding: 47px 0 44px;
	background: url(../img/bg-snow.png) no-repeat top 15px center;
}

.section-block__bottom {
	margin-top: 50px;
}

.sweets-block .section-block__bottom {
	background: url(../img/bg-snow_remarks.png) no-repeat top center;
}

.gifts-block .section-block__bottom {
	background: url(../img/bg-snow_remarks.png) no-repeat top center;
}

.section-block__lead {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	line-height: 1.7;
}

.section-block__remarks {
	padding-bottom: 30px;
}

.section-block__remarks-text {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
	padding: 28px 0;
	background-color: #fff;
	border-radius: 15px;
	font-size: 16px;
	text-align: center;
	line-height: 2;
	color: #000;
	box-shadow: 0 4px 13px 0 rgb(0, 0, 0, 0.2);
}

.sweets-block .section-block__remarks-text::before {
	content: '';
	width: 176px;
	height: 171px;
	background: url(../img/bg-sweet_cake_left.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	left: -43px;
	top: 50%;
	transform: translateY(-50%);
}

.sweets-block .section-block__remarks-text::after {
	content: '';
	width: 163px;
	height: 190px;
	background: url(../img/bg-sweet_cake_right.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	right: -45px;
	top: 50%;
	transform: translateY(-50%);
}

.gifts-block .section-block__remarks-text::before {
	content: '';
	width: 176px;
	height: 173px;
	background: url(../img/bg-gifts_box_left.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}

.gifts-block .section-block__remarks-text::after {
	content: '';
	width: 151px;
	height: 144px;
	background: url(../img/bg-gifts_box_right.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}

.section-block__column {
	padding: 43px 0 35px;
	background: url(../img/bg-snow_swiper_right.png) no-repeat top center;
}

.gifts-block .section-block__column:nth-child(odd) {
	background: url(../img/bg-snow_swiper_right.png) no-repeat top center;
}

.gifts-block .section-block__column:nth-child(even) {
	background: url(../img/bg-snow_swiper_right.png) no-repeat top center;
}

.section-block__column-title {
	margin-bottom: 31px;
}

.section-block-swiper__photo {
	width: 40%;
	border-radius: 10px;
	overflow: hidden;
}

.section-block-swiper__content {
	width: 56.25%;
	text-align: left;
}

.section-block-swiper__content .section-block-swiper__column:first-child {
	height: 300px;
	overflow-y: scroll;
}

.section-block-swiper__column + .section-block-swiper__column {
	margin-top: 30px;
	padding-top: 23px;
}

.section-block-swiper__column + .section-block-swiper__column.-border-red {
	border-top: 1px solid #E8273C;
}

.section-block-swiper__column + .section-block-swiper__column.-border-green {
	border-top: 1px solid #53A558;
}

.section-block-swiper__column.-flex {
	display: flex;
	justify-content: space-between;
}

.section-block-swiper__title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}

.section-block-swiper__title.-red {
	color: #E8273C;
}

.section-block-swiper__title.-green {
	color: #53A558;
}

.section-block-swiper__lead {
	font-size: 16px;
	line-height: 1.9;
	margin-top: 13px;
}

.section-block-swiper__price {
	margin-top: 29px;
	line-height: 1.4;
}


.section-block-swiper__price .-ontology {
	font-size: 18px;
}

.section-block-swiper__price .-ontology .-big-text {
	font-size: 24px;
	font-weight: bold;
}

.section-block-swiper__price .-red {
	color: #E8273C;
}

.section-block-swiper__price .-green {
	color: #53A558;
}

.section-block-swiper__price .-tax {
	font-size: 14px;
}

.section-block-swiper__price .-tax .-big-text {
	font-size: 18px;
}

.section-block-swiper__dl {
	display: flex;
	align-items: center;
	margin-top: 36px;
}

.section-block-swiper__dt {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border: 2px solid #53A558;
	color: #53A558;
	border-radius: 5px;
	margin-right: 10px;
	width: 112px;
	box-sizing: border-box;
	text-align: center;
}

.section-block-swiper__dd {
	font-size: 11px;
}

.section-block-swiper__remarks {
	margin-top: 20px;
	max-width: 300px;
	font-size: 16px;
	font-weight: bold;
	padding: 11px 0;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}

.section-block-swiper__remarks.-bg-red {
	background-color: #E8273C;
}

.section-block-swiper__remarks.-bg-green {
	background-color: #53A558;
}

.section-block-swiper__logo {
	width: 20%;
}

.section-block-swiper-shop {
	width: 74.22%;
}

.section-block-swiper-shop__name {
	font-size: 18px;
}

.section-block-swiper-shop__name.-red {
	color: #E8273C;
}

.section-block-swiper-shop__name.-green {
	color: #53A558;
}

.section-block-swiper-shop__text {
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.7;
}

.section-block-swiper-shop__info {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.8;
}

.section-block-nav {
	padding: 40px 0 34px;
}

.section-block-nav__list {
	max-width: 720px;
	margin: 24px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-block-nav__item {
	display: block;
	width: 30.5%;
}

.section-block-swiper_shadow {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	box-shadow: 0 2px 10px 0 rgb(0, 0, 0, 0.2);
	padding: 30px;
	border-radius: 15px;
}

.section-block-swiper__photo {
	display: flex;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	border: 1px solid #f1f1f1;
}

.section-block-swiper__photo picture {
	display: block;
	min-width: 90%;
}

.section-block-swiper__photo img {
	width: 100% !important;
}

.section-block-swiper {
	max-width: 880px;
	margin: 0 auto;
	position: relative;
}

.swiper-slide {
	border-radius: 15px;
	padding: 10px;
	width: calc(100% - 20px) !important;
}

.swiper-button-next,
.swiper-button-prev {
	width: 80px;
	height: 80px;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: .7;
}

.swiper-button-prev {
	left: -100px;
}

.swiper-button-next {
	right: -100px;
}

.sweets-block .swiper-button-prev {
	background: url(../img/ico-prev_red.png) no-repeat center;
	background-size: 100%;
}

.sweets-block .swiper-button-next {
	background: url(../img/ico-next_red.png) no-repeat center;
	background-size: 100%;
}

.gifts-block .swiper-button-prev {
	background: url(../img/ico-prev_green.png) no-repeat center;
	background-size: 100%;
}

.gifts-block .swiper-button-next {
	background: url(../img/ico-next_green.png) no-repeat center;
	background-size: 100%;
}

.shop_link_area {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.shop_link_area a .shop_link_inner {
	position: relative;
	text-decoration: underline;
	padding-left: 24px;
	
}

.shop_link_inner::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 19px;
	height: 17px;
	background: url(../img/icon-shop-link.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 3px;
	left: 0;
	top: -2px;
}