/*
 	CSS for "茶文の漫画工房"
	author: Chafumi Touji
	date: 2019/12/16 ver1.00
	　　　2022/06/09 ver1.01
*/

#main{
	display:none;
}

#loading {
	width: 100vw;
	height: 100vh;
	color: #ffffff;
}

.back_ground_no_anim{
	width:100%;
	height:100%;
	margin-left:auto;
	margin-top:23%;
	position:fixed;
	z-index: -1;
}

.fadeIn {
	animation-name: fadeInAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeInAnime{
0% {
	opacity: 0;
}

100%{
	opacity: 1;
	}
}

.manga_zoomIn {
	display:inline;
	overflow: visible;
	width:100%;
	height:100%;
}

.manga_zoomIn img{
	display:inline;
	transition-duration: 0.2s;
}

.manga_zoomIn img:hover{
	transform: scale(1.15,1.15);
	transition-duration: 0.2s;
}

.manga_zoomIn img:active{
	transform: scale(1,1);
	transition-duration: 0.1s;
}

.illust_zoomIn {
	display:inline;
	overflow: visible;
	width:100%;
	height:100%;
}

.illust_zoomIn img{
	display:inline;
	transition-duration: 0.2s;
}

.illust_zoomIn img:hover{
	transform: scale(1.15,1.15);
	transition-duration: 0.2s;
}

.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	width:90%;
	opacity:0;
}

@keyframes fadeRightAnime{
from{
	opacity: 0;
	transform: translateX(10%);
}

to{
	opacity: 1;
	transform: translateX(0px);
	}
}

.fadeDown{
	animation-name:fadeDownAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	width:90%;
	opacity:0;
}

@keyframes fadeDownAnime{
from{
	opacity: 0;
	transform: translateY(-100px);
}

to{
	opacity: 1;
	transform: translateY(0px);
	}
}

.headline{
	font-style:bold;
	font-size:30px;
	color:#447744;
	margin-left:10%;
}

.headline2{
	font-style:bold;
	font-size:30px;
	color:#774444;
	margin-left:10%;
}

.notice{
	font-style:bold;
	font-size:20px;
	color:#4477aa;
	margin-left:10%;
}

.notice_text{
	font-size:20px;
	color:#aa5522;
	margin-left:60px;
	margin-right:60px;
	margin-top:30px;
	margin-bottom:0px;
}

.normal_text{
	font-style:normal;
	font-size:20px;
	color:#336633;
	margin-left:12%;
}

.normal_text2{
	font-style:normal;
	font-size:20px;
	color:#993333;
	margin-left:15%;
}

.normal_text3{
	font-style:normal;
	font-size:20px;
	color:#663333;
	margin-left:12%;
}


table{
	border: 2px #aaccaa solid;
	border-collapse:  collapse;
	margin-left: 30px;
	margin-right: 30px;
}

tr, td{
	border: 2px #aaccaa solid;
	border-collapse:  collapse;
	padding: 10px 10px 10px 10px;
}

.table_text{
	font-style:normal;
	font-size:15px;
	color:#223322;
	margin-left:10%;
	margin-right:10%;
}

.profile_text{
	font-style:bold;
	font-size:30px;
	color:#336633;
	margin-left:12%;
	border: 0px none;
}

.profile_table{
	color:#336633;
	margin-left:10%;
	margin-right:10%;
	border: 0px none;
}

.profile_cell_1{
	font-size:25px;
	font-style:normal;
	width:30%;
	padding: 20px 10px;
	border: 0px none;
}

.profile_cell_2{
	font-size:25px;
	font-style:normal;
	width:70%;
	padding: 20px 10px;
	border: 0px none;
}

.manga_title{
	font-style:bold;
	font-size:28px;
	color:#336633;
	margin-left:10%;
	width:80%;
}

.manga_text1{
	font-style:normal;
	font-size:20px;
	color:#336633;
	margin-left:12%;
	margin-right:12%
}

.manga_text2{
	font-style:normal;
	font-size:20px;
	color:#336633;
	margin-left:10%;
	margin-right:10%
}

#terms_of_service input{
	display:none;
	height:0px;
}

.hh100_title{
	font-style:bold;
	font-size:25px;
	color:#aabbaa;
	margin-left:10%;
	margin-right:10%;
}

.hh100_text1{
	font-style:normal;
	font-size:18px;
	color:#eeffee;
	margin-left:12%;
	margin-right:12%
}


.box_terms{
	margin-top:20px;
	border: 3px solid #aa7744;
	background:#fff6c1;
	background-image:url(./img/notice.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position: right;
}

#terms_of_service input+div{
	height:0px;
	font-style:normal;
	font-size:20px;
	opacity:0;
	margin-left:12%;
	margin-right:12%;
	pointer-events:none;
	transform: scale(0.8);
}

#terms_of_service input:checked+div{
	height:auto;
	transition:0.8s;
	opacity:1;
	font-style:normal;
	font-size:20px;
	margin-left:12%;
	margin-right:12%;
	pointer-events:auto;
	transform: scale(1);
}

#manga_contents input{
	display:none;
	height:0px
}

#manga_contents input+div{
	height:0px;
	font-style:normal;
	font-size:20px;
	opacity:0;
	border: 3px solid #bbcc99;
	margin-left:15%;
	margin-right:15%;
	background:#fafff0;
	pointer-events:none;
	transform: translateX(100px);
}

#manga_contents input:checked+div{
	height:auto;
	transition:0.3s;
	opacity:0.8;
	font-style:normal;
	font-size:20px;
	border: 3px solid #bbcc99;
	margin-left:15%;
	margin-right:15%:
	color:#447744;
	background:#fafff0;
	pointer-events:auto;
	transform: translateX(0);
}

#hh100_table {
	height:auto;
	transition:0.3s;
	opacity:0.8;
	font-style:normal;
	font-size:20px;
	border: 3px solid #bbcc99;
	margin-left:15%;
	margin-right:15%:
	color:#447744;
	background:#fafff0;
	pointer-events:auto;
	transform: translateX(0);
}

.copy{
	font-style:normal;
	font-size:30px;
	color:#665555;
}

.no_script{
	font-style:normal;
	font-size:25px;
	color:#aa4444;
	width:500px;
}

a:hover {
 	color: #aaaaff;
}

body {
	-webkit-text-size-adjust: 150%;
	overflow-x:hidden;
}

.box1 {
	width: 380px;
	height; 550px;
	margin: 20px 10px;
	font-weight: bold;
	color: #445544;
	background: #FFF;
	border: solid 3px #aabbaa;
	border-radius: 10px;
}

.article {

	padding: 50px 50px 50px 50px;
	margin-bottom: 30px;
	border: solid #ddeedd;
	background-color:#f9f9f9;
	border-width: 45px 4px 4px 4px;
	border-radius: 10px;
}

.article_box {
	display:inline-block;
	width:75%;
}

.article_date {
	display:inline-block;
	float: right;
	min-height: 300px;
	width: 23%;
	height: auto;
	background: #ddeedd;
	border: 4px solid #aaccaa;
	border-width: 4px 4px 4px 4px;
	border-radius: 10px;
	opacity: 0.6;
}

.article_img {

	margin-bottom: 30px;
	border: 3px solid #ffffff;
	box-shadow: -5px 12px 12px #bbbbbb	
}

.cl_2023{
	display:none;
}