@charset "UTF-8";
article a:hover p{
	background:none;
}
#bread-crumb{
	display:none;
}
@media screen and (max-width:768px){
	#main-column {
		margin:0 auto;
	}
}

/*1600pxの枠*/
.large-inner{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

/*================
個別設定 バレンタイン2024
===============*/
/*メインビジュアル*/
#cate-main-mv.mv-anime-valentine{
	width: 93%;
}
#cate-main-mv.mv-anime-valentine .mv-anime-inner{
	position:relative;
	overflow:hidden;
	height: 566px;
}
#cate-main-mv .mv-vale-ribbon-left,
#cate-main-mv .mv-vale-ribbon-right,
#cate-main-mv .mv-vale-ttl,
.mv-vale-img01,
.mv-vale-img02,
.mv-vale-img03{
	position:absolute;
}
#cate-main-mv .mv-vale-ribbon-left{
	animation-name: vale-ribbonleft;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1.5s;
	width:520px;
	top:20px;
	left:-70px;
	z-index: 1;
	opacity: 0;
}
@keyframes vale-ribbonleft {
    0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
#cate-main-mv .mv-vale-ribbon-right{
	animation-name: vale-ribbonright;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1.5s;

	width: 640px;
	bottom: -30px;
	right: -30px;
	z-index: 1;
	opacity: 0;
}
@keyframes vale-ribbonright {
    0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}

.mv-vale-img01{
	animation-name: vale-img01;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1s;
	width: 405px;
	top:0;
	left:0;
	opacity: 0;
}
@keyframes vale-img01 {
    0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
.mv-vale-img02{
	animation-name: vale-img02;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1s;

	left:0;
	right:0;
	bottom: 0;
	margin:auto;
	max-width: 355px;
	opacity: 0;
}
@keyframes vale-img02 {
    0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
.mv-vale-img03{
	animation-name: vale-img03;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1s;

	width: 405px;
	top:0;
	right:0;
	opacity: 0;
}
@keyframes vale-img03 {
    0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
.mv-vale-ttl{
	animation-name: vale-ttl;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;

	left:0;
	right:0;
	margin:auto;
	max-width: 355px;
	z-index: 2;
	opacity: 0;
}
@keyframes vale-ttl {
    0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
/*テキスト*/
.txt-valentine{
	margin:50px auto;
	font-size: 23px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
}
/*シーン*/
.cate-valentine-scene .scene-list > li{
	margin:30px 0;
	background:url(../pic-labo/bg-vale-pink.jpg);
}
.cate-valentine-scene .scene-list > li:nth-child(even){
	background:url(../pic-labo/bg-vale-blue.jpg);
	flex-direction:row;
}

.cate-valentine-scene .scene-list > li .scene-inner{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:1200px;
	width:90%;
	margin:0 auto;
	padding: 50px 0 70px;
}
.cate-valentine-scene .scene-list > li:nth-child(even) .scene-inner{
	flex-direction: row;
}

/*シーン テキスト*/
.cate-valentine-scene .scene-list > li .scene-inner .scene-desc{
	width: 47%;
	max-width: 550px;
}
.scene-desc h3{
	margin:0 0 30px;
}
.scene-desc > p{
	font-size: 18px;
	line-height:2;
}
.scene-desc .item-list{
	display:flex;
	margin:30px 0;
	justify-content: center;
	flex-wrap: wrap;
}
.scene-desc .item-list li{
	width:30%;
	margin:0 2% 0 0;
	text-align:center;
	font-size:13px;
	font-weight: bold;
}
.scene-desc .item-list li a{
	display:block;
	font-size: 15px;
	line-height: 1.6;
}
.scene-desc .item-list li a picture{
	margin:0 0 10px;
	display: block;
}
/*シーン スペック*/
.cate-valentine-scene .scene-list > li .scene-inner .scene-spec{
	width: 50%;
	max-width: 600px;
}

.item-img{
	margin: 0 0 30px;
}
.item-img.multi{
	position: relative;
	height: 490px;
}
.item-img.multi a{
	display:block;
	position:absolute;
	width: 65%;
}
.item-img.multi a:nth-child(1){
	top: 20px;
	left: -21%;
}
.item-img.multi a:nth-child(2){
	top: 145px;
	right: -6%;
}

.ppu-vale{
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
}
.ppu-vale li{
	margin: 0 7px 16px;
}
.ppu-vale li button{
	background:#f09db8;
	padding: 7px 25px;
	border-radius:100px;
	color:#fff;
	box-shadow:5px 8px 0 0 #83162f;
	font-family: 'Kiwi Maru', serif;
	display: block;
	border:none;
	font-size: 18px;
	cursor: pointer;
}
.ppu-vale li:nth-child(even) button{
	background:#73caf3;
}

/*シーン微調整*/
/*2番目*/
.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(1){
	width:40%;
	margin-right:5%;
}
.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(2){
	margin-top:5%;
}
/*3番目*/
.cate-valentine-scene .scene-list > li:nth-child(3) .scene-inner .scene-desc .item-list li:nth-child(1){
	width: 63%;
	margin-right:5%;
}

/*Instagram 猫投稿*/
.cate-instagram-neko {
	margin: 0 0 50px;
}
.cate-instagram-neko .large-inner{
	border-radius: 400px 400px 0 0;
	background: url(../pic-labo/bg-vale-instagram.jpg);
	background-size: 15%;
	padding: 50px 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.cate-instagram-neko .ttl-box {
	position:relative;
	text-align: center;
}
.cate-instagram-neko .ttl-box:before,
.cate-instagram-neko .ttl-box:after{
	content:"";
	display:inline-block;
	position:absolute;
	background-size:contain;
	background-repeat:no-repeat;
}
.cate-instagram-neko .ttl-box:before{
	background-image: url(../pic-labo/ig-neko-illust01.png);
	width: 220px;
	height: 220px;
	top: -17px;
	left: 16%;
}
.cate-instagram-neko .ttl-box:after{
	background-image:url(../pic-labo/ig-neko-illust01-pc.png);
	width: 260px;
	height: 170px;
	top: 30px;
	right: 12%;
}
.cate-instagram-neko .ttl-box h3{
	margin: 0 auto 20px;
	display: block;
	text-align: center;
	max-width: 300px;
	width: 40%;
}
.cate-instagram-neko .ttl-box p{
	font-size: 23px;
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	position: relative;
	z-index: 2;
}


/*投稿写真*/
.ig-photo-list{
	max-width: 1200px;
	width:80%;
	margin:30px auto 0;
	display: flex;
	flex-wrap: wrap;
	padding: 2% 2% 0;
	background:#fff;
	box-sizing:border-box;
}
.ig-photo-list li{
	width: 18.4%;
	margin:0 2% 2% 0;
}
.ig-photo-list li:nth-child(5n){
	margin-right:0;
}

/*モーダル（ポップアップ）*/
.cateModal {
	display: none;
	position: fixed;
	z-index: 8887;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 1s ease-in-out;
}
.modal-container .img {
	background: #f1f1f1;
	margin-bottom: 15px;
}
.modal-container p {
	margin-bottom: 10px;
}
.modal-container p:last-child {
	margin-bottom: 0;
}
.modal-content {
	background: #FFF;
	padding: 30px 2%;
	width: 90%;
	max-width: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: show 0.6s linear 0s;
	filter: drop-shadow(0px 2px 6px #777);
	border-radius: 20px;
	box-sizing: border-box;
}
.modal-content.ppu-pink {
	border: 3px solid #f09db8;
}
.modal-content.ppu-blue {
	border: 3px solid #73caf3;
}
.modal-top {
	display: inline-block;
	position: absolute;
	right: -20px;
	top: -20px;
}
.modal-close {
	width: 50px;
	height: 50px;
	border-radius:100px;
	text-decoration: none;
	font-size: 2rem;
	line-height: 1;
	padding:0;
	display: block;
}
.ppu-pink .modal-close {
	background:#f09db8;
}
.ppu-blue .modal-close {
	background:#73caf3;
}
.modal-close:before,
.modal-close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px; 
	height: 25px;
	background: #fff;
	border-radius:10px;
}
.modal-close:before {
	transform: translate(-50%,-50%) rotate(45deg);
}	 
.modal-close:after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.modal-close:hover, .modal-close:focus {
	text-decoration: none;
	cursor: pointer;
}
.modal-title {
	color: #FFF;
}
@keyframes show{
	from{opacity: 0;}
	to{opacity: 1;}
}

/*モーダル中身*/
.modal-container picture{
	width: 60%;
	margin: 0 auto 20px;
	display: block;
	text-align:center;
}
.modal-container picture img{
	max-height: 140px;
}
.modal-container h4{
	font-size: 20px;
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	text-align: center;
	margin: 0 0 14px;
	line-height: 1.4;
}
.modal-container p{
	font-size:14px;
	line-height: 1.7;
}
.modal-container p small{
	display:block;
}

@media screen and (max-width:1300px){

	/*メインビジュアル*/
	#cate-main-mv.mv-anime-valentine .mv-anime-inner{
		height: 43.6vw;
	}
	#cate-main-mv .mv-vale-ribbon-left{
		width: 38vw;
		top: 4%;
		left: -6%;
	}
	@keyframes vale-ribbonleft {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	#cate-main-mv .mv-vale-ribbon-right{
		width: 52vw;
		bottom: -6%;
		right: -2%;
		z-index: 1;
		opacity: 0;
	}
	@keyframes vale-ribbonright {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	
	.mv-vale-img01{
		width: 31.2vw;
		top:0;
		left:0;
		opacity: 0;
	}
	@keyframes vale-img01 {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.mv-vale-img02{
		max-width: 27vw;
	}
	@keyframes vale-img02 {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.mv-vale-img03{
		width: 31.2vw;
	}
	@keyframes vale-img03 {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.mv-vale-ttl{
		max-width: 27vw;
	}
	@keyframes vale-ttl {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	/*テキスト*/
	.txt-valentine{
		margin: 40px auto;
		font-size: 20px;
	}
	/*シーン*/
	.cate-valentine-scene .scene-list > li:nth-child(even){
		background:url(../pic-labo/bg-vale-blue.jpg);
		flex-direction:row;
	}
	
	.cate-valentine-scene .scene-list > li .scene-inner{
		padding: 50px 0;
	}
	.cate-valentine-scene .scene-list > li:nth-child(even) .scene-inner{
		flex-direction: row;
	}
	
	/*シーン テキスト*/
	.cate-valentine-scene .scene-list > li .scene-inner .scene-desc{
		width: 46%;
	}
	.scene-desc h3{
		margin: 0 0 25px;
	}
	.scene-desc > p{
		font-size: 16px;
	}
	
	.item-img.multi{
		height: 43vw;
	}
	.item-img.multi a:nth-child(1){
		/* top: 20px; */
		left: -15%;
	}
	.item-img.multi a:nth-child(2){
		top: 145px;
		right: -3%;
	}
	
	.ppu-vale li button{
		background:#f09db8;
		padding: 7px 25px;
		border-radius:100px;
		color:#fff;
		box-shadow: 4px 7px 0 0 #83162f;
		font-family: 'Kiwi Maru', serif;
		display: block;
		border:none;
		font-size: 18px;
	}
	.ppu-vale li:nth-child(even) button{
		background:#73caf3;
	}
	
	/*シーン微調整*/
	/*2番目*/
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(1){
		width: 40%;
		margin-right:5%;
	}
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(2){
		margin-top:5%;
	}
	/*3番目*/
	.cate-valentine-scene .scene-list > li:nth-child(3) .scene-inner .scene-desc .item-list li:nth-child(1){
		width: 63%;
		margin-right:5%;
	}
	
	/*Instagram 猫投稿*/
	.cate-instagram-neko {
		margin: 0 0 50px;
	}
	.cate-instagram-neko .large-inner{
		border-radius: 40% 40% 0 0;
		background: url(../pic-labo/bg-vale-instagram.jpg);
		background-size: 15%;
		padding: 50px 30px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.cate-instagram-neko .ttl-box {
		position:relative;
		text-align: center;
	}
	.cate-instagram-neko .ttl-box:before,
	.cate-instagram-neko .ttl-box:after{
		content:"";
		display:inline-block;
		position:absolute;
		background-size:contain;
		background-repeat:no-repeat;
	}
	.cate-instagram-neko .ttl-box:before{
		background-image: url(../pic-labo/ig-neko-illust01.png);
		width: 18%;
		height: 100%;
		top: 16%;
		left: 10%;
	}
	.cate-instagram-neko .ttl-box:after{
		background-image:url(../pic-labo/ig-neko-illust01-pc.png);
		width: 21%;
		height: 100%;
		top: 23%;
		right: 8%;
	}
	.cate-instagram-neko .ttl-box h3{
		margin: 0 auto 20px;
		display: block;
		text-align: center;
		max-width: 300px;
		width: 40%;
	}
	.cate-instagram-neko .ttl-box p{
		font-size: 23px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		position: relative;
		z-index: 2;
	}
	
	
	/*投稿写真*/
	.ig-photo-list{
		max-width: 1200px;
		width:80%;
		margin:30px auto 0;
		display: flex;
		flex-wrap: wrap;
		padding: 2% 2% 0;
		background:#fff;
		box-sizing:border-box;
	}
	.ig-photo-list li{
		width: 18.4%;
		margin:0 2% 2% 0;
	}
	.ig-photo-list li:nth-child(5n){
		margin-right:0;
	}
	
	/*モーダル（ポップアップ）*/
	.cateModal {
		display: none;
		position: fixed;
		z-index: 8887;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
		transition: all 1s ease-in-out;
	}
	.modal-container .img {
		background: #f1f1f1;
		margin-bottom: 15px;
	}
	.modal-container p {
		margin-bottom: 10px;
	}
	.modal-container p:last-child {
		margin-bottom: 0;
	}
	.modal-content {
		background: #FFF;
		padding: 30px 2%;
		width: 90%;
		max-width: 450px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		animation: show 0.6s linear 0s;
		filter: drop-shadow(0px 2px 6px #777);
		border-radius: 20px;
		box-sizing: border-box;
	}
	.modal-content.ppu-pink {
		border: 3px solid #f09db8;
	}
	.modal-content.ppu-blue {
		border: 3px solid #73caf3;
	}
	.modal-top {
		display: inline-block;
		position: absolute;
		right: -20px;
		top: -20px;
	}
	.modal-close {
		width: 50px;
		height: 50px;
		border-radius:100px;
		text-decoration: none;
		font-size: 2rem;
		line-height: 1;
		padding:0;
		display: block;
	}
	.ppu-pink .modal-close {
		background:#f09db8;
	}
	.ppu-blue .modal-close {
		background:#73caf3;
	}
	.modal-close:before,
	.modal-close:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 4px; 
		height: 25px;
		background: #fff;
		border-radius:10px;
	}
	.modal-close:before {
		transform: translate(-50%,-50%) rotate(45deg);
	}	 
	.modal-close:after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	
	.modal-close:hover, .modal-close:focus {
		text-decoration: none;
		cursor: pointer;
	}
	.modal-title {
		color: #FFF;
	}
	@keyframes show{
		from{opacity: 0;}
		to{opacity: 1;}
	}
	
	/*モーダル中身*/
	.modal-container picture{
		width: 60%;
		margin: 0 auto 20px;
		display: block;
		text-align:center;
	}
	.modal-container picture img{
		max-height: 140px;
	}
	.modal-container h4{
		font-size: 20px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		text-align: center;
		margin: 0 0 14px;
		line-height: 1.4;
	}
	.modal-container p{
		font-size:14px;
		line-height: 1.7;
	}
	.modal-container p small{
		display:block;
	}
}

@media screen and (max-width:768px){

	/*メインビジュアル*/
	#cate-main-mv.mv-anime-valentine .mv-anime-inner{
		height: 43.6vw;
	}
	@keyframes vale-ribbonleft {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	@keyframes vale-ribbonright {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	
	.mv-vale-img01{
		width: 31.2vw;
		top:0;
		left:0;
		opacity: 0;
	}
	@keyframes vale-img01 {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.mv-vale-img02{
		max-width: 27vw;
	}
	@keyframes vale-img02 {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.mv-vale-img03{
		width: 31.2vw;
	}
	@keyframes vale-img03 {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	@keyframes vale-ttl {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	/*シーン*/
	.cate-valentine-scene .scene-list > li:nth-child(even){
		background:url(../pic-labo/bg-vale-blue.jpg);
		flex-direction:row;
	}
	
	.cate-valentine-scene .scene-list > li .scene-inner{
		display: block;
	}
	.cate-valentine-scene .scene-list > li:nth-child(even) .scene-inner{
		flex-direction: row;
	}
	
	/*シーン テキスト*/
	.cate-valentine-scene .scene-list > li .scene-inner .scene-desc{
		width: 100%;
		max-width: 100%;
	}
	.scene-desc h3{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.scene-desc h3 img:nth-child(1){
		width: 75%;
	}
	.scene-desc h3 img:nth-child(2){
		width: 20%;
	}
	
	.scene-desc > p{
		font-size: 18px;
	}
	.scene-desc .item-list{
		margin: 50px 0 30px;
	}
	.scene-desc .item-list li{
		margin: 0 2%;
	}
	.scene-desc .item-list li a{
		font-size: 18px;
	}
	/*シーン スペック*/
	.cate-valentine-scene .scene-list > li .scene-inner .scene-spec{
		width: 100%;
		max-width: 100%;
		position: relative;
	}
	
	.item-img{
		margin: 30px 0;
	}
	.item-img.multi{
		height: 55vw;
	}
	.item-img.multi a{
		width: 51%;
	}
	.item-img.multi a:nth-child(1){
		top: 0;
		left: 0;
	}
	.item-img.multi a:nth-child(2){
		top: 26%;
		right: 0;
	}
	
	.ppu-vale li button{
		background:#f09db8;
		padding: 7px 20px;
		border-radius:100px;
		color:#fff;
		box-shadow: 4px 7px 0 0 #83162f;
		font-family: 'Kiwi Maru', serif;
		display: block;
		border:none;
		font-size: 16px;
	}
	.ppu-vale li:nth-child(even) button{
		background:#73caf3;
	}
	
	/*シーン微調整*/
	/*1番目*/
	.cate-valentine-scene .scene-list > li:nth-child(1) .scene-inner .scene-desc .scene-spec .ppu-vale{
		position:absolute;
		width: 56%;
		bottom: -5%;
		justify-content: left;
	}
	/*2番目*/
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-spec .item-img{
		width: 70%;
		margin: 30px auto;
	}
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(1){
		width: 80%;
		margin-right:5%;
	}
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(2){
		margin-top:5%;
	}
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(1) a{
		display:flex;
		justify-content: space-between;
		align-items: center;
	}
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(1) a picture{
		width:50%;
	}
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(1) a picture img{
		max-height:180px;
	}
	/*3番目*/
	.cate-valentine-scene .scene-list > li:nth-child(3) .scene-inner .scene-spec .item-img{
		width: 70%;
		margin:30px auto;
	}
	.cate-valentine-scene .scene-list > li:nth-child(3) .scene-inner .scene-desc .item-list li:nth-child(1){
		width: 80%;
		margin-right:5%;
	}
	.cate-valentine-scene .scene-list > li:nth-child(3) .scene-inner .scene-desc .item-list li:nth-child(1) a{
		display:flex;
		justify-content: space-between;
		align-items: center;
	}
	.cate-valentine-scene .scene-list > li:nth-child(3) .scene-inner .scene-desc .item-list li:nth-child(1) a picture{
		width:50%;
	}
	
	/*Instagram 猫投稿*/
	.cate-instagram-neko {
		margin: 0 0 30px;
	}
	.cate-instagram-neko .large-inner{
		border-radius: 25% 25% 0 0;
		background: url(../pic-labo/bg-vale-instagram.jpg);
		background-size: 15%;
		padding: 30px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.cate-instagram-neko .ttl-box {
		position:relative;
		text-align: center;
	}
	.cate-instagram-neko .ttl-box:before,
	.cate-instagram-neko .ttl-box:after{
		content:"";
		display:inline-block;
		position:absolute;
		background-size:contain;
		background-repeat:no-repeat;
	}
	.cate-instagram-neko .ttl-box:before{
		background-image: url(../pic-labo/ig-neko-illust01.png);
		width: 21%;
		height: 100%;
		top: 13%;
		left: 0;
	}
	.cate-instagram-neko .ttl-box:after{
		background-image:url(../pic-labo/ig-neko-illust01-pc.png);
		width: 26%;
		height: 100%;
		top: 23%;
		right: -2%;
	}
	.cate-instagram-neko .ttl-box h3{
		margin: 0 auto 15px;
		display: block;
		text-align: center;
		max-width: 300px;
		width: 40%;
	}
	.cate-instagram-neko .ttl-box p{
		font-size: 18px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		position: relative;
		z-index: 2;
	}
	
	
	/*投稿写真*/
	.ig-photo-list{
		max-width: 1200px;
		width: 100%;
		margin: 15px auto 0;
		display: flex;
		flex-wrap: wrap;
		padding: 2% 2% 0;
		background:#fff;
		box-sizing:border-box;
	}
	.ig-photo-list li{
		width: 18.4%;
		margin:0 2% 2% 0;
	}
	.ig-photo-list li:nth-child(5n){
		margin-right:0;
	}


	/*別カテゴリリンクバナー*/
	.other-cate{
		margin:30px 0;
	}
	
	/*モーダル（ポップアップ）*/
	.cateModal {
		display: none;
		position: fixed;
		z-index: 8887;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
		transition: all 1s ease-in-out;
	}
	.modal-container .img {
		background: #f1f1f1;
		margin-bottom: 15px;
	}
	.modal-container p {
		margin-bottom: 10px;
	}
	.modal-container p:last-child {
		margin-bottom: 0;
	}
	.modal-content {
		background: #FFF;
		padding: 30px 2%;
		width: 90%;
		max-width: 450px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		animation: show 0.6s linear 0s;
		filter: drop-shadow(0px 2px 6px #777);
		border-radius: 20px;
		box-sizing: border-box;
	}
	.modal-content.ppu-pink {
		border: 3px solid #f09db8;
	}
	.modal-content.ppu-blue {
		border: 3px solid #73caf3;
	}
	.modal-top {
		display: inline-block;
		position: absolute;
		right: -20px;
		top: -20px;
	}
	.modal-close {
		width: 50px;
		height: 50px;
		border-radius:100px;
		text-decoration: none;
		font-size: 2rem;
		line-height: 1;
		padding:0;
		display: block;
	}
	.ppu-pink .modal-close {
		background:#f09db8;
	}
	.ppu-blue .modal-close {
		background:#73caf3;
	}
	.modal-close:before,
	.modal-close:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 4px; 
		height: 25px;
		background: #fff;
		border-radius:10px;
	}
	.modal-close:before {
		transform: translate(-50%,-50%) rotate(45deg);
	}	 
	.modal-close:after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	
	.modal-close:hover, .modal-close:focus {
		text-decoration: none;
		cursor: pointer;
	}
	.modal-title {
		color: #FFF;
	}
	@keyframes show{
		from{opacity: 0;}
		to{opacity: 1;}
	}
	
	/*モーダル中身*/
	.modal-container picture{
		width: 60%;
		margin: 0 auto 20px;
		display: block;
		text-align:center;
	}
	.modal-container picture img{
		max-height: 140px;
	}
	.modal-container h4{
		font-size: 20px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		text-align: center;
		margin: 0 0 14px;
		line-height: 1.4;
	}
	.modal-container p{
		font-size:14px;
		line-height: 1.7;
	}
	.modal-container p small{
		display:block;
	}
}

@media screen and (max-width:580px){

	/*メインビジュアル*/
	#cate-main-mv.mv-anime-valentine{
		width: 100%;
	}
	#cate-main-mv.mv-anime-valentine .mv-anime-inner{
		height: 100%;
	}
	.mv-relative{
		overflow: hidden;
		position: relative;
		margin: 2% 0 0;
	}
	#cate-main-mv .mv-vale-ribbon-left{
		width: 80%;
		top: -10%;
	}
	@keyframes vale-ribbonleft {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	#cate-main-mv .mv-vale-ribbon-right{
		width: 83%;
		bottom: -2.6%;
	}
	@keyframes vale-ribbonright {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	
	#cate-main-mv .mv-vale-img01{
		width: 100%;
		position:relative;
		margin: 0 0 2% 0;
		display: block;
	}
	@keyframes vale-img01 {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	#cate-main-mv .mv-vale-img02{
		max-width: 49%;
		position:relative;
		display: block;
		float: left;
	}
	@keyframes vale-img02 {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	#cate-main-mv .mv-vale-img03{
		width: 49%;
		position:relative;
		display: block;
		float: right;
	}
	@keyframes vale-img03 {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	#cate-main-mv .mv-vale-ttl{
		max-width: 100%;
		position: relative;
	}
	@keyframes vale-ttl {
	    0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	/*テキスト*/
	.txt-valentine{
		margin: 30px auto;
	}
	.txt-valentine p{
		font-size: 14px;
		margin:0;
	}
	/*シーン*/
	.cate-valentine-scene .scene-list > li:nth-child(even){
		background:url(../pic-labo/bg-vale-blue.jpg);
		flex-direction:row;
	}
	
	.cate-valentine-scene .scene-list > li .scene-inner{
		padding: 20px 0;
	}
	.cate-valentine-scene .scene-list > li:nth-child(even) .scene-inner{
		flex-direction: row;
	}
	
	/*シーン テキスト*/
	.scene-desc h3{
		margin: 0 0 15px;
	}
	
	.scene-desc > p{
		font-size: 13px;
		line-height: 1.8;
	}
	.scene-desc .item-list{
		/* display:flex; */
		margin: 20px 0;
	}
	.scene-desc .item-list li{
		width: 45%;
	}
	.scene-desc .item-list li a p{
		font-size: 12px;
	}
	/*シーン スペック*/
	.item-img{
		margin: 10px 0;
	}
	.item-img.multi a:nth-child(2){
		top: 21%;
		right: 0;
	}
	
	.ppu-vale{
		justify-content: space-between;
	}
	.ppu-vale li{
		margin: 0 0 15px;
		width: 48%;
	}
	.ppu-vale li button{
		background:#73caf3;
		padding: 6px 10px;
		border-radius:100px;
		color:#fff;
		box-shadow: 3px 6px 0 0 #83162f;
		font-family: 'Kiwi Maru', serif;
		display: block;
		border:none;
		font-size: 12px;
		width: 100%;
	}
	.ppu-vale li:first-child button,
	.ppu-vale li:nth-child(4n+1) button,
	.ppu-vale li:nth-child(4n) button{
		background:#f09db8;
	}
	
	
	/*シーン微調整*/
	/*1番目*/
	.cate-valentine-scene .scene-list > li:nth-child(1) .scene-inner .scene-desc .scene-spec .ppu-vale{
		position:absolute;
		width: 65%;
		bottom: -20%;
		justify-content: left;
	}
	/*2番目*/
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-spec .item-img{
		width: 70%;
		margin: 30px auto;
	}
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(1){
		width: 100%;
		margin: 0;
	}
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(2){
		margin-top:5%;
	}
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(1) a{
		display:flex;
		justify-content: space-between;
		align-items: center;
	}
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(1) a picture{
		width:50%;
		margin: 0 5% 0 0;
	}
	.cate-valentine-scene .scene-list > li:nth-child(2) .scene-inner .scene-desc .item-list li:nth-child(1) a picture img{
		max-height:180px;
	}
	/*3番目*/
	.cate-valentine-scene .scene-list > li:nth-child(3) .scene-inner .scene-spec .item-img{
		width: 70%;
		margin: 30px auto;
	}
	.cate-valentine-scene .scene-list > li:nth-child(3) .scene-inner .scene-desc .item-list li:nth-child(1){
		width: 100%;
		margin-right: 0;
	}
	.cate-valentine-scene .scene-list > li:nth-child(3) .scene-inner .scene-desc .item-list li:nth-child(1) a{
		display:flex;
		justify-content: space-between;
		align-items: center;
	}
	.cate-valentine-scene .scene-list > li:nth-child(3) .scene-inner .scene-desc .item-list li:nth-child(1) a picture{
		width: 42%;
		margin: 0 5% 0 0;
	}
	
	/*Instagram 猫投稿*/
	.cate-instagram-neko {
		margin: 0 0 10px;
	}
	.cate-instagram-neko .large-inner{
		border-radius: 20% 20% 0 0;
		background: url(../pic-labo/bg-vale-instagram.jpg);
		background-size: 15%;
		padding: 20px 5%;
		box-sizing: border-box;
		overflow: hidden;
	}
	.cate-instagram-neko .ttl-box {
		position:relative;
		text-align: center;
	}
	.cate-instagram-neko .ttl-box:before,
	.cate-instagram-neko .ttl-box:after{
		content:"";
		display:inline-block;
		position:absolute;
		background-size:contain;
		background-repeat:no-repeat;
	}
	.cate-instagram-neko .ttl-box:before{
		background-image: url(../pic-labo/ig-neko-illust01.png);
		width: 26%;
		height: 100%;
		top: 8%;
		left: -3%;
	}
	.cate-instagram-neko .ttl-box:after{
		background-image: url(../pic-labo/ig-neko-illust01-sp.png);
		width: 27%;
		height: 100%;
		top: 18%;
		right: -4%;
	}
	.cate-instagram-neko .ttl-box h3{
		margin: 0 auto 10px;
		display: block;
		text-align: center;
		max-width: 300px;
		width: 48%;
	}
	.cate-instagram-neko .ttl-box p{
		font-size: 13px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		position: relative;
		z-index: 2;
	}
	
	
	/*投稿写真*/
	.ig-photo-list{
		max-width: 1200px;
		width: 100%;
		margin: 15px auto 0;
		display: flex;
		flex-wrap: wrap;
		padding: 2% 2% 0;
		background:#fff;
		box-sizing:border-box;
	}
	.ig-photo-list li{
		width: 32%;
		margin:0 2% 2% 0;
	}
	.ig-photo-list li:nth-child(5n){
		margin-right:2%;
	}
	.ig-photo-list li:nth-child(3n){
		margin-right:0;
	}
	.ig-photo-list li:nth-child(n+10){
		display:none;
	}


	/*別カテゴリリンクバナー*/
	.other-cate{
		margin: 10px 0;
	}
	
	/*モーダル（ポップアップ）*/
	.cateModal {
		display: none;
		position: fixed;
		z-index: 8887;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
		transition: all 1s ease-in-out;
	}
	.modal-container .img {
		background: #f1f1f1;
		margin-bottom: 15px;
	}
	.modal-container p {
		margin-bottom: 10px;
	}
	.modal-container p:last-child {
		margin-bottom: 0;
	}
	.modal-content {
		background: #FFF;
		padding: 30px 2%;
		width: 90%;
		max-width: 450px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		animation: show 0.6s linear 0s;
		filter: drop-shadow(0px 2px 6px #777);
		border-radius: 20px;
		box-sizing: border-box;
	}
	.modal-content.ppu-pink {
		border: 3px solid #f09db8;
	}
	.modal-content.ppu-blue {
		border: 3px solid #73caf3;
	}
	.modal-top {
		display: inline-block;
		position: absolute;
		right: -20px;
		top: -20px;
	}
	.modal-close {
		width: 50px;
		height: 50px;
		border-radius:100px;
		text-decoration: none;
		font-size: 2rem;
		line-height: 1;
		padding:0;
		display: block;
	}
	.ppu-pink .modal-close {
		background:#f09db8;
	}
	.ppu-blue .modal-close {
		background:#73caf3;
	}
	.modal-close:before,
	.modal-close:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 4px; 
		height: 25px;
		background: #fff;
		border-radius:10px;
	}
	.modal-close:before {
		transform: translate(-50%,-50%) rotate(45deg);
	}	 
	.modal-close:after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	
	.modal-close:hover, .modal-close:focus {
		text-decoration: none;
		cursor: pointer;
	}
	.modal-title {
		color: #FFF;
	}
	@keyframes show{
		from{opacity: 0;}
		to{opacity: 1;}
	}
	
	/*モーダル中身*/
	.modal-container picture{
		width: 60%;
		margin: 0 auto 20px;
		display: block;
		text-align:center;
	}
	.modal-container picture img{
		max-height: 140px;
	}
	.modal-container h4{
		font-size: 20px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		text-align: center;
		margin: 0 0 14px;
		line-height: 1.4;
	}
	.modal-container p{
		font-size:14px;
		line-height: 1.7;
		padding: 0 3% 0 4%;
	}
	.modal-container p small{
		display:block;
	}
}


/*================
個別設定 ねこの日向ぼっこ
===============*/
/*背景色共通*/
.mv-anime-nekohinata,
.cate-neko-hinata{
	background:#abd6f3;
	padding: 0 0 20px;
}
#cate-main-mv.mv-anime-nekohinata{
	max-width: 100%;
}
#cate-main-mv.mv-anime-nekohinata .mv-anime-inner{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position:relative;
	height: 590px;
	top: 170px;
}

.mv-neko-bg{
	position:absolute;
	bottom:0;
}
.box-mv-ttl{
	animation-name: neko-ttl;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1s;
	width: 800px;
	position:absolute;
	top: -55px;
	left:100px;
	opacity:0;
}
@keyframes neko-ttl {
    0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
.box-mv-ttl .mv-neko-ruby1{
	animation-name: neko-ruby1;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1.8s;
	width: 50px;
	position:absolute;
	top: 14px;
	left: 198px;
	opacity:0;
}
@keyframes neko-ruby1 {
    0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
.box-mv-ttl .mv-neko-ruby2{
	animation-name: neko-ruby2;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 2.6s;
	width: 100px;
	position:absolute;
	top: 0px;
	left: 322px;
	opacity:0;
}
@keyframes neko-ruby2 {
    0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
.box-mv-shironeko{
	animation-name: neko-shironeko;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1.8s;
	width: 280px;
	position:absolute;
	top: 200px;
	left: 100px;
	opacity:0;
}
@keyframes neko-shironeko {
    0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
.box-mv-shironeko .mv-neko-1{
	z-index: 2;
}
.box-mv-shironeko .mv-neko-1-shippo{
	animation: neko-shippo 2s linear 1s infinite alternate;
	
	width: 180px;
	position:absolute;
	top: -103px;
	left: -48px;
	z-index: 1;
}

@keyframes neko-shippo {
  from {
    transform: rotate(370deg);
  }
  to {
    transform: rotate(340deg);
  }
}
.mv-neko-2{
	animation-name: neko-hachiware;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 2.6s;
	width: 390px;
	position:absolute;
	top: 5px;
	right:250px;
	opacity:0;
}
@keyframes neko-hachiware {
    0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
.chou-outer {
	animation: neko-chou 1s ease forwards 3.4s;
	position: absolute;
	top: -100px;
	right: 290px;
	width: 50%;
	height: 450px;
	display: flex;
	align-content: center;
	justify-content: right;
	--x: 100px;
	--y: 100px;
	opacity:0;
	}
  .chou-inner {
	width: calc(2 * 100px);
	height: calc(2 * 100px);
	border-radius: 50%;
	position: relative;
	display: grid;
	place-items: center;
	}
  .mv-neko-chou {
	width: 90px;
	transform: translateX(100px) translateY(0);
	position: relative;
	animation: AxisX 10s infinite ease-in;
	}
  .mv-neko-chou img{
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	animation: AxisY 10s infinite ease-out;
  }
  
 

@keyframes neko-chou {
    0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}


@keyframes AxisX {
	0% {
	  transform: translate(0,0);
	}
	50% {
	  transform: translate(100px,0);
	}
	100% {
	  transform: translate(0,0);
	}
	
  }

@keyframes AxisY {
	0% {
	  transform: translate(0,0);
	}
	25% {
	  transform: translate(-50px,50px);
	}
	50% {
	  transform: translate(0,0);
	}
	75% {
	  transform: translate(50px,50px);
	}
	100% {
	  transform: translate(0,0);
	}
}

/*商品別*/
.neko-hinata-list li{
	padding: 30px 0;
}

.neko-inner{
	max-width:1300px;
	margin:0 auto;
}
.neko-main{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
	max-width: 1200px;
	margin: 0 auto;
}
.neko-hinata-list li:nth-child(even) .neko-main{
	flex-direction:row-reverse;
}
.neko-main .main-img{
	width: 40%;
}
.neko-main .main-img a{
	display: block;
}
.neko-main .main-img a picture{
	position:relative;
	display: block;
}
.neko-hinata-list li:nth-child(1) .neko-main .main-img a picture:before{
	content:"";
	width: 90px;
	height: 190px;
	display:block;
	background-size: contain;
	position: absolute;
	bottom: -0px;
	left:-0px;
	z-index: 1;
}

.neko-main .item-price{
	width:40%;
	text-align:center;
	font-size:16px;
	line-height: 1.7;
	font-weight: bold;
}
.neko-main .item-price a{
	display:block;
}
.neko-main .item-price a picture{
	margin:0 0 30px;
	display: block;
	position:relative;
}
.neko-main .item-price a p{
	position: relative;
	z-index: 2;
}

.neko-hinata-list li:nth-child(2) .neko-main .item-price a picture:before{
	content:"";
	width: 220px;
	height: 220px;
	display:block;
	background-size: contain;
	position: absolute;
	bottom: -135px;
	left:-50px;
	z-index: 1;
}
/*えびせんべいの紹介*/
.neko-intro{
	margin: 30px auto 0;
	background:#fff;
	border-radius:20px;
	padding:20px 30px;
	position:relative;
}
.neko-hinata-list li:nth-child(2) .neko-intro:before{
	content:"";
	width: 130px;
	height: 130px;
	display:block;
	background-size: contain;
	position: absolute;
	top: -135px;
	left:-10px;
	z-index: 1;
}
.neko-intro h3{
	text-align:center;
	font-size:24px;
	position:relative;
	font-family: 'Kiwi Maru', serif;
    font-weight: bold;
	color:#7e582f;
}
.neko-intro h3:before{
	content:"";
	display:block;
	width:100%;
	height:10px;
	background: url(../pic-labo/neko-item-intro-ttl.png)repeat-x;
	background-size:contain;
	display:inline-block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:1;
}
.neko-intro h3 span{
	display:inline-block;
	background:#fff;
	line-height:1.8;
	position:relative;
	z-index:1;
	padding:0 15px;
}

.neko-intro-list{
	display:flex;
	justify-content: center;
	align-items:center;
}
.neko-intro-list li{
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin: 0 1%;
	width: 44%;
}
.neko-intro-list li picture{
	width: 130px;
	margin: 0 2% 0 0;
	display:block;
}
.neko-hinata-list > li:nth-child(even) .neko-intro-list  picture{
	width: 90px;
}
.neko-hinata-list > li:nth-child(even) .neko-intro-list li:nth-child(2) picture{
	width: 230px;
}

.neko-intro-list li p{
	width: 100%;
	color: #655045;
	font-size: 15px;
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -1px;
}
@media screen and (max-width:1600px){
	/*背景色共通*/
	#cate-main-mv.mv-anime-nekohinata .mv-anime-inner{
		height: 38vw;
		top: 10vw;
	}

	.box-mv-ttl{
		width: 50%;
		position:absolute;
		top: -5%;
		left: 5%;
	}
	@keyframes neko-ttl {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.box-mv-ttl .mv-neko-ruby1{
		width: 7%;
		top: -5%;
		left: 25%;
	}
	@keyframes neko-ruby1 {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.box-mv-ttl .mv-neko-ruby2{
		width: 16%;
		top: -7%;
		left: 40%;
		opacity:0;
	}
	@keyframes neko-ruby2 {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.box-mv-shironeko{
		width: 19%;
		position:absolute;
		top: 41%;
		left: 5%;
	}
	@keyframes neko-shironeko {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.box-mv-shironeko .mv-neko-1-shippo{
		width: 72%;
		top: -66%;
		left: -21%;
	}

	@keyframes neko-shippo {
		from {
			transform: rotate(370deg);
		}
		to {
			transform: rotate(340deg);
		}
	}
	.mv-neko-2{
		width: 40%;
		right: 50%;
	}
	@keyframes neko-hachiware {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.chou-outer {
		top: -23%;
		right: 21%;
		width: 40%;
		height: 450px;
	}
	.chou-inner {
		width: calc(2 * 80px);
		height: calc(2 * 80px);
	}
	.mv-neko-chou {
		width: 100px;
	}

	@keyframes neko-chou {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}


	/*商品別*/
	.neko-inner{
		width: 90%;
	}
	.neko-hinata-list li:nth-child(even) .neko-main{
		flex-direction:row-reverse;
	}
	.neko-hinata-list li:nth-child(1) .neko-main .main-img a picture:before{
		content:"";
		width: 10vw;
		height: 14vw;
		display:block;
		background-size: contain;
		position: absolute;
		bottom: -0px;
		left:-0px;
		z-index: 1;
		max-width: 90px;
	}

	.neko-main .item-price{
		width: 43%;
	}
	.neko-main .item-price a picture{
		z-index: 2;
	}
	.neko-hinata-list li:nth-child(2) .neko-main .item-price a picture:before{
		content:"";
		width: 19vw;
		height: 19vw;
		display:block;
		background-size: contain;
		position: absolute;
		bottom: -50%;
		left: -17%;
		z-index: 0;
	}
	/*えびせんべいの紹介*/
	.neko-hinata-list li:nth-child(2) .neko-intro:before{
		width: 7vw;
		height: 11vw;
		top: -32%;
		left: -4%;
		z-index: 2;
	}

	.neko-intro-list li{
		width: 50%;
	}
	.neko-intro-list li picture{
		width: 130px;
		margin: 0 2% 0 0;
		display:block;
	}
	.neko-hinata-list > li:nth-child(even) .neko-intro-list  picture{
		width: 90px;
	}
	.neko-hinata-list > li:nth-child(even) .neko-intro-list li:nth-child(2) picture{
		width: 230px;
	}

	.neko-intro-list li p{
		width: 100%;
		color: #655045;
		font-size: 15px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
	}
}

@media screen and (max-width:768px){
	/*背景色共通*/
	#cate-main-mv.mv-anime-nekohinata{
		padding: 0;
	}
	#cate-main-mv.mv-anime-nekohinata .mv-anime-inner{
		height: 77vw;
		top: 11vw;
		overflow: hidden;
	}

	.box-mv-ttl{
		width: 80%;
		top: 3%;
		left: 5%;
	}
	@keyframes neko-ttl {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.box-mv-ttl .mv-neko-ruby1{
		top: -3%;
		opacity:0;
	}
	@keyframes neko-ruby1 {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.box-mv-ttl .mv-neko-ruby2{
		top: -5%;
	}
	@keyframes neko-ruby2 {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.box-mv-shironeko{
		width: 29%;
		top: 45%;
		left: 10%;
	}
	@keyframes neko-shironeko {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}

	@keyframes neko-shippo {
		from {
			transform: rotate(370deg);
		}
		to {
			transform: rotate(340deg);
		}
	}
	.mv-neko-2{
		width: 38%;
		top: 31%;
		right: 7%;
	}
	@keyframes neko-hachiware {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.chou-outer {
		top: 19%;
		right: 11%;
		height: 30vw;
	}
	.mv-neko-chou {
		animation: AxisX 15s infinite ease-in;
	}
	.mv-neko-chou img{
		animation: AxisY 15s infinite ease-out;
	}


	@keyframes neko-chou {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}


	/*商品別*/
	.neko-hinata-list li:nth-child(even) .neko-main{
		flex-direction:row-reverse;
	}
	.neko-main .main-img{
		width: 80%;
		margin: 0 auto 15px;
	}
	.neko-hinata-list li:nth-child(1) .neko-main .main-img a picture:before{
		content:"";
		width: 11vw;
		height: 27vw;
		display:block;
		background-size: contain;
		position: absolute;
		bottom: -0px;
		left: -4%;
		z-index: 1;
		max-width: 100%;
	}

	.neko-main .item-price{
		width: 100%;
	}
	.neko-main .item-price a{
		display: flex;
		position: relative;
		z-index: 2;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.neko-main .item-price a picture{
		margin: 0 auto;
		width: 60%;
	}
	.neko-hinata-list li:nth-child(2) .neko-main .item-price a picture:before{
		content:"";
		width: 26vw;
		height: 26vw;
		display:block;
		background-size: contain;
		position: absolute;
		bottom: -40%;
		left: -12%;
		z-index: 0;
	}
	/*えびせんべいの紹介*/
	.neko-hinata-list li:nth-child(2) .neko-intro:before{
		width: 12vw;
		height: 20vw;
		top: -40%;
		left: unset;
		right: 0;
	}


	.neko-intro-list{
		display: block;
	}
	.neko-intro-list li{
		width: 90%;
		padding: 0;
	}
	.neko-intro-list li picture{
		width: 150px;
		margin: 0 2% 0 0;
		display:block;
	}
	.neko-hinata-list > li:nth-child(even) .neko-intro-list  picture{
		width: 18%;
	}
	.neko-hinata-list > li:nth-child(even) .neko-intro-list li:nth-child(1) picture{
		padding: 0 5%;
	}
	.neko-hinata-list > li:nth-child(even) .neko-intro-list li:nth-child(2) picture{
		width: 32%;
	}

	.neko-intro-list li p{
		width: 100%;
		color: #655045;
		font-size: 13px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
	}
}


@media screen and (max-width:580px){
	/*背景色共通*/
	#cate-main-mv.mv-anime-nekohinata .mv-anime-inner{
		overflow: hidden;
	}

	@keyframes neko-ttl {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.box-mv-ttl .mv-neko-ruby1{
		top: -14%;
	}
	@keyframes neko-ruby1 {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.box-mv-ttl .mv-neko-ruby2{
		top: -16%;
	}
	@keyframes neko-ruby2 {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	@keyframes neko-shironeko {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}

	@keyframes neko-shippo {
	from {
		transform: rotate(370deg);
	}
	to {
		transform: rotate(340deg);
	}
	}
	.mv-neko-2{
		top: 35%;
		left: 50%;
	}
	@keyframes neko-hachiware {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}
	.chou-outer {
		top: 11%;
		width: 30%;
		height: 24vw;
	}
	.chou-inner {
		width: calc(2 * 60px);
		height: calc(2 * 60px);
	}
	.mv-neko-chou {
		width: 40px;
	}
	
	

	@keyframes AxisX {
		0% {
		transform: translate(0,0);
		}
		50% {
		transform: translate(80px,0);
		}
		100% {
		transform: translate(0,0);
		}
		
	}
	@keyframes AxisY {
		0% {
		transform: translate(0,0);
		}
		25% {
		transform: translate(-10px,40px);
		}
		50% {
		transform: translate(0,0);
		}
		75% {
		transform: translate(10px,40px);
		}
		100% {
		transform: translate(0,0);
		}
	}
		
	@keyframes neko-chou {
		0% {opacity: 0;}
		20% {opacity: 0;}
		100% {opacity: 1;}
	}


	/*商品別*/
	.neko-hinata-list li{
		padding: 15px 0;
	}

	.neko-hinata-list li:nth-child(even) .neko-main{
		flex-direction:row-reverse;
	}
	.neko-main .main-img{
		width: 80%;
	}
	.neko-hinata-list li:nth-child(1) .neko-main .main-img a picture:before{
		content:"";
		width: 13vw;
		height: 31vw;
		display:block;
		background-size: contain;
		position: absolute;
		bottom: -0px;
		left: -2%;
		z-index: 1;
	}

	.neko-main .item-price{
		font-size: 12px;
	}
	.neko-main .item-price a picture{
		width: 55%;
	}
	.neko-hinata-list li:nth-child(2) .neko-main .item-price a picture:before{
		content:"";
		width: 26vw;
		height: 26vw;
		display:block;
		background-size: contain;
		position: absolute;
		bottom: -70%;
		left: -12%;
		z-index: 0;
	}
	/*えびせんべいの紹介*/
	.neko-intro{
		margin: 25px auto 0;
		padding: 5%;
	}
	.neko-hinata-list li:nth-child(2) .neko-intro:before{
		content:"";
		width: 12vw;
		height: 20vw;
		display:block;
		background-size: contain;
		position: absolute;
		top: -13%;
		left: unset;
		z-index: 2;
		right: 4%;
	}
	.neko-intro h3{
		font-size: 16px;
	}
	.neko-intro h3:before{
		height: 4px;
	}
	.neko-intro h3 span{
		padding: 0 5px;
	}

	.neko-intro-list li{
		width: 95%;
		padding: 0;
	}
	.neko-intro-list li picture{
		width: 130px;
		margin: 0 2% 0 0;
		display:block;
	}
	.neko-hinata-list > li:nth-child(even) .neko-intro-list  picture{
		width: 45%;
	}
	.neko-hinata-list > li:nth-child(even) .neko-intro-list li:nth-child(1) picture{
		padding: 0 5%;
	}
	.neko-hinata-list > li:nth-child(even) .neko-intro-list li:nth-child(2) picture{
		width: 60%;
	}

	.neko-intro-list li p{
		width: 100%;
		color: #655045;
		font-size: 13px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
	}
}