@charset "UTF-8";
/*
Theme Name: go-ga-ku
Author: author
Description: original theme
Version: 1.0
*/
:root {
	--blue: #4682b4;
	--black: #333;
	--grey: #999;
	--green: #45b649;
	--lightgrey: #c0c0c0;
	--darkgrey: #777;
	--darkblue: #132127;
	--whitesmoke: #f2f2f2;
	--gradient: linear-gradient(135deg, #dce35b, #45b649);
	--webkit-gradient: -webkit-linear-gradient(135deg, #dce35b, #45b649);
}
*{
  box-sizing: border-box;
  color: var(--black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
a {
  color: var(--black);
}
body {
  background: #fff;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
}
main {
	text-align:center;
	width: 100%;
}
ol, ul, li {
  list-style: none;
}
iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
img{
  max-width: 100%;
  height: auto;
}




/**** アーカイブページ ****/
.archive h1 {
	background: #f2f2f2;
	font-size:18px;
	padding:20px; 
	width:100%;
}
.archive article {
  margin: 2%;
  position: relative;
  width: 46%;
}
@media screen and (min-width: 768px) {
	.archive article {
		width: 21%;
	}
}
.archive article dd {
	padding: 10px 5px;
}
.archive article dd a {
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.archive article dd time {
	color: var(--grey);
	display: block;
	text-align: right;
}
.archive article img {
	aspect-ratio: 3 / 4;
	border-radius: 3px;
}
.archive main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}




.arrow {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 20%;
}








/***** ボタン *****/
.btn-contactform {
	border: 3px solid #f2f2f2;
	display: block;
	margin: 3px;
	padding: 20px;
}
.btn-footer {
	border-top: 30px solid #f2f2f2;
	border-bottom: 30px solid #f2f2f2;
	display: block;
	margin: -10px;
	padding: 10px;
	text-align: center;
}
.btn-footer b {
	display: block;
	width: 100%;
}
.btn-footer img {
	width: 100%;
}
.btn-footer p {
	color: cadetblue;
	text-decoration: underline;
}
.btn-home {
	/* background: #ff8000; */
	background: linear-gradient(135deg, #dce35b, #45b649);
	background: -webkit-linear-gradient(135deg, #dce35b, #45b649);
	border-radius: 50px;
	color: #fff;
	display: block;
	font-weight: 700;
	margin: 30px auto;
	padding: 20px;
	text-align: center;
	width: 100%;
}
.btn-prev,
.btn-next{
	background: #f5f5f5;
	border-radius: 3px;
	box-shadow: 1px 1px #777;
	display: block;
	margin: 10px;
	padding: 20px 15px;
	width: 50%;
}
#btn-prev,
#btn-next {
	background: #fff;
	border: 1px solid rgba(227,232,237,1);
	border-radius: 5px;
	display: flex;
	padding: 16px;
	width: 47%;
}
#btn-prev:hover,
#btn-next:hover {
	background: #f2f2f2;
}
#btn-prev p:first-child,
#btn-next p:first-child {
	color: rgba(136,153,168,1);
	font-size: 12px;
	font-weight: 400;
}
#btn-prev p:second-child,
#btn-next p:second-child {
	font-size: 16px;
	font-weight: 500;
}
#btn-prev {
	margin-right: 3%;
}
#btn-next {
	margin-left: 3%;
}
.btn-wrap {
	display: flex;
}







/***** フッター *****/
footer nav {
	position: fixed;
	bottom: 0;
	left: 0;
	background: transparent;
	backdrop-filter: blur(10px);
	display: block;
	font-size: 0;
	height: 55px;
	width: 100%;
	z-index: 99;
}
footer nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
footer nav ul li {
	text-align: center;
	width: 20%;
}
footer nav ul li a {
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 0.6rem;
}
footer nav ul li img {
	width: auto;
	height: 18px;
	margin: 15px 15px 0 15px;
}







/* アニメカテゴリ */
.category-animation article {
	margin: 2%;
	width: 46%;
}
.category-animation article dd {
	text-align: left;
	padding: 8px 0px;
}
.category-animation article dd time {
	font-size: 10px;
	text-align: left;
}
.category-animation article img {
	aspect-ratio: 16 / 9;
	box-shadow: 0 0 10px #c0c0c0;
	object-fit: cover;
}
.categtory-serialized-comic time {
	display: none;
}




/* 美女カテゴリ */
.category-woman .search {
	display: flex;
	width: 100%;
}
.category-woman .search a {
	margin: 0.5rem 2%;
	padding: 0.3rem 1rem;
	background: #f2f2f2;
	border-radius: 3px;
	font-size: 0.9rem;
}
.category-woman article {
	margin: 2%;
	width: 46%;
}
.category-woman article dt {
	position: relative;
}
.category-woman article dt span {
	position: absolute;
	bottom: 10px;
	right: 5px;
	padding: 0 0.5rem;
	background: rgba(0,0,0,0.6);
	border-radius: 3px;
	color: #fff;
	font-size: 0.8rem;
}
.category-woman article dd {
	text-align: left;
	padding: 0.3rem 0.5rem 1rem;
}
.category-woman article dd div {
	display: flex;
	justify-content: space-between;
}
.category-woman article dd time {
	font-size: 0.9rem;
	text-align: left;
}
.category-woman article dd span {
	color: var(--grey);
	font-size: 0.9rem;
}
.category-woman article img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}




/* ゲームカテゴリ */
.game-category-page .page-description {
	border: 1px solid var(--whitesmoke);
	border-radius: 5px;
	color: var(--grey);
	font-size: 0.9rem;
	margin: 2%;
	padding: 1rem;
}
.game-category-page article {
    width: 96%!important;
}
.game-category-page article img {
	aspect-ratio: 16 / 9!important;
}
.game-category-page article dd .character {
	display: flex;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}
.game-category-page article dd .character a {
	display: block;
	background: var(--whitesmoke);
	border-radius: 5px;
	font-size: 0.8rem;
	margin: 0.5rem;
	padding: 3px 8px;
}
.game-category-page article dd .season {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.game-category-page article dd .season a {
	display: block;
	background: var(--whitesmoke);
	border-radius: 5px;
	font-size: 0.9rem;
	margin: 0.5rem;
	padding: 3px 8px;
}


#desc-next p:first-child,
#desc-prev p:first-child {
	color: rgba(136,153,168,1);
	font-size: 12px;
	font-weight: 400;
}
#desc-next p:second-child,
#desc-prev p:second-child {
	font-size: 16px;
	font-weight: 500;
}

#desc-prev {
	text-align: right;
	width: 80%;
}
#desc-next {
	text-align: left;
	width: 80%;
}








/***** favorite *****/
.favorite {
	display: flex;
	justify-content: space-between;
	background: var(--whitesmoke);
	margin: 10px -10px 30px;
}
.favorite div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46%;
	margin: 2%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px var(--grey);
}
.favorite div a {
	display: block;
	width: 100%;
	color: var(--lightgrey);
	font-size: 1.2rem;
}
.favorite form {
	display: flex;
	width: 46%;
	margin: 2%;
}
.favorite form input {
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px var(--lightgrey);
	color: var(--grey);
	font-size: 1.2rem;
}
.fav_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46%;
	height: 40px;
	margin: 2%;
	background: #fff;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px var(--grey);
	color: var(--lightgrey);
	font-size: 1.4rem;
}
#fav_list {
	display: flex;
	flex-wrap: wrap;
}
#fav_list li {
	margin: 2%;
	width: 46%;
}
#fav_list li img {
	aspect-ratio: 3 / 4;
	border-radius: 5px;
}
#fav_list li div {
	text-align: left;
}
#fav_list li div h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#fav_list li div time {
	color: var(--grey);
	font-size: 12px;
}
.fav_remove {
	border: none;
	color: #777;
	padding: 5px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	#fav_list li {
		width: 16%;
	}
}




/* figure */
.figure-article img {
	aspect-ratio: 1 / 1!important;
}




/***** フォークソノミー *****/
.folksonomy {
	display: flex;
	flex-wrap: nowrap;
}
.folksonomy a {
	background: #fff!important;
	border: 1px solid #4682b4;
	color: #4682b4!important;
}
.folksonomy form input:nth-last-of-type(1) {
	background: #c0c0c0;
	border: none;
	border-radius: 0 5px 5px 0;
	color: #fff;
	font-size: 12px;
	height: 100%;
	padding: 5px 5px;
}
.folksonomy_add {
	display: none;
}
.folksonomy_add p {
	padding: 10px;
}
.folksonomy_add form {
	padding: 20px 0;
}
.folksonomy_add form input:nth-of-type(1) {
		background: #f2f2f2;
		border: none;
		border-radius: 5px 0 0 5px;
		font-size: 12px;
		padding: 5px;
}
.folksonomy_add form input:nth-last-of-type(1) {
		background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
		border: none;
		border-radius: 0 5px 5px 0;
		color: #fff;
		font-size: 12px;
		padding: 5px 10px;
}
#folksonomy_add_btn {
	background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
}
.page_folksonomy {
	display: flex;
	flex-wrap: wrap;
}
.page_folksonomy article {
	margin: 2%;
	width: 46%;
	position: relative;
}
.page_folksonomy article img {
	aspect-ratio: 3 / 4;
	border-radius: 3px;
	object-fit: cover;
	vertical-align: top;
}
.page_folksonomy article dd {
	overflow: hidden;
	padding: 10px 5px;
	white-space: nowrap;
}
.page_folksonomy article h3 {
	font-weight: 400;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page_folksonomy article time {
	color: var(--grey);
	display: block;
	font-size: 12px;
}







/* フッター */
footer {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}
footer .copyright {
	text-align: center;
}
footer li {
  display: block;
}
.footer__nav ul {
  display:flex;
  font-size: 0;
  justify-content:center;
}
.footer__nav a {
  color: #333;
  padding: 0px 10px;
}




/* ヘッダー */
header {
	box-shadow: 0 2px 2px #c0c0c0;
	width: 100%;
	position: relative;
}
header h1,
header p {
	margin: 10px 15px 0;
}
header h1 a,
header p a {
    font-size: 16px;
	font-weight: 700;
}
header img {
	height: 15px;
	width: auto;
}
header nav {
	background: #fff;
	font-size: 0;
	width: 100%;
}
header nav a {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 5px;
}
header nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
header nav li {
	text-align: center;
	width: 25%;
}
header nav img {
	width: 35%;
}
header nav span {
	color: #777;
	font-size: 14px;
	margin-top: 3px;
}
header .tagicon {
	position: absolute;
	top: 3px;
	right: 15px;
}
header .tagicon a {
	padding: 0.5rem 1rem;
	background: var(--black);
	border-radius: 50px;
	color: #fff;
	font-size: 0.8rem;
}
header .tagicon a:nth-of-type(1) {
	margin-right: 0.5rem;
}




/* ホーム */
.home article {
  height: auto;
  margin: 2%;
  position: relative;
  width: 46%;
}
.home article img {
	aspect-ratio: 3 / 4;
	border-radius: 3px;
	height: auto;
	object-fit: cover;
	vertical-align: top;
}
.home article dd {
  overflow: hidden;
  padding: 10px 5px;
  white-space: nowrap;
}
.home article dd h3 {
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home article dd div {
	display: flex;
	justify-content: space-between;
}
.home article dd div time {
	color: var(--grey);
	display: block;
	font-size: 12px;
}
.home article dd div span {
	color: var(--grey);
	font-size: 12px;
}
.home article dt {
	font-size: 0px;
}
.home article dt a {
	font-size: 0px;
}
.home h2 {
  width: 100%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}
.home main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.home .video {
	width: 100%;
}
.home .video .carousel {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.home .video article {
	width: 46%!important;
	flex-shrink: 0;
	scroll-snap-align: center;
}
@media screen and (min-width: 768px) {
    .home .video article {
		width: 16%;
	}
}
.home .video article dt {
	position: relative;
}
.home .video img {
	aspect-ratio: 16 / 9;
}
.home .video .howlong {
	bottom: 5px!important;
}
.home .novel {
	width: 100%;
}
.home .novel ul li {
	padding: 1rem;
	background: #fff;
	border-bottom: 1px solid var(--lightgrey);
}
.home .novel ul li h3 {
	font-weight: 400;
}
.home .novel ul li div {
	display: flex;
	justify-content: space-between;
}
.home .novel ul li div time,
.home .novel ul li div span {
	color: var(--grey);
}
.home .readmore {
	display: block;
	margin: 2rem 2rem 4rem;
	padding: 1rem;
	background: var(--gradient);
	background: var(--webkit-gradient);
	border-radius: 5px;
	color: #fff;
	font-size: 0.9rem;
	text-align: center;
}
.home .lady img {
	aspect-ratio: 1 / 1!important;
}




.howlong {
	position: absolute;
	inset: auto 5px 10px auto;
	background: rgba(0,0,0,0.5);
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 0 4px;
}













/* 動画カテゴリ */
.anime h1 {
	text-align: left!important;
}
@media screen and (min-width: 768px) {
	.anime article {
		width: 1000px!important;
	}
}
.anime video {
	width: calc( 100% + 20px )!important;
	margin: -10px!important;
}
.category-video article img {
	aspect-ratio: 16 / 9;
	box-shadow: 2px 2px 2px var(--lightgrey);
}
.category-video article dd {
	padding: 0 5px!important;
}
.category-video article dd div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.category-video article dd time {
	font-size: 0.9rem;
}
.category-video article dd span {
	color: var(--darkgrey);
	font-size: 0.9rem;
}




/* ランキングページ */
.ranking {
	display: flex;
	flex-wrap: wrap;
}
.ranking h1 {
	background: var(--whitesmoke);
	font-size: 18px;
	padding: 20px;
	width: 100%;
}
.ranking h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ranking .tab_box {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid var(--lightgrey);
	position: relative;
}
.ranking .tab_box button {
	display: block;
	width: 50%;
	padding: 1rem;
	border: none;
	background: none;
	color: var(--grey);
}
.ranking .tab_box button.active {
	color: var(--green);
}
.ranking .tab_box .line {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 3px;
	background: var(--gradient);
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.ranking .content_box { 
	width: 100%;
	padding: 1rem 0;
}
.ranking .content {
	display: none;
	animation: moving .5s ease;
}
@keyframes moving {
	from {
		transform: translateY(2rem);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.ranking .content.active {
	display: flex;
	flex-wrap: wrap;
}
.ranking article {
	position: relative;
	margin: 2%;
	width: 46%;
}
.ranking article img {
	aspect-ratio: 3 / 4;
}
.ranking article > span {
	position: absolute;
	top: 5px;
	left: 5px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 5px;
}
.ranking article div {
	text-align: left;
}
.ranking article div {
	text-align: left;
}
.ranking article div span {
	color: var(--grey);
	font-size: 12px;
}
.ranking article time {
	color: var(--grey);
	font-size: 12px;
}




/* サインアップページ */
.signup form,
.login form {
	margin: 5%;
}
.signup form label,
.login form label {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
}
.signup form input,
.login form input {
	width: 100%;
	margin: 1rem 0 2rem;
	padding: 1rem;
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 2px var(--grey);
}
.signup form button,
.login form button {
	width: 100%;
	margin: 1erm 0;
	padding: 1rem;
	background: var(--gradient);
	border: none;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 5px;
}
.signup .message {
	background: var(--whitesmoke);
}
.signup .message a {
	color: var(--blue);
	text-decoration: underline;
}



/***** novel *****/
.novel {
	text-align: left;
}
.novel p {
	font-size: 15px;
	margin: 30px 10px;
	line-height: 2;
}
.novel_list {
	padding: 20px 0;
	text-align: left;
	width: 100%;
}
.novel_list li {
	border-bottom: 1px solid var(--whitesmoke);
	padding: 20px;
}
.novel_list li a {
	display: block;
	font-weight: 700;
}
.novel_list div {
    display: flex;
	justify-content: space-between;
}
.novel_list div span {
	color: var(--darkgrey);
}
.novel_list div time {
	color: var(--darkgrey);
}






/***** like button *****/
.like_button {
	background: #fff;
}
.like_button_end {
	display: flex;
	align-items: center;
	justify-content: center;
	
	border: none;
	border-radius: 3px;
	box-shadow: 1px 1px 2px var(--grey);
	color: var(--lightgrey);
	font-size: 20px;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	width: 100%;
}
.like_button_top {
	border: 1px dashed var(--lightgrey);
	border-radius: 5px;
	padding: 0 15px;
}


/***** loop *****/
.loop-wrap {
    background: linear-gradient(135deg, #dce35b, #45b649);
	background: -webkit-linear-gradient(135deg, #dce35b, #45b649);
    display: flex;
	align-items: center;
	overflow: hidden;
	height: 30px;
}
.loop-wrap ul {
    display: flex;
	animation: loop-slide 60s infinite linear 1s both;
}
.loop-wrap ul li {
    color: #fff;
	font-size: 12px;
	width: 450px;
}
@keyframes loop-slide {
    from {
		transform: translateX(0); 
	}
	to {
		transform: translateX(-100%); 
	}
}


/* YouTube動画保存ページ */
.youtube form {
	margin: 1rem 5%;
}
.youtube form input {
	display: block;
	width: 100%;
	margin: 1rem 0;
	padding: 1rem;
	border: 1px solid var(--whitesmoke);
	border-radius: 5px;
}



/* 美女 */
.woman .video-genre {
	display: flex;
}
.woman .video-genre a {
	margin: 0 2%;
	padding: 0.3rem 1rem;
	background: var(--green);
	border-radius: 3px;
	color: #fff;
	font-size: 0.9rem;
}
.woman .tab_box {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid var(--lightgrey);
	position: relative;
}
.woman .tab_box button {
	display: block;
	width: 20%;
	/*padding: 1rem;*/
	padding: 3% 7%;
	border: none;
	background: none;
	color: var(--grey);
}
.woman .tab_box button.active {
	color: var(--green);
}
.woman .tab_box .line {
	position: absolute;
	bottom: 0;
	width: 20%;
	height: 3px;
	background: var(--gradient);
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.woman .content_box { 
	width: 100%;
	padding: 1rem 0;
}
.woman .content {
	display: none;
	animation: moving .5s ease;
}
@keyframes moving {
	from {
		transform: translateY(2rem);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.woman .content.active {
	display: flex;
	flex-wrap: wrap;
}
.woman .content::after {
	display: block;
	content: "";
	flex-basis: 100%:
}
.woman .content h2 {
	width: 100%!important;
	margin: 1rem 0!important;
	border: none!important;
}
.woman .content article {
	width: 50%!important;
}
@media screen and (min-width: 768px) {
	.woman .content article {
		width: 33.33%!important;
	}
}
.woman .content article div {
	padding: 0 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.woman .content article div time {
	display: block;
	font-size: 0.9rem;
	text-align: right;
}
.woman .content article img {
	aspect-ratio: 16 / 9!important;
	object-fit: cover;
	border-radius: 5px;
}
.woman #modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
}
.woman #modal iframe {
	width: 90%;
	max-width: 1300px;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
}
.woman .modal_btn {
	position: relative;
	background: none;
	border: none;
}
.woman .modal_btn span {
	position: absolute;
	bottom: 10px;
	right: 5px;
	display: flex;
	justify-content: center;
	padding: 0 0.5rem;
	background: rgba(0,0,0,0.7);
	border-radius: 3px;
	color: #fff;
	font-size: 0.9rem;
}
.woman #modal_short {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
}
.woman #modal_short iframe {
	height: 80%;
	aspect-ratio: 9 / 16;
	border-radius: 10px;
}
.woman .modal_short_btn {
	position: relative;
	background: none;
	border: none;
}
.woman .modal_short_btn span {
	position: absolute;
	bottom: 10px;
	right: 5px;
	display: flex;
	justify-content: center;
	padding: 0 0.5rem;
	background: rgba(0,0,0,0.7);
	border-radius: 3px;
	color: #fff;
	font-size: 0.9rem;
}
.woman .nationality {
	display: flex;
	align-items: center;
	margin: 1rem 2%;
}
.woman .nationality div {
	width: 33.3%;
}
.woman .nationality div p {
	font-size: 0.9rem;
}
.woman .nationality div a {
	color: var(--green);
	font-size: 1.1rem;
	text-decoration: underline;
}
.woman .nationality div span,
.woman .nationality div time {
	display: block;
	font-size: 1.1rem;
}
.woman .x_post {
	width: 98%;
	padding: 1rem;
	margin: 1%;
	border: 1px solid var(--grey);
	border-radius: 10px;
}
@media screen and (min-width: 768px) {
	.woman .x_post {
		width: 48%;
	}
}
.woman .x_post img {
	border-radius: 10px;
}




/***** tag.php *****/
.tag h1 {
	background: var(--whitesmoke);
	display: block;
	font-size: 18px;
	padding: 20px;
	width: 100%;
}
.tag article {
	margin: 2%;
	width: 46%;
}






/***** page *****/
.page h1 {
	font-size: 18px;
	padding: 20px;
	width: 100%;
}








/***** pagination *****/
.pagination{
  margin: 10px auto;
}
.pagination .dots {
	display: none;
}
.pagination ul{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.pagination span,
.pagination a {
  /* border: 1px solid #999; */
  border-radius: 5px;
  /* box-shadow: 2px 2px 1px #999; */
  box-shadow: 0px 0px 3px var(--grey);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 5px;
}
.pagination .current {
	background: linear-gradient(135deg, #dce35b, #45b649);
	background: -webkit-linear-gradient(135deg, #dce35b, #45b649);
	color: #fff;
}
.paragraph,
.paragragh {
	font-size: 16px;
	margin: 30px 0;
	text-align: left;
}


.search .container{
  margin: 40px auto 0 auto;
}
#searchbox {
  border: 1px solid #999;
  border-right: none;
  border-radius: 5px 0 0 5px;
  padding: 7px 20px;
  width: 100%;
}
#searchbox::placeholder {
  color: #999;
}
.searchform {
  display:flex;
  margin: 10px 0;
  padding-top: 15px;
  position: relative;
}
#searchsubmit {
	border: 1px solid #999;
	border-radius: 0 5px 5px 0;
	color: #999;
	padding: 10px;
}





/*****  progressbar  *****/
.progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px; /* バーの高さを指定 */
  background-color: #f3f3f3; /* バーの背景色を指定 */
  z-index: 100;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #45b649; /* バーの色を指定 #1fa2ff*/
  height: 100%;
  width: 0; /* 初期値は0 */
}






/***** section *****/
.section-home-anime {
	display: flex;
	flex-wrap: wrap;
}
.section-home-anime article {
	width: 46%!important;
}
.section-home-anime img {
	aspect-ratio: 16 / 9!important;
}
.section-novelex {
	background: var(--whitesmoke);
	padding: 20px;
	text-align: left;
}
#sec-bw {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	display: block;
	margin: 15px 0;
	padding: 15px;
	text-align: left;
}
#sec-prevnext {
	display: flex;
}




/* シングルページ */
.single article {
    padding: 10px;
    margin: 0 auto;
    width: 100%;
}
.single .fetish {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	
	overflow-x: scroll;
	margin: 0 -10px 15px;
	padding: 7px;
	text-align: left;
}
.single .fetish a {
	background: var(--gradient);
	background: var(--webkit-gradient);
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	flex-shrink: 0;
	font-size: 12px;
	margin: 0 5px;
	padding: 5px 15px;
}
.single .fetish a:nth-of-type(1) {
	background: #45b649;
}
.single h1 {
  color: #333;
  font-size: 18px;
  margin: 10px;
  text-align: center;
}
.single h2 {
  border-bottom: 1px solid rgba(92,147,187,.17);
  font-size: 20px;
  margin: 60px 0 20px;
  padding-bottom: 5px;
}
.single .date {
	display: flex;
	/* justify-content: space-between; */
	margin: 10px;
}
.single .date time {
	/* margin: 0 10px; */
}
.single .date span {
	margin: 0 15px;
}
.single .date form {
	margin: 0 0 0 auto;
}
.single .slider {
	display: flex;
	width: 100%;
	background: #f2f2f2;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}
.single .slider .item {
	flex-shrink: 0;
	width: 20%;
	margin: 10px 1%;
	scroll-snap-align: start;
}
.single .slider .item img {
	aspect-ratio: 1 / 1;
	border-radius: 3px;
	object-fit: cover;
}
.single .slider .box {
	flex-shrink: 0;
	width: 40%;
	margin: 10px 1%;
	scroll-snap-align: start;
}
.single .slider .box img {
	aspect-ratio: 16 / 9;
	border-radius: 3px;
	object-fit: cover;
}






/***** 連載漫画 *****/
.subtitle {
	background: var(--whitesmoke);
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	color: #4682b4;
	display: block;
	margin: 3px 0;
	padding: 15px 15px 8px;
	text-align: left;
	width: 100%;
}
.subtitle p {
	color: #0c70de;
	line-height: 1;
}
.subtitle time {
	font-size: 12px;
}
.chapter a {
	background: var(--whitesmoke);
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	color: #4682b4;
	display: block;
	margin: 3px 0;
	padding: 15px 15px 8px;
	text-align: left;
	width: 100%;
}
.chapter p {
	color: #0c70de;
	line-height: 1;	
}
.chapter time {
	font-size: 12px;
}
.chapter-blue {
	display: flex;
}
.chapter-blue a {
	background: #4285f4;
	border-radius: 4px;
	color: #fff;
	display: block;
	margin: 5px 0 15px;
	padding: 15px;
	width: 49%;
}



/* 性癖・作者一覧ページ */
.tags {
	display: flex;
	flex-wrap: wrap;
}
.tags h1 {
	background: var(--whitesmoke);
	font-size: 18px;
	padding: 20px;
	width: 100%;
}
.tags h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tags .tab_box {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid var(--lightgrey);
	position: relative;
}
.tags .tab_box button {
	display: block;
	width: 50%;
	padding: 1rem;
	border: none;
	background: none;
	color: var(--grey);
}
.tags .tab_box button.active {
	color: var(--green);
}
.tags .tab_box .line {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 3px;
	background: var(--gradient);
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.tags .content_box { 
	width: 100%;
	padding: 1rem 0;
}
.tags .content {
	display: none;
	animation: moving .5s ease;
}
@keyframes moving {
	from {
		transform: translateY(2rem);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.tags .content.active {
	display: flex;
	flex-wrap: wrap;
}
.tag_list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
.tag_list a {
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  color: #777;
  display: block;
  margin: 0 5px 5px 0;
  padding: 4px 12px;
}
.tag_list a:hover {
  background: var(--whitesmoke);
}






@media screen and (min-width: 768px) {
	.bottom_nav {
		display: none;
	}
	body {
		width: 1000px;
	}
	header {
		box-shadow: none;
		width: 100%;
	}
	header + div {
		margin: 0 auto;
		width: 1000px;
	}
	header h1 a,
	header p a {
		font-size: 20px;
	}
	header nav span {
		font-size: 16px;
	}
	footer {
		width: 1000px;
	}
	main {
		width: 1000px;
	}
	main .loop-wrap {
		/*margin: 0 0 20px;*/
		min-width: 100vw;
	}
	.main-rank article {
		width: 16%;
	}
	.home article {
		width: 21%!important;
	}
	.home .lady article {
		width: 21%!important;
	}
	.single article {
		width: 800px;
	}
	.single .slider .item {
		width: 10.5%;
	}
	.category-woman article {
		width: 16%;
	}
}