@charset "UTF-8";
* {
    box-sizing: border-box;
}
body {
    background-color: #dddddd;
    background-image: none;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "", Meiryo, sans-serif;
    color:#444444;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
    color: yellowgreen;
text-shadow: 1px 1px 1px #101010;
    word-break: break-all;
}
.h-g:hover {
    color: gold;
}
/*
a:visited{
    color: yellowgreen;
	text-shadow: 1px 1px 1px #101010;
}
*/
p{
    word-break: break-all;
}
h3{
    font-size: 18px;
}
.red{
    color: #ff0000;
}
div{
    margin-top: 10px;
    margin-bottom: 10px;
}
ul{
    list-style: none;
}
hr {
    margin: 20px auto;
    border-top: 2px dotted #8c8b8b;
}
iframe {
    max-width: 520px;
/*
    height: 315px;
*/
	height: auto;
}


/*
#abs1 {
  top: 0px;
  left: 0px;
}
*/
header {
position:static;
    background-color: #555555;

}
.intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top:0;
  padding: 0 0px;
  max-width: 260px;
    height: auto;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #ffffff;
    padding: 0 10px;
    margin-top:0;
}
.logo img{
    max-width: 260px;
    height: auto;
}

.logo table {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
}

.gnav {
    border-top: solid 1px #ffffff;
    border-bottom:  solid 1px #ffffff;
    margin-bottom: 0;
}
.gnav ul{
    display: flex;
    justify-content: center;
}
.gnav ul li{
    padding: 10px 20px ;
    border-left: solid 1px #ffffff;
}
.gnav ul li:last-child{
    border-right: solid 1px #ffffff;
}
.gnav a{
    color: #ffffff;
    font-weight: 800;
}


main {
    max-width: 1080px;
    background-color: #ffffff; 
    padding: 20px;
    margin: 0 auto;
    display: flex;
}




.side-r{
    width: 250px;
    text-align: center;
    margin: 0 auto;
}


.main-c {
    width: 100%;
    text-align: center;
    padding-left: 20px;
}


.anim-box.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.anim-box.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 40px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.anim-box.kiran:hover::before {
  animation: kiran 0.5s linear 1;
}
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.hero{
    margin: 20px auto;
}
.hero ul{
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.hero li{
    padding-left:20px;
}

.li-1 img{
    max-width: 250px;
    height: auto;
}
.li-2 img{
    height: 200px;
}


.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .balloon5 .faceicon {
    margin-right: -90px;
    width: 300px;
  }
  
  .balloon5 .faceicon img{
    width: 100%;
    height: auto;
  }
  .says {
    display: inline-block;
    position: relative; 
    margin: 5px 30px 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
    text-align: left;
  }
  .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
  }
  .media {
      display: flex;
      justify-content: top;
      align-items: flex-start;
      font-size: 12px;
  }
  .wrap {
    width: 100%;   
    height: 100%;
    position: relative;
    padding-top: 52%;
    overflow: hidden;
  }
  
  .wrap iframe {
    position: absolute;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 68%  !important; 
    height: 100% !important; 
  }

.wrap2 {
    width: 90%;
    height: 90%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


#stage {
/*
	position:relative;
*/
	width: 300px;
	height: 230px;
	background: #fff;
	overflow:hidden;
    perspective: 1200px;
}
#photos:hover {
cursor:pointer;
}
#photos:hover > .photo {
animation-play-state:paused;
width: 40%

}

.photo {
	position: absolute;
    height: auto;
	left: 90px;top:20px;
	border:#bbb 2px solid;
}

#photo1 {
	-webkit-animation:slidepass 18s infinite;
	-webkit-animation-delay:-15s;
	animation:slidepass 18s infinite;
	animation-delay:-15s;
}
#photo2 {
	-webkit-animation:slidepass 18s infinite;
	-webkit-animation-delay:-12s;
	animation:slidepass 18s infinite;
	animation-delay:-12s;
}
#photo3 {
	-webkit-animation:slidepass 18s infinite;
	-webkit-animation-delay:-9s;
	animation:slidepass 18s　infinite;
	animation-delay:-9s;
}
#photo4 {
	-webkit-animation:slidepass 18s infinite;
	-webkit-animation-delay:-6s;
	animation:slidepass 18s infinite;
	animation-delay:-6s;
}
#photo5 {
	-webkit-animation:slidepass 18s infinite;
	-webkit-animation-delay:-3s;
	animation:slidepass 18s infinite;
	animation-delay:-3s;
}
#photo6 {
	-webkit-animation:slidepass 18s infinite;
	-webkit-animation-delay:0s;
	animation:slidepass 18s infinite;
	animation-delay:0s;
}

@-webkit-keyframes slidepass {
	0% {-webkit-transform:perspective(750px) rotateY(0deg) translateZ(130px);z-index:20;}
	10% {-webkit-transform:perspective(1000px) rotateY(60deg) translateZ(130px);z-index:18;}
	16.7% {-webkit-transform:perspective(1000px) rotateY(60deg) translateZ(130px);z-index:18;}
	26.7% {-webkit-transform:perspective(1000px) rotateY(120deg) translateZ(130px);z-index:14;}
	33.3% {-webkit-transform:perspective(1000px) rotateY(120deg) translateZ(130px);z-index:14;}
	43.3% {-webkit-transform:perspective(1000px) rotateY(180deg) translateZ(130px);z-index:8;}
	50% {-webkit-transform:perspective(1000px) rotateY(180deg) translateZ(130px);z-index:8;}
	60% {-webkit-transform:perspective(1000px) rotateY(240deg) translateZ(130px);z-index:10;}
	66.7% {-webkit-transform:perspective(1000px) rotateY(240deg) translateZ(130px);z-index:10;}
	76.7% {-webkit-transform:perspective(1000px) rotateY(300deg) translateZ(130px);z-index:12;}
	83.4% {-webkit-transform:perspective(1000px) rotateY(300deg) translateZ(130px);z-index:12;}
	93.4% {-webkit-transform:perspective(750px) rotateY(360deg) translateZ(130px);z-index:16;}
	100% {-webkit-transform:perspective(750px) rotateY(360deg) translateZ(130px);z-index:16;}
}
@keyframes slidepass {
	0% {transform:perspective(750px) rotateY(0deg) translateZ(130px);z-index:20;}
	10% {transform:perspective(1000px) rotateY(60deg) translateZ(130px);z-index:18;}
	16.7% {transform:perspective(1000px) rotateY(60deg) translateZ(130px);z-index:18;}
	26.7% {transform:perspective(1000px) rotateY(120deg) translateZ(130px);z-index:14;}
	33.3% {transform:perspective(1000px) rotateY(120deg) translateZ(130px);z-index:14;}
	43.3% {transform:perspective(1000px) rotateY(180deg) translateZ(130px);z-index:8;}
	50% {transform:perspective(1000px) rotateY(180deg) translateZ(130px);z-index:8;}
	60% {transform:perspective(1000px) rotateY(240deg) translateZ(130px);z-index:10;}
	66.7% {transform:perspective(1000px) rotateY(240deg) translateZ(130px);z-index:10;}
	76.7% {transform:perspective(1000px) rotateY(300deg) translateZ(130px);z-index:12;}
	83.4% {transform:perspective(1000px) rotateY(300deg) translateZ(130px);z-index:12;}
	93.4% {transform:perspective(750px) rotateY(360deg) translateZ(130px);z-index:16;}
	100% {transform:perspective(750px) rotateY(360deg) translateZ(130px);z-index:16;}
}





/* RSS202107 */

#message {
display: flex;
flex-wrap:wrap;
justify-content: space-between
}
#message p img {
display: none;
}
#message iframe {
display: none;
}

#message a.btn {
display: block;
position: absolute;
top:0;
left:0;
right:0;
bottom: 0
}
#message .mu {
width: 30%;
position: relative
}
#message .mu img {
width: 90%;
height: auto
}
#message .mu h3 {
margin-bottom: 0.85em;
font-size: 0.9em;
text-align: left;
font-weight: normal
}
#message .mu small {
display: block
}



/* ============= */
footer {
    background-color: #555555;
    text-align: center;
    padding: 10px;
    color: #ffffff;
  position: static;

}
footer a{
    font-weight: 800;
}
footer p{
    font-size: 14px;
}


.contents {
    display: block;
    padding: 20px 40px;
}
.contents p {
    margin-bottom: 20px;
}

.table-l{
    width: 200px;
    vertical-align: top;
}
.table-r{
    vertical-align: top;
}


.contents table{
    margin:0 auto;
}

.date{
    display: flex;
    align-items: flex-start;
    border-top:  lightsteelblue solid 2px;
    margin-bottom: 30px;
    
}
.date-img{
    max-width: 400px;
}
.date-box{
    background-color: lightsteelblue;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
}
.date:nth-child(even) {
    flex-direction: row-reverse;
  }

.books-title {
    background-color: yellowgreen;
}
.books-date ul{
    display: flex;
    flex-wrap: wrap;
}
.books-date li{
    width: 33%;
    text-align: center;
}
.books-date li:nth-child(even) {
    background-color: yellowgreen;
}

.baloon-anime{
    display: flex;
    max-width: 900px;
}


.iti {
  position: relative;
  right: -300px;
}
.ue {


    position: absolute;
    top: 50%;
    left:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;padding:0;
  }
  .anime2 {
    display: none;
}


  .toplink
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.toplink a
    {
    display: block;
    text-decoration: none;
    }
 
.toplink:hover
{
    opacity: 0.85 ;
}


  .ojigi
    {
    position: fixed;
/*
    bottom: 16px;
    right: 16px;
*/
	pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)
             translateY(-50%);
    }
 
.ojigi a
    {
    display: block;
    text-decoration: none;
	pointer-events: none;
    }
 
.ojigi:hover
{
    opacity: 0.85 ;
}


@media screen and (max-width: 980px) {
    main{
    display: block;
    }
.logo{
    display: block;
    text-align: center;
    padding-top: 10px;
}


    .gnav ul{
display: block;
    }
    .gnav li{
        width: 100%;
        border: 1px solid #ffffff;
    }
    .gdlin{
        width: 100%;
    }
    table{
        width: 100%;
        table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    }
    table td{
        display: block;
    }
    .date {
    display: block;
    }
    .books-date ul{
        display: block;
    }
    .books-date li{
        width: 100%;
    }

}
@media screen and (max-width: 780px){
    .baloon-anime {
        display: block;
    }   
}
