@charset 'utf-8';
/* CSS Document */
#textareaslide{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }
	
.textareaslide{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }

#textarea{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }
	
#textarea p{
	font-size:16px;
	line-height:160%;
	margin-bottom:4%;
	color:#444 !important;
    }
	
#textarea p.ilst{
	font-size:14px;
	line-height:150%;
	margin-bottom:0;
	color:#555;
    }
	
.textarea{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }

.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;
}


.episodeBox_noheart {  
  background: #F3F1ED;  
  margin: 25px 0 20px;  
}  
.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: 14px;  
  margin-bottom: 0;  
}  

/*青*/
.midashi1 {
	position: relative;
	padding-bottom: 0.5em;
	background-color:#EDC3F2;
	font-size:1.6rem;
	line-height:150%;
	color:#863692;
	font-weight:normal;
	text-align:center;
}

/*白*/
.midashi2 {
	position: relative;
	padding-bottom: 0.5em;
	background-color:FFF;
	font-size:1.6rem;
	line-height:150%;
	color: #863692;
	font-weight:normal;
	text-align:center;
}


.omoi_waku{
	background-color:#EDC3F2;
	padding:3% 3% 1% 3%;
	margin-bottom:5% !important;
}

.strongtext{
	font-weight:bold;
	color:#863692;
}



.illust{
	margin-bottom:3%;
}


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

/*各画像のアニメーションの合計秒数*/
.photo-show img { 
    animation: show 22s infinite;
    -webkit-animation: show 22s 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: 10s;
    -webkit-animation-delay: 10s;
}
/*4枚目*/
.photo-show img:nth-of-type(4) {
    animation-delay: 14s;
    -webkit-animation-delay: 14s;
}
/*5枚目*/

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

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

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

/*.photo-show img:nth-of-type(8) {
    animation-delay: 14s;
    -webkit-animation-delay: 14s;
}

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

/*.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;
}*/



/*波アニメーション*/

/**{
    padding: 0;
    margin: 0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*/

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


#canvas-bg-blue{
	background-color:#EDC3F2;
}


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

#canvas-container {
    padding-top: 100px;
}
canvas {
    height: 200px;
}
}

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