@charset "UTF-8";
/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}img:not([alt]){/*filter:blur(10px)*/}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

* {
	font-family: sans-serif;
}

body {
	background-color: #ededed;
	color: #505050;
}

section {
	width: 1000px;
}

.title {
	margin: 50px auto 20px auto;
}


h1 {
	background-color: #28d;
	color: #fff;
	text-align: center;
	padding: 20px; 
}

h2 {
	background-color: #fff;
	text-align: center;
	padding: 20px; 
}

.info {
	background-color: #fff;
	padding: 10px 20px; 
	margin-top: 20px;
}

.info li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


.history {
	background-color: #fff;
	margin-top: 20px;
}

.history ul {
	padding: 1px 60px 20px 60px; 
}

.history li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.his_item {
	display: flex;
}

.his_item div:nth-child(1) {
	width: 9em;
}

.his_item div:nth-child(2) {
	
}


.please_select {
	margin-top: 60px;
	font-size: 1.4em;
	text-align: center;
	
}

.please_select_download {
	margin-top: 60px;
	font-size: 1.4em;
}

.zip_info {
	font-size: 0.8em;
}

.kyoka_list {
	margin: 0px auto 50px auto;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.download_area {
	margin: 0px auto 50px auto;
}

.kyouka {
	display: block;
	border: solid 1px #cccacb;
	box-shadow: 1px 1px 1px #cccacb;
	background-color: #fff;
	margin-bottom: 20px;
    text-decoration: none;
}

.kyoka_list .kyouka {
	min-width: 490px;
}

.kyoka_list .kyouka:nth-child(odd) {
	margin-right: 20px;
}

.kyouka_name {
    display: block;
    position: relative;
    text-decoration: none;
    color: #505050;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em 1em;
    border-bottom: solid 2px #28d;
    transition: 0.4s;
}


.kyouka_name.line2 {
	
}


.history_title {
	display: block;
    position: relative;
    text-decoration: none;
    color: #505050;
    font-size: 1.2em;
    font-weight: bold;
/*     padding: 0.5em 1em 0.5em 2.1em; */
    padding: 0.5em 1em;
    border-bottom: solid 2px #28d;
    transition: 0.4s;
}

/*
.history_title:before {
	content: "";
	position: absolute;
	left: 15px;
    bottom: 14px;
    width: 22px;
    height: 22px;
    background-image:url("./img/history.svg");
    background-repeat: no-repeat;
    background-size: contain;
    color: #28d;
}
*/


.to_link { 
	position: absolute;
    right: 0;
    bottom: 11px;
    font-size: 0.8em;
    font-weight: normal;
    text-decoration: underline;
    padding-right: 42px;
    color: #28d;
    transition: 0.4s;
}


.kyouka .to_link:after { 
	content: "";
	position: absolute;
	right: 15px;
	bottom: 5px;
	width: 20px;
	height: 20px;
	background-image:url("./img/arrow_b.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
}

.kyoka_list .kyouka:hover {
	opacity: 0.9;
}

.kyoka_list .kyouka:hover .kyouka_name {
	background-color: #28d;
	color: #fff;
}

.kyoka_list .kyouka:hover .to_link { 
	color: #fff;
}

.kyoka_list .kyouka:hover .to_link:after { 
	background-image:url("./img/arrow_w.svg");
}

.kyouka_img {
	display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.kyouka_img.multi_line {
    flex-wrap: wrap;
}

.kyoka_list .kyouka_img img {
    width: 95px;
    display: block;
    margin: 10px;
    box-shadow: 2px 2px 4px grey;
}

.kyoka_list .kyouka_img.min_img {
	padding-top: 32px;
}

.kyoka_list .kyouka_img.min_img img {
    width: 75px;
}


.download_area .kyouka_img {
	margin-top: 10px;
	margin-bottom: 40px;
}


.download_area .kyouka_img.multi_line {
	margin-bottom: 0;
}

.download_area .kyouka_img img {
    width: 200px;
    display: block;
    margin: 20px;
    box-shadow: 4px 4px 8px grey;
}

.download_area .kyouka_img div.coming {
    width: 200px;
    height: 288px;
    background-color: #eee;
    
    margin: 20px;
    box-shadow: 4px 4px 8px grey;
	
	display: flex;
	justify-content: space-around;
    text-align: center;
    align-items: center;
}

.download_area .kyouka_img div.coming .name {
	display: flex;
	justify-content: space-around;
	padding-top: 55%;
	font-size: 1.2em;
	font-weight: bold;
} 

.download_area .kyouka_img div.coming .season {
	display: flex;
	justify-content: space-around;
	padding-top: 5%;
	text-align: center;
}

.download_area .kyouka_img.multi_line img {
    margin-left: 40px;
    margin-right: 40px;
}

.download_area .kyouka_img.multi_line .download_item {
	margin-bottom: 40px;
}



footer {
	background-color: #fff;
    display: flex;
    padding: 40px;
	justify-content: center;
    align-items: flex-start;
}

footer a:hover {
	opacity: 0.8;
}

footer img {
    height: 35px;
    display: block;
    margin-right: 20px;
}

.data_name {
	text-align: center;
	margin-top: 10px;
	margin-bottom: -10px;
}

.download_btn {
	text-decoration: none;
	display: block;
	width: 200px;
	background-color: #28d;
	color: #fff;
	text-align: center;
	margin: 5px auto;
	padding: 8px 0;
	box-shadow: 2px 2px 4px grey;
	border-radius: 2px;
	transition: 0.4s;
}

.download_btn:hover {
	opacity: 0.8;
	
}

#mask {
	background-color: black;
	opacity:0.6;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
    z-index: 9998;
    overflow-y: hidden;
}

#input_pass {
    position: fixed;
    z-index: 9999;
    width: 550px;
    height: 260px;
    background-color: #fff;
    border: solid 1px gray;
    border-top: solid 3px #28d;
    
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}

.input_pass_inner {
	position: relative;
	padding: 20px 40px;
}

.cancel_btn {
	position: absolute;
	right: 10px;
    top: 4px;
    text-decoration: none;
	font-size: 1.5em;
}

.input_area {
	margin-top: 20px;
	display: flex;
}

.input_area input {
	letter-spacing: 0.6em;
    padding-left: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.5em;
    width: 13em;
    margin-right: 20px;
    border: solid 1px gray;
    border-radius: 3px;
}

#ok_btn {
	display: block;
    text-decoration: none;
    font-size: 1.2em;
    background-color: #28d;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    box-shadow: 2px 2px 4px grey;
    border-radius: 2px;
    transition: 0.4s;
    padding-top: 17px;
    padding-right: 10px;
    padding-left: 10px;
}

#ok_btn:hover {
	opacity: 0.8;
}

.download_book_name {
	font-weight: bold;
	text-align:center;
	margin-bottom: 10px;
}

.back {
	margin-bottom: 20px;
}
.back a {
	text-decoration: none;
	font-size: 0.7em;
	background-color: #fff;
	padding: 10px 40px;
	position: relative;
    color: #28d;
    cursor: pointer;
}

.back a:hover {
	opacity: 0.8;
}


.back a:after {
	content: "";
	position: absolute;
    left: 14px;
    bottom: 15px;
    width: 20px;
	height: 20px;
	background-image:url("./img/back_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
}


.rika_list .kyouka_name {
	font-size: 1.4em;
	height: 100px;
}

.rika_list .to_link {
	font-size: 0.7em;
}

.coming_info {
    border: solid 2px red;
    background-color: #fff;
    color: red;
    padding: 40px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 2em;
    text-align: center;
}

.coming.download_btn {
	border-color: #555;
	color: #999;
	background-color: #e5e5e5;
	cursor: default;
	box-shadow: 1px 1px 1px grey;
}


.prepare .download_btn {
	border-color: #555;
	color: #999;
	background-color: #e5e5e5;
	cursor: not-allowed !important;
	box-shadow: 1px 1px 1px grey;
}

.prepare img {
    opacity: 0.25;
}

.prepare {
	position: relative;
}

.prepare .download_btn {
	pointer-events: none;
}

.prepare .prepare_msg {
    position: absolute;
    z-index: 200;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    font-size: 1.4em;
    font-weight: bold;
}

.prepare_msg_2 {
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-top: 1em;
}

.kiyaku {
	width: 17.5em;
	margin: 10px 0 -10px auto;
}

.kiyaku.t_catch {
	width: 23.5em;
}

.kiyaku.t_k {
	width: 32.5em;
}



.kiyaku a {
	background-color: #fff;
	font-size: 0.7em;
	display: block;
	padding: 10px 0 10px 15px;
	text-decoration: none;
	color: #28d;
	transition: 0.4s;
	position: relative;
}

.kiyaku a {
	margin-bottom: 4px;
}

.kiyaku a:last-child {
	margin-bottom: 0;
}

.kiyaku a:after {
    content: "";
    position: absolute;
	right: 15px;
    bottom: 13px;
    width: 20px;
    height: 20px;
    background-image: url(./img/open_new.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
}

.kiyaku a:hover {
	opacity: 0.8;
}


.t_shosetsu3sen .download_item {
	margin: 0 40px;
}

.download_btn_one {
	margin-top: -60px !important;
	margin-bottom: 60px !important;
}

.multi-name .data_name {
    height: 2.2em;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.t_c .download_item {
    margin: 0 40px;
}

.bkselection .download_items {
	margin: 15px 0;
}

.bkselection .download_items .download_item {
	margin-bottom: 20px;
}

.bkselection .download_items .download_item.info {
	padding-left: 80px;
	margin-bottom: 0;
}


/* ======================================================================================== */
/* ======================================================================================== */
/* ============================================ [SP] */
.pc_show { display: block !important; }
.sp_show { display: none  !important; }
.pc_none { display: none  !important; }
.sp_none { display: block !important; }

@media screen and (max-width: 480px) {
	
	.pc_show { display: none  !important; }
	.sp_show { display: block !important; }
	.pc_none { display: block !important; }
	.sp_none { display: none  !important; }
	
	.title {
		margin-top:0;
		
	}
	
	section {
		width: unset;
	}
	
	.info {
		padding-left:0;
		padding-right: 25px;
	}

	.history ul {
		padding-left: 40px;
		padding-right: 25px;
	}
	
	.his_item {
		display: block;
	}
	
	.kyoka_list .kyouka {
		min-width: unset;
		min-width: 100% ;
	}
	
	
	.kyouka_img {
    	justify-content: space-evenly;
    }
    
	.kyoka_list .kyouka_img img {
		width: 21%;
		margin-left: 5px;
		margin-right: 5px;
	}

	.kyoka_list .kyouka_img.min_img img {
		width: 16%;
	}

	
	.please_select {
		font-size: 1.3em;
		padding-left: 10px;
	    padding-right: 10px;
    }
	
	footer {
		display: block;
	}
	
	.copyright {
		margin-top: 5px;
	}
	
	
	.please_select_download {
		padding-left: 10px;
	    padding-right: 10px;
		font-size: 1.3em;
	}

	.kyouka:nth-child(odd) {
		margin-right: 0;
	}


	.download_area .kyouka_img {
		display: block;
	}
	
	.download_area .kyouka_img {
		margin-top: 0 !important;
	}
	
	.download_area .data_name {
		margin-top: 0  !important;
	}
	
	
	.download_area .kyouka_img img, .download_area .kyouka_img .coming {
		margin: 20px auto !important;
	}
	
	.download_item {
		margin-bottom: 60px !important;
	}

	.bkselection .download_items {
		margin-top: 30px;
	}
	.bkselection .download_item {
		margin-bottom: 20px !important;
	}



	.download_item:last-child {
		margin-bottom: 0;
	}
	
	#input_pass {
		width: 100%;
		height: unset;
	}
	
	.input_pass_inner {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 40px;
	}
	
	.input_area {
		display: block;
	}
	
	.input_area input {
		width: 100%;
		margin-bottom: 18px;
	}
	
	#ok_btn {
		display: block;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.back a:after {
		bottom: 10px;
	}

	.coming_info {
	    padding: 40px 30px;
	    font-size: 1.5em;
		text-align: left;
	}


	.kiyaku {
		width: unset !important;
	}


	.multi-name .data_name {
	    height: unset;
	}

	
}




