/*========================

  settings

==========================*/
/* basic */
html, body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ", sans-serif;
  font-size: 14px;
}

body {
  background: #fff;
}

p {
  line-height: 1.7;
}

/*========================

  common

==========================*/
/* 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: "Hiragino Kaku Gothic ProN", Meiryo, 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: 100vw;
  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);
}

.navbar-right {
  font-size: 12px;
}

/*========================

  Bootstrap

==========================*/
body {
  background-image: url("https://www.mag2.com/sv/famous/takashiro/img/bg2.jpg");
  background-position: left;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*========================

  header

==========================*/
.typewriter-col {
  font-size: 17px;
  height: 35px;
  width: 250px;
  background-color: white;
  box-shadow: 4px 4px 6px -2px gray;
  border: thin outset #D0D0D0;
}

.typewriter-col .typewrite {
  line-height: 34px;
}

.typewriter-row {
  padding-top: 60px;
  padding-left: 75px;
  height: 30%;
}

.breadcrumb-row {
  padding-top: 20px;
  padding-left: 75px;
  height: 20%;
}

.header {
  margin-top: 50px;
}

.header_pc {
  height: 33vw;
  background-image: url('https://www.mag2.com/sv/famous/takashiro/img/banner_PCr.jpg');
  background-size: cover;
}

.header_pc h1 {
  padding-left: 18px;
  font-size: 32px;
  font-weight: bold;
  color: #00FFB4;
  letter-spacing: 0.2em;
}

.header_pc h2 {
  padding-left: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #00FFB4;
  letter-spacing: 0.1em;
}

.header_pc a {
  padding-right: 10px;
  color: black;
  opacity: 0.5;
  font-size: 14px;
  text-align: left;
}

.header h1 {
  padding-left: 18px;
  font-size: 20px;
  font-weight: bold;
  color: #00FFB4;
  letter-spacing: 0.1em;
}

.header h2 {
  padding-left: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #00FFB4;
  letter-spacing: 0.1em;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.header a {
  color: black;
  opacity: 0.5;
  font-size: 10px;
  text-align: left;
}

.hp-titlerow-sp {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 50px
}

.hp-typewriterrow-sp {
  position: absolute;
  z-index: 2;
  left: 34px;
  top: 210px
}

.hp-typewritercol-sp {
  height: 27px;
  width: 183px;
  background-color: white;
  box-shadow: 4px 4px 6px -2px gray;
  border: thin outset #D0D0D0;
}

.hp-typewritercol-sp .typewrite{
  line-height: 27px;
}

.hp-titlebox-sp {
  height: 90px;
  width: 217px;
  background-color: black;
}

.hp-breadcrumb-sp {
  position: absolute;
  z-index: 2;
  left: 34px;
  top: 250px
}

.hp_titlebox {
  width: 45%;
  background-color: black;
  padding-bottom: 10px;
}

.hp_title_row {
  padding-top: 100px;
  padding-left: 75px;
  height: 50%;
}

/*========================

  購読コーナー

==========================*/
.mx600 {
  max-width: 600px;
}

.mx700 {
  max-width: 700px;
}

.mx750 {
  max-width: 750px;
}

.subscribe-corner {
  background-color: black;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.subscribe-corner .row {
  margin: 0;
  padding-left: 25px;
  display: flex;
  align-items: center;
}

.subscribe-corner .row .col-xs-3 {
  text-align:left;
}

.subscribe-corner-pc {
  background-color: black;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
}

.subscribe-corner-pc button {
  background-color: #FF8C1A;
  border: medium white outset;
  font-size: 15px;
  font-weight: bold;
  color: white;
  width: 100%;
}

.subscribe-pc-row {
  max-width: 832px;
  padding-top: 20px;
}

.mint-color {
  color: #00FFB4;
  font-weight: bold;
  opacity: 0.8;
}

.sc-title {
  text-align: center;
  padding-left: 10px;
}

.white-color {
  color: white;
  opacity: 0.9;
}

.subscribe-corner button {
  background-color: #FF8C1A;
  border: medium white outset;
  font-size: 15px;
  font-weight: bold;
  color: white;
  margin-top: 10px;
}

/*========================

  メルマガ紹介、サンプル号、著者プロフィール

==========================*/
.p-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mint-title {
  background-color: rgba(0, 255, 180, 0.3);
  color: black;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.3em;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.read-btn {
  font-size: 13px;
  border: thin outset #D0D0D0;
  background-color: #DDDDDD;
  color: black;
  border-radius: 3px;
  line-height: 1.5;
}

.id-number {
  font-size:12px; opacity:0.7;
}

.pwrap {
  word-wrap: break-word;
}

.writer-name {
  font-size:18px; font-weight: bold; letter-spacing: 0.1em;
}

.modal-title {
  font-weight:bold;
}

.modal-sub-btn {
  background-color:#FF8C1A ;border: medium white outset;
}

/*========================

  footer,backNumbers

==========================*/
.footer {
  margin-top: 40px;
  font-size: 13px;
  border-top: 1px solid #868686;
  max-width: 1000px;
  padding-top: 30px;
}

.footer .-link {
  margin-bottom: 5px;
}

.footer .-link .-item {
  display: inline-block;
}

.footer .-link .-item a {
  padding: 0 0.5em;
  border-left: 1px solid #868686;
  color: rgba(0, 0, 0, 0.5);}

.footer .-link .-item:first-child a {
  border-left: none;
}

.footer .pmark {
  text-align: right;
}

.-list {
  display: block;
}

.-date {
  padding-right: 15px;
  color: rgba(0, 0, 0, 0.3);
}

.-month{
  font-size: 16px;
  font-weight: bold;
}

.btn_month {
  float: right;
  background-color: #DDDDDD;
  color: black;
  border: thin outset #D0D0D0;
  margin-top: 20px;
  padding-top:5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}
.-inbox ul {
  padding-inline-start: 0px;
  text-align: center;
}

.-detail {
  padding: 0px;
}

.allbacknum {
  margin-top:20px;
  display: inline-block;
}

.sns-btns {
  padding-top: 30px;
}

.sns-btns-wrap {
  padding-left: 0px;
}

@media (max-width: 659px) {

  /*mobile<pad*/
  /*========================

  footer

==========================*/
.-list {
  font-size: 12px;
}

.-inbox ul {
  padding-inline-start: 20px;
  text-align: left;
}

.month {
  width: 100;
}

  .header_pc {
    display: none;
  }

  .subscribe-corner-pc {
    display: none;
  }

  .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 #868686;
  }

  .footer .-link .-item:first-child a {
    border-left: 1px solid #868686;
  }

  .footer .pmark {
    text-align: center;
  }
}

@media screen and (min-width: 660px) {
  .header {
    display: none;
  }

  .header_pc {
    display: block;
  }

  .subscribe-corner {
    display: none;
  }

  .subscribe-corner-pc {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .-month {
    padding-left: 100px;
  }

  .btn_month {
    margin-right: 100px;
  }

  .allbacknum {

    margin-right:100px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 480px) {}

@media screen and (min-width:653px) and (max-width:880px) {
  .typewriter-row {
    display: none;
  }

  .breadcrumb-row {
    display: none;
  }
}
