/*========================

  settings

==========================*/

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html,body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/* basic */
html,body {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{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}*/

/* 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;
}


/* bottom-btn */

#footer-fix {
  display:none;
  position:fixed;
  bottom:0;
  z-index:50;
  width:100%;
  -webkit-backface-visibility: hidden;
}


/* 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);
}

section {
  position: relative;
}

.page-count {
  position: absolute;
  font-size: 100px;
  color : #bbbbbb;
  opacity: 0.6;
  font-family: sans-serif;
  z-index: 50;
}


h3,
.-btn,
.page-count {
  font-family :  	YuMincho,    /* Mac用 */
    'Yu Mincho',"游明朝",  /* Windows用 */
    serif;
  font-weight: 400;
}

/*========================

  header

==========================*/
#indexpage .header{
  margin: 0 auto;
  padding: 0 2.5%;
  background-image: url(../img/main_v.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  z-index: 10;
  text-align: left;
  position: relative;
  height: 70vh;
}

#indexpage .header .free-logo {
  display: block;
  position: absolute;
  right:0;
  top: 5%;
  width: 250px;
}


#indexpage .foot_btm .footer-logo-pc {
  width:50%;
}

#indexpage .header .header-logo-sp,
#indexpage .foot_btm .footer-logo-sp,
#indexpage .sp-only {
  display: none;
}

/*title*/
#indexpage .header p{
  margin:0 ;
  padding:5px 0;
  font-size:12px;
  color:#666;
}


/*title*/
#indexpage .header h1{
  margin-bottom:10px;
  font-size:34px;
  font-weight:bold;
  color:#fff;
  line-height:40px;
  text-align: left;
}

#indexpage .header-logo {
  position: absolute;
  bottom: 0;
  left: 2.5%;
}

#indexpage img.header-logo-name {
    position: absolute;
    top: 5%;
    left: 2.5%;
    max-width: 200px;
  width: 100%;
  }

.sub-lead {
  font-size:150%;
  display:block;
  font-weight:bold;
  color:#fff;
  text-shadow: 0px 4px 10px #000;
  font-style: italic;
  font-family :  	YuMincho,    /* Mac用 */
    'Yu Mincho',"游明朝",  /* Windows用 */
    serif;
    padding-bottom: 0.1em;
    line-height: 1.3
}


@media (max-width: 1100px){

.sub-lead {
  font-size:120%;
}

}


#indexpage .header-logo img {
  max-width: 800px ;
  width:100%;
}


/* btn */
#indexpage .header .-btn{
  padding:15px 10px;
  display:block;
  font-size:24px;
  font-weight:bold;
  color:#222;
  background-color: #ffffff;
  text-align: center;
  width:50%;
  box-sizing: border-box;
  border: none;
  margin:0 ;
}
#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:14px;
  min-height: 100vh;
  padding: 5vh 0;
  background: url("../img/img_01.png");
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-position:right top;
  background-repeat: no-repeat;
pointer-events: none;
z-index: 20;
}



.intro h3 {
    margin: 50px 0 20px;
    position: relative;
    text-align:center;
    font-size:48px;
    color: #111111;
    letter-spacing: -1.5pt;
    white-space: nowrap;
}


.intro h3 span {
	font-size: 0.7em;
}

.intro .intro-inner {
  padding: 20px;
  color: #333333;
  font-size: 20px;

}

.intro .intro-inner p {
  line-height: 1.8;
  font-size: 19px;
  margin-bottom: 1em;
}

.intro .intro-inner ol {
  margin: 0 0 3.5em;
  padding: 0;
}

.intro .intro-inner ol li {
  margin: 0 0 2em;
  padding: 0;
  line-height: 1.6;
  font-style: italic;

}

.intro .intro-inner ol li p {
  font-weight: bold;
  font-size: 20px;
}

.intro .intro-inner ol li span {
  font-weight: bold;
  font-size: 24px;
}

.intro .intro-img-pc {
  margin: 20px 0 0 20px;
  max-height: 600px;
  background: url("../img/img_01.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position:right top;
  height: 70vh;
pointer-events: none;
}

.intro .intro-img-sp {
  display: none;
  pointer-events: none;
}


@media screen and (min-width:1200px) and ( max-width:1440px) {
  .intro {
  background-size: 85vh auto;
  -webkit-background-size: 85vh auto;
  -moz-background-size: 85vh auto;
  -o-background-size: 85vh auto;
  background-position:right top;
  background-repeat: no-repeat;
}
}

@media screen and (min-width:767px) and ( max-width:1200px) {
  .intro {
    padding: 0 0;
    background: none;
  }
  .intro .intro-img-sp {
    display: block;
    margin: 10px;
    padding: 0;
    text-align: center;
}
.intro .intro-img-sp img {
    width: 70%;
}
}


/* プロフィール */

.profile-box {
  margin-top: 10px;

}

.profile-box p b {
  font-size: 110%
}

.b-page a {
  font-size: 140%;
  color: #428bca;
  text-decoration: underline;
}

.b-page a:hover {
  text-decoration: none;
}

.b-page a .fa-angle-double-right {
   padding-right: 10px;
}

.b-page a .fa-angle-double-left {
  padding-left: 10px;
}

.page-count.first {
  top:10vh;
  right: 2.5%;
}


/*========================

  03.about

==========================*/

.about {
  background-image:url(../img/img_02.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
  background-position:center top;
  color:#fff;
  padding:10vh 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);
 margin-bottom: 10px;
 min-height: 100vh;
}

.about h3 {
  padding-bottom:1em;
  text-align: left;
  font-size: 48px;
  font-family :  	YuMincho,    /* Mac用 */
    'Yu Mincho',"游明朝",  /* Windows用 */
    serif;
    font-weight: bold;

}

.about .profile p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 200;
  margin-bottom: 1em;
}

.about h4{
  font-size: 24px;
  margin-top: 2em;
  font-weight: bold;
}

.about .profile h4 + p{
  font-size: 20px;
  line-height: 1.6;
}

.about .ulink{
  color:#fff;
  text-decoration:underline;
}
.about .ulink:hover{
  color:#57c2ae;
  text-decoration:none;
}


/* textlink */
.about .txt_link:before{
  content:"＞";
}
.about .txt_link a{
  color:#fff;
  line-height:10em;
  text-decoration:underline;
}
.about .txt_link a:hover{
  color:#57c2ae;
  text-decoration:none;
}

.page-count.second {
  left: 5%;
  top: 10vh;
}

/*========================

  03.sample

==========================*/
.sample{
  margin:0 auto ;
  padding:5vh 0 5vh;
  background-color: #ffffff;
  background-image:url(../img/img_05.png), url(../img/img_06.png);
  background-repeat:no-repeat;
  background-position:left bottom, right bottom;
  background-size: 30%, 30%;
  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:#95989a;
}

.sample .-txt_box{
  margin:0 auto;
  padding:20px;
  background-color:rgba(255,255,255,0.8);
  text-align:left;
  max-width:600px;
  width:100%;
  word-break:break-all;
  border:1px solid #aaa;
  height: 65vh;
  overflow: hidden;
}

.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;
}

.page-count.third {
  top: 10vh;
  right: 5%;
}


/*========================

  05.backnumber

==========================*/

.backnumber{
  background-image:url(../img/img_04.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
  background-position:top center;
  z-index:6;
  padding: 10vh 0 5vh;
  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 h3{
  padding:0;
  text-align: center;
  font-size:60px;
  color:#ffffff;

}

/*iframe*/
.backnumber .bnbox{
  text-align:left;
  background:rgba(255,255,255,1);
	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;
}*/

.yearbox{
  overflow:hidden;
}

.-inbox{
  padding:0 0 30px;
  font-size:14px;
  border-top:2px solid #777;
}
.-inbox:first-child{
  border:none;
}
#indexpage .-inbox .-month{
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.-inbox .-list{
  padding-bottom:1.3em;
}
.-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 #666666;
 /*-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;

}
.-btn_area .btn_month:hover{
  background: #ff6600;
  border:2px solid #ff6600;
  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;
}

.page-count.fourth {
  top: 10vh;
  left: 5%;
}


/*========================

  06.information

==========================*/

#indexpage .information{
  background-image: url("../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:50px 0 110px;
  background-color:rgba(255,255,255,0.95);
  color: #222222;
  background-image: url("../img/footer_bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
  color: #666;
}
.last_btn .info .-title{
  vertical-align:top;
  font-weight:bold;
}

.last_btn .info .-title img {
  width:100%;
  padding:0 10px;
  box-sizing: border-box;

}

.last_btn .info .-detail{
  display:table-cell;
  vertical-align:middle;
  font-size:16px;
  line-height:30px;
}

.last_btn .info .-detail .-list {
    margin: 0 1.5em 0 0 ;
    display: block;
    float: left;
    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: 1em;
  color: #222;
}

.last_btn .info .-detail .-btn{
  margin-top:5px;
  padding:20px 30px;
  display:inline-block;
  /*border: 1px solid #ff6600;*/
  width:100%;
  font-size:24px;
  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-fix.last_btn .info {
  padding: 15px 10px 10px;
  background-image: none;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  background-color:rgba(0,0,0,0.8);
  text-align: -ms-center;

}

#footer-fix.last_btn .info .-detail {
  margin: 0 auto;
}

#footer-fix.last_btn .info .-detail .-btn{
  margin-top:5px;
  padding:15px 30px;
  display:inline-block;
  border: 1px solid #ff6600;
  width:100%;
  font-size:18px;
  color:#ffffff;
  text-align:center;
  background: #ff6600;
}


/*========================

  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 {
  background: #000;
  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;
}

.inc_footer .-credit {
  display: none!important;
}

.mag2year{
  padding: 10px 10px 0;
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: bold;
}

/*==============================media query============================================*/

@media (max-width: 767px){



/*========================

  common

==========================*/
.s-none{display:none;}
.s-block{display:block;}

.header, .intro{
  padding:20px 0;
  height:auto;
  width:auto;
}
/* side btn */
#btn_side {
  top:50%;
}


/*========================

  header

==========================*/
#indexpage .header{
  margin:0 auto;
  padding:60px 0 5px;
  background-image:url("../img/main_v_sp.jpg");
  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	;
}

#indexpage .header .free-logo {
  display: none;
}


#indexpage .header .pc-only {
  display: none;
}

#indexpage .header .sp-only{
    width: 100%;
  display: block;
}

#indexpage .header .header-logo-sp{
    width: 97.5%;
  display: block;
}

#indexpage .header-logo img {
      width: 97.5%;
}

#indexpage .header_sp{
	background-image:url("../img/main_v_sp_0901.jpg");
  background-size:cover;
}

/*title*/
#indexpage .header h1{
  margin-bottom:0;
  font-size:20px;
  line-height:1.2;
}

/* btn */
#indexpage .header .-btn{
  font-size:18px;
  width: 97.5%;
  padding: 5px 10px;
}
#indexpage .header .-btn span{
  font-size:13px;
  line-height: 1.4
}

.sub-lead span {
    display: block;
    color: #c0b34f;
    padding-bottom: 5px;
}


/*========================

  01.introduction

==========================*/
.intro{
  padding:0 0;
  background:none;
}

.intro .intro-left {
 margin-top: 0;
}

.intro h3 {
    font-size:26px;
    margin: 10px 0 0;
    padding: 10px 0 0;
    position: relative;
    text-align:center;
    line-height: 1.6;
    white-space: normal;
}


.intro .intro-img-sp {
  display: block;
  margin: 10px;
  padding: 0;
  text-align: center;
}

.intro .intro-img-sp img {
  width: 100%;
}



/*========================

  03.about

==========================*/
.about{
  background-image:url(../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;
}


/* textlink */
.about .txt_link a{
  line-height:5em;
}



/*========================

  last

==========================*/

#indexpage .information{
  background-image:url(../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-image: url("../img/footer_bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
  color: #666;
}

.last_btn .info .-title {
  border: none;
  text-align:right;
  padding: 2px 0 ;
}

#indexpage .last_btn .info .footer-logo-pc {
  display:none;
}

#indexpage .last_btn .info .footer-logo-sp {
  width:100%;
  display: block;
}

.slide-top {
  padding-bottom: 30px
}

.last_btn .info{
  margin-bottom:0;
  padding:5vh 0 5vh;
}

.last_btn .info .-detail{
  padding: 10px 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:5px;
  padding:5px ;
  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;
}
.free_text {
  display: block;
}

/*========================

  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;
}

.mag2year{
padding: 10px 15px 0px;
text-align: left;
}


}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px){
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 480px) {

  #indexpage .header{
    background-image:url("../img/main_v_sp.jpg");
    background-size:cover;
}
#indexpage .header_sp{
	background-image:url("../img/main_v_sp_0901.jpg");
  background-size:cover;
}
.page-count {
  display: none;
}

  .sub-lead {
    font-size:120%;
  }

#indexpage img.header-logo-name {
    position: absolute;
    top :10%;
    left: 2.5%;
    max-width: 450px;
    width: 35%;
}

/* intro */

.intro .intro-inner {
  padding: 20px 0;
  font-size: 18px;
}

.intro .intro-inner ol {
  margin: 0 0 3.5em;
}

.intro .intro-inner ol li {
  font-size: 16px;
}

.intro .intro-inner ol li p {
  font-weight: bold;
}

.intro .intro-inner ol li span {
  font-weight: bold;
  font-size: 20px;
}


/* about */

.about {
  padding: 5vh 0;
}

.about h3{
  font-size: 26px;
  text-align: center;
}

.about .profile p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 200;
  margin-bottom: 1em;
}

.about h4{
  font-size: 20px;
  margin-top: 2em;
  font-weight: bold;
}

.about .profile h4 + p{
  font-size: 16px;
  line-height: 1.6;
}

/* sample */

.sample {
  padding: 0 0 5vh;
}

.sample h3 {
  padding-bottom: 10px;
  font-size: 40px;
}


/* backnumber */

.backnumber {
  padding: 0 0 5vh;
  background-attachment: scroll;
}

.backnumber h3 {
  font-size : 40px;
}


/* 追尾ボタン */

#footer-fix.last_btn .info .-detail .-btn{
  padding:5px ;
  width:100%;
  font-size:16px;
}

#footer-fix.last_btn .info .-detail {
    padding: 0;
    font-size: 14px;
    line-height: 30px;
}

#footer-fix.last_btn .info .-detail p {
  margin-bottom: 5px;
}


#footer-fix.last_btn .info {
  padding:5px 0 0 5px;
  background-image: none;
  text-align: center;
  text-align: -webkit-center;
  background-color:rgba(0,0,0,0.8);
}

#footer-fix.last_btn .info .-detail .-btn　{
  margin-top: 0;
}

#pagetop {
  display: none;
}

}

@media screen and (max-width: 320px) {
  .sub-lead {
    font-size:100%;
  }
}



@media screen and (max-width: 1024px) {
#indexpage .header{
  background-attachment:scroll;
}

.about {
  background-attachment:scroll;
}

.backnumber{
  background-attachment:scroll;
}

}
