@charset "utf-8";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;600;700&display=swap";

body {
	background-color: #81D7D7;
}
.bread-crumbs {
	margin-bottom: 0;
}
.npng-content-wrapper {
	width: 100%;
}

/* タイトルロゴ */
.npng-content-titlelogo {
	width: 10%;
	margin: 0 auto;
	position: sticky;
	top: 0;
	transform: translateY(50%);
	z-index: 2;
	line-height: 1;
}
.npng-content-titlelogo .logo-img {
	width: 100%;
	margin: 10px 0;
}

/* MV */
.npng-content-mv {
	height:0;
	padding-bottom:56.25%;
	position:relative;
	width: 80%;
	margin: 0 auto 100px;
	z-index: 1;
}
.npng-content-mv iframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.npng-content-mv .mv-movie {
	width: 100%;
	border-radius: 20px;
}

/* スライダー 1 */
.npng-content-slider-1 {
	margin-bottom: 100px;
}
.npng-content-slider-1 .slider-img {
	width: 100%;
}

/* ニュース */
.npng-content-news {
	background-color: #fff;
	width: 60%;
	margin: 0 auto 100px;
	padding: 15px;
}
.npng-content-news .npng-content-news-title {
	display: inline-block;
	background-color: #C5FFF7;
	padding: 0 20px;
	line-height: normal;
	margin-bottom: 15px;
	font-size: 24px;
}
.npng-content-news .npng-content-news-detail {
	margin-bottom: 15px;
	text-align: left;
	display: flex;
	font-size: 24px;
}
.npng-content-news .npng-content-news-detail .npng-content-news-date {
	width: 20%;
	margin-left: 40px;
}
.npng-content-news .npng-content-news-detail .npng-content-news-text {
	width: 80%;
}

/* POPUP店舗情報 */
.npng-content-shop {
	width: 70%;
	margin: 0 auto 100px;
}
.npng-content-shop .npng-content-shop-img {
	width: 100%;
}

/* 商品情報 */
.npng-content-item-list {
	width: 100%;
	margin-bottom: 50px;
}
.npng-content-item-list .npng-content-item-list-title {
	width: 25%;
	margin: 0 auto 20px;
}
.npng-content-item-list .npng-content-item-list-title .item-list-title-img {
	width: 100%;
}
.npng-content-item-list .item-list {
	list-style-type: none;
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.npng-content-item-list .item-list .item-list-item {
	width: calc(100% / 2);
	padding: 20px;
}
.npng-content-item-list .item-list .item-list-item .item-list-item-img {
	width: 100%;
	border-radius: 5%;
}

@media only screen and (max-width: 1023px) {
	/* タイトルロゴ */
	.npng-content-titlelogo {
		width: 35%;
		max-width: 80px;
		margin-top: -30px;
	}

	/* ニュース */
	.npng-content-news {
		width: 90%;
	}
	.npng-content-news .npng-content-news-title {
		font-size: 3vw;
	}
	.npng-content-news .npng-content-news-detail {
		font-size: 3vw;
	}
	.npng-content-news .npng-content-news-detail .npng-content-news-date {
		margin-left: 3vw;
	}

	/* POPUP店舗情報 */
	.npng-content-shop {
		width: 90%;
	}

	/* 商品情報 */
	.npng-content-item-list .npng-content-item-list-title {
		width: 40%;
	}
	.npng-content-item-list .item-list {
		width: 100%;
	}
	.npng-content-item-list .item-list .item-list-item {
		padding: 10px;
	}
}
