@charset "UTF-8";
/* CSS Document */

.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

a:link {
  color: #ff3300;
  text-decoration: none;
}

a:visited {
  color: #ff3300;
  text-decoration: none;
}

a:hover {
  color: #ff9900;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body {
  background-image: url(../img/base.jpg);
  background-position: top;
  background-attachment: fixed;
  background-repeat: repeat-y;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.9em;
  letter-spacing: 0.05em;
}
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@import url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
.exLink:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

br.sp {
  display: none;
}

/* ヘッダー
 * --------------------------------------------------------*/
.head {
  width: 760px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
}
.head img {
  max-width: 100%;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}


/*ヨドガワ
 * --------------------------------------------------------*/
.yodogawa {
  width: 700px;
  margin:0 auto;
  overflow: hidden;
  padding-bottom: 30px;
  font-family: "Hiragino UD Sans W6 JIS2004";
}
.yodogawa .left {
  float:left;
  width: 420px;
}
.yodogawa .right {
  float:right;
}
.yodogawa .right .book {
  padding-bottom: 20px;
}
.yodogawa .right .cap {
  font-size: 14px;
  line-height: 1.8em;
  padding-top: 20px;
}


/*ポップアップ
 * --------------------------------------------------------*/
.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label {
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 80%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 500px;
         height: 600px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -250px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}


/*目次
 * --------------------------------------------------------*/
.mokuji {
  width: 640px;
  margin: 0 auto;
  text-align: center;
}
.mokuji_title {
  text-align: left;
  margin: 0 auto;
}
.mokuji_date {
  font-size: 15px;
  padding-bottom: 10px;
}

/*タイトル
 * --------------------------------------------------------*/
.title {
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.title_date {
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
}


/*対談
 * --------------------------------------------------------*/
 .conv_base {
   width: 600px;
   margin: 0 auto;
   background-color: #fff;
   border-radius: 10px;        /* CSS3草案 */
     -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
     -moz-border-radius: 10px;   /* Firefox用 */
 }
 .conv {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 50px;
}
.conv dl {
  padding-bottom: 20px;
}
.conv dt {
  float: left;
  clear: both;
  font-family: "Hiragino UD Sans W6 JIS2004";
  text-align: left;
}
.san {
  font-size: 14px;
}
.conv dd {
  margin-left: 75px;
  text-align: left;
}
.conv .photo {
  width: 560px;
  padding: 10px;
  margin-left: -65px;
  margin-bottom: 30px;
}
.end {
  text-align: center;
  padding-bottom: 30px;
}


/*INFO
 * --------------------------------------------------------*/
.info {
  width: 300px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7em;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: left;
}
.info .photo {
  padding-top: 10px;
  padding-bottom: 20px;
}


/*ライン
 * --------------------------------------------------------*/
.line_main {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

/*ボタン
 * --------------------------------------------------------*/
 .btn {
  padding-top: 15px;
 }
 .square_btn {
  display: inline-block;
  padding: 0.3em 0.8em;
  text-decoration: none;
  color: #ff3300;
  border: solid 2px #ff3300;
  border-radius: 3px;
  transition: .4s;
}
.square_btn:hover {
  background: #ff3300;
  color: white;
}



/*ナビゲーション
 * --------------------------------------------------------*/
#navi {
  width: 700px;
  margin: 0 auto;
  clear: both;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

#navi img {
  height: 100px;
}

#navi ul {
  padding-left: 35px;
}

#navi li {
  float: left;
  list-style-type: none;
}

.prev {
  margin-right: 100px;
}

.top {
  margin-right: 100px;
  margin-left: 100px;
}

.next {
  margin-left: 100px;
}


/*フッター
 * --------------------------------------------------------*/
#footer {
  width: 700px;
  margin: 0 auto;
  padding-top: 30px;
  clear: both;
  height: auto;
  overflow: hidden;
}

#footer li {
  float: left;
  margin-right: 50px;
  list-style-type: none;
}

.line {
  padding-top: 0px;
}

.home {
  padding-top: 10px;
  margin-left: 90px;
  margin-right: 0px;
}

.date {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #666;
  padding-top: 20px;
  padding-bottom: 60px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #666;
  padding-top: 30px;
  padding-bottom: 30px;
}


/*タブレット対応
* --------------------------------------------------------*/
@media screen and (max-width: 900px) {

  .wrapper {
    width: 100%;
  }

  #navi {
    width: 100%;
    clear: both;
    text-align: center;
  }


}

/*スマホ対応
* --------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/base_sp.jpg);
    background-size: 100% auto;
    z-index: -2;
  }
  .wrapper {
    width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  br {
    display: none;
  }

  br.sp {
    display: inherit;
  }

  /*スマホ対応 ヘッダ
   * --------------------------------------------------------*/
  .head {
    width: 90%;
    padding-bottom: 20px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*スマホ対応 ヨドガワ
   * --------------------------------------------------------*/
  .yodogawa {
  width: 85%;
  margin:0 auto;
  overflow: hidden;
  padding-bottom: 20px;
  }
  .yodogawa .left {
  width: 100%;
  float:none;
  line-height: 1.8em;
  }
  .yodogawa .right {
  width: 100%;
  float:none;
  text-align: left;
  font-size: 14px;
  padding-top:20px;
  }
  .yodogawa .right img {
  width: 100%;
  }


  /*スマホ対応 目次
   * --------------------------------------------------------*/
  .mokuji {
    width: 85%;
  }
  .mokuji_title {
    width: 90%;
  }

  .mokuji_date {
    font-size: 13px;
    padding-bottom: 10px;
  }

  /*スマホ対応 タイトル
   * --------------------------------------------------------*/
  .title {
    width: 90%;
    padding-bottom: 0px;
  }


  /*スマホ対応 対談
   * --------------------------------------------------------*/
   .conv {
    width: 85%;
    padding-top: 20px;
  }
  .conv dt {
    float: none;
    margin-bottom: 5px;
  }
  .conv dd {
    width: 100%;
    margin-left: 0;
  }
  .conv dl {
    padding-bottom: 10px;
  }
  .conv .photo {
    width: 100%;
    margin: 0 auto;
    margin-left: -10px;
  }
  .end {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
  }


  /*スマホ対応　INFO
   * --------------------------------------------------------*/
  .info {
    width: 60%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .info .photo {
    width: 100%;
    margin: 0 auto;
  }


  /*スマホ対応　ライン
   * --------------------------------------------------------*/
  .line_main {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }


  /*スマホ対応　ナビゲーション
   * --------------------------------------------------------*/
  #navi {
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #navi img {
    height: 65px;
  }

  #navi ul {
    padding-left: 0px;
  }

  #navi li {
    float: none;
    display: inline-block;
  }

  .prev {
    margin-right: 10px;
  }

  .top {
    margin-right: 60px;
    margin-left: 60px;
  }

  .next {
    margin-left: 10px;
  }


  /*スマホ対応　バナー
   * --------------------------------------------------------*/
  .banner {
    width: 95%;
    margin-bottom: 10px;
  }


  /*スマホ対応 フッター
   * --------------------------------------------------------*/
  #footer {
    width: 100%;
    height: auto;
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    text-align: center;
  }

  #footer li {
    float: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 20px;
    font-size: 13px;
  }

  #footer li img {
    width: auto;
    height: 35px;
  }

  #footer .home img {
    width: 60%;
    height: 60%;
  }

  .date {
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copyright {
    width: 100%;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

}
