﻿@charset "utf-8";

img { 
	max-width : 100%;
	vertical-align: middle; 
}

html {
	font-family : verdana, sans-serif;
	font-size : 100%;
	line-height : 1.5 }



h1,h2,h3,h4,h5,h6 { marhin-bottom : 24px }

h1 { font-size : 48px;
	 line-height : 1 } /* 48px */
h2 { font-size : 36px;
	 line-height : 1.3333 } /* 36px */
h3 { font-size : 24px;
	 line-height : 1 } /* 24px */
h4,h5,h6 { font-size : 16px;
				line-height : 1.5 } /* 16px */

* {
	text-decoration: none;
}

/* body */
body a:link,a:visited {
			text-decoration: underline;
		}
body a:hover,a:active {
			color: #f00001;
			text-decoration: none;
		}
body a img:hover,a img:active {
			opacity: 0.7;
		}

/* header */
header {
		text-align : center;
  	padding : 1em 0;
		background : #d6c6af;
}
heder h1 { 
	margin-bottom : 24px;
}

.header {
	max-width: 1280px;
	position: relative;
}
.header_sns {
	width: 60px;
	position: absolute;
	top: 10px;
	right: 20px;
}
.sns {
	display: flex;
	justify-content: space-between;
}
.header_sns li {
	width: 28px;
}

/* nav */
nav {
	background-color: #300700;
	color: white;
}

nav ul {
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	margin: 0;
	padding: 6px;
	list-style-type: none;
}

nav a {
	display: block;
	padding: 12px 24px;
	color: white;
	text-decoration: none;
}

nav li a:link,a:visited {
	text-decoration: none;
}
	
nav li a:hover, nav li a:active {
	background-color: #76172d;
	color: #d22419;
}


nav.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 777;
}


/* container */
#container {
	width: 90%;
	margin: 0 auto;
}


/* breadcrumb */
#breadcrumb {
	padding: 20px 0;
}
#breadcrumb p {
	font-size: 0.8em;
}
#breadcrumb p a {
	margin: 0 10px 0 0;
}
#breadcrumb p span {
	margin-right: 5px;
}


/* contents */
.main {
	padding: 10px;
}
.main h2 {
	margin: 10px 0;
	text-align: center;
}
.main h3 {
	margin: 32px 0 20px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 4px firebrick;
}
.main p {
	text-align: center;
}
.main p a {
	display: block;
}
.main img {
	/*border: 0.5em solid #1c301c;*/
	border-radius: 6.3%;
	/*box-shadow: 1px 4px 6px gray;
	overflow: hidden;*/
}




.main #contents1 h2 ,.main #m_title {
	width: 320px;
	margin: 32px auto 40px;
	background-image: url(../images/images/main_bg03.png) ;
	border: 0.1em solid rgb(43, 42, 42);
	border-radius: 6%;
	text-shadow: #ccc 3px 3px 10px;
	}
.main #contents2 h2 ,.main #i_title {
	width: 320px;
	margin: 32px auto 40px;
	background-image: url(../images/images/main_bg04.png) ;
	border: 0.1em solid rgb(43, 42, 42);
	border-radius: 6%;
	text-shadow: #ccc 3px 3px 10px;
}
.main #contents3 h2 ,.main #g_title {
	width: 320px;
	margin: 32px auto 40px;
	background-image: url(../images/images/main_bg02.png) ;
	border: 0.1em solid rgb(43, 42, 42);
	border-radius: 6%;
	text-shadow: #ccc 3px 3px 10px;
}


.main_contents {
	border: solid 1px #1c301c;
	border-radius: 6.5%;
	box-shadow: 0.8px 10px 8px gray;
	margin: 0 auto 60px;
	width: 100%;
	max-width: 780px;
}


.m_heder img {
	width: 480px;
}

.m_section {
	margin: 20px auto;
	padding: 0 20px;
}
.m_frame {
	width: 378px;
	margin: 0 auto 2px;
	position: relative;
}
.m_frame_new_story {
	position: absolute;
	/*top: 24px;
	left: 6%;*/
	top: 0;
	left: 0;
}
.m_frame_new_story_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 330px;
	overflow: hidden;
	padding: 5px;
	z-index: 75;
	transform: translate(6%,6%);
}
.m_frame_new_story_frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 378px;
	z-index: 100;
}
.new_no {
	position: absolute;
	width: 200px;
	height: 45px;
	z-index: 120;
	font-size: 34px;
	color: #ffa653;
	box-sizing: border-box;
	top: 0;
	left: 0;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 2px #f00001, 0 0 3em rgb(82, 7, 7);
	padding: 5px;
	transform: translate(45%,575%);
}



.section {
	margin: 0 auto;
	padding: 0 20px;
	line-height: 1;
}

.contents {
	width: 100%;
	max-width: 1020px;
	padding-bottom: 60px;
}

.card_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 75px;
}
.card {
	margin-right: 2.1%;
	max-width: 230px;
	width: 23.4%;
}
.card:nth-child(4n) {
	margin-right: 0;
}
.card:nth-child(n+5) {
	margin-top: 40px;
}
.card a:link, a:visited {
	text-decoration: none;
}

.card_imgwrap {
	position: relative;
	margin-bottom: 12px;
}
.card_img {
	border-radius: 10.5px;
	overflow: hidden;
	width: 100%;
	height: 213px;
	padding: 1px;
	z-index: 70;
}
.card_frame {
	position: absolute;
	top: 0;
	left: 1px;
	z-index: 90;
}
.card_no {
	position: absolute;
	z-index: 100;
	font-size: 20px;
	color: #006e54;
	bottom: 7%;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

div#link {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 30px;
	padding: 30px;
}
div#link p {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}
div#link .left, div#link .right {
	min-width: 180px;
}
div#link .center {
	min-width: 180px;
	display: block;
	width: 180px;
	line-height: 2.6;
}
div#link .left a ,div#link .right a {
	background: #f6d600;
	text-decoration: none;
	display: block;
	border-radius: 23.5px;
	width: 180px;
	line-height: 2.6;
	position: relative;
}
div#link .left a .prev::before {
	content: "<";
	width: 8px;
	height: 13px;
	position: absolute;
	left: 1em;
	font-weight: bold;
	}
div#link .right a .next::before {
		content: ">";
		width: 8px;
		height: 13px;
		position: absolute;
		right: 1em;
		font-weight: bold;
		}

.share_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 360px;
	margin: 80px auto 0;
}
.share_stc {
	color: #f08300;
	font-size: 1.6em;
	margin-left: 20px;
}
.share_sns {
	width: 100px;
}
.share_sns li {
	width: 45px;
}


/* footer */
footer {
	position: relative;
	text-align: center;
	padding: 28px 0 24px;
}
footer p {
	color: #666;
}

.sns {
	justify-content: space-between;
}
.footer_sns {
	display: none;
}

.pagetop {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 20px;
	bottom: 65px;
	z-index: 500;
	background: url(../../../images/btn_pagetop.png) no-repeat;
}
p#pagetop {
	width: 90%;
	text-align : right;
}

/* manga */

/* contents */
body#manga1 .main img {
	border: none;
	border-radius: 0%;
}

body#manga1 .main img {
	box-shadow: none;
}
body#manga1 .main .c_frame {
	padding: 18px 0 20px;
	border-bottom: #dedede 1px solid;
}

/* manga end */


/* illustration */
/* contents */
body#illustration .main img {
	border: none;
	border-radius: 0%;
}
/* illustration end */


/* gif */
/* contents */
body#gif .main img {
	border: none;
	border-radius: 0%;
}
/* gif end */


/* max767px */
@media screen and (max-width: 767px) {

	header {
		text-align : left;
	/*	padding-left: 0.4em;*/
	padding: 4% 4% 5.4%;
}
.header_title img {
	width: 75%;
}

.menubutton {
	display: block;
	height: 50px;
	width: 50px;
	background: #333;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}
.menubutton div {
	height: 1px;
	width: 60%;
	background: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.menubutton div:nth-of-type(1) {
	transform: translate(-50%, -10px);
}
.menubutton div:nth-of-type(3) {
	transform: translate(-50%, 10px);
}
.menubutton.active div:nth-of-type(1) {
	transform: rotate(45deg) translate(-50%, 0);
	transform-origin: 0% 50%;
}
.menubutton.active div:nth-of-type(2) {
	opacity: 0;
}
.menubutton.active div:nth-of-type(3) {
	transform: rotate(-45deg) translate(-50%, 0);
	transform-origin: 0% 50%;
}

.header_sns {
	display: none;
}

nav {
	position: fixed;
	width: 100%;
	height: calc(100vh - 50px);
	top: 50px;
	left: -100%;
	transition: 0.5s;
	z-index: 999;
}
nav.active {
	left: 0;
}

nav ul {
	flex-flow: column;
}
nav ul li {
	text-align: center;
}
nav ul li a {
	border-bottom: 1px solid rgba(204, 171, 171, 0.2);
}
#nav {
	opacity: 0;
	visibility: hidden;
	transition: 3s;
}
#nav.active {
	opacity: 1;
	visibility: visible;
}

#container {
	margin-top: 0;
	margin-bottom: 3.2%;
}

#breadcrumb {
	padding: 2% 0;
}
#breadcrumb p {
	font-size: 2.0vw;
}

.main h2 {
	margin: 3.1% 0;
}

.main #contents1 h2 ,.main #m_title {
	width: 240px;
	margin: 5% auto 6.5%;
}
.main #contents2 h2 ,.main #i_title {
	width: 240px;
	margin: 5% auto 6.5%;
}
.main #contents3 h2 ,.main #g_title {
	width: 240px;
	margin: 5% auto 6.5%;
}


.main_contents {
	border: solid 1px;
	box-shadow: 0.5px 5px 5px;
	margin: 0 auto 12.6%;
	width: auto;
}


/*   menu   */
.m_section {
	margin-bottom: 8%;
	padding: 0;
}
.m_frame {
	width: 75.7%;
	margin: 0 auto 0.2%;
}
.m_frame_new_story {
	width: 100%;
	height: 100%;
}
.m_frame_new_story_img {
	width: 86%;
	padding: 1.6%;
}
.m_frame_new_story_frame {
	width: 100%;
	height: auto;
}
.new_no {
	width: 98%;
	height: 12.9vw;
	font-size: 5.5vw;
	transform: translate(4%,368%);
}


/*   content-section   */
.section {
	padding: 0 5.4%;
}
.contents {
	width: auto;
	padding-bottom: 15.0%;
}
.card_box {
	margin-bottom: 18%;
}
.card {
	margin-right: 4.4%;
	width: 47.8%;
	max-width: 320px;
}
.card:nth-child(2n) {
	margin-right: 0;
}
.card:nth-child(n+3) {
	margin-top: 7.4%;
}
.card_imgwrap {
	margin-bottom: 4.7%;
}
.card_img {
	height: 39.4vw;
	padding: 0.3%;
}
.card_frame {
	left: 0;
}
.card_no {
	font-size: 4.4vw;
}



/*   #Link   */
div#link {
	/*width: 91.9%;*/
	margin: 0 auto;
	padding-top: 2.3vw;
}
div#link .left, div#link .right {
	min-width: 24.2vw;
}
div#link .center  {
	min-width: 24.2vw;
	width: auto;
	font-size: 3.7vw;
	border-radius: 5vw;
	padding: 0 1.2vw;
	min-width: 24.2vw;
}
div#link .left a ,div#link .right a {
	width: auto;
	font-size: 3.7vw;
	border-radius: 5vw;
	padding: 0 1.2vw;
	min-width: 24.2vw;
}
div#link .left a .prev::before {
	left: 8%;
}
div#link .right a .next::before {
	right: 8%;
}


/*   シェアSNS   */
.share_bottom {
	display: block;
	width: auto;
	margin: 11% auto 0;
	text-align: center;
}
.share_stc {
	color: #f08300;
	font-size: 4.2vw;
	margin: 0;
}
.share_sns {
	display: none;
}


/*   footer   */
footer {
	padding: 0 0 10.2%;
}
.footer_sns {
	display: flex;
	width: 28.5%;
	margin: 0 auto 12.7%;
}
.footer_sns li {
	width: 41.4%;
}
.footer_sns li a img:hover, .footer_sns li a img:active{
	opacity: 1;
}

.pagetop {
	width: 9.3vw;
	right: 5%;
	bottom: 12%;
	height: auto;
	background: none;
	}
p#pagetop img {
	width: 10%;
}


/* manga */

body#manga1 .main .c_frame {
	padding: 3% 0 5%;
}

/* manga end */



} /* max767 終了 */


/* min768px */
@media screen and (min-width: 768px) {

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}





}