/*========================

  settings

==========================*/

/* basic */
html,body {font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif; font-size:14px;}
body{background: #fff;}
p{line-height:25px;}
ul, li{margin:0; padding:0; list-style:none;}
a:hover{text-decoration:none;}
a{  /*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;*/
  transition: 0.5s;
}

/* Clear fix */
.cf:before,.cf:after{content: " ";display: table;}
.cf:after {clear: both;}
.cf {*zoom: 1;}

/* Box Layout */
.abs{position:absolute;}
.rel{position:relative;}
.fix{position:fixed;}
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}
.ct{margin-left:auto;margin-right:auto;}
.clear{clear:both;}
.block{display:block;}
.inline{display:inline;}
.ib{display:inline-block; *display:inline; *zoom:1;}
.none{display:none;}

/* Persent */
.p5{width:5%;}
.p10{width:10%;}
.p12{width:12.5%;}/* 1/8 */
.p15{width:15%;}
.p16{width:16.66666666%;}/* 1/6 */
.p20{width:20%;}
.p25{width:25%;}
.p30{width:30%;}
.p33{width:33.33333333%;}/* 1/3 */
.p35{width:35%;}
.p40{width:40%;}
.p45{width:45%;}
.p50{width:50%;}
.p55{width:55%;}
.p60{width:60%;}
.p65{width:65%;}
.p66{width:66.66666667%;} /* 2/3 */
.p70{width:70%;}
.p75{width:75%;}
.p80{width:80%;}
.p83{width:83.33333333%;} /* 5/6 */
.p85{width:85%;}
.p87{width:87.5%;} /* 7/8 */
.p90{width:90%;}
.p95{width:90%;}
.p100{width:100%;}

/*========================

  common

==========================*/

.l-none{ display:none; }
.l-block{ display:block; }

.header, .intro{
 /* width:100vw;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  padding: 30px 0
}

/* side btn */
#btn_side {
  display:none;
  position:fixed;
  top:20%;
  right:0;
  z-index:11;
  width:100%;
  max-width:49px;
  -webkit-backface-visibility: hidden;
}
#btn_side .-btn:hover{
  opacity:0.8;
  z-index:11;
}

/* pagetop */
#pagetop {
  position:fixed;
  bottom:-10px;
  right:10px;
  z-index:11;
}
#pagetop .-btn:before{
  padding-right:0.5em;
  font-family: "FontAwesome";
  content:"\f077";
}
#pagetop .-btn {
  padding: 10px 20px;
  display: block;
  background:rgba(142,142,142,0.7);
  font-size:14px;
  color:#fff;
  text-align:center;
}
#pagetop .-btn:hover {
  background:rgba(120,120,120,0.7);
  text-decoration: none;
}

/* SNSシェアボタン */
.sns-btns {
  margin: 0 auto;
  text-align:center;
  position: relative;
  overflow:hidden;
}
.sns-btns-wrap {
  line-height: 1;
  font-size: 0;
  text-align: center;
  position: relative;
  left: 50%;
  float: left;
}
.sns-btns-item {
  float:left;
  padding-right: 10px;
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
}
.sns-btns-wrap li:not(:last-child) {
  margin-right: 0;
}
.twitter_btn{
  width:75px;
}
.arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  text-align: center;
  font-size: 11px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 3px;
font-family: Verdana, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 游ゴシック, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow_box:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ccc;
  border-width: 4px;
  margin-left: -4px;
}


.navbar{
  background:rgba(255,255,255,0.9);
  position: fixed;
  top:0;
  left:0;
  width:100%;
  border-radius:0;
  z-index: 999;
  box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
}

div.container {
  position: relative;
}

div.container .page-count {
  position: absolute;
  font-size: 120px;
  color : #bbbbbb;
  opacity: 0.5;
  font-family: sans-serif;
}


h3,
.-btn,
.about h4,
div.container .page-count {
  font-family :  	YuMincho,    /* Mac用 */
    'Yu Mincho',"游明朝",  /* Windows用 */
    serif;
  font-weight: 400;
}

/*========================

  header

==========================*/
#indexpage .header{
  margin:0 auto;
  background-image:url("https://www.mag2.com/sv/famous/irnote/img/main_v.jpg");
  background-repeat:repeat-x;
  background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  /*background-attachment:fixed;*/
  z-index:10;
  position:relative;
  text-align:left;
  animation: honda 1s linear ;
  animation-fill-mode:backwards;
  animation-timing-function:ease	;
  position: relative;
  height: 100vh;
}


#indexpage .header .header-logo-pc,
#indexpage .foot_btm .footer-logo-pc {
  width:70%;
}

#indexpage .header .header-logo-sp,
#indexpage .foot_btm .footer-logo-sp,
#indexpage .sp-only {
  display: none;
}



/*title*/
#indexpage .header h1{
  margin-bottom:40px;
  font-size:60px;
  font-weight:bold;
  color:#fff;
  line-height:90px;
  text-shadow: -1px 1px 0 rgba(0,0,0,1);
}

#indexpage .header-logo {
  position: relative;
   top: 50%;
   -webkit-transform: translateY(-50%); /* Safari用 */
   transform: translateY(-50%);
 }
#indexpage .header-logo img {
  width: 100%
}

#indexpage .header h1 span{
  display:block;
  font-size:18px;
  color:#fff;
}

/* btn */
#indexpage .header .-btn{
  padding:15px;
  display:block;
  font-size:20px;
  font-weight:bold;
  color:#222;
  background-color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  border: none;
}
#indexpage .header .-btn span{
  font-size:15px;
}
#indexpage .header .-btn:hover{
  background-color:#222;
  color:#ffffff;
}


/*========================

  01.introduction

==========================*/
.intro{
  background-color: #ffffff;
  background-repeat:no-repeat;
  background-size:contain;
  z-index:9;
  font-size:13px;
  height: auto;
  padding: 0;
  box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);

}


.intro h3 {
    margin: 50px 0 50px;
    position: relative;
    font-size:50px;
    color: #222;
}

.intro h3 span {
	font-size: 0.8em;
}

.intro .intro-inner {
  padding: 20px;
  border: 1px #aaaaaa solid;
}

.intro .intro-img-pc {
  max-height: 600px;
pointer-events: none;
text-align: center;
}


.intro .intro-img-sp {
  display: none;
  pointer-events: none;
}

p.first {
  top:130px;
  left: -20px;
}




/*========================

  04.sample

==========================*/
.sample{
  margin:0 auto ;
  padding:40px 0 60px;
  background-color: #ffffff;
  background-image:url(https://www.mag2.com/sv/famous/irnote/img/img_05.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  background-size: 100%;
  text-align:center;
  z-index:7;
  box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
}
.sample h3{
  padding-bottom:40px;
  font-size:60px;
  color:#222222;
  text-align: center;
}

.sample .-txt_box{
  margin:0 auto;
  padding:20px;
  background-color:rgba(255,255,255,1);
  text-align:left;
  width:100%;
  word-break:break-all;
  border:1px solid #aaa;

}

.sample .-txt_box .morebtn{
  text-align:center;
}
.sample .-txt_box .morebtn a{
  margin:20px 0 0;
  padding:10px 40px;
  display:inline-block;
  border:1px solid #222;
  font-weight:bold;
  color:#000;
  text-align:right;
  cursor:pointer;
  box-shadow: inset 0 0 2px #666;

}
sample .-txt_box .-more span:hover{
  border:2px solid #57c2ae;
}

.sample .-txt_box .-hide{
  display:none;
}

p.third {
  top: 50px;
}


/*========================

  05.backnumber

==========================*/

.backnumber{
  background-image:url(https://www.mag2.com/sv/famous/irnote/img/img_03.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
  background-position:right;
  z-index:6;
  padding: 30px 0 40px;
  /*box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);*/

}


.backnumber{
  padding: 30px 0 0;
}

.backnumber h3{
font-size: 200%;
color: #666;
border-left: #e80008 5px solid;
padding-left: 10px;
}

.backnumber .-detail .-list {
    display: block;
    min-width: 250px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 15px;
}


.last_btn .info .-detail .-format {
    clear: both;
    width:100%;
}

.backnumber .-detail .-list .-date {
  display:inline-block;
  font-weight:bold;
  padding-right: 1.5em;
  color: #222;

}

.backnumber.this-month {
  box-shadow: none;

}

.backnumber.this-month .-detail .-list {
    padding-left: 15px;
    padding-bottom: 0.8em;
}

.backnumber.this-month h3 {
margin-bottom: 20px;
}



/*iframe*/
.backnumber .bnbox{
  text-align:left;
  background:rgba(255,255,255,0.6);
	position: relative;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  overflow:hidden;
  border: 1px solid #aaa;
}

.backnumber .-txt_box{
  text-align:left;
	padding: 10px;
}

/*
.backnumber .bnbox::before,
.backnumber .bnbox::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.backnumber .bnbox::before {
	top: 0;
	left: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
.backnumber .bnbox::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}*/

p.fourth {
  right: 10px;
  top:60px;
}

.yearbox{
  overflow:hidden;
}

.-inbox{
  padding:0 ;
  font-size:14px;
  border-top:none;
}
.-inbox:first-child{
  border:none;
}
#indexpage .-inbox .-month{
  display:none;
}
.-inbox .-list{
  padding-bottom:0.8em;
}
.-inbox .-list .-date{
  padding-right:0.5em;
  font-weight:bold;
}
.-inbox .-list .-date:before{
  padding-right:0.5em;
  /*font-family: "FontAwesome";*/
  /*content:"\f02d";*/
}

.-btn_area{
  margin:20px auto;
  text-align:center;
}
.-btn_area .btn_month{
  padding:0.7em 3em;
  background:none;
  font-size:20px;
  font-weight:bold;
  color:#666;
  border:2px solid #ff6600;
 /*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;*/
  transition: 0.5s;
  background: #ffffff;
  font-family :  	YuMincho,    /* Mac用 */
    'Yu Mincho',"游明朝",  /* Windows用 */
    serif;
    border-color: rgb(102, 102, 102);

}
.-btn_area .btn_month:hover{
  background-color:#000;
  border:2px solid #000;
  text-decoration: none;
  color: #fff;

}
.-btn_area .btn_month span{
  font-size:16px;
}

.btn_bn{
  display:inline-block;
  margin:20px 0 60px;
  padding:10px 30px;
  background:#000;
  color:#fff;
  text-decoration:none;
}
.btn_bn:hover{
  background:#57c2ae;
  color:fff;
}


/*========================

  06.information

==========================*/

#indexpage .information{
  background-image: url("https://www.mag2.com/sv/famous/irnote/img/img_04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
  background-position:center top;
  padding: 40px 0 0;
  height: 100%;
  box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
    margin-bottom:10px;
}

/* ピックアップ */
.information .-pickup{
  margin:40% auto 10%;
  display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
}

.information .-pickup ul{
  width:100%;
}
.information .-pickup .-list{
  width:23.7%;
  margin: 10px 0.5% ;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  min-height: 330px;
  min-width: 200px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}


.information .-pickup .-list .-circle{
  color:#666;
  padding: 20px 15px;
  vertical-align:middle;
  line-height:1.6;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.information .-pickup .-list .-circle span {
  color:#222;
  font-size: 20px;
  position: relative;
   display: block;
   padding-bottom: 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #aaaaaa;
  text-align:center;

 }

.information .-pickup .-list .-circle span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #aaaaaa ;
  width : 35% ;
  width : -webkit-calc(40% - 40px) ;
  width : calc(40% - 40px) ;
  margin: 0 auto;
}


.information .-txt_bold{
  font-size:16px;
  font-weight:bold;
  color:#fff;
}

/*購読*/
.last_btn .info{
  padding:10px 0 10px;
  background-color:rgba(255,255,255,0.95);
  color: #222222;
  background-repeat: repeat-x;
  background-position: bottom;
  color: #666;
}
.last_btn .info .-title{
  vertical-align:top;
  border-right:1px solid #666666;
  font-weight:bold;
  text-align:right;
}

.last_btn .info .-title h2 {
  margin: 0 5% 0 0
}

#indexpage .last_btn .info .footer-logo-pc {
  width:70%
}

.last_btn .info .-detail{
  display:table-cell;
  vertical-align:middle;
  font-size:16px;
  line-height:30px;
}

.last_btn .info .-detail .-list
.last_btn .info .-detail .-list {
    margin: 0 auto;
    display: block;
    float: left;
    min-width: 250px;
    text-align: left;
    box-sizing: border-box;
}

.last_btn .info .-detail .-format {
    clear: both;
    width:100%;
}

.last_btn .info .-detail .-list .-definition{
  display:inline-block;
  font-weight:bold;
  padding-right: 1.5em;
  color: #222;

}

.last_btn .info .-detail .-btn{
  margin-top:20px;
  padding:20px 30px;
  display:inline-block;
  border: 1px solid ff6600;
  width:100%;
  font-size:20px;
  color:#ffffff;
  text-align:center;
  background: #ff6600;
}
.last_btn .info .-detail .-btn span{
  font-size:15px;
}
.last_btn .info .-detail .-btn:hover{
  background:#222222;
  color:#f2f2f2;
}

#indexpage .last_btn .foot_btm{
  background-color:rgba(255, 255, 255, 0.5);
  background-size:cover;
  background-position:bottom right;
  background-repeat:no-repeat;
}


p.fifth {
  left: 10px;
  top:60px;
}



/*========================

  footer

==========================*/
.footer{
  margin-top:0;
  font-size:13px;
}
.footer .-link{
  margin-bottom:5px;
}
.footer .-link .-item{
  display:inline-block;
}
.footer .-link .-item a{
  padding:0 0.5em;
  border-left:1px solid #1c7bc4;
}
.footer .-link .-item:first-child a{
  border-left:none;
}
.footer .pmark{
  text-align:right;
}

.footer-sns {
  padding: 40px;
  position: relative;
}

.estilo-cre {
  font-size: 11px;
  line-height: 1.5;
  color: #666;
  background-color: #f2f2f2;
  text-align: center;
  padding: 10px;
}

.estilo-cre p {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 0;
}


.inc_footer {
  margin-top:0px!important;
}

.inc_footer .-inner .-list {
    text-align: center!important;
}


/*========================

  backnumber page

==========================*/

#backnumber .header{
  margin:0 auto;
  background-image:url("https://www.mag2.com/sv/famous/irnote/img/img_03.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:right top;
  z-index:100;
  width:auto;
  height:60vh;
  color:#000;
  box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
}

#backnumber .header h1{
  margin-bottom:40px;
  font-size:25px;
  font-weight:bold;
  line-height:30px;
}
#backnumber .header h1 span{
  display:block;
  font-size:15px;
}
#backnumber .header h1 a{
  color:#000;
}
#backnumber .header h1 a:hover{
  color:#57c2ae;
}
#backnumber .header h2{
  font-size:54px;
}






/* year */
.tab .year{
  margin:30px 0;
}
.tab .year li{
  display:inline-block;
  background:#000;
  font-size:16px;
  color:#fff;
}
.tab .year li a{
  padding:10px 30px;
  display:block;
  color:#fff;
}
.tab .year .-active,
.tab .year li:hover{
  background:#57c2ae;
}

/* date */
.tab .date li{
  padding:0 1em;
  display:inline-block;
  border-right:1px solid #000;
  font-weight:bold;
}

/* tab */
.yearbox{
  z-index:0;
}

#backnumber {
  padding:30px 0;
}

#backnumber .-inbox{
  border:none;
  border:2px solid #aaa;
  padding:20px;

}
#backnumber .-inbox .-month{
  display:block;
  vertical-align:middle;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  margin-bottom: 1em;
}
#backnumber .-inbox ul{
  vertical-align:middle;
}
#backnumber .-btn_area{
  margin-top:40px;
}

/* information */
#backnumber .information{
  background:#868686;
  background-repeat: no-repeat;
  background-size: cover;
  z-index:5;
  overflow:hidden;
}
#backnumber .information .info{
  margin-bottom:0px;
}

p.sixth {
    right: 10px;
    top: 40px;
}



/*==============================media query============================================*/

@media (max-width: 768px){

/*========================

  common

==========================*/
.s-none{display:none;}
.s-block{display:block;}

.header, .intro{
  padding:20px 0;
  height:auto;
  width:auto;
}
/* side btn */
#btn_side {
  top:50%;
}

div.container .page-count {
  opacity: 0.2;
}
	
	
	#magaward_button{
		top:5px!important;
	}


/*========================

  header

==========================*/
#indexpage .header{
  margin:50px auto 0;
  background-image:url("https://www.mag2.com/sv/famous/irnote/img/main_v_sp.jpg");
  background-repeat:repeat-x;
  background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position:center top;
  text-align:left;
  background-attachment:scroll;
  animation: honda 2s linear ;
  animation-fill-mode:backwards;
  animation-timing-function:ease	;
  height: 46vh;
}

#indexpage .header .pc-only {
  display: none;
}

#indexpage .header .sp-only{
    width: 100%;
  display: block;
}

#indexpage .header .header-logo{
  display: block;
  margin-top: 0;
}



/*title*/
#indexpage .header h1{
  margin-bottom:10px;
  font-size:28px;
  line-height:42px;
}

/* btn */
#indexpage .header .-btn{
  font-size:14px;
  width: 100%;
}
#indexpage .header .-btn span{
  font-size:13px;
}


/*========================

  01.introduction

==========================*/
.intro{
  padding:40px 0 ;
  background:none;
}

.intro .intro-left {
 margin-top: 0;
}

.intro h3 {
    font-size:33px;
    margin: 10px 0;
    padding: 10px 0 10px;
    position: relative;
    text-align:center;
}

.intro .intro-img-sp {
  display: block;
  margin: 20px 0 10px;
  padding: 0;
  text-align: center;
}

.intro .intro-img-sp img {
  width: 100%;
}

.intro .intro-img-pc {
  display: none;
}


p.first {
    top: 10px;
    left: 0;
}

/*========================

  03.about

==========================*/
.about{
  background-image:url(https://www.mag2.com/sv/famous/irnote/img/img_02_sp_b.jpg);
  background-repeat:no-repeat;
  z-index:8;
  color:#fff;
  background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position:center top;
  background-attachment:scroll;
  height:100%;
}

.about h3{
  padding-bottom:10px;
  font-size: 40px;
  }

.about h4{
  font-size: 24px;
}

.about .profile {
  line-height: 1.6;
}


/* textlink */
.about .txt_link a{
  line-height:5em;
}

/* profile */
.about .profile{
  font-size:12px;
}
.about .profile {
  padding-top:10px;
  border-top:1px solid #fff;
}

p.third {
    top: 10px;
    left: 0 ;
}


/*========================

  04.sample

==========================*/

.sample{
  background-image:url(https://www.mag2.com/sv/famous/irnote/img/img_05.png);
  background-repeat:no-repeat;
  z-index:8;
  background-size:100%;
  background-position:center bottom;
  box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
   margin-bottom: 10px;
   height: 100%;
   padding:0 0 60px;

}
.sample h3{
  padding-bottom:20px;
  font-size:36px;
}

p.fourth {
    top: 10px;
    left: 0 ;
}

/*========================

  05.backnumber

==========================*/

.backnumber{
  background-attachment:scroll;
  overflow:hidden;
}
.backnumber h3{
  font-size:24px;
}

.backnumber .-detail .-list {
  padding-left: 0;
}

/*.backnumber .bnbox::before,
.backnumber .bnbox::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.backnumber .bnbox::before {
	top: 0;
	left: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
.backnumber .bnbox::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}*/

.-inbox{
  font-size:14px;
}
.-inbox:first-child{
  border:none;
}
#indexpage .-inbox .-month{
  display:none;
}
.-inbox .-list{
  padding-bottom:0.8em;
}
.-inbox .-list .-date{
  padding-right:0.5em;
  font-weight:bold;
}
.-inbox .-list .-date:before{
  padding-right:0.5em;
  /*font-family: "FontAwesome";
  content:"\f02d";*/
}

.-btn_area{
  margin:20px auto;
  text-align:center;
}
.-btn_area .btn_month{
  padding:20px 40px;
  font-size:20px;
  font-weight:bold;

}
.-btn_area .btn_month span{
  font-size:16px;
}

.btn_bn{
  display:inline-block;
  margin:20px 0;
  padding:10px 30px;
  background:#000;
  color:#fff;
  text-decoration:none;
}
.btn_bn:hover{
  background:#57c2ae;
  color:fff;
}


p.fifth {
    left: 10px;
    top: 40px;
}


/*========================

  last

==========================*/

#indexpage .information{
  background-image:url(https://www.mag2.com/sv/famous/irnote/img/img_04.jpg);
  background-repeat:no-repeat;
  z-index:6;
  overflow:hidden;
  background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position:center top;
  background-attachment:scroll;
  height: 100%;
  position: relative;
}

/* ピックアップ */
.information .-pickup{
  margin:300px auto 20px;
}
.information .-pickup .-list{
  display:inline-block;
  width:100%;
  text-align:center;
  min-height: 10px;
  min-width: 200px;
}


.information .-pickup .-list .-circle{
  vertical-align:middle;
  font-size:12px;
  line-height:24px;
  padding: 20px 10px;
}

.information .-pickup .-list .-circle span::before {
  width : 60% ;
  width : -webkit-calc(70% - 40px) ;
  width : calc(70% - 40px) ;
  margin: 0 auto;
}


.information .-txt_bold{
  font-size:16px;
  font-weight:bold;
  color:#fff;
}

/*購読*/

.last_btn .info{
  padding:40px 0 80px;
  background-color:rgba(255,255,255,0.95);
  color: #222222;
  background-repeat: repeat-x;
  background-position: bottom;
  color: #666;
}

.last_btn .info .-title {
  border: none;
  text-align:right;
}

#indexpage .last_btn .info .footer-logo-pc {
  display:none;
}

#indexpage .last_btn .info .footer-logo-sp {
  width:100%;
  display: block;
}



.last_btn .info{
  margin-bottom:0;
  padding:0 0 20px;
}

.last_btn .info .-detail{
  padding:20px 15px 0px 15px;
  font-size:14px;
  line-height:30px;
}
.last_btn .info .-detail .-list .-definition{
  font-weight:bold;
}
.last_btn .info .-detail .-list .-definition i{
  padding-right:1em;
}
.last_btn .info .-detail .-btn{
  margin-top:20px;
  padding:20px 30px;
  font-size:18px;
}

.last_btn .info .-detail .-btn span{
  font-size:13px;
  display: block;
}
#indexpage .last_btn .foot_btm{
  margin-top:10px;
  padding-bottom:0;
}





/*========================

  footer

==========================*/
.footer{
  margin-top:40px;
  padding:20px 0;
  font-size:12px;
}
.footer .-link{
  margin-bottom:5px;
}
.footer .-link .-item{
  display:block;
  margin-bottom:5px;

}
.footer .-link .-item a{
  border-left:1px solid #1c7bc4;
}
.footer .-link .-item:first-child a{
  border-left:1px solid #1c7bc4;
}
.footer .pmark{
  text-align:center;
}


.footer-sns {
  padding:0 10px 20px;
  position: relative;
}


/*========================

  backnumber page

==========================*/

#backnumber .header{
  padding:60px 0 40px;
  background-attachment:scroll;
  height:auto;
  color:#000;
}
#backnumber .header h1{
  margin-bottom:20px;
  font-size:20px;
  font-weight:bold;
  line-height:30px;
}
#backnumber .header h1 span{
  display:block;
  font-size:15px;
}
#backnumber .header h2{
  font-size:40px;
}

/* year */
.tab .year{
  margin:30px 0;
}
.tab .year li{
  display:inline-block;
  background:#000;
  font-size:14px;
  color:#fff;
}
.tab .year li a{
  padding:10px 20px;
  display:block;
  color:#fff;
}
.tab .year .-active,
.tab .year li:hover{
  background:#57c2ae;
}


/* date */
.tab .date li{
  padding:0 1em;
  display:inline-block;
  border-right:1px solid #000;
  font-weight:bold;
}

/* tab */
/*#backnumber .-inbox:nth-child(odd){
  background-color:#e4e4e4;
  margin:0 -100%;
  padding:10px 100%;
}*/
#backnumber .-inbox .-month{
  padding-top:1em;
  display:block;
  width:100%;
  font-size:18px;
}
#backnumber .-inbox ul{
  padding:2em 1em 0;
  display:block;
  width:100%;
  border-left:none;
  border-top:2px solid #000;
}
#backnumber .-btn_area{
  margin:20px auto 30px;
}

#backnumber .-btn_area .btn_month{
  padding:0.7em 2em;
  font-size:16px;

}
#backnumber .-btn_area .btn_month span{
  font-size:14px;
}
#backnumber .btn_bn{
  display:inline-block;
  margin:20px 0;
  padding:10px 30px;
  background:#000;
  color:#fff;
  text-decoration:none;
}
#backnumber .btn_bn:hover{
  background:#57c2ae;
  color:fff;
}



}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px){
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 480px) {
}
