@charset 'utf-8';
/* CSS Document */
/* ヘッダFVCSS */
	.fv_box {
		width: 600px;
		height: 600px;
		display: block;
		position: relative;
		margin: 0 auto;
		background-image: url(https://www.lovecosmetic.jp/shop_new/images/item/night_pool/nightpool_bg.jpg);
		background-size: 100%;
		background-position: left top;
	}
	@media screen and (max-width: 481px) {
		.fv_box {
			width: 350px;
			height: 350px;
		}
	}
	.fv_box .logo {width: 60%; left: 0; top: 0; position: absolute;}
	.fv_box .logo img {position: absolute; left: 0;top: 0;}
	.fv_box .logo .logo00_parts {
		width: 100%;
		height: auto;
		opacity: 1;
		animation: logo00 .5s infinite alternate;
	}
		@keyframes logo00 {
		10% {
			opacity: .8;
		}
		20% {
			opacity: 1;
		}
		30% {
			opacity: .8;
		}
		40% {
			opacity: 1;
		}
		50% {
			opacity: .8;
		}
		60% {
			opacity: 1;
		}
		70% {
			opacity: .8;
		}
		80% {
			opacity: 1;
		}
		90% {
			opacity: .8;
		}
	}
	.fv_box .logo .logo01_parts {
		width: 100%;
		height: auto;
		opacity: 1;
		animation: logo01 1s infinite alternate;
	}
	@keyframes logo01 {
		78% {
			opacity: .5;
		}
		79%{
			opacity: 1;
		}
		80% {
			opacity: .6;
		}
		81% {
			opacity: 1;
		}
		82% {
			opacity: .4;
		}
		83% {
			opacity: 1;
		}
		92% {
			opacity: .8;
		}
		92.5% {
			opacity: 1;
		}
	}
	.fv_box .logo .logo02_parts {
		width: 100%;
		height: auto;
		opacity: 1;
		animation: logo02 2s infinite alternate;
	}
	@keyframes logo02 {
		78% {
			opacity: .5;
		}
		79%{
			opacity: 1;
		}
		80% {
			opacity: .6;
		}
		81% {
			opacity: 1;
		}
		82% {
			opacity: .4;
		}
		83% {
			opacity: 1;
		}
		92% {
			opacity: .8;
		}
		92.5% {
			opacity: 1;
		}
	}
	.fv_box .logo .logo03_parts {
		width: 100%;
		height: auto;
		opacity: 1;
		animation: logo03 2s infinite alternate;
	}
	@keyframes logo03 {
		81% {
			opacity: 0.85;
		}
		82% {
			opacity: 0.4;
		}
		83% {
			opacity: 0.85;
		}
		92% {
			opacity: 0.4;
		}
		92.5% {
		opacity: 1;
		}
	}
	.fv_box .logo .logo04_parts {
		width: 100%;
		height: auto;
		opacity: 1;
		animation: logo04 .5s infinite alternate;
	}
	@keyframes logo04 {
		81% {
			opacity: 0.85;
		}
		82% {
			opacity: 0.4;
		}
		83% {
			opacity: 0.85;
		}
		92% {
			opacity: 0.4;
		}
		92.5% {
		opacity: 1;
		}
	}
	.fv_box .logo .logo05_parts {
		width: 100%;
		height: auto;
		opacity: 1;
		animation: logo05 .5s infinite alternate;
	}
		@keyframes logo05 {
		10% {
			opacity: .8;
		}
		20% {
			opacity: 1;
		}
		30% {
			opacity: .8;
		}
		40% {
			opacity: 1;
		}
		50% {
			opacity: .8;
		}
		60% {
			opacity: 1;
		}
		70% {
			opacity: .8;
		}
		80% {
			opacity: 1;
		}
		90% {
			opacity: .8;
		}
	}
	.fv_box .logo .logo06_parts {
		width: 100%;
		height: auto;
		opacity: 1;
		animation: logo06 3s infinite alternate;
	}
	@keyframes logo06 {
		81% {
			opacity: 0.85;
		}
		82% {
			opacity: 0.4;
		}
		83% {
			opacity: 0.85;
		}
		92% {
			opacity: 0.4;
		}
		92.5% {
		opacity: 1;
		}
	}
	.fv_box .logo .logo07_parts {
		width: 100%;
		height: auto;
		opacity: 1;
		animation: logo07 3s infinite alternate;
	}
	@keyframes logo07 {
		81% {opacity: 0.85;}
		82% {opacity: 0.4;}
		83% {opacity: 0.85;}
		92% {opacity: 0.4;}
		92.5% {opacity: 1;}
	}
	.fv_box .wave_parts {
		width: 65%;
		position: absolute;
		left: 0;
		bottom: 22%;
		animation: wave 15s infinite alternate;
	}
	@keyframes wave {
		30% {width: 70%; bottom: 23%; left: 2%;}
		60% {width: 65%; bottom: 22%; left: 0;}
		80% {width: 70%; bottom: 23%; left: 2%;}
	}
	.fv_box .goods_parts {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 55%;
	}
/* ヘッダFVCSS */
#textareaslide{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }
	
.textareaslide{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }


#textareabgfixed{
width:100%;
    margin-left:auto;
    margin-right:auto;
	padding-top:2%;
padding-bottom:2%;
background-size: 400% 400%;

-webkit-animation: coffretAnimation 8s ease infinite;
-moz-animation: coffretAnimation 8s ease infinite;
animation: coffretAnimation 8s ease infinite;}

@-webkit-keyframes coffretAnimation {
    0%{background-position:15% 0%}
    50%{background-position:86% 100%}
    100%{background-position:15% 0%}
}


@-moz-keyframes coffretAnimation {
    0%{background-position:15% 0%}
    50%{background-position:86% 100%}
    100%{background-position:15% 0%}
}
@keyframes coffretAnimation { 
    0%{background-position:15% 0%}
    50%{background-position:86% 100%}
    100%{background-position:15% 0%}
}



#textareamenu{
	width:350px;
    margin-left:auto;
    margin-right:auto;
    }
	
.textareamenu{
	width:350px;
    margin-left:auto;
    margin-right:auto;
    }

#textarea{
	width:100%;
    margin-left:auto;
    margin-right:auto;
    }
	
#textarea p{
	line-height:160%;
	margin-bottom:4%;
	color:#444 !important;
    }

#contents #main_contents #textarea .textarea .introarea p{
font-size:16px;
}
	
#textarea p.ilst{
	font-size:14px !important;
	line-height:150%;
	margin-bottom:0;
	color:#555;
    }

#textarea a{
	font-size:16px;
	margin-bottom:4%;
	color:#444 !important;
	text-decoration:underline !important;	
}
	
.textarea{
	width:97%;
    margin-left:auto;
    margin-right:auto;
    }

#textarea .top a
{
	float:right;
	margin-right:5%;
	font-size:10px;
	color:#444;
	text-decoration:underline;
}

#kaihou_container{
		width:94%;
    margin-left:auto;
    margin-right:auto;
}

.checkBox img {
	width:100%;
}


.episodeBox_noheart {  
  background: #F3F1ED;
}  
.episodeBox_noheart .main {  
  width: 100%;  
}  
.episodeBox_noheart .inr > p {  
  font-weight: bold;  
  font-size: 20px;  
  margin-top: 0;  
  color: #FF7272;  
  text-align: center;  
  line-height: 120%;  
}  
.episodeBox_noheart_inr {  
  padding: 20px;  
}  
.episodeBox_noheart_box {  
  margin-top: 10px;  
  border-radius: 4px;  
  padding: 20px 20px 10px 20px;  
  background: 20px 20px no-repeat #FCFBFA;  
  -webkit-background-size: 22px auto ;  
  background-size: 22px auto ;  
    
}  
.episodeBox_noheart p {  
  font-size: 16px;  
  margin-bottom: 0;  
}  

/*緑*/
.midashi1 {
	position: relative;
	padding-top: 1.2em;
        padding-bottom: 1em;
font-size:24px !important;
	line-height:150%;
	color:#00b2b0;
	font-weight:normal;
	text-align:center;
}

.photo-show { 
 height: 700px; /*表示したい大きさ*/
    /*margin: 30px auto; /*縦余白は任意*/
    position: relative;
    width: 600px; /*表示したい大きさ、height と合わせる*/
}

/*各画像のアニメーションの合計秒数*/
.photo-show img { 
    animation: show 16s infinite;
    -webkit-animation: show 16s infinite;
    height: auto;
    max-width: 100%;
    opacity: 0;
    position: absolute; /*画像を全て重ねる*/
}

/*アニメーション*/

@keyframes show {
    0% {opacity:0}
    10% {opacity:1}
    20% {opacity:1}
    40% {opacity:0}
 }

@-webkit-keyframes show {
    0% {opacity:0}
    10% {opacity:1}
    20% {opacity:1}
    40% {opacity:0}
}

/*各画像のアニメーションの開始時間をずらす*/

/*1枚目*/  
.photo-show img:nth-of-type(1) {  
    animation-delay: 0s;  
    -webkit-animation-delay: 0s;  
}  
/*2枚目*/  
.photo-show img:nth-of-type(2) {  
    animation-delay: 6s;  
    -webkit-animation-delay: 6s;  
}  
/*3枚目*/  
.photo-show img:nth-of-type(3) {  
    animation-delay: 12s;  
    -webkit-animation-delay: 12s;  
}  
/*4枚目*/  
.photo-show img:nth-of-type(4) {  
    animation-delay: 18s;  
    -webkit-animation-delay: 18s;

}  
/*5枚目*/  
.photo-show img:nth-of-type(5) {  
    animation-delay: 24s;  
    -webkit-animation-delay: 24s;

}  
/*6枚目*/  
.photo-show img:nth-of-type(6) {  
    animation-delay: 30s;  
    -webkit-animation-delay: 30s;
}  


/*マウスが画像に重なった際、動きを止めて四角くする*/

/*.photo-show img {
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

.photo-show:hover img {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    border-radius: 0;
}*/

.strongtext{
	font-weight:bold;
	color: #cc0000;
	font-size:16px !important;
}



.illust{
	margin-bottom:0%;
}


#canvas-container {
    background-size: cover;
}
canvas {
    width: 100%;
    height: 10%;
    vertical-align: top;
}


#coffretAnimation{
	background:rgba(255,255,255,0.75);
	padding-bottom:10px !important;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	}



.pinktitle{
	color:#FFF !important;
	padding:3% 3% 3% 4%;
	background-color: #febddd;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	margin-top:2% !important;
	margin-bottom:1% !important;
}

.greentitle {
    color: #FFF;
    padding: 15px 15px 15px 20px;
    background-color: #a57eb6;
    border-radius: 5px;
    font-size: 16px!important;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 10px;
}

#para1 {
    background-image: url("https://www.lovecosmetic.jp/set_new/nightpool/nightpool_bg2.jpg");
    background-attachment: local;
    width:600px;
    margin:auto;
   padding-bottom:20px;


}

#para2 {
    background-image: url("https://www.lovecosmetic.jp/set_new/nightpool/nightpool_bg.jpg");
    background-attachment: local;
    width:600px;
    margin:auto;
   padding-bottom:20px;


}


.para_a,
.c {
    height: 100vh;
    font-size: 40px;
    background-color: aquamarine;
    opacity: 0.4
}
.b,
.d {
    height: 100vh;
    font-size: 40px;
    background-color: coral;
    opacity: 0.4
}

.beginning{
    text-align: center;
    padding-top: 20px;
}

#textarea .beginning p{
    color: white!important;
    font-size: 26px !important;
    text-shadow: 3px 3px 3px #02311c, 3px 3px 3px #2a332d;
    padding: 0 0 30px 0;
    font-family:'Yu Mincho','游明朝',YuMincho,'游明朝体',sans-serif;
    font-weight: 900;
}

#textarea .beginning p:first-child{
    margin: 40px 0 0 0;
}

.ame-lineup{
	background:rgba(255,255,255,0.75);
    margin: 40px 10px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	}

.ame_contentsbox{
    padding-top: 40px;
}

#contents #main_contents #textarea .textarea .introarea .episodeBox p {
font-size:14px;
}

#textarea .inr .box a{
    font-size: 15px;
}
