@charset "UTF-8";

#main {
	overflow: hidden;
	background: url(../img/common/bg.jpg);
	background-size: 58%;
}
.sec-inner {
	position: relative;
}
.countdown01 {
	display: block;
}
.countdown05,
.countdown02,
.countdown03,
.countdown04 {
	/*	display: none;*/
}

.bg-deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.deco-item {
	position: absolute;
	content: "";
	width: 479px;
	height: 197px;
	background: url(../img/common/bg-deco.png) no-repeat;
	background-size: 100%;
	z-index: 0;
}

/* 過ごし方 */
.bg-deco01 {
	top: 12%;
	left: 0;
}
.bg-deco02 {
	top: 7%;
	right: 0;
}
.bg-deco03 {
	bottom: 20%;
	left: 0;
}
.bg-deco04 {
	bottom: 43%;
	right: 0;
}

/* プレゼント */
.bg-deco05 {
	top: 8%;
	left: 0;
}
.bg-deco06 {
	top: 12%;
	right: -8%;
}
.bg-deco07 {
	bottom: 33%;
	left: 0;
}
.bg-deco08 {
	bottom: 59%;
	right: -12%;
}

/* フード */
.bg-deco09 {
	top: 20%;
	left: -5%;
}
.bg-deco10 {
	top: 12%;
	right: -11%;
}
.bg-deco11 {
	bottom: 4%;
	left: -6%;
}
.bg-deco12 {
	bottom: 27%;
	right: -6%;
}

/* お洋服 */
.bg-deco13 {
	top: 28%;
	left: -5%;
}
.bg-deco14 {
	top: 14%;
	right: -9%;
}
.bg-deco15 {
	bottom: 0%;
	right: -6%;
}

/* イベント  */
.bg-deco16 {
	top: 4%;
	left: -6%;
}
.bg-deco17 {
	top: 7%;
	right: -8%;
}
.bg-deco18 {
	top: 20%;
	left: -5%;
}
.bg-deco19 {
	top: 22%;
	right: -6%;
}
.bg-deco20 {
	top: 37%;
	left: -6%;
}
.bg-deco21 {
	top: 45%;
	right: -10%;
}

/* ノベルティ */
.bg-deco22 {
	top: 56%;
	left: -6%;
}
.bg-deco23 {
	top: 58%;
	right: -8%;
}
.bg-deco24 {
	top: 68%;
	left: -5%;
}
.bg-deco25 {
	top: 70%;
	right: -6%;
}
.bg-deco26 {
	top: 80%;
	left: -4%;
}
.bg-deco27 {
	top: 83%;
	right: -10%;
}
.bg-deco28 {
	top: 97%;
	right: 5%;
}

@media screen and (max-width: 960px) {
	.bg-deco {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}

	.deco-item {
		width: 56vw;
		height: 41vw;
		background: url(../img/common/bg-deco.png) no-repeat;
		background-size: 100%;
	}

	/* 過ごし方 */
	.bg-deco01 {
		top: 13vw;
		left: -9vw;
	}
	.bg-deco02 {
		top: 4vw;
		right: -24vw;
	}
	.bg-deco03 {
		top: 152vw;
		left: -9vw;
	}
	.bg-deco04 {
		bottom: 272vw;
		right: -18vw;
	}

	/* プレゼント */
	.bg-deco05 {
		top: 10vw;
		left: -9vw;
	}
	.bg-deco06 {
		top: 20vw;
		right: -16vw;
	}
	.bg-deco07 {
		top: 160vw;
		left: -9vw;
	}
	.bg-deco08 {
		bottom: 174vw;
		right: -19vw;
	}

	/* フード */
	.bg-deco09 {
		top: 26vw;
		left: -10vw;
	}
	.bg-deco10 {
		top: 8vw;
		right: -20vw;
	}
	.bg-deco11 {
		bottom: 4%;
		left: -6%;
	}
	.bg-deco12 {
		bottom: 27%;
		right: -6%;
	}

	/* お洋服 */
	.bg-deco13 {
		top: 7vw;
		left: -8vw;
	}
	.bg-deco14 {
		top: 2vw;
		right: -27vw;
	}
	.bg-deco15 {
		bottom: -18vw;
		left: -12vw;
	}

	/* イベント  */
	.bg-deco16 {
		top: 35vw;
		left: -14vw;
	}
	.bg-deco17 {
		top: 10vw;
		right: -20vw;
	}
	.bg-deco18 {
		top: 225vw;
		left: -12vw;
	}
	.bg-deco19 {
		top: 219vw;
		right: -17vw;
	}
	.bg-deco20 {
		top: 404vw;
		left: -6vw;
	}
	.bg-deco21 {
		top: 398vw;
		right: -12vw;
	}

	/* ノベルティ */
	.bg-deco22 {
		top: 591vw;
		left: -6vw;
	}
	.bg-deco23 {
		top: 585vw;
		right: -12vw;
	}
	.bg-deco24 {
		top: 780vw;
		left: -12vw;
	}
	.bg-deco25 {
		top: 771vw;
		right: -12vw;
	}
	.bg-deco26 {
		top: 1342vw;
		left: -12vw;
	}
	.bg-deco27 {
		top: 1024vw;
		right: -18vw;
	}
	.bg-deco28 {
		top: 1061vw;
		left: -12vw;
	}
	.bg-deco29 {
		top: 1634vw;
		right: -18vw;
	}
	.bg-deco30 {
		top: 1643vw;
		left: -12vw;
	}
}

.countdown-complete {
	position: relative;
	display: block;
	max-width: 660px;
	margin: 0 auto;
	top: -40px;
}
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}
.popup-inner {
	max-width: 630px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-close {
	display: block;
	position: absolute;
	top: -40px;
	right: -50px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.popup-date {
	position: absolute;
	top: 10.5%;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 5.8rem;
	color: #fff;
	letter-spacing: 0.78em;
	width: 50%;
	text-align: center;
	text-indent: 4.7rem;
}
.santa-img img {
	width: 100%;
}
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	padding-left: 43px;
}
.h-inner {
	display: flex;
	justify-content: space-between;
}

.btn-hamburger {
	position: fixed;
	top: 32px;
	right: 35px;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #e00000;
	border: 2px solid #fff;
	cursor: pointer;
	z-index: 1000;
	/* transition: top 0.2s linear; */
}
.btn-hamburger.season-end {
	top: 100px;
}
.btn-hamburger .border {
	position: absolute;
	transition:
		opacity,
		transform 0.2s ease;
	background: #fff no-repeat left top;
	width: 30px;
	height: 2px;
	left: 21px;
	z-index: 1;
	transition: 0.5s;
}
.btn-hamburger .border:first-child {
	top: 23px;
}
.btn-hamburger .border:nth-child(2) {
	top: 35px;
}
.btn-hamburger .border:last-child {
	top: 47px;
}
.btn-hamburger.active {
	background: none;
}
.btn-hamburger.active .border:first-child {
	top: 50%;
	transform: rotate(405deg);
}
.btn-hamburger.active .border:nth-child(2) {
	opacity: 0;
}
.btn-hamburger.active .border:last-child {
	top: 50%;
	transform: rotate(-405deg);
}
.hamburger-menu {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	width: 522px;
	height: 100%;
	padding: 134px 64px 57px;
	background: transparent repeat left top;
	background-image: url(../img/common/bg.jpg);
	background-size: 160%;
	color: #fff;
	transform: translateX(100%);
	transition: 0.5s;
	overflow-y: auto;
}
.hamburger-menu.active {
	transform: translateX(0);
}
.menu-logo {
	font-size: 2rem;
	font-family: "RocknRoll One", sans-serif;
	letter-spacing: 0.04em;
	text-align: center;
}
.menu-logo span {
	padding-bottom: 3px;
	border-bottom: 4px dotted #fff;
}
#site-logo {
	top: 0;
	left: 50px;
}
#site-logo img {
	width: 118px;
	height: 101px;
}
.hamburger-menu ul {
	margin-top: 30px;
}
.menu-item {
	position: relative;
	padding-top: 28px;
	padding-bottom: 28px;
	padding-left: 75px;
	color: #464646;
	font-family: "Zen Maru Gothic";
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.54px;
	border-bottom: 1px solid #fff;
}
.menu-item:last-child {
	border-bottom: none;
}
.menu-item a {
	line-height: 1;
	display: block;
	width: 100%;
	color: #fff;
}
.menu-item:hover a {
	color: #ffdf5f;
}
.menu-item:hover::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 60px;
	background-image: url(../img/common/nav-deco.png);
	background-repeat: no-repeat;
	transform: translate(0, 0);
	background-size: contain;
	top: 12px;
	left: 0;
}
.menu-btn-inner {
	margin-top: 30px;
	text-align: center;
}
.menu-btn a {
	position: relative;
	display: block;
	padding: 21px 0 21px 40px;
	background: #fff no-repeat left 19px center;
	background-image: url(../img/common/ah_logo.svg);
	background-size: 38px auto;
	font-size: 1.8rem;
	font-weight: 700;
	color: #e00000;
	border-radius: 40px;
	box-sizing: border-box;
	border: 3px solid #e00000;
}
.q-item {
	position: relative;
	padding: 20px 50px 20px 100px;
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	font-weight: 700;
}
.q-item::before {
	position: absolute;
	content: "";
	background-image: url(../img/home/q.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 55px;
	height: 48px;
	top: 50%;
	left: 50px;
	transform: translate(-50%, -50%);
}
.a-item {
	position: relative;
	margin-top: 23px;
	padding: 34px 30px 34px 100px;
	background: #fff;
	border-radius: 10px;
	display: inline-block;
}
.a-item::before {
	position: absolute;
	content: "";
	background-image: url(../img/home/a.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 45px;
	height: 47px;
	top: 50%;
	left: 50px;
	transform: translate(-50%, -50%);
}
.a-item::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 68%;
	right: -40px;
	width: 37px;
	height: 23px;
	background: url(../img/common/bubble.svg) no-repeat;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
	#main {
		background: url(../img/common/bg-sp.jpg);
		background-size: 100%;
	}
	.countdown-complete {
		width: 80%;
		margin: 0 auto -12vw;
		top: -18vw;
	}
	.h-inner {
		justify-content: end;
	}
	#site-logo {
		display: none;
	}
	.countdown {
		margin-top: 5vw;
	}
	.btn-hamburger {
		width: 50px;
		height: 50px;
		top: 17px;
		right: 17px;
	}
	.btn-hamburger.season-end {
		top: 70px;
	}

	.btn-hamburger .border {
		left: 12px;
		width: 22px;
	}
	.btn-hamburger .border:first-child {
		top: 14px;
	}
	.btn-hamburger .border:nth-child(2) {
		top: 22px;
	}
	.btn-hamburger .border:last-child {
		top: 30px;
	}
	.btn-hamburger.active .border:first-child,
	.btn-hamburger.active .border:last-child {
		top: 22px;
	}
	.hamburger-menu {
		width: 100%;
		padding: 95px 44px 39px;
	}
	.hamburger-menu ul {
		width: 273px;
		margin: 30px auto 0;
	}
	.menu-btn a {
		text-align: left;
		padding: 6px 46px 6px 112px;
		font-size: 1.6rem;
		line-height: 1.4;
		width: 273px;
		margin: 0 auto;
		background: #fff no-repeat left 39px center;
		background-image: url(../img/common/ah_logo.svg);
		background-size: 38px auto;
		background-size: 33px auto;
	}
	.menu-item {
		font-size: 1.8rem;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 58px;
	}
	.menu-item:hover::after {
		position: absolute;
		content: "";
		width: 8.8vw;
		height: 8.8vw;
		background-image: url(../img/common/nav-deco.png);
		background-repeat: no-repeat;
		transform: translate(0, 0);
		background-size: contain;
		top: 2vw;
		left: 0;
	}
	.a-item {
		width: 100%;
		margin-top: 12px;
		padding: 4vw 4vw 4vw 16vw;
	}
	.a-item::before {
		width: 8vw;
		height: 10vw;
		left: 8vw;
	}
	.q-item {
		width: 100%;
		padding: 4vw 4vw 4vw 16vw;
	}
	.q-item::before {
		width: 10vw;
		height: 8vw;
		left: 8vw;
	}
	.menu-item {
		font-size: 1.8rem;
	}
	.menu-item:hover::after {
		position: absolute;
		content: "";
		width: 8.8vw;
		height: 8.8vw;
		background-image: url(../img/common/nav-deco.png);
		background-repeat: no-repeat;
		transform: translate(0, 0);
		background-size: contain;
		top: 2vw;
		left: 0;
	}
}

.deco {
	position: absolute;
}

/*intro*/
.intro {
	padding-bottom: 140px;
	background: #fff;
}

.intro-txt {
	position: relative;
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	font-family: "RocknRoll One", sans-serif;
}

.intro-deco01 {
	width: 238px;
	bottom: 120px;
	left: 0;
}

.intro-deco02 {
	width: 188px;
	bottom: 100px;
	right: 0;
}

.intro-txt {
	font-size: 26px;
	line-height: 2.2;
	color: #994714;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 960px) {
	.intro {
		padding-bottom: 12vw;
	}

	.intro-txt {
		width: 90%;
		padding-top: 5vw;
		font-size: 4.5vw;
	}

	.intro-deco01 {
		display: none;
	}

	.intro-deco02 {
		display: none;
	}
}

/*mv*/
#mv {
	position: relative;
}

/*countdown*/
#sec-countdown {
	position: relative;
	background: #16874b;
}
#sec-countdown:before {
	content: "";
	position: absolute;
	top: -160px;
	left: 50%;
	width: 100%;
	margin: 0 auto;
	height: 160px;
	background: url(../img/common/tree.svg) no-repeat;
	background-size: 150%;
	background-position: center;
	transform: translate(-50%, 0);
}
#sec-countdown .sec-inner {
	padding: 0 20px 70px;
}
#sec-countdown .countdown-timer {
	position: relative;
	top: -20px;
	margin: 0 auto;
	height: 314px;
	color: #fff;
	max-width: 520px;
	font-size: 4rem;
	font-weight: 700;
	background: url(../img/home/calendar.png) no-repeat;
	background-size: contain;
	background-position: center;
	background-size: 100%;
}
.count-before {
	position: absolute;
	left: 0;
	bottom: 20px;
}
.count-after {
	position: absolute;
	right: 0;
	bottom: 20px;
}
#sec-countdown .sec-inner .ribbon-y img {
	width: 450px;
}
.ribon-y {
	max-width: 424px;
}
#sec-countdown #day {
	font-family: "Zen Maru Gothic", serif;
	font-size: 100px;
	font-weight: 800;
	position: absolute;
	color: #754c24;
	top: 64%;
	left: 334px;
	letter-spacing: 54px;
	transform: translate(-50%, -50%);
	text-align: center;
}
#sec-countdown .countdown-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 24px;
}
#sec-countdown .countdown01 .santa-img {
	width: 230px;
}
#sec-countdown .countdown02 .santa-img {
	width: 200px;
}
#sec-countdown .countdown03 .santa-img {
	width: 230px;
}
#sec-countdown .countdown04 .santa-img {
	width: 230px;
}
#sec-countdown .countdown05 .santa-img {
	width: 230px;
}
.countdown-head {
	font-size: 3.5rem;
	color: #ffdf5f;
	font-weight: 500;
	line-height: normal;
	font-family: "RocknRoll One", sans-serif;
}
.countdown-txt {
	position: relative;
	max-width: 387px;
	margin-top: 24px;
	padding: 16px 18px 19px 25px;
	border-radius: 10px;
	background: #fef6de;
	color: #994714;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.625;
}
.countdown-txt::after {
	position: absolute;
	content: "";
	background: url(../img/common/bubble02.svg) no-repeat;
	background-size: contain;
	top: 30px;
	width: 23px;
	height: 13px;
	top: 30px;
	left: -17px;
}
#sec-countdown .link-btn {
	margin-top: 40px;
}
#sec-countdown .link-btn a {
	position: relative;
	min-width: 362px;
	padding: 18px 10px;
}
#sec-countdown .link-btn a:after {
	position: absolute;
	top: 50%;
	right: 28px;
	content: "";
	width: 14px;
	height: 10px;
	background: url(../img/common/arrow-down-brown.svg) no-repeat;
	background-size: 100%;
	transform: translate(0, -50%);
}
.frame-top {
	display: block;
	width: 100%;
}
.frame-bg-inner {
	position: relative;
	z-index: 1;
	padding: 0 100px;
	background: url(../img/common/frame-mdl.png);
	background-size: 100%;
	overflow: hidden;
}
.snow-container {
	position: relative;
	width: 100%;
}
.snow-dotted01 {
	position: absolute;
	top: 0%;
	left: 10.5%;
	width: 0;
	height: 248px;
	border-left: 3px dotted #fff;
}
.snow-dotted02 {
	position: absolute;
	top: 0%;
	left: 18.5%;
	width: 0;
	height: 168px;
	border-left: 3px dotted #fff;
}
.snow-dotted03 {
	position: absolute;
	top: 0%;
	left: 26.5%;
	width: 0;
	height: 287px;
	border-left: 3px dotted #fff;
}
.snow-dotted04 {
	position: absolute;
	top: 0%;
	left: 31.3%;
	width: 0;
	height: 140px;
	border-left: 3px dotted #fff;
}
.snow-dotted05 {
	position: absolute;
	top: 0%;
	right: 31.2%;
	width: 0;
	height: 250px;
	border-left: 3px dotted #fff;
}
.snow-dotted06 {
	position: absolute;
	top: 0%;
	right: 26.9%;
	width: 0;
	height: 328px;
	border-left: 3px dotted #fff;
}
.snow-dotted07 {
	position: absolute;
	top: 0%;
	right: 18.3%;
	width: 0;
	height: 221px;
	border-left: 3px dotted #fff;
}
.snow-dotted08 {
	position: absolute;
	top: 0%;
	right: 10.3%;
	width: 0;
	height: 334px;
	border-left: 3px dotted #fff;
}
.snowflake {
	position: absolute;
	animation: sakura linear 5s infinite;
	opacity: 0;
}
.snowflake1 {
	top: 263px;
	left: 9%;
	width: 48px;
}
.snowflake2 {
	top: 186px;
	left: 15%;
	width: 55px;
}
.snowflake3 {
	top: 276px;
	left: 22%;
	width: 55px;
}
.snowflake4 {
	top: 160px;
	left: 30%;
	width: 42px;
}
.snowflake5 {
	top: 225px;
	right: 30%;
	width: 42px;
}
.snowflake6 {
	top: 286px;
	right: 22%;
	width: 62px;
}
.snowflake7 {
	top: 173px;
	right: 15%;
	width: 47px;
}
.snowflake8 {
	top: 296px;
	right: 9%;
	width: 48px;
}

@media screen and (max-width: 960px) {
	.frame-bg-inner {
		padding: 0 8.8vw;
		background: url(../img/common/frame-mdl-sp.png);
		background-size: 100%;
		overflow: hidden;
	}
	#sec-countdown:before {
		top: -6vw;
		left: 50%;
		width: 100%;
		margin: 0 auto;
		height: 8vw;
		background: url(../img/common/tree.svg) no-repeat;
		background-size: 100%;
		transform: translate(-50%, 0);
	}
	#sec-countdown .sec-inner {
		padding-top: 12vw;
		padding-bottom: 9vw;
	}
	#sec-countdown .countdown-content {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		align-items: flex-end;
		/* gap: 20px; */
		gap: 20px;
	}
	#sec-countdown .link-btn {
		width: 90%;
		margin: 4vw auto 0;
	}
	#sec-countdown .link-btn a {
		min-width: inherit;
		padding: 3.6vw 12vw;
	}
	.snow-dotted01 {
		left: 7vw;
	}
	.snow-dotted02 {
		display: none;
	}
	.snow-dotted03 {
		right: 7vw;
		left: auto;
	}
	.snow-dotted04 {
		display: none;
	}
	.snow-dotted06 {
		display: none;
	}
	.snow-dotted07 {
		display: none;
	}
	.snow-dotted08 {
		display: none;
	}
	#sec-countdown .countdown01 .santa-img {
		width: 32vw;
	}
	#sec-countdown .countdown02 .santa-img {
		width: 32vw;
	}
	#sec-countdown .countdown03 .santa-img {
		width: 32vw;
	}
	#sec-countdown .countdown04 .santa-img {
		width: 32vw;
	}
	#sec-countdown .countdown05 .santa-img {
		width: 32vw;
	}
}

@keyframes sakura {
	0% {
		opacity: 0;
	}
	20% {
		transform: translate(3px, 100px);
		opacity: 1;
	}
	30% {
		transform: translate(0, 200px);
	}
	50% {
		transform: translate(-20px, 300px);
	}
	70% {
		transform: translate(-40px, 400px);
		opacity: 0.8;
	}
	90% {
		transform: translate(-60px, 500px);
	}
	100% {
		transform: translate(-70px, 600px);
		opacity: 0;
	}
}
.snowflake1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.snowflake2 {
	-webkit-animation-delay: 5s;
	animation-delay: 4s;
}
.snowflake3 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.snowflake4 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.snowflake5 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.snowflake6 {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
}
.snowflake7 {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.snowflake8 {
	-webkit-animation-delay: 2.9s;
	animation-delay: 2.9s;
}
@media screen and (max-width: 960px) {
	.ribbon-y img {
		max-width: 270px;
	}
	#sec-countdown #day {
		font-size: 18vw;
		letter-spacing: 7.2vw;
		top: 32vw;
		left: 50vw;
	}
	#sec-countdown .countdown-timer {
		top: -20vw;
		width: 78vw;
		max-width: 100%;
		height: 51vw;
		margin-bottom: -20vw;
		z-index: 2;
	}
	.count-before {
		left: 50px;
	}
	.count-after {
		right: 50px;
	}
	#sec-countdown .countdown-timer {
		font-size: 2.5rem;
	}
	.countdown-head {
		text-align: center;
		font-size: 6vw;
	}
	.countdown-txt {
		padding: 3vw 4vw;
		width: 50vw;
		max-width: 100%;
		font-size: 3.8vw;
		margin-top: 2vw;
	}
	.countdown-txt::after {
		width: 9vw;
		height: 6vw;
		top: 26vw;
		left: -4vw;
	}
}

.snowflake-img {
	position: absolute;
}
.snowflake-img01 {
	left: 0;
	bottom: 40%;
}
.snowflake-img02 {
	left: -100px;
	bottom: 25%;
}
.snowflake-img03 {
	left: 100px;
	bottom: 15%;
	width: 34px;
}
.snowflake-img04 {
	right: 0;
	bottom: 33%;
}
.snowflake-img05 {
	right: 100px;
	bottom: 20%;
}
.snowflake-img06 {
	right: -150px;
	bottom: 24%;
}

@media screen and (max-width: 960px) {
	.snowflake-img {
		display: none;
	}
}

/*navigation*/
.navigation-ttl {
	margin-bottom: 60px;
	text-align: center;
	color: #ffdf5f;
	font-size: 3.2rem;
	font-family: "RocknRoll One", sans-serif;
}
.navigation-ttl span {
	position: relative;
	padding-bottom: 4px;
	letter-spacing: 0.2em;
	border-bottom: 6px dotted #fff;
}
/*.navigation-ttl span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(../img/common/dott-white.svg);
	background-size: 100%;
}*/
.navigation-ttl #sec-navigation {
	padding: 400px 0 95px;
}
#sec-navigation .content-width {
	position: relative;
}
.navigation-deco01 {
	width: 204px;
	left: -100px;
	top: 180px;
}
.navigation-deco02 {
	width: 225px;
	right: -140px;
	top: 210px;
}
.navigation-content {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 110px 0 60px;
}
.navigation-item-img {
	position: absolute;
}
.navigation-item-img01 {
	width: 90px;
	top: -10%;
	right: 30%;
}
.navigation-item-img02 {
	width: 66px;
	top: 8%;
	left: 8%;
}
.navigation-item-img03 {
	width: 98px;
	top: 30%;
	right: 10%;
}
.navigation-item-img04 {
	width: 79px;
	top: 45%;
	left: -13%;
}
.navigation-item-img05 {
	width: 85px;
	top: 45%;
	right: -10%;
}
.navigation-item-img06 {
	width: 87px;
	top: 85%;
	right: -5%;
}
.navigation-item-img07 {
	width: 90px;
	top: 90%;
	left: -10%;
}
.navigation-item-img08 {
	width: 178px;
	top: 8%;
	right: -3%;
}
.navigation-item-img09 {
	width: 199px;
	top: 22%;
	left: -3%;
}
.navigation-txt {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.8;
}
.navigation-txt span {
	font-weight: 700;
}
.navigation-txt p + p {
	margin-top: 36px;
}
.navigation-list {
	max-width: 971px;
	margin: 42px auto 0;
	display: flex;
	justify-content: center;
	gap: 51px 100px;
}
.navigation-list li {
	position: relative;
	max-width: 249px;
}
@media screen and (max-width: 960px) {
	#sec-navigation {
	}
	.navigation-ttl {
		margin-bottom: 10.8vw;
		font-size: 4.8vw;
	}
	.navigation-deco01 {
		display: none;
	}
	.navigation-deco02 {
		display: none;
	}
	.navigation-content {
		padding: 14vw 0 4vw;
	}
	.navigation-list {
		flex-wrap: wrap;
		margin-top: 4vw;
		gap: 4vw 6vw;
		width: 100%;
	}
	.navigation-list li {
		width: calc((100% - 6vw) / 2);
	}
	.navigation-txt {
		font-size: 1.6rem;
		line-height: 1.875;
	}
	.navigation-txt p + p {
		margin-top: 16px;
	}
	.navigation-christmas-img {
		width: 200px;
		top: -180px;
		left: 0;
	}
	.navigation-item-img01 {
		width: 60px;
		top: -5%;
		right: 25%;
		transform: rotate(40deg);
	}
	.navigation-item-img02 {
		width: 40px;
		top: 13%;
		left: 6%;
	}
	.navigation-item-img03 {
		width: 61px;
		top: 36%;
		right: 5%;
	}
	.navigation-item-img06 {
		width: 67px;
		top: 100%;
		right: 75%;
	}
	.navigation-item-img07 {
		width: 67px;
		top: 35%;
		left: 5%;
	}
	.navigation-item-img08 {
		width: 59px;
		top: 90%;
		right: 10%;
	}
}

/*spend*/
.spend-deco01 {
	width: 198px;
	bottom: 9px;
	left: -240px;
}
.spend-deco02 {
	width: 138px;
	bottom: 20px;
	right: -180px;
}
.spend-deco03 {
	width: 310px;
	bottom: -20px;
	left: -370px;
}
.spend-deco04 {
	width: 273px;
	bottom: 20px;
	right: -310px;
}
.spend-deco05 {
	width: min(7.7vw, 120px);
	bottom: min(6vw, 60px);
	left: min(3.6vw, 95px);
	z-index: 2;
}
#sec-spend {
	position: relative;
	padding: 32px 0;
}
#sec-spend .sec-inner {
	max-width: 1630px;
}
#sec-spend .hasigo {
	position: absolute;
	width: 65px;
	height: 550px;
	bottom: -105px;
	right: -210px;
}
#sec-spend .sec-title-box {
	position: relative;
}
.qa-box {
	position: relative;
	margin: 0 auto;
	border-radius: 15px;
	/*background-image: url(../img/home/box-g.svg);*/
	background: #16874b;
	background-repeat: no-repeat;
	background-size: 100%;
}
.qa-box:before {
	content: "";
	position: absolute;
	top: -60px;
	left: 50%;
	width: 95%;
	margin: 0 auto;
	height: 60px;
	background: url(../img/common/tree02.svg) no-repeat;
	background-size: 100%;
	transform: translate(-50%, 0);
}
.qa-box .santa-img {
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.qa-box01 {
	margin-top: 100px;
	max-width: 1018px;
	padding: 42px min(16vw, 259px) 42px min(11vw, 144px);
}
.qa-box01 .santa-img {
	max-width: 258px;
	width: 24%;
	top: 61%;
	right: 0%;
}
.qa-box01 .santa-img img {
	width: 100%;
}
.qa-list {
	color: #464646;
	font-family: "Zen Maru Gothic";
	font-size: 1.8rem;
	font-weight: 700;
	line-height: normal;
}
.spend-contents {
	margin-top: 70px;
}
.spend-txt-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 58px;
	align-items: flex-end;
}
.spend-content-img {
	max-width: 460px;
}
.spend-content-txt {
	max-width: 414px;
}
.spend-content-txt p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 35px;
}
.spend-content-txt .link-btn-g {
	margin-top: 26px;
}
.spend-content-txt .link-btn-g a {
	max-width: 346px;
	min-width: 310px;
	width: 100%;
	padding: 18px 0;
	text-align: center;
}
.kids-img {
	width: 460px;
}
.questionnaire {
	position: relative;
	margin-top: 88px;
	text-align: center;
}
.questionnaire-box {
	display: inline-block;
	position: relative;
	z-index: 1;
	max-width: 366px;
	margin: 0 auto;
}
.qa-box02 {
	margin-top: 113px;
	width: 816px;
	padding: 36px 259px 32px 100px;
}
.qa-box02 .santa-img {
	max-width: 220px;
	top: 52%;
	right: -10%;
}
.qa-box02 .santa-img img {
	width: 100%;
}
.qa-box02 .q-item {
	padding: 20x 39px 14px 100px;
}
.qa-box02 .a-item {
	padding: 23px 31px 23px 98px;
}
@media screen and (max-width: 960px) {
	.spend-content-img {
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		position: relative;
		left: 4vw;
	}
	.spend-contents {
		margin-top: 8vw;
	}
	.spend-txt-box {
		flex-direction: column-reverse;
		gap: 5.8vw;
	}
	.spend-deco01 {
		display: none;
	}
	.spend-deco02 {
		display: none;
	}
	.spend-deco03 {
		display: none;
	}
	.spend-deco04 {
		display: none;
	}
	.spend-deco05 {
		display: none;
	}
	.questionnaire {
		position: relative;
		margin-top: 12vw;
		text-align: center;
	}
}

/*present*/
#sec-present {
	padding: 32px 0 32px;
}
#sec-present .sec-title-box {
	position: relative;
}
#sec-present .present-santa-img {
	position: absolute;
	width: 260px;
	top: -38px;
	left: -70px;
}
#sec-present .qa-contents {
	position: relative;
}
.present-item-img05 {
	position: absolute;
	width: 105px;
	top: 100%;
	left: -210px;
	transform: rotate(-17deg);
}
.present-item-img12 {
	position: absolute;
	width: 140px;
	bottom: 40px;
	right: -200px;
}
.present-deco01 {
	width: 225px;
	bottom: -6px;
	left: -244px;
}
.present-deco02 {
	width: 103px;
	bottom: 26px;
	right: -142px;
}
.present-deco03 {
	width: 235px;
	bottom: -6px;
	left: -274px;
}
.present-deco04 {
	width: 136px;
	bottom: -6px;
	right: -42px;
}
.present-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.35s ease,
		visibility 0.35s;
	z-index: 999;
}

.present-modal {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.98);
	max-width: 90%;
	width: 800px; /* 必要なら調整 */
	max-height: 80vh;
	background: #000;
	border-radius: 8px;
	padding: 12px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.35s ease,
		transform 0.35s ease,
		visibility 0.35s;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* inner はレスポンシブな iframe ラッパー */
.present-inner {
	width: 100%;
	aspect-ratio: 16 / 9; /* 幅に合わせて自動で高さを計算 */
	background: #000;
	overflow: hidden;
}

/* iframe は幅高さ 100% */
.present-inner iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/* 閉じるボタン */
.present-close {
	position: absolute;
	right: -38px;
	top: -38px;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 0;
	cursor: pointer;
	z-index: 1010;
}
/* 簡単な × を CSS で作る（必要ならアイコンに置き換えてください） */
.present-close::before,
.present-close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 25px;
	height: 2px;
	background: #fff;
	transform-origin: center;
}
.present-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.present-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* アクティブ時 */
.present-overlay.is-active,
.present-modal.is-active {
	opacity: 1;
	visibility: visible;
}
.present-modal.is-active {
	transform: translate(-50%, -50%) scale(1);
}
.qa-box03 {
	margin-top: 64px;
	max-width: 1018px;
	padding: 42px min(16vw, 265px) 42px min(11vw, 182px);
}
.qa-box03 .santa-img {
	width: 245px;
	top: 48%;
	right: -1%;
}
.qa-box03 .santa-img img {
	width: 100%;
}
.qa-box03 .q-item {
	padding: 20px 53px 20px 96px;
}
.qa-box03 .a-item {
	width: 80%;
	padding: 22px 40px 22px 96px;
}
.qa-caution {
	margin-top: 7px;
	color: #464646;
	text-align: right;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-weight: 400;
	line-height: normal;
}
.present-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 44px;
	position: relative;
	max-width: 1135px;
	margin: 100px auto 70px;
}
.present-item {
	width: calc((100% - 88px) / 3);
	padding: 17px 11px 11px;
	background: #d52728;
	border-radius: 16px;
}
.present-item a {
	pointer-events: none;
}
.present-item .merchandise-btn {
	margin-top: 13px;
}
.present-item .merchandise-btn {
	padding: 0;
}
.target-age {
	color: #fff;
	text-align: center;
	font-family: "RocknRoll One", sans-serif;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: normal;
}
.present-info {
	margin-top: 20px;
	background: #fff;
	border-radius: 10px;
}
.present-txt {
	padding: 20px;
}
.present-name {
	min-height: 56px;
	color: #464646;
	font-family: "Zen Maru Gothic";
	font-weight: 700;
	line-height: 1.5;
}
.present-target {
	margin-top: 16px;
	font-family: "Noto Sans JP";
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 30px;
}
.present-target span {
	color: #e00000;
	font-size: 1.2rem;
	letter-spacing: 3px;
}
.present-exe {
	min-height: 160px;
	font-family: "Noto Sans JP";
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}
.present-notice {
	font-family: "Noto Sans JP";
	margin-top: 13px;
	font-size: 1.4rem;
	line-height: 1.42;
}
#sec-present .link-btn-g {
	margin-top: 59px;
	text-align: center;
}
#sec-present .link-btn-g a {
	padding: 18px 108px;
	background: #16874b;
}
.present-small {
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 1.4rem;
	font-family: "Noto Sans JP";
}
.merchandise-btn {
	padding: 30px 0;
}
#sec-present .link-btn a {
	padding: 15px 93.5px 15px 93.5px;
}
@media screen and (max-width: 960px) {
	#sec-present {
		padding: 3vw 0;
	}
	.present-list {
		flex-direction: column;
		justify-content: center;
		gap: 4vw;
		margin: 16vw auto 0;
	}
	.present-item {
		width: 100%;
		padding: 4.2vw 2.8vw 2.8vw;
	}
	.qa-box03 .q-item {
		padding: 4vw 4vw 4vw 16vw;
	}
	.qa-box03 .a-item {
		width: 100%;
		padding: 4vw 4vw 4vw 16vw;
	}
	#sec-present .link-btn-g {
		margin-top: 8vw;
	}
	#sec-present .link-btn-g a {
		padding: 3.8vw 12vw;
		width: 100%;
	}
	.present-close {
		right: -7px;
		top: -38px;
	}
	.target-age {
		font-size: 5.8vw;
	}
	.target-age .num {
		font-size: 6vw;
	}
	.present-info {
		margin-top: 4vw;
		border-radius: 10px;
	}
	.present-txt {
		padding: 5vw;
	}
	.present-name {
		min-height: inherit;
		font-size: 4.2vw;
		line-height: 1.5;
	}
	.present-target {
		margin-top: 3.2vw;
		font-size: 3.6vw;
		line-height: 1.4;
	}
	.present-target span {
		font-size: 3.4vw;
	}
	.present-exe {
		min-height: inherit;
		margin-top: 3.8vw;
		font-size: 3.6vw;
	}
	.present-small {
		font-size: 3.4vw;
		line-height: 1.6;
		text-align: center;
	}
	.present-deco01 {
		display: none;
	}
	.present-deco02 {
		display: none;
	}
	.present-deco03 {
		display: none;
	}
	.present-deco04 {
		display: none;
	}
}

/*present-sub*/
#sec-present-sub {
	position: relative;
	padding: 80px 0 108px;
	background: url(../img/home/green_bg.jpg);
	border-bottom: 30px solid #994714;
}
.ill-img {
	position: absolute;
	z-index: 1;
}
.merrychristmas02 {
	top: -50px;
	left: -90px;
	width: 330px;
}
.item-group {
	bottom: -20px;
	left: -45px;
	width: 200px;
}
#sec-present-sub .sec-inner {
	width: 956px;
}
.present-sub-banner {
	position: relative;
	max-width: 700px;
	margin: 40px auto 0;
}
.online-shop-btn {
	margin-top: 28px;
}
#sec-present-sub .present-sub-contents {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-top: 53px;
	gap: 23px;
}
.present-content-text {
	max-width: 369px;
	width: 40%;
	color: #fff;
}
.present-content-movie {
	position: relative;
	max-width: 476px;
	width: 49%;
	padding-top: 27.5%;
}
.present-content-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.present-content-movie .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.present-content-title {
	max-width: 200px;
	margin-bottom: 24px;
}
.present-content-subtitle {
	padding-bottom: 14px;
	font-size: 3.6rem;
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
}
.present-content-description {
	padding-top: 16px;
	border-top: 4px dotted #fff;
	font-size: 2rem;
	line-height: 1.875;
}
.present-other {
	margin-top: 112px;
}
.present-other-title {
	font-size: 3.8rem;
	line-height: 1.4;
	font-weight: 400;
	font-family: "RocknRoll One", sans-serif;
	color: #d52728;
	text-align: center;
}
.present-other-title span {
	display: inline-block;
	position: relative;
	padding: 0 60px;
}
.present-other-title span:after {
	position: absolute;
	top: 30px;
	right: 0;
	display: inline-block;
	content: "";
	width: 37px;
	height: 75px;
	background: url(../img/common/dott-r.svg) no-repeat;
	background-size: 100%;
}
.present-other-title span:before {
	position: absolute;
	top: 30px;
	left: 0;
	display: inline-block;
	content: "";
	width: 37px;
	height: 75px;
	background: url(../img/common/dott-l.svg) no-repeat;
	background-size: 100%;
}
.present-other-title b {
	color: #464646;
	font-weight: 400;
}
.present-sub-contents {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: min(4vw, 60px);
	max-width: 1120px;
	margin: 110px auto 0;
	padding: 48px min(8vw, 105px);
	border-radius: 16px;
	background: #16874b;
}
@media screen and (max-width: 960px) {
	#sec-present-sub {
		padding: 36px 0 278px;
		border-width: 17px;
	}
	#sec-present-sub .sec-inner {
		width: 100%;
	}
	#sec-present-sub .sec-sub-title {
		background-color: transparent;
		background-image:
			url(../img/home/present-sub_sub-title_decoration_01.png),
			url(../img/home/present-sub_sub-title_decoration_02.png);
		background-repeat: no-repeat, no-repeat;
		background-position:
			left -10px bottom,
			right -10px bottom;
		background-size:
			66px 66px,
			66px 66px;
		font-size: 2.6rem;
		line-height: 1.6;
	}
	#sec-present-sub .link-btn-r a {
		padding: 15px;
	}
	.present-sub-banner {
		margin: 6vw auto 0;
		max-width: 100%;
	}
	.present-other {
		margin-top: 12vw;
	}
	.present-other-title {
		margin-bottom: 4.8vw;
		text-align: center;
		font-size: 5.2vw;
	}
	.present-other-title span {
		padding: 0 8vw;
	}
	.present-other-title span:before {
		top: 6vw;
		width: 8vw;
		height: 17vw;
	}
	.present-other-title span:after {
		top: 6vw;
		width: 8vw;
		height: 17vw;
	}
	.present-sub-contents {
		flex-direction: column;
		margin: 12vw auto 0;
		padding: 7.8vw 5.8vw 5.8vw;
		gap: 6vw;
	}
	.present-content-movie {
		position: relative;
		width: 100%;
		padding-top: 55.5%;
		max-width: 100%;
	}
	.present-content-movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#sec-present-sub .present-sub-contents {
		justify-content: center;
		flex-wrap: wrap;
	}
	.present-content-title {
		width: 32vw;
		margin: 0 auto 4.8vw;
	}
	.present-content-subtitle {
		padding-bottom: 5.8vw;
		font-size: 5.8vw;
		text-align: center;
	}
	.present-content-description {
		border-top: 3px dotted #fff;
		font-size: 3.8vw;
	}
	.present-content-text {
		width: 100%;
		max-width: 100%;
	}
}

/*baby-food*/
#sec-babyfood {
	padding: 32px 0;
	position: relative;
	overflow: hidden;
}
#sec-babyfood .content-width {
	position: relative;
}
.babyfood-deco01 {
	width: 196px;
	bottom: 4px;
	left: -214px;
}
.babyfood-deco02 {
	width: 184px;
	bottom: 40px;
	right: -212px;
}
.babyfood-deco03 {
	width: 196px;
	top: -47px;
	right: 122px;
}
.babyfood-content-img01,
.babyfood-content-img02 {
	position: absolute;
	z-index: 2;
}
.babyfood-content-img01 {
	bottom: 310px;
	right: 100%;
	width: 335px;
}
.babyfood-content-img02 {
	bottom: 670px;
	left: calc(100% - 35px);
	width: 280px;
	transform: scale(-1, 1) rotate(178deg);
}
.green-circle {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	width: 2352px;
	transform: translateX(-50%);
}
#sec-babyfood .sec-title-box {
	position: relative;
}
.qa-box04 {
	margin-top: 58px;
	max-width: 1018px;
	padding: 42px min(16vw, 265px) 42px min(11vw, 142px);
}
.qa-box04 .q-item {
}
.qa-box04 .a-item {
	padding: 22px 48px 22px 100px;
}
.qa-box04 .santa-img {
	width: 230px;
	top: 50%;
	right: 52px;
	z-index: 1;
}
.qa-box04 .santa-img img {
	width: 100%;
}
.babyfood-content-box {
	position: relative;
	margin-top: 100px;
	padding-bottom: 40px;
}
.babyfood-slider {
	position: relative;
	z-index: 2;
	gap: 130px 60px;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 0 180px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.babyfood-slide-items {
	position: relative;
	width: calc((100% - 60px) / 2);
}
.babyfood-slide-items::before {
	position: absolute;
	content: "";
	width: min(46vw, 580px);
	height: min(48vw, 600px);
	background: url(../img/home/babyfood-plate.png);
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: -58px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.babyfood-slide-items ul {
	position: relative;
	z-index: 1;
	max-width: 304px;
	width: 70%;
	margin: 0 auto;
}
.babyfood-slide-items:nth-child(2n) {
	top: 140px;
}
.slider-slide {
	position: relative;
}
#sec-babyfood .link-btn-g {
	margin-top: 40px;
	text-align: center;
}
#sec-babyfood .link-btn-g a {
	padding: 23px 18px;
	width: 100%;
	max-width: 370px;
	background: #16874b;
}
.recipe-link {
	position: absolute;
	top: 60%;
	right: 5%;
}
.recipe-link a {
	color: #e00000;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 16.517px;
	border: 2px solid #e00000;
	background: #fff;
	padding: 6px 14px;
}
.prev.slick-arrow,
.next.slick-arrow {
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: all 0.3s ease;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 17px);
}
.prev.slick-arrow::before,
.next.slick-arrow::before {
	position: absolute;
	content: "";
	width: 11px;
	height: 11px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	top: 1px;
	bottom: 0;
	left: -6px;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
}
.prev.slick-arrow {
	transform: rotate(180deg);
	left: -66px;
}
.next.slick-arrow {
	right: -67px;
}
.slick-dotted.slick-slider {
	margin-bottom: 40px !important;
}
@media screen and (max-width: 960px) {
	#sec-babyfood {
		padding: 3vw 0;
	}
	.qa-box04 .q-item {
		padding: 4vw 4vw 4vw 16vw;
	}
	.qa-box04 .a-item {
		padding: 4vw 4vw 4vw 16vw;
	}
	.babyfood-deco01 {
		display: none;
	}
	.babyfood-deco02 {
		display: none;
	}
	.babyfood-deco03 {
		display: none;
	}
	.babyfood-deco04 {
		display: none;
	}
	.babyfood-slider {
		gap: 8vw;
		padding: 0;
	}
	.babyfood-slide-items {
		width: 100%;
	}
	.babyfood-slide-items:nth-child(2n) {
		top: 0;
	}
	.babyfood-slide-items::before {
		width: 101vw;
		height: 101vw;
		background: url(../img/home/babyfood-plate.png);
		background-repeat: no-repeat;
		background-size: cover;
		bottom: 18vw;
	}
	.babyfood-slide-items ul {
		width: 100%;
		max-width: 100%;
	}
	.prev.slick-arrow,
	.next.slick-arrow {
		top: calc(50% - 32px);
		width: 50px;
		height: 50px;
		border: 1px solid #d52728;
		background: #fff;
	}
	.prev.slick-arrow::before,
	.next.slick-arrow::before {
		border-right: 2px solid #d52728;
		border-top: 2px solid #d52728;
	}
	.prev.slick-arrow {
		left: -6vw;
		z-index: 1;
	}
	.next.slick-arrow {
		right: -6vw;
	}
	#sec-present-sub .santa04 {
		top: calc(100% + 15px);
		right: 45px;
	}
	#sec-present-sub .item-group {
		top: calc(100% + 100px);
		bottom: auto;
		left: 13px;
		width: 130px;
	}
	#sec-present-sub .ornament08 {
		bottom: 13%;
		left: 16%;
	}
	#sec-present-sub .ornament11 {
		bottom: 6%;
	}
	#sec-present-sub .ornament12 {
		left: 14%;
		bottom: 2%;
	}
}
#sec-clothes {
	padding: 32px 0;
}
#sec-clothes .sec-title-box {
	position: relative;
}
#sec-clothes .sec-title-box img {
	max-width: 400px;
}
.clothes-deco01 {
	width: 160px;
	bottom: -5%;
	left: -214px;
}
.clothes-deco02 {
	width: 149px;
	bottom: -2%;
	right: -212px;
}
.clothes-item-img01 {
	position: absolute;
	width: 167px;
	top: -23px;
	left: -20px;
}
.clothes-item-img02 {
	position: absolute;
	width: 88px;
	top: 15px;
	right: 45px;
	transform: rotate(-14deg);
}
.clothes-item-img03 {
	position: absolute;
	width: 98px;
	top: 110px;
	right: -25px;
	transform: rotate(45deg);
}
.qa-box05 {
	margin-top: 74px;
	max-width: 1018px;
	padding: 42px min(16vw, 265px) 42px min(11vw, 142px);
}
.qa-box05 .santa-img {
	width: 290px;
	top: 147px;
	right: -24px;
}
.qa-box05 .q-item {
	padding: 20px 30px 20px 100px;
}
.qa-box05 .a-item {
	padding: 30px 55px 36px 100px;
}
.qa-box05 .santa-img img {
	width: 100%;
}
.clothes-slider-box .slick-list {
	overflow: visible !important;
}
.clothes-slider-box {
	margin: 100px auto 0;
	max-width: 100%;
}
.clothes-slide-item {
	margin: 0 24px;
	padding: 15px 15px 40px;
	box-sizing: border-box;
	color: #fff;
	background: #d52728;
	border-radius: 20px;
}
.num-y {
	color: #ffdf5f;
}
#sec-clothes .clothes-slide-item img {
	height: auto;
	width: 100%;
}
.clothes-item-ttl {
	min-height: 72px;
	padding: 0 20px;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 400;
	margin-top: 20px;
	font-family: "RocknRoll One", sans-serif;
}

.clothes-item-size {
	min-height: 60px;
	padding: 0 20px;
	font-size: 1.6rem;
	margin-top: 10px;
	line-height: normal;
}
.clothes-btn {
	text-align: right;
}
.clothes-btn a {
	position: relative;
	display: inline-block;
	padding: 12px 36px;
	border: 2px solid #994714;
	border-radius: 30px;
	background: #fef6de;
	color: #994714;
	font-size: 1.6rem;
	font-weight: 700;
}
.clothes-btn a:after {
	position: absolute;
	top: 50%;
	right: 12px;
	content: "";
	width: 10px;
	height: 15px;
	background: url(../img/common/arrow-right-brown.svg) no-repeat;
	background-size: 100%;
	transform: translate(0, -50%);
}
#sec-clothes .link-btn-g {
	margin-top: 160px;
	text-align: center;
}
.slick-dots li button:before {
	font-size: 14px;
}
.slick-dots li.slick-active button:before {
	color: #e00000;
	opacity: 1;
}
.slick-nav {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	margin-top: 4px;
}
.prev02.slick-arrow,
.next02.slick-arrow {
	position: absolute;
	z-index: 1;
	top: 0;
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 2px solid #16874b;
	transition: all 0.3s ease;
	cursor: pointer;
	background: inherit;
}
.prev02.slick-arrow {
	transform: rotate(180deg);
	left: 0;
}
.next02.slick-arrow {
	right: 0;
}
.prev02.slick-arrow::before,
.next02.slick-arrow::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-right: 2px solid #16874b;
	border-top: 2px solid #16874b;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(-25%) rotate(45deg);
}
.slick-dots {
	bottom: -85px;
}
#sec-clothes .link-btn-g a {
	padding: 23px 18px;
	width: 100%;
	max-width: 370px;
	background: #16874b;
}
@media screen and (max-width: 960px) {
	#sec-clothes {
		padding: 3vw 0;
	}
	#sec-clothes .sec-title-box img {
		width: 88%;
	}
	.clothes-deco01 {
		display: none;
	}
	.clothes-deco02 {
		display: none;
	}
	.qa-box05 .q-item {
		padding: 4vw 4vw 4vw 16vw;
	}
	.qa-box05 .a-item {
		padding: 4vw 4vw 4vw 16vw;
	}
	.clothes-slider-box {
		position: relative;
		margin: 12vw auto 0;
	}
	.clothes-slider-box > ul {
		overflow: hidden;
	}
	.clothes-slide-item {
		height: 84vw;
		margin: 0;
		padding: 1.4vw 1.4vw 4.8vw;
		border-radius: 7px;
	}
	#sec-clothes .link-btn-g {
		margin-top: 8vw;
	}
	#sec-clothes .link-btn-g a {
		padding: 3.8vw 4vw;
	}
	.clothes-item-ttl {
		min-height: inherit;
		padding: 0 4.8vw;
		font-size: 4.8vw;
		line-height: 1.4;
		margin-top: 5.8vw;
	}
	.clothes-item-size {
		padding: 0 4.8vw;
		font-size: 3.4vw;
		margin-top: 2.8vw;
		min-height: auto;
	}
	.prev02.slick-arrow,
	.next02.slick-arrow {
		border: 2px solid #d52728;
		background: #fff;
	}
	.prev02.slick-arrow::before,
	.next02.slick-arrow::before {
		border-right: 2px solid #d52728;
		border-top: 2px solid #d52728;
	}
	.clothes-btn {
		margin-top: 5.8vw;
		padding: 0 3.8vw;
	}
	.clothes-btn a {
		padding: 4.8vw 5vw;
		width: 100%;
		border-radius: 5vw;
		background: #fef6de;
		font-size: 3.8vw;
		text-align: center;
		border-radius: 50px;
	}
	.clothes-btn a:after {
		right: 4.2vw;
		width: 2.8vw;
		height: 4.2vw;
	}
	.slick-nav {
		top: calc(50% - 50px);
		width: 100%;
		transform: translate(-50%, -50%);
	}
	.slick-dots {
		position: static;
		margin-top: 4vw;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0vw !important;
	}
	.prev02.slick-arrow,
	.next02.slick-arrow {
		width: 50px;
		height: 50px;
	}
	.prev02.slick-arrow {
		left: -20px;
	}
	.next02.slick-arrow {
		right: -20px;
	}
}

/*event*/
#sec-event {
	padding: 32px 0;
}
.event-deco01 {
	width: 240px;
	bottom: -12px;
	left: -314px;
}
.event-deco02 {
	width: 105px;
	bottom: 22px;
	right: -182px;
}
.event-deco03 {
	width: 220px;
	top: 122px;
	right: 102px;
}
#sec-event .link-btn {
	margin-top: 54px;
}
#sec-event .link-btn a {
	position: relative;
	background: #ffdd7e;
}
#sec-event .link-btn a:after {
	position: absolute;
	top: 50%;
	right: 28px;
	content: "";
	width: 16px;
	height: 10px;
	background: url(../img/common/arrow-down-brown.svg) no-repeat;
	background-size: 100%;
	transform: translate(0, -50%);
}
#sec-event .sec-title-box {
	position: relative;
}
.event-item-img01 {
	position: absolute;
	width: 250px;
	top: -45px;
	left: -30px;
}
.event-item-img02 {
	position: absolute;
	width: 73px;
	top: 30%;
	right: 5%;
	transform: translate(-50%, -50%);
}
.event-item-img03 {
	position: absolute;
	width: 107px;
	top: 70px;
	right: -20px;
}
.qa-box06 {
	margin-top: 58px;
	max-width: 1018px;
	padding: 42px 265px 42px 142px;
}
.qa-box06 .q-item {
	padding: 20px 22px 20px 100px;
}
.qa-box06 .a-item {
	padding: 31px 85px 39px 100px;
}
.qa-box06 .a-item:after {
	top: 38%;
}
.qa-box06 .santa-img {
	width: 219px;
	right: 4%;
	top: 50%;
}
.qa-box06 .santa-img img {
	width: 100%;
}
.event-detail {
	position: relative;
	margin-top: 78px;
	text-align: center;
}
.event-period {
	max-width: 700px;
	margin: 0 auto;
}
.event-detail-text {
	margin-top: 27px;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}
#sec-event .link-btn-r {
	margin-top: 30px;
}
.event-title {
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 400;
	font-family: "RocknRoll One", sans-serif;
}
.event-title img {
	width: 74px;
}
.event-title p {
	color: #d52728;
	text-align: left;
	font-size: 3.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
}
.event-title p span {
	display: block;
	font-size: 2.6rem;
}
.event-title p small {
	font-size: 2.6rem;
	letter-spacing: -0.02em;
}
.event-item:nth-child(2n) .event-title p {
	color: #16874b;
}
.event-item:nth-child(2n) .event-title p small {
	margin-left: 20px;
	border: 2px solid #16874b;
	border-radius: 5px;
	font-size: 2rem;
	padding: 1px 12px;
	font-family: "Zen Maru Gothic", serif;
}
.event-item {
	position: relative;
	margin-top: 110px;
}
.event-item02:first-child {
	margin-top: 0;
}
.event-item04 .event-content {
	justify-content: center;
	gap: 60px;
	margin-top: 34px;
}
.event-item01-img {
	position: absolute;
	z-index: 2;
	width: 257px;
	right: -13%;
	top: -35%;
}
.event-item02-img {
	position: absolute;
	z-index: 2;
	width: 205px;
	left: -95px;
	top: 5px;
}
.event-item03-img {
	position: absolute;
	z-index: 2;
	width: 155px;
	right: -45px;
	bottom: 52px;
}
.event-item05-img {
	position: absolute;
	width: 100px;
	left: -55px;
	bottom: 60px;
}
.event-item06-img {
	position: absolute;
	width: 130px;
	left: -125px;
	bottom: 8px;
}
.event-list {
	max-width: 1040px;
	margin: 64px auto 0;
}
.event-content-l {
	max-width: 530px;
	width: 53%;
}
.event-content-r {
	width: 42%;
}
.event-content-img .notice {
	margin-top: 3px;
	font-family: "Noto Sans JP";
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.67;
}
.event-content {
	display: flex;
	margin-top: 24px;
	gap: 60px;
	justify-content: center;
}
.event-content-txt {
	color: #464646;
	font-family: "Zen Maru Gothic";
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}
.event-content-txt p + p {
	margin-top: 25px;
}
.event-content-txt p.example {
	padding: 20px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.6);
}
.event-content-txt p .green {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 12px;
	padding: 1px 8px 2px;
	border-radius: 4px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.1;
	background: #16874b;
}
.event-content-txt .check {
	margin-top: 20px;
	font-size: 1.45rem;
	line-height: 1.857;
	font-family: "Noto Sans JP";
	font-weight: 400;
}
.event-content-txt .check b {
	font-weight: 400;
}
.check.check-01 {
	margin-top: 3px;
}
.check.check-02 {
	margin-top: 13px;
	line-height: 1.428;
}
.event-content .link-btn-g {
	font-style: normal;
	font-weight: 700;
	margin-top: 32px;
}
.event-content .search-btn {
	margin-top: 33px;
}
.event-content .link-btn-g a {
	max-width: 370px;
	min-width: 310px;
	width: 100%;
	padding: 20px 0 22px;
	text-align: center;
}
.btn-disable a {
	pointer-events: none;
	text-decoration: line-through;
}
.reservation-btn .notice {
	font-weight: normal;
}
.event-content .link-btn-g span {
	font-size: 1.2rem;
}
.event-content .link-btn-g.search-btn a {
	padding: 20px 75px;
}
.novelty {
	margin-top: 100px;
	padding-top: 100px;
	border-top: 4px dashed #d52728;
}
.novelty-box {
	max-width: 450px;
	margin: 50px auto -80px;
}
.novelty-ttl {
	font-size: 4.2rem;
	font-family: "RocknRoll One", sans-serif;
	text-align: center;
	color: #994714;
}
.novelty-ttl span {
	padding-bottom: 4px;
	border-bottom: 11px solid #ffdf5f;
}
.event-achievement {
	display: block;
	max-width: 280px;
	width: 26%;
}
.event-achievement img {
	width: 100%;
}
.event-achievement02 {
	display: block;
	max-width: 120px;
	width: 16%;
}
.event-achievement02 img {
	width: 100%;
}
.novelty-circle {
	position: absolute;
	bottom: -170px;
	left: -50px;
	max-width: 270px;
}
.novelty-stamp {
	display: block;
	max-width: 190px;
	margin-left: auto;
	margin-top: 60px;
}
.novelty .event-period {
	margin-bottom: 5.8vw;
}
.novelty .event-fig {
	position: relative;
}
.novelty-deco02 {
	display: block;
	margin-top: 20px;
}
.illustrator {
	background: #16874b;
}
.yomikikase-box {
	position: relative;
	text-align: center;
	color: #fff;
	margin: 91px auto 0;
	max-width: 1120px;
	padding: 48px 40px;
	border-radius: 16px;
	box-sizing: border-box;
	background: #16874b;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.yomikikase-top {
	position: relative;
	display: flex;
	gap: 48px;
}
.yomikikase-top:after {
	position: absolute;
	top: 0;
	left: 47.5%;
	content: "";
	width: 5px;
	height: 100%;
	background: url(../img/common/dott-green.svg) no-repeat;
	background-size: 100%;
	background-position: center;
}
.notice-box {
	font-size: 1.5rem;
	font-weight: 700;
	color: #e6160b;
	background-color: #fff;
	padding: 1rem;
	border-radius: 0.25rem;
	text-align: center;
	width: 80%;
	margin: 5px auto 0;
}

.yomikikase-left {
	width: 50%;
}
.yomikikase-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 2.2rem;
	color: #ffdf5f;
}
.yomikikase-catch:before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 28px;
	margin-top: 4px;
	background: url(../img/common/triangle-l.svg) no-repeat;
	background-size: 100%;
	background-position: center;
}
.yomikikase-catch:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 28px;
	margin-top: 4px;
	background: url(../img/common/triangle-r.svg) no-repeat;
	background-size: 100%;
	background-position: center;
}
.yomikikase-right {
	width: 50%;
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: left;
}
.yomikikase-ttl {
	font-size: 3.6rem;
	font-weight: 400;
	font-family: "RocknRoll One", sans-serif;
}
.yomikikase-subttl {
	margin-bottom: 6px;
	font-size: 2.4rem;
	font-weight: 400;
	font-family: "RocknRoll One", sans-serif;
}
.yomikikase-note {
	margin-top: 12px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: left;
}
.yomikikase-movie {
	display: flex;
	gap: 50px;
	margin-top: 20px;
	padding: 0 30px;
}
.yomikikase-desc {
	margin-top: 12px;
	font-size: 2rem;
}
@media screen and (max-width: 960px) {
	.yomikikase-left {
		width: 100%;
	}
	.yomikikase-right {
		width: 100%;
		font-size: 3.6vw;
	}
	.yomikikase-catch {
		position: relative;
		text-align: left;
		padding-left: 12vw;
		font-size: 4.2vw;
		line-height: 1.3;
	}
	.yomikikase-catch:before {
		display: none;
	}
	.yomikikase-catch:after {
		position: absolute;
		bottom: 3vw;
		left: -5vw;
		content: "";
		width: 21vw;
		height: 25vw;
		background: url(../img/home/spend-deco05.png) no-repeat;
		background-size: 100%;
	}
	.yomikikase-top {
		flex-direction: column;
		gap: 4.8vw;
	}
	.yomikikase-top:after {
		display: none;
	}

	.notice-box {
		width: 100%;
		font-size: 1.8rem;
	}

	.novelty-box {
		margin: 35px auto -53px;
	}
	.yomikikase-ttl {
		margin-top: 1.2vw;
		font-size: 6vw;
	}
	.yomikikase-subttl {
		font-size: 4.4vw;
	}
	.yomikikase-note {
		margin-top: 2.8vw;
		font-size: 3.6vw;
	}
	.yomikikase-box {
		margin-top: 12vw;
		padding: 7vw 4.8vw;
	}
	.yomikikase-txt {
		font-size: 2.2rem;
	}
	.yomikikase-movie {
		flex-direction: column;
		gap: 5.8vw;
		height: auto;
		margin-top: 5.8vw;
		padding: 0;
	}
	.yomikikase-desc {
		display: block;
		margin-top: 2.8vw;
		font-size: 3.8vw;
		line-height: 1.4;
	}
	#sec-event {
		padding: 3vw 0;
	}
	.event-deco01 {
		display: none;
	}
	.event-deco02 {
		display: none;
	}
	.event-deco03 {
		display: none;
	}
	.event-title {
		flex-direction: column;
	}
	.event-title img {
		width: 12vw;
	}
	.event-title p {
		font-size: 5.8vw;
		text-align: center;
	}
	.event-title p span {
		margin-bottom: 2vw;
		font-size: 3.8vw;
		text-align: center;
	}
	.event-title p small {
		font-size: 2.2rem;
	}
	.event-content {
		flex-direction: column;
		align-items: center;
		margin-top: 5vw;
		gap: 4vw;
	}
	.event-content-l {
		width: 100%;
	}
	.event-content-l.img-box {
		position: relative;
	}
	.event-content-r {
		width: 100%;
	}
	#hairdresser .event-content-r {
		margin-top: -5vw;
	}
	.event-content-img .notice {
		text-align: right;
	}
	#sec-event .link-btn {
		margin-top: 12vw;
	}
	.event-content-txt {
		font-size: 3.6vw;
		line-height: 1.8;
	}
	.event-content-txt p + p {
		margin-top: 3.2vw;
	}
	.event-content-txt p .green {
		margin-right: 1.8vw;
		margin-bottom: 1.8vw;
		padding: 1px 8px 2px;
		border-radius: 2px;
		font-size: 3.2vw;
	}
	.event-content-txt .check {
		margin-top: 3.2vw;
		font-size: 3.2vw;
		line-height: 1.57;
	}
	.event-content .link-btn-g {
		margin-top: 30px;
		float: none;
	}
	.event-period .period-ttl {
		font-size: 1.6rem;
	}
	.event-period .period span {
		font-size: 3.5rem;
	}
	.event-period .period {
		font-size: 2.1rem;
	}
	.event-period .period::before,
	.event-period .period::after {
		width: 100%;
	}
	.event-detail {
		position: relative;
		margin-top: 13vw;
		z-index: 10;
	}
	.event-detail-text {
		margin-top: 5vw;
		font-size: 3.8vw;
		text-align: left;
		line-height: 1.7;
	}
	#sec-event .link-btn-r {
		margin-top: 29px;
	}
	.event-list {
		margin-top: 18vw;
	}
	.event-list li:nth-child(1) {
		z-index: 8;
		margin-top: -5vw;
	}
	.event-list li:nth-child(2) {
		z-index: 6;
	}
	.event-list li:nth-child(3) {
		z-index: 4;
	}
	.event-list li:nth-child(4) {
		z-index: 2;
	}
	.event-item {
		margin-top: 12vw;
	}
	.event-item:nth-child(2n) .event-title p small {
		display: inline-block;
		margin-left: 0;
		margin-top: 2.4vw;
		padding: 3px 12px;
	}
	.event-item04 .event-content {
		justify-content: center;
		gap: 4vw;
		margin-top: 5.8vw;
	}
	.event-content .link-btn-g a {
		max-width: 100%;
		padding: 3.8vw 12vw;
		min-width: auto;
	}
	.event-content .link-btn-g.search-btn a {
		max-width: 100%;
		width: 100%;
		min-width: inherit;
		padding: 20px 0;
	}
	.event-content01-l,
	.event-content01-r,
	.event-content02-l,
	.event-content02-r,
	.event-content03-l,
	.event-content03-r,
	.event-content04-l,
	.event-content04-r {
		max-width: 100%;
	}
	.event-achievement {
		margin-bottom: 5.8vw;
		display: block;
		width: 78%;
		max-width: 100%;
		padding: 1.2vw 4vw;
		border-radius: 5px;
		color: #994714;
		text-align: center;
		font-weight: 700;
		background: #ffdf5f;
		font-size: 4.8vw;
		border: 2px solid #994714;
		font-family: "RocknRoll One", sans-serif;
		margin: 0 auto 5.8vw;
	}
	.event-achievement02 {
		position: absolute;
		top: -3%;
		left: -3%;
		width: 30%;
	}
	.qa-box06 .a-item:after {
		top: 94%;
		transform: scale(1, -1) rotate(-115deg);
		right: 20vw;
	}
	.novelty {
		margin-top: 12vw;
		padding-top: 12vw;
		border-top: 2px dashed #d52728;
	}
	.novelty-ttl {
		font-size: 5.8vw;
	}
	.novelty-ttl span {
		padding-bottom: 4px;
		border-bottom: 7px solid #ffdf5f;
	}
	.novelty-circle {
		width: 31vw;
		right: 0;
		left: auto;
		bottom: -21vw;
	}
	.novelty-deco01 {
		display: none;
	}
	.novelty-deco02 {
	}
	.novelty-stamp {
		width: 30vw;
		margin: 0;
	}
	.event-content-txt .check.sp-flex {
		display: flex;
		align-items: center;
		gap: 4.8vw;
	}
	.event-content-txt .check.sp-flex b span {
		display: inline-block;
		padding-left: 1em;
		text-indent: -1em;
	}
	.event-content-txt .example {
		margin-top: 4.8vw;
		padding: 2.8vw 5.8vw;
		background: #fff;
		border-radius: 10px;
	}
}
#illustrator {
	background: #16874b;
}
.illustrator-cont {
	display: flex;
	gap: 90px;
	max-width: 1048px;
	margin: 0 auto;
	padding: 100px 0;
}
.illustrator-txt {
	width: 60%;
	color: #fff;
}
.illustrator-ttl {
	margin-bottom: 45px;
	font-size: 3rem;
	font-family: "RocknRoll One", sans-serif;
}
.illustrator-ttl span {
	padding-bottom: 12px;
	border-bottom: 4px dotted #ffdf5f;
}
.illustrator-desc {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 500;
}
.illustrator-desc strong {
	display: block;
	margin-bottom: 10px;
}
.illustrator-img {
	max-width: 407px;
	width: 40%;
}
.illustrator-btn {
	margin-top: 40px;
}
.illustrator-btn a {
	max-width: 370px;
	min-width: 310px;
	width: 100%;
	padding: 20px 0 22px;
	text-align: center;
	color: #16874b;
	background: #fffae4;
}
.illustrator-btn a:after {
	background: url(../img/common/arrow-right-green.svg) no-repeat;
	background-size: 100%;
	transform: translate(0, -50%);
}
.speech {
	position: absolute;
	bottom: 100px;
	left: 150px;
}
.hairdresser-content {
	margin-top: 100px;
	display: flex;
	justify-content: center;
	gap: 37px;
	color: #fff;
}
.btn-page-top {
	position: fixed;
	z-index: 10;
	bottom: 40px;
	right: 70px;
	width: 160px;
	height: 240px;
}
footer {
	padding: 35px 0 24px;
}
.footer-inner {
	padding: 0 20px;
}
.footer-wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 18px;
}
.footer-container02 {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 28px;
	font-size: 16px;
}
.footer-container02 img {
	width: 2em;
	height: 2em;
}
.copyright {
	margin-top: 12px;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}
@media screen and (max-width: 960px) {
	#sec-spend {
		padding-bottom: 3vw;
	}
	.maternity-btn {
		margin-top: 33px;
	}
	.spend-content-txt {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.spend-content-txt p {
		width: 100%;
		font-size: 4vw;
		line-height: 1.875;
	}
	.spend-content-txt .link-btn-g a {
		max-width: 100%;
		padding: 3.6vw 12vw;
		font-size: 3.8vw;
		min-width: inherit;
	}
	#illustrator {
	}
	.illustrator-cont {
		flex-direction: column;
		gap: 5.8vw;
		padding: 12vw 3.2vw;
	}
	.illustrator-txt {
		width: 100%;
	}
	.illustrator-ttl {
		margin-bottom: 12.8vw;
		font-size: 6.8vw;
		text-align: center;
	}
	.illustrator-ttl span {
		font-size: 6vw;
		text-align: center;
		padding-bottom: 1.8vw;
		border-bottom: 5px dotted #ffdf5f;
	}
	.illustrator-desc {
		margin-top: 2.8vw;
		font-size: 3.8vw;
	}
	.illustrator-desc strong {
		display: block;
		margin-bottom: 2.8vw;
	}
	.illustrator-img {
		max-width: 70%;
		width: 70%;
		margin: 0 auto 5.8vw;
	}
	.illustrator-btn {
		margin-top: 5.8vw;
	}
	.illustrator-btn a {
		max-width: 100%;
		padding: 3.8vw 12vw;
		font-size: 3.8vw;
		border-radius: 8vw;
	}
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

@media screen and (max-width: 1100px) {
	.qa-box:before {
		top: -51px;
	}
}

@media screen and (max-width: 960px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
@media screen and (max-width: 960px) {
	.sec-sp-ttl-box {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.santa-img-sp {
		width: 111px;
	}
	.hairdresser-limited-img {
		width: 117px;
		left: -16px;
	}
	.hige-img {
		width: 136px;
	}
	.sp-only .hikikae-period {
		width: 100%;
	}
	.hikikae-period-ttl {
		padding-right: 16px;
		padding-left: 16px;
	}
	.hairdresser-content {
		display: block;
		margin-top: 25px;
	}
	.hikikae {
		width: 123px;
		padding-right: 0;
	}
	.hikikae-period-ttl::before,
	.hikikae-period-ttl::after {
		width: 40px;
	}
	.hikikae-period-ttl::after {
		right: -74px;
	}
	.hikikae-period-ttl::before {
		left: -30px;
	}
	.hairdresser-ttl {
		text-align: center;
		margin-bottom: 30px;
	}
	.hairdresser-body {
		margin-top: 47px;
		line-height: 1.75;
	}
	.hairdresser-body p + p {
		margin-top: 15px;
	}
	.hikikae-period {
		justify-content: space-between;
	}
	.qa-list {
		font-size: 3.6vw;
	}
	.qa-box {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-top: 9vw;
		padding: 3.2vw 3.2vw 52vw 3.2vw;
	}
	.qa-box:before {
		display: none;
	}
	.a-item::after {
		transform: rotate(45deg);
		right: 34vw;
		top: 95%;
		background-size: 100%;
	}
	.qa-box .santa-img {
		top: auto;
		right: auto;
		bottom: -2.8vw;
		left: 50%;
		width: 54vw;
		max-width: 100%;
		transform: translate(-50%, 0);
	}
	.qa-box02 .santa-img {
		top: 54vw;
	}
	.qa-box03 .santa-img {
		top: 52vw;
	}
	.qa-box04 .santa-img {
		width: 53vw;
		top: 70vw;
	}
	.qa-box05 .santa-img {
		width: 57vw;
		top: 54vw;
	}
	.qa-box06 .santa-img {
		width: 40vw;
		top: 64vw;
	}
	.hairdresser-content-l {
		text-align: center;
	}
	.btn-page-top {
		width: 104px;
		height: auto;
		bottom: 64px;
		right: 15px;
	}
	#sec-event .qa-box {
		padding: 26px 22px 165px 21px;
	}
	.qa-box06 .q-item {
		padding: 4vw 4vw 4vw 16vw;
	}
	.qa-box06 .a-item {
		margin-left: 0;
		padding: 4vw 4vw 4vw 16vw;
	}
	.link-btn a {
		padding: 3.8vw 12vw;
		max-width: 100%;
		min-width: auto !important;
		width: 100%;
		font-size: 3.8vw;
		border-radius: 12vw;
		border: 3px solid #994714;
	}
	.ribbon-bb,
	.ribbon-01,
	.ribbon-02,
	.ribbon-03,
	.ribbon-05 {
		width: 54vw;
	}
	.footer-wrap {
		gap: 0;
	}
	.footer-container01 {
		display: block;
		width: 60px;
		margin: 0 auto 20px !important;
	}
	.footer-container02 {
		display: flex;
	}
}

.footer-container01 {
	display: block;
	max-width: 80px;
	margin: 0 auto;
}

/* スマホ 393px 用 */
@media screen and (min-width: 394px) {
	.sp-apply {
		display: none;
	}
}
@media screen and (max-width: 393px) {
	.pc-apply {
		display: none;
	}
}

.snow-dotted::before {
	content: "";
	position: absolute;
	top: -50px;
	margin: 0 auto;
	opacity: 0;
	background: transparent no-repeat top center;
	background-size: auto;
	z-index: 2;
}

.snow-dotted.is-animated::before {
	animation: fall 3s ease-out forwards;
}

.snow-dotted01::before {
	left: -25px;
	width: 48px;
	height: 55px;
	background-image: url("../img/home/snowflake1.svg");
	animation-delay: 0.5s;
	background-size: 100%;
}
.snow-dotted02::before {
	left: -28px;
	width: 55px;
	height: 62px;
	background-image: url("../img/home/snowflake2.svg");
	animation-delay: 0.2s;
	background-size: 100%;
}
.snow-dotted03::before {
	left: -29px;
	width: 56px;
	height: 64px;
	background-image: url("../img/home/snowflake3.svg");
	animation-delay: 0.8s;
	background-size: 100%;
}
.snow-dotted04::before {
	left: -22px;
	width: 42px;
	height: 48px;
	background-image: url("../img/home/snowflake4.svg");
	animation-delay: 0.3s;
	background-size: 100%;
}
.snow-dotted05::before {
	left: -22px;
	width: 42px;
	height: 48px;
	background-image: url("../img/home/snowflake5.svg");
	animation-delay: 0.1s;
	background-size: 100%;
}
.snow-dotted06::before {
	left: -29px;
	width: 56px;
	height: 64px;
	background-image: url("../img/home/snowflake1.svg");
	animation-delay: 0.6s;
	background-size: 100%;
}
.snow-dotted07::before {
	left: -28px;
	width: 55px;
	height: 62px;
	background-image: url("../img/home/snowflake2.svg");
	animation-delay: 0.4s;
	background-size: 100%;
}
.snow-dotted08::before {
	left: -25px;
	width: 48px;
	height: 55px;
	background-image: url("../img/home/snowflake3.svg");
	animation-delay: 0.5s;
	background-size: 100%;
}

@keyframes fall {
	from {
		opacity: 0;
		top: -50px;
	}

	20% {
		opacity: 1;
	}

	to {
		opacity: 1;
		top: 100%;
	}
}
@media screen and (max-width: 960px) {
	.snow-dotted::before {
		background-size: 10.2vw;
	}
}
@media screen and (max-width: 960px) {
	.babyfood-content-box {
		margin-top: 16vw;
		padding-bottom: 0;
	}
}

/* 商品が用意されるまで非表示*/
.clothes-btn {
	display: none;
}
