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

.hoverOp {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

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

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

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

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

a:active {
  text-decoration: none;
}

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

body {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  font-family: sans-serif;
}


@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;
  background-image: url(../images/base.png);
  background-attachment: fixed;
  background-size: cover;
}

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

li {
  list-style: none;
}

br.sp {
  display: none;
}

/* ヘッダー
 * --------------------------------------------------------*/

.hobonichi{
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  color: #332F2E;
  font-family: "Gothic MB101 Bold";
  letter-spacing: 0.1em;
}


.head {
  width: 800px;
  text-align: center;
  margin: 0 auto;
  padding-top: 38px;
  padding-bottom: 45px;
  position: relative;
}

.head img {
  max-width: 100%;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}


/*ヨドガワ
 * --------------------------------------------------------*/
.yodogawa {
  width: 330px;
  margin-right: auto;
  margin-left : auto;
  margin-top: -100px;
  margin-bottm: 40px;
  overflow: hidden;
  padding-bottom: 20px;
  font-size: 16px;
  color: #332F2E;
  text-align: left;
  font-family: "Gothic MB101 DemiBold";
  letter-spacing: 0.1em;
  line-height: 200%;
}

.yodogawa img{
  width: 100%;
  padding-bottom: 40px;
 }




/*タイトル
 * --------------------------------------------------------*/


.title {
  padding-top: 60px;
  padding-bottom: 5px;
  text-align: center;
  margin: 0 auto;
}


/*対談
 * --------------------------------------------------------*/
.conv {
  width: 460px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 50px;
}


.conv dl {
  padding-bottom: 18px;
	color: #332F2E;
}


.conv dt {
  float: left;
  clear: both;
  font-size: 16px;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  font-family: "Gothic MB101 Medium";
  text-align: left;
	color: #332F2E;
}

.conv dt.hobo{
  letter-spacing: 0;
}

.conv dt.araki{
  color: #332F2E;
  font-family: "Gothic MB101 Bold";
}


.conv dd {
  margin-left: 75px;
  font-size: 15.5px;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  text-align: left;
  font-family: "Gothic MB101 Medium";
	color: #332F2E;
}



.conv .photo {
  width: 560px;
  padding: 10px;
  margin-left: -70px;
  background-color: #FFF;
  display: inline-block;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}


.conv .zuhan {
  width: 560px;
  margin-left: -70px;
  display: inline-block;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}


.conv .cap {
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  color: #666;
  padding-bottom: 20px;
  margin-top:-20px;
}

.conv .credit {
  font-size: 10px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  color: #666;
  padding-bottom: 20px;
  margin-top:-20px;
}



.conv .comments{
  background-color: rgba(255,255,255, 0.5);
  border-radius: 20px;
  margin-bottom: 40px;
}

.conv .comments p{
  margin: auto;
  padding: 15px;
  font-size: 14px;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  text-align: left;
  color: #332F2E;
}


.conv_base {
  width: auto;
}


.tweet {
  padding-bottom: 20px;
}

.end {
  text-align: center;
  font-size: 16px;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}


/*INFO
 * --------------------------------------------------------*/

.info {
  background-image: url(../images/base2.png);
  height: auto;
  position: relative; 
  padding: 30px;
}


.yellow{
	width: 350px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background-color: #FFFF70;
	font-size: 16px;
    line-height: 1.9em;
    letter-spacing: 0.1em;
    font-family: "Gothic MB101 Medium";
    text-align: left;
    color: #332F2E;
}

.yellow img{
	padding-bottom: 25px;
}

.yellow h1{
  font-size: 22px;
  color: #332F2E;
  font-family: "Gothic MB101 Bold";
  letter-spacing: 0.02em;
}

.yellow ul {
  list-style:none;
}

.yellow span.dan1 {
  float:left;
}

.yellow span.dan2 {
display: block;
margin-left: 50px;
letter-spacing: 0em;
}



.white{
	width: 350px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 30px;
	background-color: #FFFFFF;
	font-size: 9px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-family: "Gothic MB101 Medium";
    text-align: left;
    color: #332F2E;
}


/*プロフィール
 * --------------------------------------------------------*/


.prof{
  width: 380px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
	
}


.prof_title {
  margin: 0 auto;
  font-size: 25px;
  color: #332F2E;
  font-family: "Gothic MB101 DemiBold";
  letter-spacing: 0.1em;
  line-height: 1.3em;
  padding-bottom: 15px;
}

.prof p{
  font-size: 16px;
  line-height: 1.9em;
  letter-spacing: 0.03em;
  text-align: left;
  font-family: "Gothic MB101 Medium";
  color: #332F2E;	
}


.prof .photo {
  width: 360px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.prof .prof_photo {
  width: 560px;
  margin: 0 auto;
  padding: 10px;
  margin-left: -110px;
  background-color: #FFF;
  display: inline-block;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.prof_top {
    line-height: 90px;
}


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


/*ライン
 * --------------------------------------------------------*/
.border_dot {
  border: dashed 0.5px #000000;
}
.border_mokuji {
  border: dashed 0.5px #000000;
  width: 650px;
  margin: 0 auto;
}

.border {
  border: solid 1px #332F2E;	
}



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

#navi img {
  height: 85px;
}

#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: 100%;
  height: auto;
  clear: both;
  margin-top: 0px;
  overflow: hidden;
}

#footer_link {
  width: 700px;
  margin: 0 auto;
  clear: both;
  height: auto;
  margin-top: 60px;
  overflow: hidden;
}

#footer_link 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: 10px;
  padding-bottom: 40px;
}

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


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

  .wrapper {
    width: 100%;
    background: none;
  }

  .wrapper:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/base.png);
    background-size: cover;
    z-index: -1;
  }

  #navi {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: -6px;
    margin-bottom: -3px;
  }

  #navi img {
    height: 80px;
  }

}

/*スマホ対応
* --------------------------------------------------------*/
@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-size: 100% auto;
    z-index: -1;
  }

  .wrapper {
    width: 100%;
  }

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

  br {
    display: none;
  }
	

  /*スマホ対応 ヘッダ
   * --------------------------------------------------------*/
	

  .head {
    width: 100%;
    padding-bottom: 20px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
	
	

  /*スマホ対応 ヨドガワ
   * --------------------------------------------------------*/
  .yodogawa {
  width: 86%;
  margin:0 auto;
  overflow: hidden;
  text-align: left;
  }
	
  .yodogawa .left {
  width: 100%;
  float:none;
  }
  .yodogawa .right {
  width: 100%;
  float:none;
  text-align: center;
  padding-top:20px;
  }
  .yodogawa .right img {
  width: 40%;
  }
	

  /*スマホ対応 タイトル
   * --------------------------------------------------------*/
  .number img {
    width: 30%;
  }
  .title {
    width: 90%;
    font-size: 24px;
  }


  /*スマホ対応 対談
   * --------------------------------------------------------*/
  .conv {
    width: 88%;
  }
  .conv dt {
    float: none;
    margin-bottom: 5px;
  }
  .conv dd {
    width: 100%;
    margin-left: 0;
  }
  .conv dl {
    padding-bottom: 10px;
  }
  .conv .photo {
    width: 95%;
    margin: 0 auto;
    padding: 6px;
	margin-bottom: 10px
  }
	
.conv .zuhan {
  width: 95%;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 10px
	}
	
	
.conv .cap {
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  color: #666;
  padding-bottom: 20px;
  margin-top:5px;
}
	
	.conv .credit {
  font-size: 10px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #666;
  padding-bottom: 20px;
  margin-top:5px;
}
	
	
	
	
	
  .end {
    width: 88%;
    margin: 0 auto;
  }


  /*スマホ対応　INFO
   * --------------------------------------------------------*/
	

  .info {
    padding: 20px;
  }
	
	
  .info .photo {
    width: 100%;
    margin: 0 auto;
  }
	
	
.yellow{
	width: 100%;
	padding: 20px;
    box-sizing: border-box;
}

.yellow img{
	width: 100%;
}

.yellow h1{
  font-size: 19px;
  color: #332F2E;
  font-family: "Gothic MB101 Bold";
  letter-spacing: 0.02em;
}

.yellow ul {
  list-style:none;
  font-size: 90%;
}

.yellow span.dan1 {
  float:left;
}

.yellow span.dan2 {
display: block;
margin-left: 60px;
}

.white{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.prof {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
}

.prof .prof_photo {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
 

.prof_title {
    font-size: 20px;
  }

	
.prof_top {
    line-height: 1;
}
	

  /*スマホ対応　ライン
   * --------------------------------------------------------*/
  .border {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .border_mokuji {
    width: 80%;
  }

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

  #navi img {
    height: 50px;
  }

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

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

  .prev {
    margin-right: 10px;
  }

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

  .next {
    margin-left: 10px;
  }

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

  #footer_link 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: 15px;
    padding-bottom: 15px;
  }

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

}
