html * {-webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;}

*, *:after, *:before {-webkit-box-sizing: border-box;
                      -moz-box-sizing: border-box;
                      box-sizing: border-box;}

body {font-size: 100%;
      font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
      color: #000; 
      background-color: #fff;
	  background-image: url(../img/sanran.gif);
	  background-repeat: no-repeat;
	  background-position: center top;
	  background-attachment: fixed;
	  background-size: cover;
	  }

@media screen and (max-width:768px){
	body {
	  background-position: center top;
	  background-attachment: fixed;
	  background-size: cover;}
}

body, html {height: 100%;}
a {color: #ea0000;
	text-decoration-line: none;}
a:hover {color: #ea0000;}
img {border: none;}




article {
	width:960px;
	margin: auto;
	padding-top: 160px;
	color: #000;
	}

@media screen and (max-width:768px){
	article {
	width:94vw;
	margin: auto;
	padding-top: 20vw;
	color: #000;
	}
}



/* ------------------------------
     　　　　全体文字指定
------------------------------ */
h1 {
	font-size: 60px;
	font-family: 'Cormorant Garamond', serif;
	border-bottom: 2px solid #5f4c45;
	margin-bottom: 10px;
	}
h2{
	font-size: 40px;
	margin: 70px 0 5px;
	font-weight: 200;
	}



@media screen and (max-width:768px){
	h1 {
		font-size: 15vw;
		font-family: 'Cormorant Garamond', serif;
		border-bottom: 2px solid #5f4c45;
		margin-bottom: 3vw;
		}
	h2{
		font-size: 10vw;
		margin: 30vw 0 5vw;
		font-weight: 200;
		text-align: center;
		}
}




/* ------------------------------
     　　　　単行本情報
------------------------------ */
.comic-ikujitsu {
	margin: 30px auto;
	}

.comic-ikujitsu:after {content: '';
                  display: table;
                  clear: both;}
.shoei {
	width: 200px;
	float: left;
	margin-right: 10px;
	}

.comic-spec{
	padding-top: 170px;
	}

h4{
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.1;
	}
.comic-spec p{
	font-size: 14px;
	margin: 5px 0;
	}
.comic-spec a{
	display: block;
	width: 270px;
	text-align: center;
	float: left;
	background-color: #cc0f0f;
	color: #fff;
	font-weight: 600;
	padding: .4em .5em;
	margin-top: 5px;
	text-decoration: none;
	}
.comic-spec a:hover{
	background-color: #860f0f;
	text-decoration: none;
	}

@media screen and (max-width:768px){
	.comic-ikujitsu {
		margin: 5vw auto;
		}
	.comic-ikujitsu:after {content: '';
					  display: table;
					  clear: both;}
	.shoei {
		width: 200px;
		float: none;
		display: block;
		text-align: center;
		margin-right: 0;
		}

	.comic-spec{
		padding-top: 2vw;
		}

	h4{
		font-size: 6.5vw;
		font-weight: 600;
		margin-bottom: 5px;
		}
	.comic-spec p{
		font-size: 3.5vw;
		line-height: 1.2;
		}
	.comic-spec a{
		display: inline;
		width: 94vw;
		text-align: center;
		float: inline;
		background-color: #cc0f0f;
		color: #fff;
		font-weight: 600;
		padding: .5em .5em .4em;
		margin: 5px auto 0;
		text-decoration: none;
		font-size: 4.5vw;
		}
	.comic-spec a:hover{
		background-color: #860f0f;
		text-decoration: none;
		}
	.comic-spec:after {content: '';
                  display: table;
                  clear: both;}
}




/* ------------------------------
     　　　　サンプル
------------------------------ */
.thumb {
	border: none;
	width: 104px;
	margin-right: -2px;}
.thumb:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;}

@media screen and (max-width:768px){
	.thumb {
		border: none;
		width: 29.5vw;
		margin-right: .5vw;}
	.thumb:hover{
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;}
	}


/* ------------------------------
     　　　　店舗特典
------------------------------ */
.tokuten {
	background-color: rgba(220,220,220,.8);
	width: 470px;
	height: 420px;
	float: left;
	margin:0 5px 5px 0;
	}
.tokuten1 {
	height: 670px;
	}
.shop {
	width:360px;
	}

.tokuten ul{
	height: 30px;
	padding: 5px 10px;
	}
.tokuten1 ul{
	height: 90px;
	}
.tokuten li{
	font-size: 14px;
	margin-left:14px;
	color: #444;
	line-height: 1.4;
	}
.tokuten li:before{
	content: '◆'; 
	margin-left:-14px;
	}
.txtss {
	font-size: .85em;
	vertical-align: text-top;
	}
.tokuten-img {
	width: 470px;
	display: block;
	text-align: center;
	}
#tokuten-list:after {content: '';
                  display: table;
                  clear: both;}

@media screen and (max-width:768px){
	.tokuten {
		background-color: rgba(220,220,220,.8);
		width: 90vw;
		height: 80vw;
		float: inline;
		margin:0 auto 3vw;
		}
	.tokuten1 {
		height: 135vw;
		}
	.shop {
		width:60vw;
		}

	.tokuten ul{
		height: 30px;
		padding: 5px 10px;
		}
	.tokuten1 ul{
		height: 90px;
		}
	.tokuten li{
		font-size: 3.5vw;
		margin-left:3.5vw;
		color: #444;
		line-height: 1.4;
		}
	.tokuten li:before{
		content: '◆'; 
		margin-left:-3.5vw;
		}
	.txtss {
		font-size: .85em;
		vertical-align: text-top;
		}
	.tokuten-img {
		width: 90vw;
		display: block;
		text-align: center;
		}
	#tokuten-list {margin: auto;}
	#tokuten-list:after {content: '';
					  display: table;
					  clear: both;}
	
}



/* ------------------------------
     　　　　ヘッダー
------------------------------ */



.header {position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 50px;
         background: #fff;
		 border-bottom: 1px solid #000;}

.header:after {
  content: "";
  display: table;
  clear: both;
}
.header #logo {
  float: left;
  margin: 8px 0 0 0;
}
.header #logo img {
  display: block;
  width: 124px;
  margin: 2px 0 0 15px;
　border: none;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 70px;
  }
  .header #logo {
    margin: 20px 0 0 20px;
    margin-left: 20px;
  }
}





/* ------------------------------
     		優先
------------------------------ */
.red {color:#d30000;}





/* ------------------------------
     グローナルナビ_PC
------------------------------ */

.header__leadWrap {
  background: #0285c1;
  color: #fff;
  font-size: 11px;
}
.headerNavWrap,
.headerNav  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}
.headerNavWrap {
  padding: 20px 0 0;
}
.logo img{
  width: 150px;
  line-height: 60px;
}
.headerNav {
    max-width: none;
    font-size: 17px;
    font-weight: 600;
}
.headerNav li {
  margin-left: 40px;
}
.headerNav li:first-child {
  margin-left: 0;
}
.headerNav li a {
	font-family: 'Cormorant Garamond', serif;
    color: #000;
    display: block;
	font-size: 20px;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 48px;
}

.headerNav li a:hover{
    color: #ff0000;
}

#menuBk {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
#closeBtnWrap {
  display: none;
}
#openBtn {
  display: none;
}
.menuClose {
  display: inline-block;
  padding: 20px;
}
.menuClose img {
  width: 17px;
}

@media screen and (max-width: 1100px) {
  .header__leadWrap {
    padding: 0 10px;
  }
  .headerNavWrap {
    padding: 20px 10px 15px;
  }
  .headerNav li {
    margin-left: 20px;
  }
}


/* ------------------------------
     グローナルナビ_SP
------------------------------ */
@media screen and (max-width: 768px) {
  #header {position: relative;}
  .headerNavWrap {display: block;
                    position: relative;
                    padding: 6px 17px;}
  .headerNav {display: block;}
  .logo img {width: 130px;
            margin-top: 1vw;}
  #closeBtnWrap {
    display: block;
    height: 50px;
    background: rgba(20,20,20,.85);
  }
    #closeBtn img {
      float: right;
      width: 20px;
        margin: -1vw auto;
  }
  #openBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 18px;
    margin-top: -1.5vw;
    padding: 20px 17px;
  }
  #openBtn img {
      float: right;
      width: 24px;
  }
  #spNav {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 65%;
    background: rgba(20,20,20,.85);
    transform: translateX(100%);
    transition: all .3s;
  }
  #spNav.isOpen {
    transform: translateX(0);
  }
  .headerNav li {
    margin-left: 0;
    background: rgba(20,20,20,1);
    border-bottom: 1px solid #555;
  }
  .headerNav li:first-child {
    border-top: 1px solid #555;}
  .headerNav li a {
      font-size: 7vw;
      color: #ccc;
      position: relative;
      padding: 0 6.5vw;
      font-weight: 500;
      letter-spacing: .8vw;
      line-height: 15vw;
  }
  .headerNav li a:hover {
      background: rgba(70,70,70,.85);
  }
  .headerNav li a:after {
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    transform: rotate(-45deg);
    content: "";
  }
}

/*   メニューここまで   */


.main-content {height: 100%;
/*               position: relative;*/
               z-index: 1;}

#footer {
		color: #000;
        text-align: center;
        letter-spacing: .5px;
        font-size: 9px;
        height: 80px;}

@media screen and (max-width:768px){
    #footer {width: 90vw;
         text-align: center;
         letter-spacing: .5px;
         font-size: 2.5vw;
         margin-top: 40vw;
         margin-bottom: 0vw;}
}