@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#ffffff;}
section:nth-of-type(even){background-color:#ffffe5;}


/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {
	    padding: 1rem;
    color: #000000;
    border-radius: 4px;
    background: #ffe012;
    font-size: 6vw;
    text-align: center;
	font-weight: bold !important;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/*title*/
img#mainphoto {
	width: 100%;
	margin-bottom: 5%;
}
	
	
	
.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
	max-width: 1000px;
    background-size: 211%;
}
	.titleSp img{
		width: 100%;
		    vertical-align: bottom;
	}

.topNavi {
	width: 100%!important;
	background: #ffe012;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	vertical-align: middle;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.topNavi ul li {
	font-size: 4vw;
	font-weight: bold;
	display: block;
	width: 49.7%;
	float: left;
	margin: 0;
    padding: 3% 0;
	border-left: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	vertical-align: middle;
}

.topNavi ul li:nth-child(n+3) { /*5番目以降*/
	border-bottom: none;
}

/*.topNavi ul li:nth-child(odd) { 奇数
	border-left: none;
}*/

.topNavi ul li:nth-child(1),
.topNavi ul li:nth-child(3) { /*左ラインなし*/
	border-left: none;
}


.topNavi ul li:nth-child(5) { /*3番目*/
	width: 99.7%;
}

.topNavi ul li a {
    color: #000000;
}

.topNavi ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}
	

	.comiconbox{
		padding: 10px;
		font-size: 4.3vw;
    line-height: 7vw;
		border: 2px solid #000000;
		margin: 20px 0;
		background-color: #ffffff;
	}
	
	.txttit{
		    font-size: 6vw;
		text-align: center;
		font-weight: bold;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
		border-bottom: 2px dashed #000000;
	}
	.txttit span{
		display: block;
		text-align: center;
		font-size: 4.3vw;
		    margin: 10px 0 0 0;
	}
	
	.txttit2{
		font-size: 3.7vw;
		font-weight: bold;
		margin: 0 auto 20px;
		/*width: 50%;*/
		/*text-align: center;*/		
	}
	
	.txttit2 ul li{
		margin: 0 0 0px 0;
	}
	
	.btnarea{
		    margin: 30px 0 40px 0;
    border: 2px solid #000000;
    padding: 0 0 10px 0;
	}

.btnarea p{
		text-align: center;
		background-color: #000000;
		color: #ffe012;
		padding: 20px 10px;
		font-weight: bold;
		font-size: 4.7vw;
		margin: 0 0 20px 0;
	}
	
	
	
	.btnarea ul{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		padding: 0 10px;
		
	}
	
	.btnarea ul li{
		width: 100%;
		margin: 0 1% 2% 1%;
		
	}
	.btnarea ul li a,
	.btnarea ul li span {
		display: block;
		font-size: 5vw;
		font-weight: bold;
		color: #000000;
		background-color: #ffe012;
		text-align: center;
		text-decoration: none;
		transition: 0.3s;
		padding: 20px 20px;
		position: relative;	
	}
	.btnarea ul li span {
		background-color: #ddd;
		color: #333;
	}
	
	.btnarea ul li a::after,
	.btnarea ul li span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #000000;
}
	
	.btnarea ul li a:hover{
		background-color: #000000;
		color: #ffe012;
	}
	
	.btnarea ul li a:hover::after{
		content: '';
	position: absolute;
		border-color: #ffe012 !important;
	}
	
	.chui{
		font-size: 3.5vw;
		text-align: center;
	}
	
	.chuibox h3{
		text-align: center;
		font-size: 5vw;
		background-color: #000000;
		color: #ffe012;
		font-weight: bold;
		padding: 20px;
		margin: 0 0 20px 0;
	}
	
	.chuibox ul{
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 2px dashed #000000;
	}
	
	.chuibox ul:last-of-type{
		border: none !important;
		margin: 0 0 0px 0 !important;
	}
	
	.chuibox ul li{
		display: table;
		margin: 0 0 0px 0;

		
	}
	
	.chuibox ul li p{
		display: table-cell;
		line-height: 6vw;
	}
	
	.chuibox ul li p.mark{
		margin: 0 0 0 5px;
	}
	
	.chuibox div{
		margin: 0 0 20px 0;
	}
	
	.chuibox div:last-of-type{
		margin: 0 0 0 0 !important;
	}
	
	
	.comicondetail{
		margin: 20px 0 0px 0;
		padding: 20px 0 0px 0;
		border-top: 2px dashed #000000;
	}
	
	.comicondetail ul{
		
		margin: 0 0 20px 0;
	}
	
	.comicondetail ul:last-of-type{
		margin: 0 !important;
	}
	
	.comicondetail ul li.koumoku{
		
		padding: 10px 10px;
		text-align: center;
		background-color: #000000;
		color: #ffe012;
		font-weight: bold;
		margin: 0 0% 2% 0%;
		
	}
	
	.comicondetail ul li.naiyou{
		
		margin: 0 0% 0% 0%;
		
	}
	
	.otherdetailarea{
		margin: 20px 0 0 0;
	}
	
	.otherdetail p{
		margin: 0 0 10px 0;
		font-size: 4.3vw;
		font-weight: bold;
		text-align: center;
	}
	
	.otherdetail p span{
		font-size: 6vw;
		color: #FF0004;
	}
	
	.otherbtn{
		width: 100%;
	}
	
	.otherbtn p a{
		display: block;
		font-size: 5vw;
		font-weight: bold;
		color: #ffffff;
		background-color: #e42b34;
		text-align: center;
		text-decoration: none;
		transition: 0.3s;
		padding: 20px 20px;
		position: relative;
		border: 2px solid #e42b34;
		
	}
	
	.otherbtn p a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #ffffff;
}
	
	.otherbtn p a:hover{
		background-color: #ffffff;
		color: #e42b34;
	}
	
	.otherbtn p a:hover::after{
		content: '';
	position: absolute;
		border-color: #e42b34 !important;
	}
	
	
p.attention {
	font-size: 4.3vw;
	width: 92%;
	margin: 2% auto 0%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

p.attention span {
	font-size: 4vw;
}


.itemList4 {
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 48%;
	padding: 1%;
    margin-top: 2%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 4% 4%;
	background: #FFF;
}
	
	.chuibox2{
		display: flex;
		justify-content: flex-start;
		margin: 0 0 5px 0;
		line-height: 6vw;
    font-size: 3.6vw;
	}
	
	.chuibox2 .mark1{
		margin: 0 5px 0 0;
	}
	
}

/*760px以上*/
@media screen and (min-width: 760px) {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
h2 {
	padding: 1rem 2rem;
    color: #000000;
    
    background: #ffe012;
    font-size: 220%;
    text-align: center;
	font-weight: bold !important;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
u{text-decoration-color: red;}
/*title*/
img#mainphoto {
	width: 100%;
	max-width:970px;
	margin:0 auto 2%;
	display:block;
}
	
.titlePc {
	width: 100%!important;
	text-align: center;
	background-color: #000000;
	position: relative;
	height: 500px;
}

.titleSp {
	display: none !important;
}

	
.topNavi {
	width: 100%!important;
	background: #ffe012;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.topNavi ul {
	display:flex;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto;
	max-width: 1150px;
}

.topNavi ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px dashed #000000;
    font-size: 153.9%;
	font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
	width: 25%;
	padding: 10px 20px; 
}

.topNavi ul li:last-child{
	border-right: 1px dashed #000000;
}

.topNavi ul li a {
    color: #000000;
	display: block;
	padding: 10px 20px; 
	font-weight: bold !important;
	
}

.topNavi ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}
	
	.comiconbox{
		padding: 20px;
		font-size: 16px;
		line-height: 36px;
		border: 2px solid #000000;
		margin: 20px 0;
		background-color: #ffffff;
	}
	
	.txttit{
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
		border-bottom: 2px dashed #000000;
	}
	.txttit span{
		display: block;
		text-align: center;
		font-size: 16px;
	}
	
	.txttit2{
		font-size: 18px;
		font-weight: bold;
		margin: 0 auto 20px;
		width: 50%;
		
	}
	
	.btnarea{
		    margin: 30px 0 40px 0;
    border: 2px solid #000000;
    padding: 0 0 10px 0;
	}
	
	.btnarea p{
		text-align: center;
		background-color: #000000;
		color: #ffe012;
		padding: 20px 10px;
		font-weight: bold;
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	
	.btnarea ul{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		
	}
	
	.btnarea ul li{
		width: 25%;
		margin: 0 1% 0 1%;
		
	}
	.btnarea ul li a,
	.btnarea ul li span {
		display: block;
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		background-color: #ffe012;
		text-align: center;
		text-decoration: none;
		transition: 0.3s;
		padding: 20px 20px;
		position: relative;
	}
	.btnarea ul li span {
		background-color: #ddd;
		font-size: 15px;
		color: #333;
	}	
	.btnarea ul li a::after,
	.btnarea ul li span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #000000;
}
	
	.btnarea ul li a:hover{
		background-color: #000000;
		color: #ffe012;
	}
	
	.btnarea ul li a:hover::after{
		content: '';
	position: absolute;
		border-color: #ffe012 !important;
	}
	
	.chui{
		font-size:14px;
		text-align: center;
	}
	
	.chuibox h3{
		text-align: center;
		font-size: 18px;
		background-color: #000000;
		color: #ffe012;
		font-weight: bold;
		padding: 20px;
		margin: 0 0 20px 0;
	}
	
	.chuibox ul{
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 2px dashed #000000;
	}
	
	.chuibox ul:last-of-type{
		border: none !important;
		margin: 0 0 0px 0 !important;
	}
	
	.chuibox ul li{
		display: table;
		margin: 0 0 0px 0;

		
	}
	
	.chuibox ul li p{
		display: table-cell;
		line-height: 24px;
	}
	
	.chuibox ul li p.mark{
		margin: 0 0 0 5px;
	}
	
	.chuibox div{
		margin: 0 0 20px 0;
	}
	
	.chuibox div:last-of-type{
		margin: 0 0 0 0 !important;
	}
	
	.comicondetail{
		margin: 20px 0 0px 0;
		padding: 20px 0 0px 0;
		border-top: 2px dashed #000000;
	}
	
	.comicondetail ul{
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		margin: 0 0 10px 0;
		
	}
	
	.comicondetail ul:last-of-type{
		margin: 0 !important;
	}
	
	.comicondetail ul li.koumoku{
		width: 10%;
		padding: 10px 10px;
		text-align: center;
		background-color: #000000;
		color: #ffe012;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.comicondetail ul li.naiyou{
		width: 87%;
		margin: 0 0% 0 1%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		line-height: 26px;
		
	}
	
	.otherdetailarea{
		margin: 20px 0 0 0;
	}
	
	.otherdetail p{
		margin: 0 0 10px 0;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	
	.otherdetail p span{
		font-size: 24px;
		color: #FF0004;
	}
	
	.otherbtn{
		width: 80%;
		margin: 0 auto;
	}
	
	.otherbtn p a{
		display: block;
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		background-color: #e42b34;
		text-align: center;
		text-decoration: none;
		transition: 0.3s;
		padding: 20px 20px;
		position: relative;
		border: 2px solid #e42b34;
		
	}
	
	.otherbtn p a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #ffffff;
}
	
	.otherbtn p a:hover{
		background-color: #ffffff;
		color: #e42b34;
		border: 2px solid #e42b34;
	}
	
	.otherbtn p a:hover::after{
		content: '';
	position: absolute;
		border-color: #e42b34 !important;
	}
	
	
p.attention {
	    font-size: 16px;
    line-height: 24px;
    /* margin-bottom: 30px; */
    padding: 20px;
    border: 2px #F00 solid;
    text-align: left;
    background: #FFF;
    margin: 20px 0 0 0;
}

p.attention span {
	font-size: 14px;
}


.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 31%;
	padding: 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
	
}
	
	.chuibox2{
		display: flex;
		justify-content: flex-start;
		margin: 0 0 5px 0;
		line-height: 24px;
		font-size: 14px;
	}
	
	.chuibox2 .mark1{
		margin: 0 5px 0 0;
	}
}