/* basic */

*{
	margin: 0;
	padding: 0;
	font-family: "quasimoda", 'NotoSansJapanese', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif;
}

a{
	text-decoration: none;
	color: #a1a6b3;
}

a:hover{
	color: #5f6a92;
}

abbr[title] {
    text-decoration: none;
    border: none;
}

.caption{
	font-size: 10px;
	display: block;
	float: right;
}

.dot{
	color: #192f60;
	border: none;
	background: #ffffff;
}

.dot::before{
	font-family: "Font Awesome 5 Free";
	font: var(--fa-font-solid);
	content: "\f111";
	padding: 10px;
}

.dot:hover{
	color:#a1a6b3;
	cursor: pointer;
}

.dot::after{
	background: #a1a6b333;
	font-size: 8px;
	vertical-align: middle;
	margin: 10px;
	padding: 3px 8px;
	border-radius: 5px;
}

.element{
	display: inline-block;
	width: 47%;
	color: #192f60;
	position: relative;
	top: 0;
	left: 0;
}

.element_top{
	padding-top: 20px;
}

.element_max{
	margin: 0 auto;
	height: fit-content;
	position: relative;
}

.element_max_img{
	margin: 0 auto 50px auto;
	padding: 0 50px;
	min-height: 170px;
	clear: both;
}

.element_right{
	float: right;
}

#fc2_footer{
	background: #192f60;
	font-size: 10px;
	width: 100%;
	text-align: center;
	height: 30px;
	border-top: #192f60 10px solid;
	border-bottom: #192f60 10px solid;
}

#fc2_footer a{
	color: #fff;
}

h1{								/* 各項目タイトル、カプ分け */
	color: #192f60;
	font-size: 20px;
	padding: 0.5em 1em;
	margin: 5px 0;
	font-weight: bold;
	border-bottom: 2px #192f60 dotted;
}

img{
  pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

.drawer_hidden{
	display: none;
}

.drawer_open{
	display: none;
}

#jump {
	background-image: url("/images/header.jpg");
	height: 150px;
	width: 100%;
	top: 0;
	background-size: 100% auto;
}

.main{
	background: #ffffff;
	color:  #192f60;/* 紺 */
	justify-content: space-evenly;
	width: 93%;
	height: fit-content;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	font-size: 13px;
	min-height: calc(100vh - 220px);
}

.main a{
	padding: 0 5px;
}

.main a:hover{
	color: #5f6a92;
}

.phone{
	display: none;
}

.text{
	margin: 20px;
}

.text a{
	padding: 0;
}

.wrapper{
	background: #ffffff;
	height: fit-content;
}










/* navigation */

.dot_under{
	padding: 5px 0;
	border-bottom: 1px #fff dotted;
}

.height100{
	height: 100%;
}

.icon{
	position: absolute;
	top: 0;
	right: 0;
	height: calc(100% - 20px);;
	background: #5f6a92;
	margin: 10px;
	padding: 0 10px 0 15px;
	z-index: 100;
}

.icon_img{
	vertical-align: middle;
	padding-right: 5px;
}

.nav_caption{
	display: inline-block;
	vertical-align: middle;
	margin: 8px 10px;
	font-size: 10px;
}

.nav_content{
	position: sticky;
	top: -1px;
	left: 0;
	z-index: 50;
}

.nav_content::before{
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 45px;
	background-image: url("/images/logo1.png");
	background-size: cover;
	opacity: 0.7;
	margin: 10px 20px;
}

.nav_item{
	display: inline-block;
	vertical-align: middle;
}

.nav_text{
	padding: 0 20px;
	font-size: 20px !important;
}

.nav_content img{
	width: 40px;
	margin: 0;
}

.table{
	background: #192f60;
	width: calc(100% - 110px);
	height: 70px;
	color: #ffffff;
	padding-left: 110px;
}

.table a{
	position: relative; /*アンダーラインの位置を決めるための基準 */
	color: #ffffff;
}

.table a:hover:after {
	position: absolute; /*親要素であるaタグを基準に位置を指定*/
	left: 0;            /*アンダーラインを各メニュー（aタグ）の左端に指定*/
	bottom: -1px;
	content: '';        /*本来は、擬似要素に入るテキストなどを’’内に指定。今回はアンダーラインなので何も記載しない*/
	color: #ffffff;
	width: 100%;        /*アンダーラインを各aタグの幅に合わせる*/
	height: 0.5px;        /*アンダーラインの高さ（太さ）*/
	background: #ffffff;/*アンダーラインの色*/
}










/* index */

.door{
	display: block;
	margin: auto;
	width: fit-content;
}

.door::before{
	font-family: "Font Awesome 5 Free";
	content: '\f52a';
	font-weight: 900;
	font-size: 30px;
	color: #192f60;
}

.door:hover::before{
	content: '\f52b';
}

#entrance{
	width: 400px;
	margin: 100px auto;
	color: #192f60;
}

#entrance img {
	width: 35%;
	border-bottom: 2px #192f60 dotted;
}

#index{
	height: 100%;
	overflow-y: hidden;
	text-align: center;
}










/* home */

.date{
	font-size: 10px;
	display: inline-block;
	padding-right: 5px;
}

.infomation{
	background: #bebed833;
	margin: 0 5px 40px 5px;
	padding: 20px 30px;
	font-size: 10px;
	border-radius: 5px;
}

.introduce{
	display: inline-block;
	margin: 10px 20px;
	color: #192f60;
}

.list{
	overflow-y: scroll;
	height: 450px;
	padding: 10px 0;
}

.news{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px #a1a6b3 solid;
	padding: 5px 0 3px 0;
}

.youso{
	margin: 0 10px;
}










/* works */

.hidden {
	display: none;
}

.hidden:checked ~ .popup {
	display: block;
}

.w_caption{
	margin-left: 30px;
	margin-bottom: 10px;
}

.works{
	position: relative;
	margin-bottom: 30px;
}

.works_title{
	list-style: none;
	font-weight: bold;
	color: #192f60;
	cursor: pointer;
}

.comedy::after{
	content: '# コメディ';
	background: #e903;
	color: #e90;
}

.humandrama::after{
	content: '# ヒューマンドラマ';
	background: #1a13;
	color: #1a1;
}

.icha::after{
	content: '# いちゃいちゃ';
	background: #a073;
	color: #a07;
}

.serious::after{
	content: '# シリアス';
}









/* 各作品ページ */

.back{
	display: none;
}

.content{
	width: calc(100% - 260px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.date_140{
	color:#192f6080;
	width: fit-content;
	margin: 0 0 0 auto;
}

h5{								/* 作品タイトル */
	font-size: 25px;
	margin: 30px 0 10px 0;
	padding: 5px 15px;
	border-bottom: 2px #192f60 dotted;
}

pre{
	white-space: pre-wrap;
	padding: 10px;
}

.sidemenu{
	font-size: 13px;
}

.sidemenu a{
	color: #192f60;
	padding: 0 20px;
}

.sidemenu a:hover{
	color: #a1a6b3;
}

.sidemenu_content{
	width: calc(100% - 20px);
	vertical-align: middle;
	padding: 10px 0;
}

.sidemenu_iframe{
	width: 220px;
	height: 410px;
	margin-top: 20px;
	top: 80px;
	left: 0;
	border: none;
	position: sticky;
	overflow-y: hidden;
}

.sidemenutag{
	color: #192f60;
	height: fit-content;
	padding: 5px 0;
}

.sidemenu_title{
	width: 15px;
	height: 100%;
	font-weight: bold;
	color: #192f60;
	border-right: 2px #192f6050 dotted;
	margin: 5px 0;
	padding: 8px;
}

.yokonarabi{
	display: flex;
	justify-content: space-between;
}










/* links */

.links{
	padding: 10px;
}

.form{
	padding: 0 50px 0 10px;
}









/* gallery */

input[name='tag'] {
	position: relative;
	display: none;
}

input[name='tag']:checked + label {
	color: #fff;
	background-color: #192f60;
}

.gallery{
	display: flex;
	flex-wrap: wrap;
	background: #a1a6b3;
	padding: 5px 5px 10px 5px;
	margin: 20px 10px;
}

.gallery img{
	border-radius: 10px;
	height: 100%;
}

.refineteims{
	position: relative;
	cursor: pointer;
	height: 100px;
	margin: 3px;
	float: left;
}

#refine1:checked ~ .refineteims:not(.solo),
#refine2:checked ~ .refineteims:not(.rough),
#refine-3:checked ~ .refine-teims:not(.js),
#refine-4:checked ~ .refine-teims:not(.php) {
	display: none;
}

.tag{
	width: calc(30% - 10px);
	padding: 5px;
	border: 2px #192f60 dotted;
	margin: 10px 5px;
	text-align: center;
	background: #ffffff;
}
body{
  	overflow-y: scroll;
}

body.modal-active{ /* モーダル表示時は、bodyにfixedを指定する */
	position: fixed; top: 0; left: 0; width: 100%; height: 100%;
}

/* モーダル*/

.modal{
  /* 配置、装飾 */
  position: fixed; top: 0; left: 0; width: 100%; height: 100%; color: #fff; background: rgba(0,0,0,0.9);
  min-width: 100vw; overflow-y: scroll;
  /* 動き */
  opacity: 0; z-index: -1; transition: 0.2s;
}

.modal.modal-active{
	opacity: 1; z-index:1001;
}

.modal-inner{
  display: flex; align-items: center; min-height: 100%;
}

.modal-img{
	width: 100%;
}

.closee{
  position: absolute; top: 0; right: 0; z-index: 10; padding: 25px 20px 20px; cursor: pointer;
}
.close-bar{
  width: 40px; height: 2px; background: #606060;
}

.close-bar:nth-child(1) {
  transform: translateY(13px) rotate(-45deg);
}

.close-bar:nth-child(2) {
  transform: translateY(-13px) rotate(45deg);
  margin: 24px 0 0;
}

/* スワイパー */
.modal-swiper{
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  width: 92%;
}

.swiper-pagination-bullet{
	width: var(--swiper-pagination-bullet-size, 8px);
	height: var(--swiper-pagination-bullet-size, 8px);
	display: inline-block;
	margin: 0 4px;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, #fff);
}

.modal-slide{
  text-align: center;
}

.modal-nav-next,.modal-nav-prev{
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
}

.modal-nav-next::before, .modal-nav-prev::before{
	content: ""; width: 35px; height: 35px; border-style: solid; border-color: #606060;
}

.modal-nav-prev{
  left: 20px;
}

.modal-nav-prev::before{
	border-width: 2px 0 0 2px; transform: rotate(-45deg);
}

.modal-nav-next{
  right: 20px;
}

.modal-nav-next::before{
	border-width: 2px 2px 0 0; transform: rotate(45deg);
}

.modal-pagination{
  	position: relative;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	margin: 10px;
}



/* 画像を並べる（並び方に関係するcssを一部省略）*/

.item{
  cursor: pointer;
  height: 60px;
  float: left;
  border: 2px dotted #192f60;
  border-radius: 50%;
  aspect-ratio: 1 /1;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 5px;
}

.item-img{
  width: 300%;
  height: 300%;
  object-fit: cover;
  position: relative;
  left: -100%;
  top: -100%;
}

.item-img:hover{
	opacity: 0.5;
}










/* nmmn */

.close{
	display: flex;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 120;
}

.cross{
	color: #192f60;
	display: flex;
	position: absolute;
	top: 50px;
	right: 55px;
	font-size: 25px;
	cursor: pointer;
	z-index: 130;
}

.cross::before{
	font-family: "Font Awesome 5 Free";
	font: var(--fa-font-solid);
	content: "\f00d";
	font-weight: 900;
}

.cross:hover::before{
	color: #a1a6b3;
}

.illustration{
	background: #00000050;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	max-width: 600px;
	position: relative;
	color: #333747;
}

.library{
	width: 60%;
}

.nm_title{
	position: absolute;
	bottom: 50px;
	left: 55px;
}

.popup{
	display: none;
	width: 100%;
	height: 100%;
	height: fit-content;
	position: fixed;
	z-index: 100;
	top: 80px;
	left: 0;
	overflow-y: hidden;
}

.popup img{
	width: 100%;
	max-width: 600px;
}

.popup_img{
	display: flex;
	border: 2px #a1a6b3 dotted;
	cursor: pointer;
	width: fit-content;
	aspect-ratio: 1 / 1;
	margin: 10px;
	float: left;
}

.popup_img:hover{
	opacity: 0.5;
}

.thumbnail{
	width: 100px;
	object-fit: cover;
}

table{
	width: 100%;
	padding: 20px;
	font-size: 13px;
	color: #192f60;
}

table td{
	padding: 2px 0;
}










/* article */

.article{
	border: #a1a6b3 1px solid;
	padding: 10px;
	width: 100%;
	height: fit-content;
	margin-bottom: 10px;
}

#refine1:checked ~ .article:not(.ArakiHirohumi),
#refine2:checked ~ .article:not(.KitazonoRyo),
#refine3:checked ~ .article:not(.SasamoriHiroki),
#refine4:checked ~ .article:not(.SomeyaToshiyuki){
	display: none;
}

h6{
	display: block;
	margin: 0px 0px 5px 0px;
	font-size: 15px;
}

.paper{
	display: flex;
	flex-wrap: wrap;
	padding: 5px 5px 10px 5px;
	margin: 0px 10px 20px 10px;
}

.tag_artc{
	width: 80px;
	padding: 5px;
	border: 2px #192f60 dotted;
	margin: 10px 5px 20px 5px;
	text-align: center;
	background: #ffffff;
}

.viewer{
	color: #a1a6b3;
}











/*

#claps{
	width: 400px;
	margin: 20px 0;
}

.claps{
	color: #727407;
	padding: 2px 10px;
	border: 4px double;
	border-radius: 5px;
}

.claps:hover{
	color: #a5a706;
}

.claps::before{
	font-family: "Font Awesome 5 free";
	font: var(--fa-font-solid);
	content: "\e1a8";
}

#fc2_footer{
	color:#192f60;
	background: transparent;
}

.flex{
	display: flex;
	padding: 5px 10px 0 0;
}

.image{
	margin: 5px 0 5px 5px;
}


.kome{
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
}

.nmmn{
	padding:10px 20px;
}

.space{
	width: 40%;
	background-image: url("milkyway.jpg");
	background-size: cover;
}

#side_main{
	background: #333747;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	height: 100%;
	padding: 50px;
}

.ura_main{
	background: #ffffff;
	color: #333747;
	width: 80%;
	max-width: 1200px;
	margin: auto;
	padding: 50px;
	overflow: auto;
	font-size: 13px;
}

.ura_w a{
	color: #ffffff;
}
.ura_w a:hover{
	text-decoration: underline;
}
