.home-btn {
	font-size: 14px;

	position: relative;

	display: inline-block;

	margin: 0 auto;
	padding: 12px 110px 12px 110px;

	-webkit-transition: 0.3s ease;
	        transition: 0.3s ease;
	text-align: center;

	color: #ea6978;
	border: 1px solid #ea6978;
	border-radius: 10px;
	background-color: white;
}
.home-btn .arrow {
	font-size: 18px;

	position: absolute;
	top: 45%;
	right: 10px;

	-webkit-transition: 0.3s ease;
	        transition: 0.3s ease;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);

	color: #ea6978;
}
.home-btn:hover {
	color: white;
	background-color: #ea6978;
}
.home-btn:hover .arrow {
	color: white;
}

.kumo-wrapper {
	position: relative;

	float: right;
}

.kumo {
	position: absolute;
	z-index: 1;
	top: 170px;
	left: -450px;

	width: 110px;
}

.foryou-img-container {
	display: grid;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin-bottom: 60px;

	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.foryou-img-container .foryou-img-wrapper {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.foryou-img-wrapper img {
	display: block;

	width: 100%;
	height: auto;
}

.foryou-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.foryou-text time {
	font-size: 12px;

	margin-left: 10px;

	color: #707070;
}

.foryou-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;

	margin: 15px 0;
}

.foryou-title {
	font-size: 15px;

	display: -webkit-box;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;

	text-overflow: ellipsis;

	color: black;

	-webkit-line-clamp: 2;
}

.foryou-osusume {
	font-size: 12px;

	display: inline-block;

	width: -webkit-fit-content;
	width:    -moz-fit-content;
	width:         fit-content;
	padding: 2px 8px;

	color: white;
	border-radius: 3px;
	background-color: #e59090;
}

.osusume {
	font-size: 12px;

	display: inline-block;

	width: -webkit-fit-content;
	width:    -moz-fit-content;
	width:         fit-content;
	padding: 2px 8px;

	color: white;
	border-radius: 3px;
	background-color: #e59090;
}

.yazirusi {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	        flex-shrink: 0;

	width: 15px;
	height: auto;
}

.btn-box {
	margin: 60px 0;

	text-align: center;
}

.main img {
	display: block;

	width: 100%;
	margin: 0 auto;
}

.container-common-home {
	width: 100%;
	max-width: 960px;
}

.yazirusi2 {
	display: none;
}

.area-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	margin-top: 66px;
	margin-bottom: 60px;
}

.area-wrapper {
	width: 100%;
	max-width: 632px;
	padding: 20px;

	background-color: #fff7f7;
	-webkit-box-shadow: -8px 8px #ebc9c9;
	        box-shadow: -8px 8px #ebc9c9;
}

.area-title {
	text-align: center;
}

.area-title-inner {
	position: relative;

	display: inline-block;

	padding-bottom: 15px;
}

.area-title-inner::after {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 1px;

	content: "";

	background-color: #707070;
}

.look {
	margin: 15px 0 30px 0;

	text-align: center;
}

.area-btn {
	display: grid;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;

	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.area-btn p {
	display: inline-block;

	padding: 8px 0;

	-webkit-transition: 0.3s ease;
	        transition: 0.3s ease;
	text-align: center;

	color: #707070;
	border: 1px solid #707070;
	border-radius: 10px;
	background-color: white;
}
.area-btn p:hover {
	color: white;
	background-color: #ea6978;
}

.area-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;

	gap: 16px;
}

.area-img img {
	width: 100%;
	height: 160px;
	margin-left: 20px;
}

.special-box {
	width: 100%;
	height: 907px;
}

.kumo-foryou {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -450px;

	width: 110px;
}

.kirakira-box {
	height: 510px;
	padding: 65px 0;
}

.news-container:last-child {
	border-bottom: none;
}

.news-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;

	padding: 20px 0;

	border-bottom: 1px solid #eaeaea;

	gap: 12px;
}

.news-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;

	min-width: 0;

	gap: 12px;
}

.news-text p:nth-of-type(2) {
	color: black;
}

.news-text time {
	font-size: 12px;

	color: #707070;
}

.news-title {
	font-size: 14px;

	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;

	white-space: nowrap;
	text-overflow: ellipsis;

	color: black;
}

.cm-box {
	height: 720px;
	padding: 65px;
}

.image-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.image-grid .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;

	margin-bottom: 1rem;

	gap: 1rem;
}
.image-grid .row img {
	z-index: 10;

	display: block;

	width: 306px;
	height: auto;
}

.huusen {
	width: 38px;
}

.company-container h2 {
	display: inline-block;

	margin-bottom: 30px;
	padding: 15px 0;

	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.google-play {
	height: 50px;
	margin-left: 20px;
}

.sumaho {
	margin: 0 5px 50px 5px;
}

.img-container {
	position: relative;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.hukidasi3 {
	position: absolute;
	z-index: 2;
	top: 30%;
	left: -20px;

	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.hukidasi4 {
	position: absolute;
	z-index: 2;
	top: 30%;
	right: 30px;

	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.company-container p {
	margin-bottom: 30px;
}

.app-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;

	margin-bottom: 115px;

	text-align: center;
}

.icon img.logo-img {
	width: 66px;
}

.vege-img {
	display: none;

	width: 100%;
}

.potato-img {
	display: none;

	width: 100%;
}

@media all and (max-width: 960px) {
	.hanabi-wrapper {
		position: relative;
	}
	.hanabi {
		position: absolute;
		z-index: 10;
		top: 60px;
		left: 0;

		width: 41px;
	}
	.area-wrapper {
		width: 100%;
		max-width: 632px;
		padding: 20px;

		border-radius: 10px;
		background-color: #fff;
		-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
		        box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	}
	.look {
		margin: 30px 0 10px 0;

		text-align: center;
	}
	.yazirusi2 {
		display: inline-block;

		margin-left: 10px;
	}
	.area-btn {
		display: none;
	}
	.vege-img {
		display: block;

		width: 100%;
		margin-top: 60px;
	}
	.potato-img {
		display: block;

		width: 100%;
		margin-top: 60px;
	}
	.special-box {
		height: auto;
		padding-bottom: 60px;
	}
	.sumaho {
		width: 152px;
	}
	.sumaho {
		position: relative;
		z-index: 1;

		width: 152px;
		margin-left: -80px;
	}
	.sumaho:first-child {
		z-index: 3;

		margin-left: 0;
	}
	.sumaho:nth-child(2) {
		z-index: 2;
	}
	.sumaho:nth-child(3) {
		z-index: 1;
	}
	.img-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	.kumo {
		position: absolute;
		z-index: 1;
		top: 60px;
		left: -60px;

		width: 62px;
	}
	.news-text {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		        align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;

		gap: 4px;
	}
	.news-text time,
	.news-text .osusume {
		display: inline-block;
	}
	.news-text time {
		margin-right: 8px;
	}
	.news-text time + .osusume {
		display: inline-block;
	}
	.news-title {
		overflow: visible;

		white-space: normal;
		text-overflow: unset;
	}
	.meta {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		        align-items: center;
		-ms-flex-align: center;

		gap: 8px;
	}
	.container-common-home {
		padding: 0 20px;
	}
	.foryou-box {
		padding-bottom: 60px;
	}
	.foryou-img-container {
		margin: 0;

		grid-template-columns: repeat(2, 1fr);
	}
	.label-wrapper {
		margin: 18px 0;
	}
	.label-wrapper p {
		font-size: 13px;
	}
	.cm-box {
		height: auto;
		padding: 65px 20px;
	}
	.image-grid {
		display: grid;

		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
		justify-items: center;
	}
	.image-grid .row {
		display: contents;

		margin-bottom: 0;
	}
	.image-grid img {
		z-index: 10;

		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.kirakira-box {
		height: auto;
		padding: 60px 0;
	}
}
