@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,*::before,*::after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%}picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}

/* base design --------------------------------------------*/

:root {
	--main-font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Segoe UI", "Meiryo", sans-serif;
ul {
  padding: 0;
  list-style: none;
}
/* ↓上部に表示されるメニュー */
.menu{
background-color: #fff;
padding: 0.7rem;
margin: 1rem 0 0;
border-radius: 40px;
}
nav.nav ul.item{
display: flex;
flex-wrap: wrap;
}
nav.nav ul.item li.list{
padding-left: 1.5rem;
margin-left: 1.5rem;
position: relative;
}
nav.nav ul.item li.list a{
font-size: 1rem;
}


/* ページ上部へ戻る */

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #008b8b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #008b8b;
    border-right: 3px solid #008b8b;
    transform: translateY(20%) rotate(-45deg);
}
/* ↑ページ上部ここまで */

/* ↓ヘンな所で改行しない様に… */
span.kaigyo { display: inline-block;}

/* ページ横幅の設定 */
	--content-width:900px;

/* レイアウト間のスキマ設定 */
	--margin-nallow: 1rem;
	--margin-wide: 2rem;
}

/* ↓漫画ページの左右余白 */
.ma_yohaku{ margin: 0px 10px;}

/* ↓お知らせ枠 */
.wa{ 
	background-color: var(--sub-bg-color2);
	margin-bottom: var(--margin-wide);
	width: 60%;
	padding: 1em 1.6em 1em;
	margin: 0px 10px;}

/* ↓ページ内ジャンプの枠 */
.wa_j{ 
	margin-bottom: var(--margin-wide);
	width: 80%;
	padding: 1em 1.6em 1em;
	margin: 0px 10px;}

html{
	font-size:16px;
	scroll-behavior: smooth;
}
body {
	background:var(--main-bg-design);
	color: var(--main-text-color);
	font-family: var(--main-font-family);
	font-feature-settings: "palt" 1;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.8;
	margin: 0 5vw;
	word-break: break-all;
}

h1{
	font-size: 1.5em;
             color: #5f9ea0;
	padding-top:1em;
}
h2{
	font-size: 1.3em;
             color: #5f9ea0;
	line-height: 2.5;
}
 h3:before {
	content: url("../img/orange.gif");
	margin-right:10px;
	position:relative;
	top:5px;
}
h3{
	font-size: 1.2em;
	color: #5f9ea0;
}
h4{
	font-size: 1em;
             color: #5f9ea0;
}
p{
	margin-bottom: 1.5em;
}
ul{
	margin-bottom: 1.5em;
	padding-left: 1.3rem;
}

ol{
	list-style-position: inside;
	padding-top: 10px;
	padding-bottom: 10px;
}


p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
details summary{
	font-weight: bold;
	line-height: 1.3;
	cursor: pointer;
}
details[open] summary{
	margin-bottom: 1rem;
}

.ookm{
	font-size: 1.2em;
             color: #5f9ea0;
}

/* 話リスト */
dd.s {
  font-size: 0.9rem;
  margin-bottom: 0.5em;
}

/* 漫画 */
.man{  
	text-align: center;
	margin: 0px 10px;
	text-align: center;
}

.man p{  
	display: inline-block;
	text-align: left;
}

/* ↓漫画のページ内ジャンプ */
.jump{ 
 font-size: 0.9rem;
 line-height: 2.0;
 max-width: 1000px;
 padding-right: 0px;
 padding-left: 20px;
 padding-top: 0px;
 padding-bottom: 16px;
 margin: 0px auto;
}

hr{
	margin: var(--margin-wide) 0;
	border-top: 1px dashed var(--main-text-color);
	border-bottom: none;
	height: 0px;
	clear: both;
}
section hr,
details hr{
	margin: 1.5em 0;
}
a{
  padding: 2px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #4169e1;
  text-decoration: none;/*元々のアンダーラインを非表示にしておく*/
}

a:hover {
color: #7ebeab;
  background-color: #cce6ff;
}
em{
	font-style: normal;
	font-weight: bold;
	margin: 0 0.2em;
	padding: 0 0.2em;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, var(--accent2) 50%);
}


/* header --------------------------------------------*/

header.prof{
	margin: 0 auto 2rem;
	max-width: var(--content-width);
	text-align: center;
}
header.prof img{
	display: block;
	margin: 0 0;
	object-fit: cover;
}
header.prof .vi{
	aspect-ratio: 4 / 1;
	margin-bottom: -60px;
}
header.prof img.vi{
	object-position: top;
	width: 100%;
}
header.prof div.vi{
	background-size: 10px 10px;
	background-image: repeating-linear-gradient(45deg, var(--sub-bg-color2) 0, var(--sub-bg-color2) 1px, #0000 0, #0000 50%);
}
header.prof img.icon{
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	margin: 20px auto 1rem;
	width: 80px;
}
header.prof h1{
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 0;
}


/* main --------------------------------------------*/
.border{
	border: 1px solid var(--main-text-color);
	padding: 10px;

}
.border2{
	background-color: #fff;
	border-radius: 20px;

}
.odai2{
	background-color: #ccffe3;
	width: 500px;
	padding:20px;
	border-radius: 20px 20px 0 0;
	margin: 0 auto;
}
main.prof{
	margin: 0 10px;
	max-width: var(--content-width);
	text-align: left;
}
main.odai{
	margin-right: auto;
	margin-left: auto;
}

main.prof .grid section{
	background-color: var(--sub-bg-color2);
	padding: 1em 1.6em 1em;
}
main.prof > section,
main.prof > details{
	background-color: var(--sub-bg-color2);
	margin-bottom: var(--margin-wide);
	padding: 1em 1.6em 1em;
}
main.prof > h1{
	margin-bottom: 0.5rem;	
}
main.prof section h1:first-child{
	margin: -1.9rem 0 0.5rem;
}

main.prof div.linklist a{
	background-color: var(--sub-bg-color2);
	display: block;
	font-size: 0.85rem;
	margin-bottom: 5px;
	padding-left: 0.8rem;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
}
main.prof div.linklist a:last-child{
		margin-bottom: 0px;
}
main.prof div.linklist span{
	vertical-align: middle;
}
main.prof div.linklist img{
	vertical-align: middle;
	margin: 12px;
	width: 26px;
	height: 26px;
}
main.prof div.linklist i{
	display: inline-block;
	font-size: 26px;
	font-style: normal;
	height: 26px;
	line-height: 23px;
	margin: 12px;
	vertical-align: middle;
	text-align: center;
	width: 26px;
}
main.prof div.linklist.row{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
	gap: 5px;
	margin-bottom: var(--margin-wide);
}
main.prof .grid div.linklist.row{
	margin-bottom: 0;
}
main.prof div.linklist.row a{
	margin-bottom: 0;
	padding: 5px;
	flex-grow: 1;
	text-align: center;
}
main.prof div.linklist.row small{
	display: block;
	padding-bottom: 1em;
}
main.prof div.linklist.row.large{
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
main.prof div.linklist.row.large i{
	font-size: 40px;
	height: 46px;
	line-height: 40px;
	margin: 12px;
	width: 46px;
}
main.prof div.linklist.row.large img{
	margin: 16px;
	width: 38px;
	height: 38px;
}
main.prof div.linklist.row.panel{
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
main.prof div.linklist.panel a{
	padding: 0.5em 1.5em;
}
main.prof .linkcards a{
	display: block;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
}
main.prof .linkcards.nogrid a{
	margin-bottom: var(--margin-nallow);
}
main.prof .linkcards.nogrid a:last-child{
	margin-bottom: 0;
}
main.prof .linkcards h1{
	padding: 1rem 1.6rem 0;
}
main.prof .linkcards p{
	font-size: 0.85rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 0.8em 1.2em;
}

main.prof .linklist a:hover,
main.prof .linkcards a:hover{
	background-color: var(--sub-bg-color);
}
main.prof dl.gridlist{
	display: grid;
	grid-template-columns: auto 1fr;
	gap:0.5rem 2rem;
	margin-bottom: 1.5em;
}
main.prof dl.gridlist:last-child{
	margin-bottom: 0;
}
main.prof dl.gridlist img{
	margin-top: 5px;
}
main.prof dl.gridlist.dtb dt{
	font-weight: bold;
}
main.prof > *:last-child{
	margin-bottom: 0;
}

.odai{
	width: 500px;

}

/* footer -------------------------------------------- */

footer.foot{
	padding: 2rem 1rem 1rem;
}
.footer-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 960px;
	margin: 0 auto 3rem;
}

/* named parts --------------------------------------------*/

.accent{
	color: var(--accent);
}
.notice{
	color: #c00;
}
.btn{
	background-color: var(--accent);
	color: var(--sub-bg-color);
	display: inline-block;
	font-size: 0.9rem;
	margin: 0 5px 0 5px;
	padding: 0.1em 0.4em 0.2em;
	text-decoration: none;
	transition: opacity 0.3s ease-in-out;
	 border-radius: 5px;
}
a.btn{
	background-color: var(--accent);
	color: var(--sub-bg-color);
	display: inline-block;
	font-weight: bold;
	font-size: 0.9rem;
	margin: 0 0 5px 0;
	padding: 0.1em 0.6em 0.2em;
	text-decoration: none;
	transition: opacity 0.3s ease-in-out;
}
a.btn:hover{
	opacity: 0.5;
}

/* ↓ボタンその2 */
.btn2{
  display: inline-block;
  margin: 4px;
  padding: 2px 10px;
  border: 1px solid #00afcc;
  border-radius: 10px;
  font-size: 14px;
  color: #00afcc;
}

.mt0{	margin-top: 0 !important; }
.mt05{	margin-top: 0.5rem !important; }
.mt1{	margin-top: 1rem !important; }
.mt2{	margin-top: 2rem !important; }

.mb0{	margin-bottom: 0 !important; }
.mb05{	margin-bottom: 0.5rem !important; }
.mb1{	margin-bottom: 1rem !important; }
.mb2{	margin-bottom: 2rem !important; }
.mb3{	margin-bottom: 3rem !important; }
.mb4{	margin-bottom: 4rem !important; }

.mbnallow{	margin-bottom: var(--margin-nallow) !important; }
.mbwide{	margin-bottom: var(--margin-wide) !important; }

.small{
	font-size: 0.85rem;
}
.normal{
	font-size: 1rem;
}
.center{
	text-align: center;
}
.square img{
	aspect-ratio: 1 / 1;
	display: block;
	object-fit: cover;
	object-position: top;
	width: 100%;
}
.ogp img{
	aspect-ratio: auto;
	display: block;
	object-fit: cover;
	object-position: center;
}
img.emoji {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin: 0 3px 3px;
}
.accentbg,
main.prof div.linklist a.accentbg,
main.prof .grid section.accentbg,
main.prof > *.accentbg{
	background-color: var(--accent2);
}
.grid{
	display: grid;
	gap: 0;
	margin-bottom: var(--margin-wide);
}
.grid2{
	grid-template-columns: 1fr 1fr;
}
.grid2-1,
.grid1-2,
.grid3{
	grid-template-columns: repeat(3, 1fr);
	gap:1rem;
}
.grid4{
	grid-template-columns: repeat(4, 1fr);
}

/*漫画シリーズのtop絵と説明の所*/
.grid sp{
	margin: 0;
	padding: 0;
	grid-gap:0; /*グリッドの隙間を埋める*/
}
/*ハツメイ人物紹介枠*/
.grid syo{
	margin: 0;
	padding: 0;
	grid-gap:0; /*グリッドの隙間を埋める*/
}
.grid1-2 > *:first-child{ grid-area: 1 / 1 / 2 / 2; }
.grid1-2 > *:last-child { grid-area: 1 / 2 / 2 / 4; }
.grid2-1 > *:first-child{ grid-area: 1 / 1 / 2 / 3; }
.grid2-1 > *:last-child { grid-area: 1 / 3 / 2 / 4; }
.gridsp > *:last-child { grid-area: 1 / 2 / 2/ 4; }


/* responsive --------------------------------------------*/

@media (max-width: 900px) {
	.grid3{
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 800px) {
	.grid4{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 600px) {
	body{
		font-size: 0.95rem;
		margin: 0 0;
	}
	header.prof .vi{
		aspect-ratio: 3 / 1;
	}
	main.prof{
		margin: 0 5vw;
	}
	br.mini{
		display: inline;
	}
	.grid{
		grid-template-columns: 1fr;
		gap:0;
	}
	.grid > *:first-child,
	.grid > *:last-child{
		grid-area: unset;
	}
	.grid4{
		grid-template-columns: 1fr 1fr;
	}
	.linkcards{
		gap: var(--margin-nallow);
	}
	main.prof div.linklist.panel a{
		text-align: left;
	}
	main.prof div.linklist.panel small{
		display: inline-block;
		font-size: 0.85rem;
		vertical-align: middle;
		padding-bottom: 0;
		text-align: left;
	}
}
