@charset "UTF-8";

@keyframes fluffy {
	0% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(1);
	}
}

.l-content {
	background-color: #f8f8f4;
	padding-top: 298px !important;
	margin-top: -155px !important;
	background-image: url(/AOS/user_data/AOS/packages/default/images/wd/common/bg_flower.png);
	background-repeat: no-repeat;
	background-size: 400px auto;
	background-position: bottom 0 right -28px;
	background-attachment: fixed;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content {
		padding-top: 370px !important;
		margin-top: -332px !important;
		background-size: 210px auto;
		background-position: top -15px right -18px;
	}
}

.use-touchDevice .l-content {
	background-attachment: scroll;
}

.kv._top + .l-content {
	padding-top: 295px !important;
	margin-top: -140px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv._top + .l-content {
		padding-top: 207px !important;
		margin-top: -157px !important;
	}
}

.l-section .inner {
	max-width: 1024px;
	margin: 0 auto;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-section .inner {
		margin: 0 20px;
	}
}

.l-content .banners {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 80px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .banners {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px;
	}
}

.l-content .banners a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #d3d3d3;
	height: 90px;
	width: 345px;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.23, 0.54, 0.5, 0.87);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .banners a {
		height: 60px;
		width: 100%;
	}
}

.l-content .banners a:hover {
	opacity: 0.65;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
}

.l-content .banners a:nth-child(1) {
	margin-right: 40px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .banners a:nth-child(1) {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.l-content .banners a:nth-child(1) img {
	width: 220px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .banners a:nth-child(1) img {
		width: 156px;
	}
}

.l-content .banners a:nth-child(2) img {
	width: 175px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .banners a:nth-child(2) img {
		width: 135px;
	}
}

.l-content .button_line {
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	color: #40403c;
	transition: all 0.4s cubic-bezier(0.23, 0.54, 0.5, 0.87);
}

.l-content .button_line i {
	margin-left: 8px;
}

.l-content .button_line i * {
	transition: all 0.4s cubic-bezier(0.23, 0.54, 0.5, 0.87);
}

.l-content .button_line span {
	display: inline-block;
}

/* .l-content .button_line span:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 24px;
    background-color: #40403c;
    transition: all .4s cubic-bezier(.23, .54, .5, .87)
} */

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .button_line span:after {
		margin-top: 8px;
	}
}

.l-content .button_line:hover {
	color: #d58466;
}

.l-content .button_line:hover i * {
	stroke: #d58466;
}

.l-content .button_line:hover span:after {
	background-color: #ee9e80;
}

.l-content .chapter-wrapper {
	padding: 0 0 120px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-wrapper {
		padding: 0 15px 50px;
	}
}

.l-content .chapter {
	position: relative;
	z-index: 5;
	width: calc(100% - ((100% - 1140px) / 2));
	max-width: 100%;
	padding: 100px 0;
	background-color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter {
		width: 100%;
		padding: 0 0 36px;
		border-radius: 10px;
	}
}

.l-content .chapter:nth-child(even) {
	margin-right: 0;
	margin-left: auto;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter._has-voice {
		margin-bottom: 74px;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter._has-voice {
		margin-bottom: 64px;
	}
}

.l-content .chapter + .chapter {
	margin-top: 160px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter + .chapter {
		margin-top: 30px;
	}
}

.l-content .chapter-heading p {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.40625;
	opacity: 0.85;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	letter-spacing: 0.08em;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-heading p {
		line-height: 1.52381;
		font-size: 21px;
	}
}

.l-content .chapter-heading small {
	line-height: 1.36364;
	letter-spacing: 0.08em;
	font-family: Roboto Slab;
	font-weight: 700;
	font-size: 11px;
	color: rgba(191, 88, 50, 0.7);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-heading br {
		display: none;
	}
}

.l-content .chapter-header {
	position: relative;
	width: 1082px;
	max-width: 100%;
	margin: 0 0 0 auto;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-header {
		width: 100%;
	}
}

.l-content .chapter:nth-child(even) .chapter-header {
	margin: 0 auto 0 0;
}

.l-content .chapter-header-info {
	z-index: 1;
	position: relative;
	min-height: 450px;
	padding: 0 0 0 28px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-header-info {
		min-height: 0;
		margin-top: 36px;
		padding: 0 25px;
	}
}

.l-content .chapter:nth-child(even) .chapter-header-info {
	width: 320px;
	margin-right: 28px;
	margin-left: auto;
	padding: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter:nth-child(even) .chapter-header-info {
		width: 100%;
		margin-right: 0;
		padding: 0 25px;
	}
}

.l-content .chapter-header-info-text {
	width: 320px;
	margin-top: 22px;
	line-height: 1.85;
	font-size: 15px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-header-info-text {
		width: 100%;
	}
}

.l-content .chapter-header-info-link:not(:first-child) {
	margin-top: 44px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-header-info-link:not(:first-child) {
		margin-top: 36px;
	}
}

.l-content .chapter-header-info-link > li:not(:last-child) {
	margin-bottom: 36px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-header-info-link > li:not(:last-child) {
		margin-bottom: 28px;
	}
}

.l-content .chapter-header-image {
	position: absolute;
	top: -160px;
	right: -50px;
	width: 720px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-header-image {
		position: relative;
		top: 0;
		right: auto;
		left: 0;
		width: 100%;
	}
}

.l-content .chapter-header-image img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 3px 3px 20px rgba(64, 64, 60, 0.08);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-header-image img {
		border-radius: 10px 10px 0 0;
	}
}

.l-content .chapter:nth-child(even) .chapter-header-image {
	right: auto;
	left: -50px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter:nth-child(even) .chapter-header-image {
		left: auto;
	}
}

.l-content .appeal-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	margin-top: -70px;
	padding: 0 108px 0 0;
	counter-reset: num;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .appeal-list {
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -30px;
		padding: 0;
	}
}

.l-content .appeal-list > li:not(:last-child) {
	margin-right: 8px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .appeal-list > li:not(:last-child) {
		margin-right: 11px;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .appeal-list > li:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: -7px;
	}
}

.l-content .chapter:nth-child(even) .appeal-list {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 0 108px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter:nth-child(even) .appeal-list {
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}
}

.l-content .appeal {
	position: relative;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background-color: #ee9e80;
	border-radius: 50%;
	box-shadow: 3px 5px 20px rgba(227, 185, 170, 0.3);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .appeal {
		width: 118px;
		height: 118px;
	}
}

.l-content .appeal:before {
	counter-increment: num;
	content: counter(num);
	display: block;
	padding-top: 26px;
	line-height: 1;
	text-align: center;
	font-family: Roboto Slab;
	font-size: 20px;
	color: #d58466;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .appeal:before {
		margin-bottom: 6px;
		padding-top: 21px;
	}
}

.l-content .appeal p {
	position: absolute;
	top: calc(50% + 8px);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .appeal p {
		position: relative;
		top: auto;
		transform: none;
		line-height: 1.45455;
		font-size: 11px;
	}
}

.l-content .chapter-content {
	width: 1140px;
	max-width: 100%;
	margin-right: 0;
	margin-left: auto;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-content {
		width: 100%;
	}
}

.l-content .chapter-content:not(:first-child) {
	margin-top: 76px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-content:not(:first-child) {
		margin-top: 60px;
	}
}

.l-content .chapter:nth-child(even) .chapter-content {
	margin-right: auto;
	margin-left: 0;
}

.l-content .chapter-block {
	width: 1024px;
	margin: 0 auto;
	padding: 0 22px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-block {
		width: 100%;
	}
}

.l-content .chapter-block:not(:first-child) {
	margin-top: 80px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-block:not(:first-child) {
		margin-top: 60px;
	}
}

.l-content .chapter-block-heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px;
}

.l-content .chapter-block-heading p {
	width: 100%;
	margin-bottom: 6px;
	line-height: 1;
	font-weight: 700;
	font-size: 10px;
	color: rgba(64, 64, 60, 0.7);
}

.l-content .chapter-block-heading span {
	line-height: 1.72222;
	letter-spacing: 0.08em;
	font-weight: 700;
	font-size: 18px;
	color: rgba(64, 64, 60, 0.85);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-block-heading .link_more {
		display: none;
	}
}

.l-content .chapter-block-bottom {
	margin-top: 36px;
	display: none;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .chapter-block-bottom {
		display: block;
	}
}

.l-content .link_more {
	font-size: 13px;
	color: #bf5832;
	transition: all 0.4s cubic-bezier(0.23, 0.54, 0.5, 0.87);
}

.l-content .link_more i {
	margin-left: 8px;
}

.l-content .link_more i * {
	stroke: #bf5832;
}

.l-content .link_more:hover {
	opacity: 0.85;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
}

.l-content .voice {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 1082px;
	max-width: 100%;
	margin-top: -110px;
	margin-bottom: -40px;
	margin-right: 0;
	margin-left: auto;
	margin: -110px 0 -40px auto;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .voice {
		margin: 36px 0 0;
		padding: 0 25px;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .voice {
		display: block;
		margin-bottom: -110px;
	}
}

.l-content .voice-photo {
	width: 360px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .voice-photo {
		width: 240px;
	}
}

.l-content .voice-photo img {
	width: 100%;
	border-radius: 10px;
}

.l-content .voice-card {
	position: relative;
	bottom: -80px;
	left: -20px;
	width: 540px;
	padding: 45px 60px;
	background-color: #f8f8f4;
	box-shadow: 0 10px 20px rgba(159, 140, 110, 0.05);
	letter-spacing: 0.08em;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .voice-card {
		top: -34px;
		bottom: auto;
		left: 20px;
		width: calc(100% + 20px);
		padding: 40px 30px;
	}
}

.l-content .voice-card-title {
	position: absolute;
	top: -28px;
	right: 21px;
	line-height: 1;
	font-family: Allura;
	font-size: 56px;
	color: #d58466;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .voice-card-title {
		right: 0;
	}
}

.l-content .voice-card-text dt {
	margin-bottom: 22px;
	line-height: 1.5;
	font-weight: 700;
	font-size: 18px;
	color: rgba(64, 64, 60, 0.85);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .voice-card-text dt br {
		display: none;
	}
}

.l-content .voice-card-text dd {
	line-height: 1.85;
	font-size: 13px;
}

.l-content .voice-card-text dd._sub {
	line-height: 1.85;
	font-size: 12px;
	color: rgba(64, 64, 60, 0.85);
}

.l-content .voice-card-text dd._sub:not(:first-child) {
	margin-top: 14px;
}

.l-content .heading_section {
	text-align: center;
	margin-bottom: 60px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .heading_section {
		margin-bottom: 30px;
	}
}

.l-content .heading_section._left {
	text-align: left;
}

.l-content .heading_section._left span {
	margin-right: 8px;
	display: inline-block;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .heading_section._left span {
		display: block;
	}
}

.l-content .heading_section._left small {
	display: inline-block;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .heading_section._left small {
		display: block;
	}
}

.l-content .heading_section span {
	font-family: Merriweather, serif;
	font-weight: 300;
	font-size: 56px;
	display: block;
	line-height: 1;
	letter-spacing: 0.16em;
	margin-bottom: 16px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .heading_section span {
		margin-bottom: 10px;
		font-size: 38px;
	}
}

.l-content .heading_section small {
	color: rgba(64, 64, 60, 0.85);
	font-size: 11px;
	letter-spacing: 0.08em;
	font-weight: 700;
	display: block;
}

.l-content .heading_secondary {
	text-align: center;
	margin-bottom: 28px;
}

.l-content .heading_secondary span {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 4px;
	display: block;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .heading_secondary span {
		text-align: center;
	}
}

.l-content .heading_secondary small {
	font-family: Roboto Slab, serif;
	color: rgba(64, 64, 60, 0.7);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	display: block;
}

.l-content .top-lineup-prize .heading_secondary span {
	margin-bottom: 0;
	text-align: left;
	color: #695b42;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-prize .heading_secondary span {
		text-align: center;
	}
}

.l-content .top-lineup-prize .heading_secondary small {
	margin-bottom: 12px;
	color: rgba(105, 91, 66, 0.7);
	font-family: Yu Gothic Medium, '游ゴシック Medium', YuGothic, '游ゴシック体', Hiragino Kaku Gothic ProN, 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: 0.08em;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-prize .heading_secondary small {
		font-family: Hiragino Kaku Gothic ProN, 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	}
}

.l-content .panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	counter-reset: panel;
}

.l-content .panel > li {
	counter-increment: panel;
}

.l-content .panel > li > a,
.l-content .panel > li > span {
	display: block;
}

.l-content .panel._step li {
	width: calc((100% - (32px * 2)) / 3);
	margin-top: 20px;
}

.l-content .panel._step li:nth-child(3n-1) {
	padding-top: 40px;
}

.l-content .panel._step li:nth-child(-n + 3) {
	margin-top: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .panel._step li {
		width: 100%;
		padding-top: 0;
	}

	.l-content .panel._step li:nth-child(3n-1) {
		padding-top: 0;
	}

	.l-content .panel._step li:nth-child(-n + 3) {
		margin-top: 25px;
	}

	.l-content .panel._step li:first-child {
		margin-top: 0;
	}
}

.l-content .panel._column4-2 > li {
	width: calc((100% - (35px * 3)) / 4);
	margin-top: 77px;
}

.l-content .panel._column4-2 > li:nth-child(-n + 4) {
	margin-top: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .panel._column4-2 > li {
		width: calc((100% - 15px) / 2);
		margin-top: 25px;
	}

	.l-content .panel._column4-2 > li:nth-child(-n + 4) {
		margin-top: 25px;
	}

	.l-content .panel._column4-2 > li:nth-child(-n + 2) {
		margin-top: 0;
	}
}

.l-content .panel._column2-1 {
	margin-bottom: 40px;
}

.l-content .panel._column2-1:last-child {
	margin-bottom: 0;
}

.l-content .panel._column2-1 > li {
	width: calc((100% - 36px) / 2);
}

.l-content .panel._column2-1 > li:nth-child(-n + 4) {
	margin-top: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .panel._column2-1 > li {
		width: 100%;
		margin-top: 25px;
	}

	.l-content .panel._column2-1 > li:nth-child(-n + 4) {
		margin-top: 25px;
	}

	.l-content .panel._column2-1 > li:first-child {
		margin-top: 0;
	}
}

.l-content .panel._news {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	white-space: nowrap;
}

.use-ie .l-content .panel._news {
	white-space: normal;
	width: 100%;
}

.use-ie .l-content .panel._news > li {
	margin-top: 30px;
	width: calc((100% - 60px) / 4);
	margin-right: 0;
}

.use-ie .l-content .panel._news > li:nth-child(-n + 4) {
	margin-top: 0;
}

.l-content .panel._news > li {
	margin-right: 20px;
	width: 270px;
	background-color: #fff;
	display: inline-block;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .panel._news > li {
		margin-right: 16px;
	}
}

.l-content .panel._news > li .panel-heading {
	padding: 0 16px;
	white-space: normal;
}

.l-content .panel._news > li .panel-note {
	font-family: Roboto Slab, serif;
	font-weight: 400;
	color: rgba(64, 64, 60, 0.55);
	letter-spacing: 0.08em;
	padding: 0 16px 24px;
}

.l-content .panel-thumb {
	line-height: 0;
	position: relative;
	margin-bottom: 24px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .panel-thumb {
		margin-bottom: 10px;
	}
}

.l-content .panel-thumb:after {
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	height: 100%;
	width: 100%;
	background-color: #ee9e80;
	top: 0;
	left: 0;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	transition-duration: 0.4s;
}

.l-content .panel-thumb .tag {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #d18b71;
	color: #fff;
	font-weight: 700;
	padding: 3px 6px 4px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.08em;
}

.l-content .panel._news .panel-thumb-img:empty {
	display: block;
	background-image: url(/AOS/user_data/AOS/packages/default/images/wd/top/news-noimg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	height: 180px;
	width: 100%;
	background-color: #e4e3d2;
}

.l-content .panel._news .panel-heading {
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 1.65;
}

.l-content .panel-text {
	text-align: left;
	letter-spacing: 0.08em;
}

.l-content .panel-heading {
	font-size: 15px;
	font-weight: 700;
	color: rgba(64, 64, 60, 0.85);
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	transition-duration: 0.4s;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .panel-heading {
		font-size: 14px;
	}
}

.l-content .case-list .panel-heading {
	margin-bottom: 8px;
	letter-spacing: 0.08em;
	font-size: 13px;
}

.l-content .panel-note {
	font-size: 11px;
	color: rgba(64, 64, 60, 0.85);
	letter-spacing: 0.08em;
	transition-duration: 0.4s;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .panel-note {
		font-size: 13px;
	}
}

.l-content .case-list .panel-note {
	letter-spacing: 0.08em;
}

.l-content .panel-itemtype {
	z-index: 1;
	position: relative;
	width: 100%;
}

.l-content .panel-itemtype span {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	padding: 9px 10px 8px;
	background-color: #d18b71;
	border-radius: 15px;
	line-height: 1;
	font-weight: 700;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .panel-itemtype span {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin-top: 10px;
	}
}

.l-content a:hover .panel-thumb:after {
	opacity: 0.4;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
}

.l-content .top-feature .panel-thumb i {
	position: absolute;
	transform: rotate(-90deg);
	padding-right: 20px;
	right: -16px;
	top: 20px;
}

.l-content .top-feature .panel-thumb i:before {
	color: #ee9e80;
	font-size: 10px;
	letter-spacing: 0.08em;
	content: 'feature' counter(panel);
	display: inline-block;
	font-family: Roboto Slab, serif;
}

.l-content .top-feature .panel-thumb i:after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 1px;
	background-color: #ee9e80;
	position: absolute;
	top: 2px;
	right: 0;
	-webkit-backface-visibility: hidden;
}

.l-content .top-feature .panel-heading {
	margin-bottom: 4px;
}

.l-content .case-list .panel-thumb {
	margin-bottom: 16px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case-list .panel-thumb {
		margin-bottom: 13px;
	}
}

.l-content a:hover .panel-heading {
	color: #d58466;
}

.l-content a:hover .panel-note {
	color: #d58466;
}

.l-content .text_letter {
	font-size: 15px;
	letter-spacing: 0.08em;
	margin: 0;
}

.l-content .about {
	margin-top: -217px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about {
		margin-top: 0;
	}
}

.l-content .about .chapter {
	width: calc(100% - ((100% - 1024px) / 2));
	padding-top: 120px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about .chapter {
		border-radius: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.l-content .about .chapter-content {
	width: 1024px;
	padding: 0 125px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about .chapter-content {
		padding: 50px 25px;
	}
}

.l-content .about .heading_section {
	margin-bottom: 32px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about .heading_section {
		margin-bottom: 26px;
	}
}

.l-content .about .heading_section span {
	letter-spacing: 0.16em;
	font-size: 56px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about .heading_section span {
		font-size: 38px;
	}
}

.l-content .about .heading_section small {
	letter-spacing: 0.08em;
	font-weight: 700;
	font-size: 13px;
	color: rgba(64, 64, 60, 0.7);
}

.l-content .about-lead {
	margin-bottom: 80px;
	text-align: center;
	line-height: 1.85;
	letter-spacing: 0.08em;
	font-size: 15px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about-lead {
		margin-bottom: 40px;
		text-align: left;
	}
}

.l-content .about-block {
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about-block {
		display: block;
	}
}

.l-content .about-block:nth-child(even) .about-block-image {
	-ms-flex-order: 1;
	order: 1;
	width: 600px;
	margin-right: -233px;
	margin-left: 80px;
	margin-bottom: -186px;
	padding-top: 76px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about-block:nth-child(even) .about-block-image {
		width: calc(100% + 40px);
		margin: 0 0 28px;
		padding-top: 0;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about-block:nth-child(even) .about-block-image img {
		border-radius: 10px 0 0 10px;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about-block + .about-block {
		margin-top: 30px;
	}
}

.l-content .about-block-image {
	width: 550px;
	margin-left: -183px;
	margin-right: 80px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about-block-image {
		width: calc(100% + 40px);
		margin: 0 0 28px -40px;
	}
}

.l-content .about-block-image img {
	border-radius: 10px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about-block-image img {
		border-radius: 0 10px 10px 0;
	}
}

.l-content .about-block-text {
	-ms-flex: 1;
	flex: 1;
}

.l-content .about-block-text dl:not(:last-child) {
	margin-bottom: 40px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about-block-text dl:not(:last-child) {
		margin-bottom: 28px;
	}
}

.l-content .about-block-text dt {
	position: relative;
	margin-bottom: 22px;
	padding-top: 35px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about-block-text dt {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 10px;
		padding: 0;
	}
}

.l-content .about-block-text dt p {
	position: relative;
	z-index: 1;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-weight: 700;
	font-size: 20px;
	color: rgba(64, 64, 60, 0.85);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about-block-text dt p {
		font-size: 18px;
		line-height: 1.66667;
	}
}

.l-content .about-block-text dt span {
	position: absolute;
	top: -4px;
	left: -20px;
	line-height: 1;
	font-family: Allura;
	font-size: 74px;
	color: #d58466;
	opacity: 0.75;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .about-block-text dt span {
		position: relative;
		top: auto;
		left: auto;
		margin-right: 14px;
		font-size: 46px;
	}
}

.l-content .about-block-text dd {
	line-height: 1.85;
	letter-spacing: 0.08em;
	font-size: 13px;
}

.l-content .feature {
	padding: 0 20px 68px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .feature {
		padding-bottom: 36px;
	}
}

.l-content .feature .heading_section {
	position: relative;
	top: 100px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .feature .heading_section {
		top: 0;
	}
}

.l-content .feature-block {
	position: relative;
	width: 1024px;
	max-width: 100%;
	height: 750px;
	margin: 0 auto;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .feature-block {
		height: auto;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .feature-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.l-content .feature-list > li {
	position: absolute;
	width: 280px;
	text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .feature-list > li {
		position: relative;
		top: auto !important;
		left: auto !important;
		width: calc((100% - 15px) / 2);
		margin-bottom: 24px;
	}
}

.l-content .feature-list > li:nth-child(1) {
	top: 13px;
	left: 77px;
}

.l-content .feature-list > li:nth-child(2) {
	top: 102px;
	left: 370px;
}

.l-content .feature-list > li:nth-child(3) {
	top: 0;
	left: 688px;
}

.l-content .feature-list > li:nth-child(4) {
	top: 371px;
	left: 51px;
}

.l-content .feature-list > li:nth-child(5) {
	top: 446px;
	left: 393px;
}

.l-content .feature-list > li:nth-child(6) {
	top: 348px;
	left: 704px;
}

.l-content .feature-list > li p {
	margin-top: -22px;
	line-height: 1.69231;
	font-weight: 700;
	font-size: 13px;
	color: rgba(64, 64, 60, 0.85);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .feature-list > li p {
		margin-top: -2px;
	}
}

.l-content .flow {
	margin-bottom: 40px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow {
		margin-bottom: 10px;
	}
}

.l-content .flow .chapter {
	width: calc(100% - ((100% - 1024px) / 2));
	margin-right: 0;
	margin-left: auto;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow .chapter {
		border-radius: 0;
	}
}

.l-content .flow .chapter-content {
	width: 1024px;
	padding: 0 125px;
	margin-right: auto;
	margin-left: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow .chapter-content {
		padding: 50px 25px 0;
	}
}

.l-content .flow .heading_section small {
	font-weight: 700;
	font-size: 13px;
	color: rgba(64, 64, 60, 0.7);
}

.l-content .flow-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 24px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-header {
		display: block;
	}
}

.l-content .flow-header .heading_section {
	margin-right: 65px;
	margin-bottom: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-header .heading_section {
		margin-right: 0;
		margin-bottom: 38px;
	}
}

.l-content .flow-lead {
	-ms-flex: 1;
	flex: 1;
	line-height: 1.85;
	font-size: 15px;
}

.l-content .flow-pict {
	position: relative;
	width: 340px;
	height: 300px;
	float: right;
	margin-left: 46px;
	margin-bottom: 30px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-pict {
		float: none;
		width: 295px;
		height: 257px;
		margin: 0 auto;
	}
}

.l-content .flow-pict-list:before,
.l-content .flow-pict-list:after {
	content: '';
	position: absolute;
	top: 170px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	background-color: #aa9b6b;
	width: 18px;
	height: 2px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-pict-list:before,
	.l-content .flow-pict-list:after {
		width: 16px;
	}
}

.l-content .flow-pict-list:after {
	transform: translateX(-50%) rotate(90deg);
}

.l-content .flow-pict-list > li {
	position: absolute;
	width: 128px;
	text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-pict-list > li {
		width: 110px;
	}
}

.l-content .flow-pict-list > li p {
	margin-top: 9px;
	line-height: 1;
	font-weight: 700;
	font-size: 10px;
	color: #695b42;
}

.l-content .flow-pict-list > li:nth-child(1) {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.l-content .flow-pict-list > li:nth-child(2) {
	bottom: 0;
	left: 0;
}

.l-content .flow-pict-list > li:nth-child(3) {
	bottom: 0;
	right: 0;
}

.l-content .flow-list {
	position: relative;
	margin-top: 74px;
	margin-bottom: 56px;
	padding-left: 24px;
	counter-reset: num;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-list {
		margin: 26px 0 55px;
		padding-left: 0;
	}
}

.l-content .flow-list:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 33px;
	width: 2px;
	height: 100%;
	border-left: 1px dashed rgba(213, 132, 102, 0.6);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-list:after {
		left: 9px;
	}
}

.l-content .flow-list > li {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.85;
	font-size: 13px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-list > li {
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.l-content .flow-list > li p {
	-ms-flex: 1;
	flex: 1;
}

.l-content .flow-list > li:before {
	z-index: 2;
	counter-increment: num;
	content: counter(num);
	display: block;
	width: 20px;
	margin-right: 30px;
	padding: 10px 0;
	background-color: #fff;
	text-align: center;
	line-height: 1;
	font-family: Roboto Slab;
	font-size: 36px;
	color: #d58466;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-list > li:before {
		font-size: 32px;
		width: 18px;
		margin-top: -12px;
		margin-right: 12px;
	}
}

.l-content .flow-list > li:after {
	z-index: 1;
	content: '';
	display: none;
	position: absolute;
	left: 0;
	width: 20px;
	height: 50%;
	background-color: #fff;
}

.l-content .flow-list > li:first-child:after {
	display: block;
	top: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-list > li:first-child:after {
		display: none;
	}
}

.l-content .flow-list > li:last-child:after {
	display: block;
	bottom: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-list > li:last-child:after {
		height: 100%;
	}
}

.l-content .flow-list > li:not(:last-child) {
	margin-bottom: 80px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-list > li:not(:last-child) {
		margin-bottom: 30px;
	}
}

.l-content .case {
	position: relative;
	padding: 70px;
	background-color: rgba(248, 248, 244, 0.7);
	border-radius: 90px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case {
		padding: 44px 20px 40px;
		border-radius: 34px;
	}
}

.l-content .case dt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
	line-height: 1.375;
	font-weight: 700;
	font-size: 18px;
	color: rgba(64, 64, 60, 0.85);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case dt {
		display: block;
		text-align: center;
	}
}

.l-content .case dt ._sub {
	line-height: 1.76786;
	font-weight: 400;
	font-size: 14px;
	color: #40403c;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case dt ._sub {
		margin-top: 8px;
	}
}

.l-content .case + .case {
	margin-top: 25px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case + .case {
		margin-top: 30px;
	}
}

.l-content .case-title {
	position: absolute;
	top: -6px;
	right: 45px;
	vertical-align: baseline;
	line-height: 1;
	font-family: Allura;
	font-size: 28px;
	color: #d58466;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case-title {
		top: -18px;
		right: 0;
		width: 100%;
		text-align: center;
	}
}

.l-content .case-title span {
	font-size: 56px;
}

.l-content .case-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case-list {
		display: block;
	}
}

.l-content .case-list > li {
	position: relative;
	width: 180px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case-list > li {
		width: 100%;
	}
}

.l-content .case-list > li:before,
.l-content .case-list > li:after {
	content: '';
	display: none;
	position: absolute;
	top: 90px;
	width: 20px;
	height: 2px;
	background-color: #aa9b6b;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case-list > li:before,
	.l-content .case-list > li:after {
		top: auto;
	}
}

.l-content .case-list > li:after {
	transform: rotate(90deg);
}

.l-content .case-list > li:first-child:before,
.l-content .case-list > li:first-child:after {
	display: block;
	right: -33px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case-list > li:first-child:before,
	.l-content .case-list > li:first-child:after {
		bottom: -25px;
		right: 50%;
		transform: translateX(50%);
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case-list > li:first-child:after {
		transform: translateX(50%) rotate(90deg);
	}
}

.l-content .case-list > li:last-child:before,
.l-content .case-list > li:last-child:after {
	display: block;
	left: -33px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case-list > li:last-child:before,
	.l-content .case-list > li:last-child:after {
		top: -25px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case-list > li:last-child:after {
		transform: translateX(-50%) rotate(90deg);
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .case-list > li:not(:last-child) {
		margin-bottom: 50px;
	}
}

.l-content .flow-footer {
	margin-top: 60px;
	text-align: center;
}

.l-content .flow-footer-title,
.l-content .flow-footer-text {
	width: 560px;
	max-width: 100%;
	margin: 0 auto;
}

.l-content .flow-footer-title {
	margin-bottom: 32px;
	line-height: 1.5;
	font-weight: 700;
	font-size: 20px;
	color: rgba(64, 64, 60, 0.85);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-footer-title {
		margin-bottom: 24px;
		text-align: left;
	}
}

.l-content .flow-footer-text {
	margin-bottom: 32px;
	text-align: left;
	line-height: 1.85;
	font-size: 13px;
}

.l-content .flow-gift-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-gift-list {
		display: block;
		margin-top: 44px;
	}
}

.l-content .flow-gift-list > li {
	width: 240px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .flow-gift-list > li {
		width: 100%;
	}

	.l-content .flow-gift-list > li:not(:last-child) {
		margin-bottom: 10px;
	}
}

.l-content .flow-gift-list a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 15px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(227, 185, 170, 0.3);
	line-height: 1.76923;
	font-weight: 700;
	font-size: 13px;
	transition: all 0.4s cubic-bezier(0.23, 0.54, 0.5, 0.87);
}

.l-content .flow-gift-list a:hover {
	background-color: rgba(238, 158, 128, 0.9);
	color: #fff;
}

.l-content .flow-gift-list img {
	width: 70px;
	height: 70px;
	margin-right: 15px;
	border-radius: 50%;
}

.l-content .top-banner {
	padding: 100px 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-banner {
		padding: 30px 0;
	}
}

.l-content .top-banner a {
	width: 960px;
	height: 440px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	box-shadow: 7px 12px 20px rgba(64, 64, 60, 0.15);
	transition-duration: 0.5s;
	transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-banner a {
		width: calc(100% - 40px);
		height: 150px;
	}
}

.l-content .top-banner a:hover {
	transform: translate3d(0, 3px, 0);
	box-shadow: 0 0 0 rgba(64, 64, 60, 0);
}

.l-content .top-banner img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.l-content .top-banner p {
	color: rgba(64, 64, 60, 0.85);
	font-weight: 700;
	font-size: 18px;
	padding-left: 80px;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 80px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-banner p {
		left: 20px;
		font-size: 16px;
	}
}

.l-content .top-feature {
	padding-bottom: 125px;
	position: relative;
	z-index: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-feature {
		padding-bottom: 50px;
	}
}

.l-content .top-followus {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #fff;
}

.l-content .top-followus-heading {
	letter-spacing: 0.16em;
	font-size: 20px;
	color: #695b42;
	font-family: Merriweather, serif;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-followus-heading {
		margin-bottom: 20px;
	}
}

.l-content .top-followus-instaram-heading {
	letter-spacing: 0.16em;
	font-size: 28px;
	font-family: Merriweather, serif;
	font-weight: 300;
	text-align: center;
	margin-bottom: 38px;
	display: none;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-followus-instaram-heading {
		display: block;
	}
}

.l-content .top-followus-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-followus-list {
		margin: 0 20px;
		width: calc(100% - 40px);
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.l-content .top-followus-list li {
	width: 160px;
	height: 56px;
	margin-right: 24px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-followus-list li {
		width: calc((100% - (7px * 2)) / 3);
		margin: 0;
		height: 76px;
	}
}

.l-content .top-followus-list li:last-child {
	margin-right: 0;
}

.l-content .top-followus-list li a {
	border: 1px solid rgba(105, 91, 66, 0.3);
	letter-spacing: 0.08em;
	font-size: 14px;
	width: 100%;
	height: 100%;
	color: #695b42;
	font-family: Roboto Slab, serif;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition-duration: 0.4s;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-followus-list li a {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.l-content .top-followus-list li a svg {
	width: 14px;
	height: 14px;
	fill: #db967d;
	margin-right: 10px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-followus-list li a svg {
		width: 23px;
		height: 23px;
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.l-content .top-followus-list li a:hover {
	color: #fff;
	background-color: #db967d;
	border-color: #db967d;
}

.l-content .top-followus-list li a:hover svg {
	fill: #fff;
}

.l-content .top-followus-contents {
	padding: 0 60px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-followus-contents {
		padding: 0 20px;
	}
}

.l-content .top-followus-content {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	pointer-events: none;
	width: 100%;
}

.l-content .top-followus-content.is-active {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	pointer-events: auto;
}

.l-content .top-followus-content .panel {
	margin-bottom: 50px;
	width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-followus-content .panel {
		margin-bottom: 45px;
	}
}

.l-content .top-followus-content .panel-thumb img {
	width: 100%;
}

.l-content .top-followus-content li {
	width: calc((100% - (10px * 4)) / 5);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-followus-content li {
		width: calc((100% - 15px) / 2);
		margin-top: 5px;
	}
}

.l-content .top-lineup {
	padding-top: 116px;
	background-color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup {
		padding-top: 52px;
	}
}

.l-content .top-lineup-feature {
	padding-bottom: 120px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-feature {
		padding-bottom: 55px;
	}
}

.l-content .top-lineup-tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 57px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-tabs {
		margin-bottom: 35px;
	}
}

.l-content .top-lineup-tabs li {
	position: relative;
	margin-right: 73px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-tabs li {
		margin-right: 33px;
	}
}

.l-content .top-lineup-tabs li:last-child {
	margin-right: 0;
}

.l-content .top-lineup-tabs li:last-child:before {
	content: none;
}

.l-content .top-lineup-tabs li.is-active span,
.l-content .top-lineup-tabs li:hover span {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.l-content .top-lineup-tabs li.is-active span:after,
.l-content .top-lineup-tabs li:hover span:after {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.l-content .top-lineup-tabs li span {
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 14px;
	opacity: 0.4;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
	transition-duration: 0.4s;
	padding-bottom: 10px;
	position: relative;
	cursor: pointer;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-tabs li span {
		padding-bottom: 7px;
	}
}

.l-content .top-lineup-tabs li span:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ee9e80;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	transition-duration: 0.4s;
}

.l-content .top-lineup-tabs li:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: rgba(64, 64, 60, 0.15);
	transform: rotate(-45deg) translateY(50%);
	top: 50%;
	right: -50px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-tabs li:before {
		right: -26px;
	}
}

.l-content .top-lineup-contents {
	position: relative;
	text-align: center;
}

.l-content .top-lineup-content {
	position: absolute;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	pointer-events: none;
	width: 100%;
}

.l-content .top-lineup-content.is-active {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	pointer-events: auto;
}

.l-content .top-lineup-content .panel {
	margin-bottom: 72px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-content .panel {
		margin-bottom: 45px;
	}
}

.l-content .top-lineup-search {
	background: linear-gradient(90deg, #f8f0ed 0, #f8f0ed 49%, #f8f8f4 50%, #f8f8f4 100%);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-search {
		background: none;
	}
}

.l-content .top-lineup-search .inner {
	display: -ms-flexbox;
	display: flex;
	max-width: 1168px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-search .inner {
		display: block;
		margin: 0;
	}
}

.l-content .top-lineup-search-category {
	padding: 80px 54px 80px 0;
	width: 68%;
	background-color: #f8f0ed;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-search-category {
		width: 100%;
		padding: 50px 20px;
	}
}

.l-content .top-lineup-search-price {
	padding: 80px 0 80px 54px;
	width: 32%;
	background-color: #f8f8f4;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-search-price {
		width: 100%;
		padding: 50px 20px;
	}
}

.l-content .top-lineup-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-content .top-lineup-buttons > li {
	margin-top: 12px;
}

.l-content .top-lineup-buttons > li a {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 15px;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	background-color: #fff;
	transition-duration: 0.4s;
	height: 100%;
	color: rgba(64, 64, 60, 0.85);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-buttons > li a {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.l-content .top-lineup-buttons > li a:hover {
	background-color: rgba(238, 158, 128, 0.9);
	color: #fff;
}

.l-content .top-lineup-buttons > li p {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.53846;
}

.l-content .top-lineup-search-category .top-lineup-buttons li p {
	letter-spacing: 0.08em;
}

.l-content .top-lineup-search-category .top-lineup-buttons li a {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.l-content .top-lineup-search-price .top-lineup-buttons li a {
	-ms-flex-pack: center;
	justify-content: center;
	padding: 26px 10px 25px;
}

.l-content .top-lineup-search-category .top-lineup-buttons li {
	margin-top: 12px;
	width: calc((100% - (12px * 2)) / 3);
}

.l-content .top-lineup-search-category .top-lineup-buttons li:nth-child(-n + 3) {
	margin-top: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-search-category .top-lineup-buttons li {
		margin-top: 11px;
		width: calc((100% - 11px) / 2);
	}

	.l-content .top-lineup-search-category .top-lineup-buttons li:nth-child(-n + 3) {
		margin-top: 11px;
	}

	.l-content .top-lineup-search-category .top-lineup-buttons li:nth-child(-n + 2) {
		margin-top: 0;
	}
}

.l-content .top-lineup-search-price .top-lineup-buttons li {
	width: calc((100% - 12px) / 2);
}

.l-content .top-lineup-search-price .top-lineup-buttons li:nth-child(-n + 2) {
	margin-top: 0;
}

.l-content .top-lineup-buttons-thumb {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	line-height: 0;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-buttons-thumb {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.l-content .top-lineup-prize .inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	color: #695b42;
	padding: 50px 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-prize .inner {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.l-content .top-lineup-prize-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-prize-list {
		display: block;
	}
}

.l-content .top-lineup-prize-list li {
	text-align: center;
	margin-right: 20px;
}

.l-content .top-lineup-prize-list li:last-child {
	margin-right: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-prize-list li {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.l-content .top-lineup-prize-list li:last-child {
		margin-bottom: 0;
	}
}

.l-content .top-lineup-prize-list .list-thumb {
	width: 150px;
	line-height: 0;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 24px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-prize-list .list-thumb {
		width: 90px;
		height: 90px;
		margin-bottom: 0;
		margin-right: 15px;
	}
}

.l-content .top-lineup-prize-list .list-text {
	font-size: 13px;
	font-weight: 700;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-lineup-prize-list .list-text {
		font-size: 15px;
	}
}

.l-content .top-news {
	padding: 100px 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-news {
		padding: 52px 0;
	}
}

.l-content .top-news-wrapper {
	overflow-x: scroll;
	width: calc(100% - ((100% - 850px) / 2));
	max-width: 100%;
	margin-left: auto;
	margin-right: 0;
	padding-bottom: 20px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-news-wrapper {
		width: 100%;
		padding-left: 16px;
	}
}

.use-ie .l-content .top-news-wrapper {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0;
}

.l-content .top-news-inner {
	width: inherit;
}

.l-content .inlineBlock {
	display: inline-block;
}

.l-content .tableCell {
	display: table-cell;
	vertical-align: middle;
}

.l-content .fr,
.l-content .imgR {
	float: right;
	margin-left: 10px;
}

.l-content .fl,
.l-content .imgL {
	float: left;
	margin-right: 10px;
}

.l-content .imgC,
.l-content .tC {
	text-align: center;
}

.l-content .imgC {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.l-content .tR,
.l-content .sign {
	text-align: right;
}

.l-content .borderBox {
	box-sizing: border-box;
}

.l-content .tsNone {
	text-shadow: none !important;
}

.l-content .bsNone {
	box-shadow: none !important;
}

.l-content .align_center {
	text-align: center;
}

.l-content .mt0 {
	margin-top: 0 !important;
}

.l-content .mb0 {
	margin-bottom: 0 !important;
}

.l-content .pt0 {
	padding-top: 0 !important;
}

.l-content .pb0 {
	padding-bottom: 0 !important;
}

.l-content .mt5 {
	margin-top: 5px !important;
}

.l-content .mb5 {
	margin-bottom: 5px !important;
}

.l-content .pt5 {
	padding-top: 5px !important;
}

.l-content .pb5 {
	padding-bottom: 5px !important;
}

.l-content .mt10 {
	margin-top: 10px !important;
}

.l-content .mb10 {
	margin-bottom: 10px !important;
}

.l-content .pt10 {
	padding-top: 10px !important;
}

.l-content .pb10 {
	padding-bottom: 10px !important;
}

.l-content .mt15 {
	margin-top: 15px !important;
}

.l-content .mb15 {
	margin-bottom: 15px !important;
}

.l-content .pt15 {
	padding-top: 15px !important;
}

.l-content .pb15 {
	padding-bottom: 15px !important;
}

.l-content .mt20 {
	margin-top: 20px !important;
}

.l-content .mb20 {
	margin-bottom: 20px !important;
}

.l-content .pt20 {
	padding-top: 20px !important;
}

.l-content .pb20 {
	padding-bottom: 20px !important;
}

.l-content .mt25 {
	margin-top: 25px !important;
}

.l-content .mb25 {
	margin-bottom: 25px !important;
}

.l-content .pt25 {
	padding-top: 25px !important;
}

.l-content .pb25 {
	padding-bottom: 25px !important;
}

.l-content .mt30 {
	margin-top: 30px !important;
}

.l-content .mb30 {
	margin-bottom: 30px !important;
}

.l-content .pt30 {
	padding-top: 30px !important;
}

.l-content .pb30 {
	padding-bottom: 30px !important;
}

.l-content .mt35 {
	margin-top: 35px !important;
}

.l-content .mb35 {
	margin-bottom: 35px !important;
}

.l-content .pt35 {
	padding-top: 35px !important;
}

.l-content .pb35 {
	padding-bottom: 35px !important;
}

.l-content .mt40 {
	margin-top: 40px !important;
}

.l-content .mb40 {
	margin-bottom: 40px !important;
}

.l-content .pt40 {
	padding-top: 40px !important;
}

.l-content .pb40 {
	padding-bottom: 40px !important;
}

.l-content .mt45 {
	margin-top: 45px !important;
}

.l-content .mb45 {
	margin-bottom: 45px !important;
}

.l-content .pt45 {
	padding-top: 45px !important;
}

.l-content .pb45 {
	padding-bottom: 45px !important;
}

.l-content .mt50 {
	margin-top: 50px !important;
}

.l-content .mb50 {
	margin-bottom: 50px !important;
}

.l-content .pt50 {
	padding-top: 50px !important;
}

.l-content .pb50 {
	padding-bottom: 50px !important;
}

.l-content .mt55 {
	margin-top: 55px !important;
}

.l-content .mb55 {
	margin-bottom: 55px !important;
}

.l-content .pt55 {
	padding-top: 55px !important;
}

.l-content .pb55 {
	padding-bottom: 55px !important;
}

.l-content .mt60 {
	margin-top: 60px !important;
}

.l-content .mb60 {
	margin-bottom: 60px !important;
}

.l-content .pt60 {
	padding-top: 60px !important;
}

.l-content .pb60 {
	padding-bottom: 60px !important;
}

.l-content .mt65 {
	margin-top: 65px !important;
}

.l-content .mb65 {
	margin-bottom: 65px !important;
}

.l-content .pt65 {
	padding-top: 65px !important;
}

.l-content .pb65 {
	padding-bottom: 65px !important;
}

.l-content .mt70 {
	margin-top: 70px !important;
}

.l-content .mb70 {
	margin-bottom: 70px !important;
}

.l-content .pt70 {
	padding-top: 70px !important;
}

.l-content .pb70 {
	padding-bottom: 70px !important;
}

.l-content .mt75 {
	margin-top: 75px !important;
}

.l-content .mb75 {
	margin-bottom: 75px !important;
}

.l-content .pt75 {
	padding-top: 75px !important;
}

.l-content .pb75 {
	padding-bottom: 75px !important;
}

.l-content .mt80 {
	margin-top: 80px !important;
}

.l-content .mb80 {
	margin-bottom: 80px !important;
}

.l-content .pt80 {
	padding-top: 80px !important;
}

.l-content .pb80 {
	padding-bottom: 80px !important;
}

.l-content .mt85 {
	margin-top: 85px !important;
}

.l-content .mb85 {
	margin-bottom: 85px !important;
}

.l-content .pt85 {
	padding-top: 85px !important;
}

.l-content .pb85 {
	padding-bottom: 85px !important;
}

.l-content .mt90 {
	margin-top: 90px !important;
}

.l-content .mb90 {
	margin-bottom: 90px !important;
}

.l-content .pt90 {
	padding-top: 90px !important;
}

.l-content .pb90 {
	padding-bottom: 90px !important;
}

.l-content .mt95 {
	margin-top: 95px !important;
}

.l-content .mb95 {
	margin-bottom: 95px !important;
}

.l-content .pt95 {
	padding-top: 95px !important;
}

.l-content .pb95 {
	padding-bottom: 95px !important;
}

.l-content .mt100 {
	margin-top: 100px !important;
}

.l-content .mb100 {
	margin-bottom: 100px !important;
}

.l-content .pt100 {
	padding-top: 100px !important;
}

.l-content .pb100 {
	padding-bottom: 100px !important;
}

@media screen and (min-width: 1024px) {
	.l-content .pc-hide {
		display: none !important;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .sp-hide {
		display: none !important;
	}
}

.l-wrapper {
	width: 100%;
	overflow: hidden;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-wrapper {
		padding-top: 165px;
	}
}

.l-wrapper .l-header-wrapper {
	height: 140px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-wrapper .l-header-wrapper {
		height: 0;
	}
}

.l-wrapper.is-fixed {
	position: fixed;
}

.page-product-list .l-header-wrapper,
.page-product-detail .l-header-wrapper {
	height: 210px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.page-product-list .l-header-wrapper,
	.page-product-detail .l-header-wrapper {
		height: 125px;
	}
}

.svg-symbol {
	display: none;
}

.kv {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 190px 0 0;
	z-index: 5;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv {
		padding: 0 10px;
	}
}

.kv h1 {
	z-index: 2;
	position: absolute;
	top: 110px;
	left: 100px;
	width: 1024px;
	padding: 0 23px;
	line-height: 1;
	font-size: 32px;
	font-weight: 700;
	color: rgba(64, 64, 60, 0.85);
	letter-spacing: 0.16em;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv h1 {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin-top: 28px;
		padding: 0 10px;
		line-height: 1.66667;
		font-size: 24px;
	}
}

.kv p {
	z-index: 2;
	position: absolute;
	top: 190px;
	left: 100px;
	width: 1024px;
	margin: 0 auto;
	padding: 0 23px;
	line-height: 1.8;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv p {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0 10px;
		margin-top: 11px;
	}
}

.kv p span {
	display: inline-block;
	padding: 0 2px;
	background-color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv p span {
		padding: 0;
		background-color: transparent;
	}
}

.kv p span:not(:last-child) {
	margin-bottom: 3px;
}

.kv._top {
	padding: 0;
	top: auto;
	height: 768px;
	margin-bottom: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv._top {
		height: auto;
	}
}

.kv._top h1 {
	max-width: 100%;
	bottom: 82px;
	left: -15px;
	top: auto;
	width: auto;
	letter-spacing: normal;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv._top h1 {
		bottom: 95px;
		left: -3px;
	}
}

.kv._top h1 img {
	width: 790px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv._top h1 img {
		width: 334px;
	}
}

.kv._top p {
	top: 333px;
	left: 100px;
	line-height: 1.6875;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv._top p {
		position: static;
		padding-top: 0;
		margin-top: -75px;
		padding-left: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.kv._gift p,
	.kv._delivery p,
	.kv._celebration p {
		top: 184px;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv .sp-hide {
		display: none;
	}
}

.kv-image {
	z-index: 1;
	position: relative;
	height: 664px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(/AOS/user_data/AOS/packages/default/images/wd/2360/1328);
	background-position: center center;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv-image {
		height: 260px;
		background-size: cover;
	}
}

.kv._top .kv-image {
	height: 768px;
	margin-bottom: 0;
	background-image: url(/AOS/user_data/AOS/packages/default/images/wd/top/main-img.jpg);
	background-position: top 0 right 50px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv._top .kv-image {
		background-image: url(/AOS/user_data/AOS/packages/default/images/wd/top/main-img_sp.jpg);
		width: calc(100% - 20px);
		margin: 0 auto;
		background-position: center;
		height: 340px;
	}
}

.kv._delivery .kv-image {
	background-image: url(/AOS/user_data/AOS/packages/default/images/wd/delivary/main-img.jpg);
}

.kv._gift .kv-image {
	background-image: url(/AOS/user_data/AOS/packages/default/images/wd/gift/main-img.jpg);
}

.kv._celebration .kv-image {
	background-image: url(/AOS/user_data/AOS/packages/default/images/wd/celebration/main-img.jpg);
}

.l-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #fff;
	color: #40403c;
}

.l-header * {
	color: #40403c;
	text-align: left;
	line-height: 1.625;
	font-feature-settings: normal;
	font-family: Yu Gothic Medium, '游ゴシック Medium', YuGothic, '游ゴシック体', Hiragino Kaku Gothic ProN, 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: 0.08em;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header * {
		font-family: Hiragino Kaku Gothic ProN, 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	}
}

.l-header a {
	color: inherit;
	text-decoration: none;
}

.l-header ul,
.l-header ol {
	list-style: none;
}

.l-header div,
.l-header dl,
.l-header dt,
.l-header dd,
.l-header ul,
.l-header ol,
.l-header li,
.l-header h1,
.l-header h2,
.l-header h3,
.l-header h4,
.l-header h5,
.l-header h6,
.l-header pre,
.l-header form,
.l-header label,
.l-header fieldset,
.l-header input,
.l-header p,
.l-header blockquote,
.l-header th,
.l-header td {
	margin: 0;
	padding: 0;
}

.l-header .header-global {
	height: 40px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-global {
		height: 45px;
	}
}

.l-header .header-global a {
	background-color: rgba(242, 242, 239, 0.77);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-left: 15px !important;
	line-height: 1;
	padding: 0 45px !important;
	height: 100%;
	width: 100%;
	transition-duration: 0.4s;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-global a {
		padding: 0 38px !important;
	}
}

.l-header .header-global a:before {
	content: '';
	background-image: url(/AOS/user_data/AOS/packages/default/images/wd/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 6px;
	height: 7px;
	display: block;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.l-header .header-global a:hover {
	background-color: #ded6bb;
}

.l-header .header-global img {
	width: 170px;
	height: auto;
}

.l-header .header-content {
	position: relative;
}

@keyframes peekaboo {
	0% {
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}

	100% {
		opacity: 1;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
}

.l-header .header-logo {
	position: absolute;
	width: 180px;
	height: 78px;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 8;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-logo {
		top: 73px;
		width: 148px;
		height: 64px;
	}
}

.l-header .header-logo > div {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition-duration: 1s;
}

.l-header .header-logo > div a {
	display: block;
}

.l-header .header-logo .header-logo-a {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.l-header .header-logo .header-logo-a img {
	width: 180px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-logo .header-logo-a img {
		width: 148px;
	}
}

.l-header .header-logo .header-logo-b {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.l-header .header-logo .header-logo-b img {
	width: 136px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-logo .header-logo-b img {
		width: 109px;
	}
}

.l-header .header-navi {
	position: relative;
	padding-top: 100px !important;
	height: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-navi {
		padding-top: 66px !important;
	}
}

.l-header .header-navi-icon {
	width: 120px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	transition-duration: 0.4s;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-navi-icon {
		width: 62px;
		height: 66px;
	}
}

.l-header .header-navi-icon:hover {
	opacity: 0.85;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
}

.l-header .header-navi-icon:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 20px;
	background-color: #40403c;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.l-header .header-navi-icon i {
	display: block;
	width: 20px;
	height: 16px;
	position: absolute;
	top: 42px;
	left: 50px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-navi-icon i {
		left: 21px;
		top: 25px;
	}
}

.l-header .header-navi-icon i:after,
.l-header .header-navi-icon i:before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #40403c;
	left: 0;
	transform-origin: center;
}

.l-header .header-navi-icon i:before {
	top: 0;
}

.l-header .header-navi-icon i:after {
	bottom: 0;
}

.l-header .header-navi-content {
	display: -ms-flexbox;
	display: flex;
	background-color: #ebe9e5;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	pointer-events: none;
	transition-duration: 0.4s;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-navi-content {
		overflow-y: auto;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
		position: absolute;
		top: 66px;
		left: -100%;
		width: 100%;
	}
}

.l-header .header-navi-content-section {
	position: relative;
	padding: 40px 50px 50px !important;
	float: left;
}

.l-header .header-navi-content-section:after {
	position: absolute;
	top: 40px;
	left: 0;
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 80px);
	background-color: #dad8d4;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-navi-content-section {
		display: block;
		padding: 28px 25px !important;
		border-bottom: 1px solid #dad8d4;
	}

	.l-header .header-navi-content-section:after {
		display: none;
	}
}

.l-header .header-navi-content-section:first-child:after,
.l-header .header-navi-content-section:last-child:after {
	display: none;
}

.l-header .header-navi-content-section.bg {
	width: 100%;
	background-color: #e5e2de;
	border-left: 0;
}

.l-header .header-navi-content-section-heading {
	display: block;
	white-space: nowrap;
	min-width: 0;
	font-weight: 600;
	font-size: 15px;
	margin-top: 8px !important;
	margin-bottom: 16px !important;
	width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-navi-content-section-heading {
		margin-top: 0 !important;
		margin-bottom: 15px !important;
	}
}

.l-header .header-navi-content-section-links:not(:first-child) {
	float: left;
	width: 50%;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-navi-content-section-links:not(:first-child) {
		float: none;
		width: 100%;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-navi-content-section-links {
		padding-left: 10px !important;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-navi-content-section-links li {
		line-height: 1;
		margin-bottom: 5px;
	}
}

.l-header .header-navi-content-section-links li a {
	display: block;
	min-width: 0;
	white-space: nowrap;
	color: #40403c;
	font-size: 13px;
	transition-duration: 0.4s;
}

.l-header .header-navi-content-section-links li a:hover {
	opacity: 0.85;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-navi-content-section-links li a {
		float: none;
	}
}

.l-header .header-link {
	position: absolute;
	top: 40px;
	right: 53px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-link {
		top: 23px;
		right: 20px;
	}
}

.l-header .header-link li {
	display: inline-block;
	margin-right: 30px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header .header-link li {
		margin-right: 20px !important;
	}
}

.l-header .header-link li:last-child {
	margin-right: 0 !important;
}

.l-header .header-link li.mypage img {
	width: 20px;
}

.l-header .header-link li.cart img {
	width: 24px;
}

.l-header .header-link li a {
	transition-duration: 0.4s;
}

.l-header .header-link li a:hover {
	opacity: 0.85;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
}

.l-header.is-min .header-logo {
	top: 27px;
	width: 136px;
	height: 62px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-header.is-min .header-logo {
		top: 13px;
		width: 109px;
		height: 47px;
	}
}

.l-header.is-min .header-logo-a {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.l-header.is-min .header-logo-b {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.header-navi.is-open .header-navi-icon {
	background-color: #ebe9e5;
}

.header-navi.is-open .header-navi-icon:after {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.header-navi.is-open .header-navi-icon i:before {
	transform: rotate(45deg);
	top: 7px;
}

.header-navi.is-open .header-navi-icon i:after {
	transform: rotate(-45deg);
	bottom: 7px;
}

.header-navi.is-open .header-navi-content {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	pointer-events: all;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.header-navi.is-open .header-navi-content {
		left: 0;
	}
}

.l-footer {
	background-color: #e3b9aa;
	color: #fff;
	padding: 80px 190px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-footer {
		padding: 35px 0 50px;
	}
}

.l-footer a {
	color: #fff;
	text-decoration: none;
}

.l-footer ul,
.l-footer ol {
	list-style: none;
}

.l-footer div,
.l-footer dl,
.l-footer dt,
.l-footer dd,
.l-footer ul,
.l-footer ol,
.l-footer li,
.l-footer h1,
.l-footer h2,
.l-footer h3,
.l-footer h4,
.l-footer h5,
.l-footer h6,
.l-footer pre,
.l-footer form,
.l-footer label,
.l-footer fieldset,
.l-footer input,
.l-footer p,
.l-footer blockquote,
.l-footer th,
.l-footer td {
	margin: 0;
	padding: 0;
}

.l-footer * {
	color: #fff;
	text-align: left;
	line-height: 1.625;
	font-feature-settings: normal;
	font-family: Yu Gothic Medium, '游ゴシック Medium', YuGothic, '游ゴシック体', Hiragino Kaku Gothic ProN, 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: 0.08em;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-footer * {
		font-family: Hiragino Kaku Gothic ProN, 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	}
}

.l-footer .footer-logo {
	text-align: center;
	margin-bottom: 14px !important;
}

.l-footer .footer-logo img {
	width: 120px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-footer .footer-logo img {
		width: 136px;
	}
}

.l-footer .footer-sns {
	text-align: center;
	margin-bottom: 60px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-footer .footer-sns {
		margin-bottom: 35px !important;
	}
}

.l-footer .footer-sns li {
	display: inline-block;
	margin-right: 15px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-footer .footer-sns li {
		margin-right: 20px !important;
	}
}

.l-footer .footer-sns li:last-child {
	margin-right: 0 !important;
}

.l-footer .footer-sns li img {
	height: 18px;
	opacity: 0.85;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-footer .footer-sns li img {
		height: 21px;
	}
}

.l-footer .footer-sns li a:hover img {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.l-footer .footer-navi {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 140px !important;
	border-bottom: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-footer .footer-navi {
		display: block;
		margin-bottom: 40px !important;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-footer .footer-navi-section {
		border-top: 1px solid #fff;
		padding: 0 20px !important;
	}
}

.l-footer .footer-navi-section-heading {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 18px !important;
}

.l-footer .footer-navi-section-heading .toggle-icon {
	display: none;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-footer .footer-navi-section-heading {
		padding: 18px 0 !important;
		margin-bottom: 0 !important;
		position: relative;
		cursor: pointer;
	}

	.l-footer .footer-navi-section-heading .toggle-icon {
		display: block;
		position: absolute;
		height: 15px;
		width: 15px;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		opacity: 0.8;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) and (min-width: 1px) and (max-width: 1023px) {
	.l-footer .footer-navi-section-heading .toggle-icon:after,
	.l-footer .footer-navi-section-heading .toggle-icon:before {
		content: '';
		display: block;
		width: 15px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		transform-origin: center;
	}

	.l-footer .footer-navi-section-heading .toggle-icon:after {
		transform: rotate(90deg) translate(-50%, -50%);
		left: 0;
		top: 15px;
		transition-duration: 0.4s;
	}
}

.l-footer .footer-navi-section-heading.is-open .toggle-icon:after {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.l-footer .footer-banner {
	border: 1px solid #fff;
	width: 240px;
	height: 80px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-footer .footer-banner {
		margin: 0 auto;
	}
}

.l-footer .footer-banner a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-color: transparent;
	transition-duration: 0.4s;
}

.l-footer .footer-banner img {
	width: 119px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: 0.4s;
}

.l-footer .footer-banner img._hover {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.l-footer .footer-banner a:hover {
	background-color: #fff;
}

.l-footer .footer-banner a:hover img._hover {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.l-footer .footer-navi-section-links {
	font-size: 12px;
}

@media screen and (min-width: 1024px) {
	.l-footer .footer-navi-section-links {
		display: block !important;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-footer .footer-navi-section-links {
		padding-bottom: 24px !important;
	}
}

.l-footer .footer-navi-section-links li {
	margin-bottom: 6px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-footer .footer-navi-section-links li {
		margin-bottom: 10px !important;
	}
}

.l-footer .footer-navi-section-links li:last-child {
	margin-bottom: 0;
}

.l-footer .footer-navi-section-links li a {
	transition-duration: 0.4s;
}

.l-footer .footer-navi-section-links li a:hover {
	opacity: 0.85;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
}

.l-footer .footer-copyright {
	font-family: Roboto Slab, serif;
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.08em;
}

.l-footer .footer-mark {
	text-align: center;
	margin-bottom: 30px;
}

.l-footer .footer-mark > li {
	display: inline-block;
	margin-right: 20px;
}

.l-footer .footer-mark > li:last-child {
	margin-right: 0;
}

.sticker {
	width: 240px;
	height: 100px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9;
	pointer-events: auto;
	transition-duration: 0.4s;
	padding: 0 !important;
	font-family: Yu Gothic Medium, '游ゴシック Medium', YuGothic, '游ゴシック体', Hiragino Kaku Gothic ProN, 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: 0.08em;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.sticker {
		font-family: Hiragino Kaku Gothic ProN, 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.sticker {
		height: 90px;
		width: calc(100% - 40px);
		right: 50%;
		transform: translateX(50%);
	}
}

.sticker.is-hide {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	pointer-events: none;
}

.sticker a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 100%;
	width: 100%;
	background-color: rgba(238, 158, 128, 0.9);
	color: #fff;
	transition-duration: 0.4s;
	border-radius: 8px;
	text-decoration: none;
}

.sticker a:hover {
	opacity: 0.85;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
}

.sticker-close {
	background-color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	position: absolute;
	right: -12px;
	top: -12px;
	box-shadow: 0 0 15px rgba(64, 64, 60, 0.12);
	cursor: pointer;
	z-index: 2;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.sticker-close {
		width: 30px;
		height: 30px;
		right: -15px;
		top: -15px;
	}
}

.sticker-close:after,
.sticker-close:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #ee9e80;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.sticker-close:after {
	width: 10px;
	height: 1px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.sticker-close:after {
		width: 12px;
	}
}

.sticker-close:before {
	width: 1px;
	height: 10px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.sticker-close:before {
		height: 12px;
	}
}

.sticker-text {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0 !important;
}

.wedding-giftbox {
	color: #40403c;
	margin-bottom: 120px !important;
	font-family: Yu Gothic Medium, '游ゴシック Medium', YuGothic, '游ゴシック体', Hiragino Kaku Gothic ProN, 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	font-feature-settings: normal;
	margin-top: 55px !important;
	text-align: left;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox {
		margin-bottom: 100px !important;
		padding: 0 28px !important;
		margin-top: 35px !important;
		text-align: left;
	}
}

.wedding-giftbox a {
	color: inherit;
	text-decoration: none;
}

.wedding-giftbox ul,
.wedding-giftbox ol {
	list-style: none;
}

.wedding-giftbox div,
.wedding-giftbox dl,
.wedding-giftbox dt,
.wedding-giftbox dd,
.wedding-giftbox ul,
.wedding-giftbox ol,
.wedding-giftbox li,
.wedding-giftbox h1,
.wedding-giftbox h2,
.wedding-giftbox h3,
.wedding-giftbox h4,
.wedding-giftbox h5,
.wedding-giftbox h6,
.wedding-giftbox pre,
.wedding-giftbox form,
.wedding-giftbox label,
.wedding-giftbox fieldset,
.wedding-giftbox input,
.wedding-giftbox p,
.wedding-giftbox blockquote,
.wedding-giftbox th,
.wedding-giftbox td {
	margin: 0;
	padding: 0;
}

.wedding-giftbox .giftbox-header {
	margin-bottom: 70px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-header {
		margin-bottom: 50px;
	}
}

.wedding-giftbox .heading_giftbox {
	font-size: 28px;
	margin: 0 0 32px;
	letter-spacing: 0.08em;
	color: rgba(64, 64, 60, 0.85);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .heading_giftbox {
		font-size: 18px;
		margin: 0 0 15px;
	}
}

.wedding-giftbox .heading_gifttrial {
	font-size: 24px;
	letter-spacing: 0.08em;
	margin: 0 0 32px;
	color: rgba(64, 64, 60, 0.85);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .heading_gifttrial {
		font-size: 18px;
		margin: 0 0 15px;
	}
}

.wedding-giftbox .text_letter {
	line-height: 1.85;
	letter-spacing: 0.08em;
	font-size: 15px;
	color: rgba(64, 64, 60, 0.85);
}

.wedding-giftbox .giftbox-set {
	counter-reset: list;
	padding: 0;
}

.wedding-giftbox .giftbox-set > li {
	display: -ms-flexbox;
	display: flex;
	counter-increment: list;
	position: relative;
	margin-bottom: 74px;
	margin-right: 44px;
}

.wedding-giftbox .giftbox-set > li:last-child {
	margin-bottom: 0;
}

.wedding-giftbox .giftbox-set > li:nth-child(even) {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: 44px;
	margin-right: 0;
}

.wedding-giftbox .giftbox-set > li:nth-child(even) .giftbox-set-text {
	margin: 40px -50px 0 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-set > li {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px;
		margin-right: 0;
	}

	.wedding-giftbox .giftbox-set > li:nth-child(even) {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
	}

	.wedding-giftbox .giftbox-set > li:nth-child(even) .giftbox-set-text {
		margin: 0;
	}
}

.wedding-giftbox .giftbox-set-thumb img {
	width: 440px;
	vertical-align: top;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-set-thumb img {
		width: 100%;
	}
}

.wedding-giftbox .giftbox-set-text {
	background-color: #f8f8f4;
	position: relative;
	z-index: 2;
	padding: 64px 50px;
	margin: 40px 0 0 -50px;
	width: 340px;
	min-height: 314px;
	box-sizing: border-box;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-set-text {
		padding: 50px 20px 40px;
		margin: 0;
		width: 100%;
		min-height: 1px;
	}
}

.wedding-giftbox .giftbox-set-text:before {
	content: '0' counter(list);
	position: absolute;
	font-family: Allura, cursive;
	font-weight: 400;
	color: rgba(213, 132, 102, 0.75);
	font-size: 74px;
	left: 20px;
	top: -22px;
	line-height: 1;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-set-text:before {
		font-size: 70px;
		left: 50%;
		transform: translateX(-50%);
		top: -28px;
	}
}

.wedding-giftbox .giftbox-set-text-heading {
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.08em;
	color: rgba(64, 64, 60, 0.85);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-set-text-heading {
		text-align: center;
		margin-bottom: 20px;
		font-size: 18px;
	}
}

.wedding-giftbox .giftbox-set-text-note {
	font-size: 13px;
	line-height: 1.84615;
	letter-spacing: 0.08em;
	color: rgba(64, 64, 60, 0.85);
}

.wedding-giftbox .giftbox-trial-set {
	width: 640px;
	max-width: 100%;
	margin: 0 auto 80px;
	letter-spacing: 0.08em;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-set {
		width: 100%;
		margin-bottom: 44px;
	}
}

.wedding-giftbox .giftbox-trial-set-items {
	background-color: #f8f8f4;
	border-radius: 120px;
	padding: 50px 58px;
	margin-bottom: 70px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-set-items {
		border-radius: 60px;
		padding: 30px 39px;
	}
}

.wedding-giftbox .giftbox-trial-set-items-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-set-items-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.wedding-giftbox .giftbox-trial-set-items-list > li {
	position: relative;
	width: 140px;
	padding-right: 50px;
	color: #695b42;
	box-sizing: content-box;
}

.wedding-giftbox .giftbox-trial-set-items-list > li:last-child {
	padding-right: 0;
}

.wedding-giftbox .giftbox-trial-set-items-list > li:last-child:after {
	content: none;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-set-items-list > li {
		width: 90px;
		padding-right: 60px;
	}

	.wedding-giftbox .giftbox-trial-set-items-list > li:first-child {
		width: 100%;
		padding-right: 0;
	}

	.wedding-giftbox .giftbox-trial-set-items-list > li:first-child:after {
		content: none;
	}
}

.wedding-giftbox .giftbox-trial-set-items-list > li:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/AOS/user_data/AOS/packages/default/images/wd/giftbox-trial/plus_mini.png);
	background-size: 100%;
	position: absolute;
	top: 60px;
	right: 15px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-set-items-list > li:after {
		top: 13px;
		right: 21px;
	}
}

.wedding-giftbox .giftbox-trial-set-items-thumb {
	overflow: hidden;
	border-radius: 50%;
	line-height: 0;
	margin-bottom: 12px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-set-items-thumb {
		width: 90px;
		margin: 0 auto 12px;
	}
}

.wedding-giftbox .giftbox-trial-set-items-thumb img {
	max-width: 100%;
}

.wedding-giftbox .giftbox-trial-set-items-note {
	font-size: 12px;
	color: #695b42;
	font-weight: 700;
	text-align: center;
}

.wedding-giftbox .giftbox-trial-set-present {
	position: relative;
}

.wedding-giftbox .giftbox-trial-set-present:after {
	content: '';
	width: 108px;
	height: 55px;
	background-image: url(/AOS/user_data/AOS/packages/default/images/wd/giftbox-trial/message.png);
	background-repeat: no-repeat;
	position: absolute;
	background-size: 100% auto;
	top: -35px;
	left: -10px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-set-present:after {
		top: -42px;
		left: -20px;
		transform: rotate(11deg);
	}
}

.wedding-giftbox .giftbox-trial-set-present:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(/AOS/user_data/AOS/packages/default/images/wd/giftbox-trial/plus.png);
	background-size: 100%;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.wedding-giftbox .giftbox-trial-set-present-list {
	color: #fff;
	background-color: #ee9e80;
	padding: 40px 130px;
	display: -ms-flexbox;
	display: flex;
	border-radius: 120px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-set-present-list {
		border-radius: 34px;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 80px;
	}
}

.wedding-giftbox .giftbox-trial-set-present-list li {
	width: 160px;
	margin-right: 44px;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-set-present-list li {
		margin-right: 0;
		margin-bottom: 25px;
	}
}

.wedding-giftbox .giftbox-trial-set-present-list li:last-child {
	margin-right: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-set-present-list li:last-child {
		margin-bottom: 0;
	}
}

.wedding-giftbox .giftbox-trial-set-present-list .giftbox-trial-set-present-thumb {
	width: 160px;
	line-height: 0;
	margin-bottom: 12px;
}

.wedding-giftbox .giftbox-trial-set-present-list .giftbox-trial-set-present-thumb img {
	max-width: 100%;
}

.wedding-giftbox .giftbox-trial-set-present-list .giftbox-trial-set-present-note {
	font-size: 12px;
	font-weight: 700;
}

.wedding-giftbox .giftbox-trial-point-image {
	border-radius: 10px;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 30px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-point-image {
		margin: 0 -10px 30px;
	}
}

.wedding-giftbox .giftbox-trial-point-image img {
	max-width: 100%;
}

.wedding-giftbox .giftbox-trial-point-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	counter-reset: trial;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-point-list {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px;
	}
}

.wedding-giftbox .giftbox-trial-point-list > li {
	width: 50%;
	counter-increment: trial;
	box-sizing: border-box;
	padding-bottom: 30px;
	position: relative;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-point-list > li {
		width: 100%;
	}
}

.wedding-giftbox .giftbox-trial-point-list > li:nth-child(1) {
	border-right: 1px dashed #e3b9aa;
	padding: 0 40px 30px 20px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-point-list > li:nth-child(1) {
		padding: 0 0 30px;
		border-right: 0;
		border-bottom: 1px dashed #e3b9aa;
	}
}

.wedding-giftbox .giftbox-trial-point-list > li:nth-child(2) {
	padding: 0 20px 30px 40px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-point-list > li:nth-child(2) {
		padding: 25px 0 30px;
	}
}

.wedding-giftbox .giftbox-trial-point-list > li:before {
	content: point;
}

.wedding-giftbox .giftbox-trial-point-list > li:last-child {
	margin-top: 20px;
	width: 100%;
	border-top: 1px dashed #e3b9aa;
	padding: 34px 20px 60px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-point-list > li:last-child {
		padding: 25px 0 0;
	}
}

.wedding-giftbox .giftbox-trial-point-list > li:last-child .giftbox-trial-point-list-note:nth-last-child(2) {
	margin-right: 380px;
	margin-bottom: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-point-list > li:last-child .giftbox-trial-point-list-note:nth-last-child(2) {
		margin-right: 0;
		margin-top: 216px;
	}
}

.wedding-giftbox .giftbox-trial-point-list-num {
	font-size: 28px;
	font-family: Allura, cursive;
	font-weight: 400;
	line-height: 1;
	color: #d58466;
	margin-bottom: 12px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-point-list-num {
		margin-bottom: 15px;
	}
}

.wedding-giftbox .giftbox-trial-point-list-num:after {
	content: counter(trial);
	font-size: 60px;
	margin-left: 5px;
}

.wedding-giftbox .giftbox-trial-point-list-heading {
	color: rgba(64, 64, 60, 0.85);
	margin-bottom: 24px;
	letter-spacing: 0.08em;
	font-size: 16px;
	font-weight: 700;
}

.wedding-giftbox .giftbox-trial-point-list-note {
	line-height: 1.84615;
	font-size: 13px;
	margin-bottom: 24px;
	letter-spacing: 0.08em;
}

.wedding-giftbox .giftbox-trial-point-list-note:last-child {
	margin-bottom: 0;
}

.wedding-giftbox .giftbox-trial-point-coupon {
	position: absolute;
	width: 376px;
	right: 15px;
	bottom: -18px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-point-coupon {
		width: 332px;
		bottom: 110px;
	}
}

.wedding-giftbox .giftbox-trial-point-coupon img {
	max-width: 100%;
	vertical-align: top;
}

.wedding-giftbox .giftbox-trial-point-caution {
	width: 738px;
	margin: 0 auto;
	box-sizing: border-box;
	letter-spacing: 0.08em;
	background-color: #f2f2ef;
	padding: 50px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-point-caution {
		padding: 25px 20px;
		width: 100%;
	}
}

.wedding-giftbox .giftbox-trial-point-caution-heading {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 28px;
	color: rgba(64, 64, 60, 0.85);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-point-caution-heading {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.wedding-giftbox .giftbox-trial-point-caution-list {
	font-size: 13px;
	padding-left: 1.5em;
}

.wedding-giftbox .giftbox-trial-point-caution-list > li {
	margin-bottom: 15px;
	text-indent: -1.5em;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.wedding-giftbox .giftbox-trial-point-caution-list > li {
		margin-bottom: 10px;
	}
}

.wedding-giftbox .giftbox-trial-point-caution-list > li:before {
	content: '・ ';
}
