@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
a img:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.animation {
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
.animation2 {
    animation: fadeIn 1.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
}
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
 
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.topicbtn{
	border:solid black 2px;
	width: 90%;
    max-width: 600px;
    background: #ffffff;
    text-align: center;
    margin: 2% auto 4%;
    padding: 2% 1%;
    text-decoration: none;


}
.topicbtn a{
	line-height: 1.8;
	color:black;
	width: 100%;
    max-width: 600px;
	display: block;
    text-decoration: none;
    text-align: center;
}

@media screen and (min-width: 640px){
.sp{display: none;}

.wrap{position: relative;}
#bg-video{
 position: fixed;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
 background: url('../images/read_bg.jpg') no-repeat;
 background-size: cover;}

.top{background: url(../images/read_bg.jpg) no-repeat;background-size: 100%;}
.top1{background: url(../images/bgtop1.png) no-repeat;background-size: 100%;}
.top2{background: url(../images/bgtop2.png) no-repeat;background-size: 100%;}

.topmain{position: relative;max-width: 800px;margin:0 auto;text-align: center;padding-bottom:80px;}
.top_in{padding-top: 80px;}
.top_in2{padding-top:20px;
	position: absolute;top:0;left:50%;transform: translate(-65%,0);}
.top_in img{max-width: 100%;}
.top_in2 img{max-width: 130%;}
.event img{max-width: 70%;}
main{
	padding-bottom: 100px;
}
.tw:before{
	background: url("../images/twitter.png")no-repeat;
	content: '';
	display:block;
	background-size: contain;
	position: absolute;
	left: 50%;
	top:0;
	width: 50%;
	padding-top: 10%;
	transform: translate(-50%,-50%) ;
	z-index: 2;
}

.tw{width: 550px;margin:0 auto;
	border:#009fad 10px solid;border-radius: 20px;
	padding:10px 0 0;position: relative;background: #fff;}
.tw2{padding:20px;background:#009fad;text-align: center;}

.twbtn{
font-size: 16pt;
font-weight: 700;
color: #009fad;
display: inline-block;
padding:10px 20px;
text-decoration: none;
background: #fff;/*ボタン色*/
border-radius: 9px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);

}
.twbtn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
  background: #d5fcff;
}


.topbtnicon{position: fixed;right: 0;bottom:0;width: 180px;}
.topbtnicon img{max-width: 100%;}

.text-box {
    width: 85%;
    max-width: 1000px;
    margin: 0% auto 8%;
    padding: 20px;
    background-color: rgba(255,255,255,0.65);
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 10pt;
}
table.product{
	border-collapse:collapse;
	margin: 30px auto;
	width: 100%;
	max-width: 650px;
	border:solid:1px; 
	border-color: #575757;
	background: #fff;
}

table.product td{
	padding: 10px 15px;
	border: solid 1px #323030;
	vertical-align: middle;
}

table.product th{
	width: 20%;
	background: #f9f7f7;
	border: 1px #323030 solid;
	vertical-align: middle;
	
}
td.list{
	width: 30%;
	text-align: center;
	border: 1px #ddd solid; 
}

td.list2{
	padding: 0% 2%;
	text-align: left;
	border: 1px #ddd solid; 
}
.mf1link img{max-width:500px; }

.yoyaku_text{width: 350px;margin-top: -100px;margin-bottom: 40px;}
.yoyaku_ns{margin-bottom: 20px;}
.banner{margin-bottom: 20px;width: 588px;}
.banner img{max-width: 100%;}
.yoyaku{width: 640px;margin:0 auto;text-align: center;padding: 40px 0;}
.yoyaku1{display: flex;justify-content: center;margin-bottom: 10px;}
.yoyaku1>li{display:inline-block;height: 100px;margin:0 5px;}
.yoyaku1>li img{height:100px;}

.yoyaku2{display: flex;justify-content: space-between;}
.yoyaku2>li{display:inline-block;height: 70px;}
.yoyaku2>li img{height:70px;}

.yoyaku_notice{background:#fff;margin-top: 20px;border:1px solid #000;}
.yoyaku_notice>h4{background: #000;color:#fff;display: inline-block;width: 100%;padding:10px;font-size: 18pt;}
.yoyaku_notice>div{padding:10px 20px;}
.yoyaku_notice>div>p{font-size: 10pt;text-align: left;line-height: 1.8;}


.top-pv{width: 90%;padding-bottom: 80px;margin:0 auto;}
.pv-box{max-width: 1000px;text-align: center;margin:0 auto;}

.youtube{padding-top: 56%;position: relative;}
.pv-box .youtube iframe{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}



}




@media screen and (max-width: 639px){
	.pc{display: none;}
.wrap{position: relative; background: url('../images/read_bg.jpg')repeat-y;background-size: 100%;}
#bg-video{display: none;}

.top{background: url(../images/read_bg.jpg) no-repeat;background-size: 100%;}
.top1{background: url(../images/bgtop1-sp.png) no-repeat;background-size: 100%;}
.top2{background: url(../images/bgtop2-sp.png) no-repeat;background-size: 100%;background-position: top calc(100vw/2) left 0;}

.topmain{position: relative;width: 95%;margin:0 auto;text-align: center;padding-bottom:8%;}
.top_in{padding-top: 25%;}
.top_in2{padding-top:2%;
	position: absolute;top:0;left:50%;transform: translate(-80%,0);}
.top_in img{max-width: 100%;}
.top_in2 img{max-width: 160%;}
.event img{max-width: 90%;}
main{
	padding-bottom: 20%;
}

.tw:before{
	background: url("../images/twitter.png")no-repeat;
	content: '';
	display:block;
	background-size: contain;
	position: absolute;
	left: 50%;
	top:0;
	width: 50%;
	padding-top: 10%;
	transform: translate(-50%,-50%) ;
	z-index: 2;
}
.tw{width: 90%;margin:0 auto;
	border:#009fad 6px solid;border-radius: 20px;
	padding:10px 0 0;position: relative;background: #fff;}
.tw2{padding:20px;background:#009fad;text-align: center;}

.twbtn{
font-size: 16pt;
font-weight: 700;
color: #009fad;
display: inline-block;
padding:10px 20px;
text-decoration: none;
background: #fff;/*ボタン色*/
border-radius: 9px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);

}
.twbtn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
  background: #d5fcff;
}	
.topbtnicon{position: fixed;right: 0;bottom:0;width: 20%;}
.topbtnicon img{max-width: 100%;}

.text-box {
    width: 100%;
    margin: 0 auto 20%;
    padding: 3%;
    background-color: rgba(255,255,255,0.65);
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.7em;
}

table.product{
	border-collapse:collapse;
	margin: 0 auto 4%;
	width: 100%;
	border:solid:1px; 
	border-color: #575757;
	background: #fff;
}

table.product td{
	padding: 8px 10px;
	border: solid 1px #323030;
	vertical-align: middle;
}

table.product th{
	width: 25%;
	background: #f9f7f7;
	border: 1px #323030 solid;
	vertical-align: middle;
	padding: 0 3px;
}
td.list{
	width: 25%;
	text-align: center;
	border: 1px #ddd solid; 
}

td.list2{
	padding: 0% 2%;
	text-align: left;
	border: 1px #ddd solid; 
}
.base-copyright{width: 80%;margin:0 auto;}
footer{font-size: 0.8em;
	}
	.mf1link img{max-width:90%; }
.yoyaku_text{width: 60%;padding: 4% 0 6%;}
.yoyaku{width: 98%;margin:0 auto;text-align: center; padding-bottom: 4%;}
.yoyaku1{display: flex;justify-content: space-around;margin-bottom: 2%;}
.yoyaku1>li{display:inline-block;height: calc(100vw/6.8);}
.yoyaku1>li img{height: calc(100vw/6.8);}

.yoyaku2{display: flex;justify-content: space-between;}
.yoyaku2>li{display:inline-block;height: calc(100vw/10);}
.yoyaku2>li img{height:calc(100vw/10);}

.yoyaku_ns{width: 98%;margin:0 auto 2%;}
.yoyaku_ns img{max-width: 100%;}
.banner{width: 98%;margin:0 auto 2%;}
.banner img{max-width: 100%;}
.yoyaku_notice{background:#fff;margin-top: 4%;border:1px solid #000;}
.yoyaku_notice>h4{background: #000;color:#fff;display: inline-block;width: 100%;padding:2%;font-size: 1.2em;}
.yoyaku_notice>div{padding:4%;}
.yoyaku_notice>div>p{font-size: 0.8em;text-align: left;line-height: 1.8;}

.top-pv{width: 100%;padding: 0 0 5%;}
.pv-box{margin:0 auto 5%;width: 94%;text-align: center;}
.youtube{padding-top: 56%;position: relative;}
.pv-box .youtube iframe{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.topicbtn a{width: 96%;}
}



footer{background: url(../images/footerbg.png);font-size: 9pt;text-align: center;}
.mf1link{text-align: center;padding:40px;}

.base-footer-box{padding:20px 0 40px;}
.flex{display: flex;justify-content: center;}
.base-footer-sns-btn,.base-platform-icon,.base-copyright{list-style-type: none;}
.base-footer-sns-btn li{padding:10px;}
.base-platform-icon li{padding:20px;}

.manual{border-top: solid 1px #ccc;margin-top: 6%;padding-top: 2%;margin-bottom: 6%;}
.freebtn{padding-top: 1%;}
.freebtn a{
	width: 70%;
    max-width: 600px;
    display: block;
    background: #0000ff;
    color: #fff;
    text-align: center;
    margin: 2% auto;
    padding: 2%;
    text-decoration: none;
}

.freebtn2{padding-top: 1%;}
.freebtn2 a{
	width: 70%;
    max-width: 600px;
    display: block;
    background: #f00;
    color: #fff;
    text-align: center;
    margin: 2% auto;
    padding: 2%;
    text-decoration: none;
}

.title_sub{
	text-align: center;
    font-size: 25px;
    padding-top: 5%;
    padding-bottom: 3%;
    color: #e20450;
    font-weight: 600;
}


