@charset "utf-8";

body{overflow-x: hidden;!important;}

@media screen and (max-width:375px) {
	#global-nav_SP ul li{
        display: inline;
        margin: 0 10px;
	}
}

@media screen and (max-width:480px) {
	/* ここにスマホ版だけの記述 */
	html{margin-bottom: 20px;}
	wrapper{border-top: solid 9px #faf9f1;}
	
		.nos{
		font-family: 'Cormorant Unicase', serif;
		color:#99975f;
		font-size: 120px;
		letter-spacing: .15em;
		text-align: left;
		margin: -64px 0 -20px 5px;
		}
	contents{
		width: 100%;
		margin: 0 auto;
}

	/*ハンバーガー*/
	#global-nav_SP{
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 9999;
	background: rgb(247 242 202 / 90%);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	}
	#global-nav_SP ul {margin: 15px 0 30px 0;}
	#global-nav_SP ul li{
        display: inline;
        margin: 0 13px;
	}
	#global-nav_SP a{text-decoration: none; color: grey;}

#global-nav{display: none;}
	
.menu-btn {
    position: fixed;
    top: 7px;
    right: 18px;
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fae4a2;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background-color: #fae4a2;}
.menu-content ul li {
    border-bottom: dashed 1px #ffffff;
    list-style: none;
	margin: 30px 60px;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 25px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 1px 15px 6px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 300%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #efd066;
    transition: all 0.5s;/*アニメーション設定*/
	opacity: 0.95;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

	.info .attention-en{border-left: 4px solid #948f72;}
	.eye {font-size: 23px; text-align:center; color: #8b8948;}
	
	p.attention{
		font-size: 13px;
        line-height: 1.8em;
        letter-spacing: .03em;
        margin: 2px 0;
        padding: 0 30px;
	}

	p.attention-en{padding: 0 20px;}

	#date {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic; 
	text-align: right;
	font-size: 44px;
	padding: 0 10px;
	letter-spacing: .05em;
    color: #e0d8bb;
	border-bottom: #fefaed solid 30px;
	}

	#text-kiji{ font-size: 14px; }
	#text-kiji p{ margin: 18px 10px; letter-spacing: .04em;}
	.textarea{margin: 0 15px;}
	
	#thum h3{ font-size: 30px; }
	
	#box{ margin-top: -30px;}
	#box p.attention{padding: 0 30px;}
	
	#boxB {/*margin-top: -30px;*/}
	
	.arrow {
        width: 166px;
        height: 10px;
        margin: -46px 0 45px -49px;
        border-bottom: 1px dashed #777638;
        border-right: 1px solid #777638;
        transform: rotate(90deg) skew(45deg);
        color: #f5f1e0;
	}
	.border{
	border-top: 1px dotted #ccc ;    
	margin: 10px 40px -5px 40px;
	padding: 10px 0;
	}
	.hakko-info{ 
	margin: 0 10px;
    letter-spacing: .05em;
    line-height: 2em;
    font-size: 11px;
	}
.cap-bg{background: url("../img/bg.gif") repeat; margin: -2px 0 0 0; padding: 5px 0 -5px 0;}
.cap-bg p{padding: 15px 0; }
.tatenagaKAKOI{margin: 10px 0 20px 0;}
.menu-content ul {
padding: 50px 5px 0;
}

	#box { width:90%; margin: 0 auto;}
	#box ul {margin-top: 30px;}
ul.left{ width: 58%;margin-right: 0px; float: left;}
ul.center{ float: left; width: 3%; height: 110px; border-right: 2px dotted #ccc; margin: 30px 0;}
ul.right{  width: 32%;float: right; margin-right: 10px;}
	
	.window {
	width: 80vw;
	max-width: 380px;
		height: 240px;}
	
}

/** SP版記述ここまで **/


@media screen and (min-width:481px) {
	/* ここにパソコン版だけの記述 */
	wrapper{width: 600px;  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);}
	.nos{
    font-family: 'Cormorant Unicase', serif;
    color: #99975f;
    font-size: 150px;
    letter-spacing: .15em;
    text-align: left;
    margin: -34px 0 -30px 0;
			}

	
	/*ハンバーガー*/
header {
  width: 100%;
  top: 0;
	z-index: 10000;}
	
.hamburger-menu {display: none;}
	
#global-nav_SP{display: none;}
	
	
	
	.eye {font-size: 35px; text-align:center; color: #8b8948;}
	
	p.attention{font-size: 14px; line-height: 2.3em; letter-spacing: .05em; padding: 0 50px;}

	.arrow {
		width: 230px;
        height: 8px;
        margin: -60px 0 60px -60px;
        border-bottom: 1px dashed #777638;
        border-right: 1px solid #777638;
        transform: rotate(90deg) skew(45deg);
        color: #f5f1e0;
	}
		
	#date {
	font-family: 'Cormorant Garamond', serif;
	font-size: 65px;
	font-style: italic; 
	text-align: right;
	padding: 20px 30px 0 30px;
	letter-spacing: .05em;
    color: #e0d8bb;
	border-bottom: #fefaed solid 30px;
	}
	#text-kiji{  }
	#text-kiji p{ font-size: 15px; letter-spacing: 0.03em;}
	.textarea{  margin: 0 20px 55px 20px;}
	
	#thum h3{ font-size: 50px; }
	#box{
		width: 390px;
		margin: 0 auto;
        padding-top: 30px;
	}

.border{
	border-top: 1px dotted #ccc ;    
	margin: 10px 100px -5px 0;
	padding: 10px 0;}
	.hakko-info{
	margin: 10px 11px 0 11px;
    letter-spacing: .1em;
    line-height: 2em;
    text-align: left;
    font-size: 12px;
}
#box p.attention{padding: 0;}
.cap-bg{background: url("../img/bg.gif") repeat;  margin: 0 0 0 0;}
.cap-bg p{padding: 15px 0; font-size: 14px; }
.menu-content ul {padding: 70px 10px 0;}
	
.tatenagaKAKOI{margin: 10px 0 20px 0;}

ul.left{
	margin: 0 0 0 50px;
    float: left;
	}
ul.center{
	float: left;
    height: 90px;
	margin-left: 25px;
    border-right: 2px dotted #ccc;
	}
ul.right{
	margin: 0 55px 0 0;
    float: right;
	}
	

}
/** PC版記述ここまで **/


body{ 
background:  #faf9f1;
text-align: center;
font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';  
color: #5e5e5e;
}

.eye{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-weight: 500;
margin: -10px 0 25px 0;
}

/****/
@keyframes fadeDownAnime{
  from {
    opacity: 0.8;
  transform: translateY(-50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeDown{
animation-name:fadeDownAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}
/****/

/* その場で */
@keyframes fadeInAnime{
  from {
    opacity: 0.2;
  }

  to {
    opacity: 1;
  }
}
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

/****/



body ::selection{  background:#f7e5a5; color:#fff; }

a {color: #b9b898;}

.KAIGYO{line-height: 1em; display: block;}

img{
    /* PCの右クリック禁止 */
   /* pointer-events: none;*/
	    /* SPの長押し禁止 */
    /*-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;*/
}


.nos a{text-decoration: none; 	color:#99975f;}


wrapper{
	display: inline-grid;
    vertical-align: top;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    align: center;
    background: #fff;
    padding-bottom: 70px;
	
/*display: inline-block;
vertical-align: top;
position: absolute ;
left: 50% ;
transform: translateX(-50%) ;	align: center;
background: #fff;
padding-bottom: 70px;*/
	
}

#global-nav {
    position: fixed;
    width: 600px;
    top: -2px;
    z-index: 900;
    font-size: 13px;
    background: lightyellow;
    /* text-indent: -46px; */
    opacity: 0.9;
    padding: 13px 0;
}
#global-nav a{color: #7d7c4f;
text-decoration: none;}

#global-nav li{
    display: inline;
    background: lightyellow;
    padding: 0 14px;
}


.thismonth {
	background: #fafaec;
	padding: 20px;
	margin: 25px; 
	border-radius: 5px;
	font-size: 30px;
	color: #c2c2b1;
		letter-spacing: .3em;
}

.thismonth a{
	text-decoration: underline dotted 2px;
}

span.month{	line-height: 3.5em;}
.backnumber ul{
	margin: 0 auto;
	padding: 0 10px;
}
.backnumber li{
	display: inline;
	background: #f9f9ee;
	margin: 0 10px 0 0;
	padding: 10px 20px;
border-radius: 20px;
}




header{
}


p.attention{text-align: center;  color: #8b8948;}
p.attention-en{
	font-size: 11px;
    text-align: center;
    line-height: 2em;
    letter-spacing: 0em;
    color: #8b8948;
}
p.attention-sns{
	font-size: 19px;
    line-height: 2.5em;
    letter-spacing: .02em;
    color: #8b8948;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 20px 0;
}
p.attention-sns a{
	text-decoration: none;
}
article{font-family: 'Krona One', sans-serif; font-size: 20px; color:#EFD066;
margin: 20px 30px 10px 0;}
.line{
border-top: 1px dotted #8b8948 ;    
margin:  13px 20px -10px 20px;
}

ul.inline{margin : 0 0 10px  -40px;}
ul.inline li{display:inline-block; list-style: none;}


#text-kiji p{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    line-height: 2em;
    text-align: left;
    margin-top: 1.5em;
}
#date {
    font-family: 'Cormorant Garamond', serif;
	text-align: right;
	letter-spacing: .05em;
    color: #e0d8bb;
	border-bottom: #fefaed solid 30px;
}
#midashi {
text-align: center;  }

details {text-align: left; font-size: 14px;	line-height: 2em; }
article {float: left; text-align: left;}

#boxB p{
	text-align: left;
}
#boxC{width: 80%; margin: 0 auto; padding: 20px 0; line-height: 2em;}

/* まんがサムネイル */

#thum h3{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 0;
    padding: 5px;
	line-height: 1.2em;
 	color: #FFF;
 	font-weight: bold;
 	position: relative;
 	z-index: 1;
	}
#thum h4{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 15px;
	font-color: #fff;
    font-weight: normal;
	text-align: left;
	margin: 5px 5px 5px 0;
}

#thum p{text-align: left; font-size: 13px; line-height: 1.7em; margin: 0 20px 10px 0; }
#thum a{text-decoration: none; color: #fff;}




/*酔っ払いを回収する話*/
#thum11{background: #8d1e5a;; width: auto; color: #fff; padding: 5px 15px;}
.thum11{background: url("../img/thum11.jpg"); widht: 100%;  height: 120px; background-size: cover;  background-position: 50%;  position: relative; }
.thum11::after {
  content: '';
  background-color: rgba(161 42 102 / 70%););
position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*２万ヒット*/
#thum10{background: #ddd696; width: auto; color: #fff; padding: 5px 15px;}
.thum10{background: url("../img/thum10.jpg"); widht: 100%;  height: 120px; background-size: cover;  background-position: 50%;  position: relative; }
.thum10::after {
  content: '';
  background-color: rgba(203 193 112 / 70%);
position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


/*付き合いはじめたふたり*/
#thum9{background: #bd7cddcc; width: auto; color: #fff; padding: 5px 15px;}
.thum9{background: url("../img/thum9.jpg"); widht: 100%;  height: 120px; background-size: cover;  background-position: 50%;  position: relative; }
.thum9::after {
  content: '';
  background-color: rgba(191,132,205,0.7);
position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


/*プチ２無配JCC*/
#thum8{background: #73b925cc;;; width: auto; color: #fff; padding: 5px 15px;}
.thum8{background: url("../img/thum8.jpg"); widht: 100%;  height: 120px; background-size: cover;  background-position: 50%;  position: relative; }
.thum8::after {
  content: '';
  background-color: rgba(112,197,59,0.7);
position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


/*エスパー*/
#thum7{background: #dd4141cc;; width: auto; color: #fff; padding: 5px 15px;}
.thum7{background: url("../img/thum7.jpg"); widht: 100%;  height: 120px; background-size: cover;  background-position: 50%;  position: relative; }
.thum7::after {
  content: '';
  background-color: rgba(206,82,82,0.7);
position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*BiTEノベルティ*/
#thum6{background: #52cebccc; width: auto; color: #fff; padding: 5px 15px;}
.thum6{background: url("../img/thum6.jpg"); widht: 100%;  height: 120px; background-size: cover;  background-position: 50%;  position: relative; }
.thum6::after {
  content: '';
  background-color: rgba(82,206,188,0.7);
position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


/*プチ無配漫画*/
#thum5{background: #5e90e5cc; width: auto; color: #fff; padding: 5px 15px;}
.thum5{background: url("../img/thum5.jpg"); widht: 100%;  height: 120px; background-size: cover;  background-position: 50%;  position: relative; }
.thum5::after {
  content: '';
  background-color: rgba(94,144,229,0.8);
position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


/*CHIPS*/
#thum4{background: #e55ec5cc; width: auto; color: #fff; padding: 5px 15px;}
.thum4{background: url("../img/thum4.jpg"); widht: 100%;  height: 120px; background-size: cover;  background-position: 50%;  position: relative; }
.thum4::after {
  content: '';
  background-color: rgba(229,94,197,0.8);
position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


/*ディズニ～*/
#thum3{background: #e5c05e; width: auto; color: #fff; padding: 5px 15px;}
.thum3{background: url(../img/thum3.jpg); widht: 100%;  height: 120px; background-size: cover;  background-position: 50%;  position: relative; }
.thum3::after {
  content: '';
  background-color: rgba(229,192,94,0.8);
position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*♨*/
#thum2{background: #6fa4b7; width: auto; color: #fff; padding: 5px 15px;}
.thum2{background: url(../img/thum2.jpg); widht: 100%;  height: 120px; background-size: cover;  background-position: 50%;  position: relative; }
.thum2::after {
  content: '';
  background-color: rgba(111,164,183,0.8);
position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*♡*/
#thum1{background: #ce7c8e; width: auto; color: #fff; padding: 5px 15px;}
.thum1{ background: url(../img/thum1.jpg); wight: 100%; height: 110px; background-size: cover; background-position: 50%; position: relative;}
.thum1::after {
  content: '';
  background-color: rgba(206,124,142,0.8);
position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*** まんがサムネイルここまで ***/




/** 同人誌情報 **/

#box ul{list-style-type: none; 
margin-bottom: 20px;
}
#box p {line-height: 2em}

li.koumoku{
	font-size: 13px;
	letter-spacing: .3em;
	padding: 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}
li.kanji{font-size: 30px; letter-spacing: .2em;}
li.furigana{font-size: 7px; letter-spacing: 1em;}
.clear{clear: both;}

#container{margin: 5px;}
.boxA{width: 49.8%; float: left; }
.boxB{width: 49.8%; float: right; }

ul.leftB{    margin: 0 11px 0 -6px; float: left;}

.pointbg{background: #f2f8f8; font-size: 13px;
padding: 10px 20px ;
border-radius: 10px;
color: #777;
line-height: 2em;
}

/** 同人誌情報 **/


/*その他*/
.info{width: 80%; margin: 0 auto; text-align: left;}
.sns{margin-left: ;}
.sns li {display:inline; list-style: none; margin-right: 10px;}
.link{text-align: left;color: #d28619;}

/**MINI BLOG**/
.blog{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: left;
    margin: 0 0 0 20px;
    font-weight: 200;
    font-size: 25px;
    color: #8b8948;
}


/***トップへ戻るボタン***/
#page-top {

     display: inline-block;  background: #b9b898; /*背景色*/
	color:#fff;
    padding: .7em;
    text-align: center;
    width: 70px;
    height:70px;
    margin: 40px -0 0px 0;
	text-decoration: none;
	  border-radius: 50%;
	 text-align: center
}
#clear{clear: both;}
/***トップへ戻るボタンここまで***/


.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/*プライバシーポリシー*/

.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	/*width: 90vw;
	max-width: 380px;
	padding：20px 40px;
	height: 240px;*/
	padding: 30px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

