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

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

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

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

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

a:active {
  text-decoration: none;
}

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

body {
  /*background-attachment: fixed;
  background-position: center top;
  background-image: url(../images/base_01.jpg);
  background-size: cover;*/
  color: #000;
  background-color: #000;
  /*animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;*/
  font-family: serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.9em;
}

.visual {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto auto 0;
  padding: 0
}

.visual__slide {
}

.visual__slide__item {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: opacity 1.5s ease;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0
}

.visual__slide__item:nth-child(1) {
  background-image: url(../images/base_01.jpg)
}

.visual__slide__item:nth-child(2) {
  background-image: url(../images/base_02.jpg)
}

.visual__slide__item:nth-child(3) {
  background-image: url(../images/base_03.jpg)
}

.visual__slide__item:nth-child(4) {
  background-image: url(../images/base_04.jpg)
}

.visual__slide__item.active {
  opacity: 1;
  z-index: 90
}

@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 {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.head img {
  max-width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.p_prof {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}


/*ヨドガワ
 * --------------------------------------------------------*/
 .yodogawa_bold {
   font-family: "Ryumin Medium KL";
   font-size: 26px;
   text-align: center;
   color: #fff;
   padding-bottom: 15px;
 }
 .yodogawa {
  width: 320px;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
  position:relative;
  padding-bottom: 40px;
}

/*プロフィール
 * --------------------------------------------------------*/
 .prof_bold {
   font-family: "Ryumin Medium KL";
   font-size: 26px;
   text-align: left;
   color: #fff;
   padding-bottom: 30px;
 }
 .prof {
  width: 550px;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
  position:relative;
  padding-bottom: 40px;
}
.photo_prof {
 width: 660px;
 text-align: center;
 margin: 0 auto;
 padding-top: 40px;
 padding-bottom: 40px;
}


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

/*対談
 * --------------------------------------------------------*/
.white {
  width: 780px;
  text-align: center;
  margin:0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #FFF;
  background-color: rgba( 255, 255, 255, 0.8 );
}
.number {
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.title {
  font-family: "Ryumin Medium KL";
  font-size: 44px;
  line-height: 1.7em;
  letter-spacing: 3px;
  color: #000033 !important;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}
.conv {
  width: 500px;
  margin: 0 auto;
  color: #000033;
}
.conv dl {
  padding-bottom: 16px;
}
.conv dt {
  width: 80px;
  float: left;
  clear: both;
  font-family: "Ryumin Medium KL";
}
.conv dd {
  width: 420px;
  margin-left: 90px;
  text-align: left;
}
.conv .photo {
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: -80px;
}
.cap {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8em;
  color: #555;
  padding-top: 10px;
  text-align: left;
}
.cap2 {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8em;
  color: #555;
  text-align: center;
  margin-top: -30px;
}
.end {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 50px;
  color: #000033;
}
.photo_mokuji {
  width: 700px;
  padding-top: 40px;
  padding-bottom: 30px;
  margin: 0 auto;
}

/*ライン
 * --------------------------------------------------------*/
.border_dot {
  border: dashed 0.5px #fff;
  width: 780px;
  margin: 0 auto;
}
.border_mokuji {
  border: dashed 0.5px #555;
  width: 700px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
}


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

#navi img {
  height: 90px;
}

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

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

.prev {
  margin-right: 100px;
}

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

.next {
  margin-left: 100px;
}


/*フッター
 * --------------------------------------------------------*/
#footer {
  width: 700px;
  clear: both;
  height: auto;
  margin-top: 60px;
  padding-top: 40px;
  padding-left: 50px;
  margin: 0 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: #fff !important;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

  .wrapper {
    width: 100%;
  }

}

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

  body:before {
    content: "";
    background: url(../images/base_01.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }

  .wrapper {
    width: 100%;
  }

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

  br {
    display: none;
  }

  br.sp {
    display: inherit;
  }

  /*スマホ対応 ヘッダ
   * --------------------------------------------------------*/
  .head {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 60px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }


  /*スマホ対応 ヨドガワ
   * --------------------------------------------------------*/
   .yodogawa_bold {
    width: 90%;
   font-size: 18px;
   margin:0 auto;
   }
   .yodogawa {
   width: 90%;
   margin:0 auto;
   overflow: hidden;
   }

   /*スマホ対応 プロフィール
    * --------------------------------------------------------*/
    .prof_bold {
      font-size: 20px;
    }
    .prof {
     width: 90%;
   }
   .photo_prof {
    width: 90%;
   }

  /*スマホ対応 対談
   * --------------------------------------------------------*/
   .white {
     width: 95%;
   }
   .number {
     width: 30%;
     padding-top: 0px;
     padding-bottom: 10px;
   }
   .title {
    width: 90%;
    font-size: 28px;
    line-height: 1.4em;
    margin-left: 25px;
    padding-bottom: 20px;
  }
  .conv {
    width: 88%;
    padding-bottom: 20px;
    text-align: left;
    line-height: 1.8em;
  }
  .conv dt {
    width: 100%;
    float: none;
  }
  .conv dd {
    width: 100%;
    margin-left: 0;
  }
  .conv dl {
    padding-bottom: 10px;
  }
  .conv .photo {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .cap {
    font-size: 13px;
  }
  .cap2 {
    font-size: 13px;
    margin-top: -15px;
  }
  .photo_mokuji {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 55px;
  }

  /*スマホ対応　ライン
   * --------------------------------------------------------*/
  .border_dot {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .border_mokuji {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  #navi img {
    height: 60px;
  }

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



  /*スマホ対応 フッター
   * --------------------------------------------------------*/
  #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: 0px;
  }

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

}
