@charset "UTF-8";
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");

*, *::before, *::after {
  box-sizing: border-box;
}
/* CSS Document */

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

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

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

a:hover {
  color: #E8B91F;
  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-attachment: fixed;
  background-position: center top;
  background-image: url(../images/base_new.jpg);
  background-size: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-family: sans-serif;
  color: #262626;
}

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

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


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

.note {
  font-size: 85%;
  padding-left: 1em;
}

.note::before {
  content: '※';
  margin-left: -1em;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em; /* フォントサイズちょっと小さく */
  position: relative; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}


/* ヘッダー
 * --------------------------------------------------------*/
.head {
  width: 580px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}
.head img {
  max-width: 100%;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}


/*ヨドガワ
 * --------------------------------------------------------*/
 .yodogawa {
   width: 480px;
   margin: 0 auto;
   padding-top: 30px;
   padding-bottom: 10px;
   font-size: 17px;
   letter-spacing: 0.05em;
   line-height: 1.9em;
   font-family: "A1 Gothic M";
   text-align: left;
 }

/*タイトル
 * --------------------------------------------------------*/
.title {
  width: 450px;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
}
.number {
  width: 180px;
  text-align: left;
  padding-bottom: 10px;
}


/*対談
 * --------------------------------------------------------*/
.cap {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: left;
  color: #666;
  padding-top: 20px;
}
.end {
  font-size: 15px;
  text-align: center;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}
.date {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
}
.pageback {
  text-align: center;
  margin:0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*動画
 * --------------------------------------------------------*/
 .movie {
   width: 540px;
	 margin:0 auto;
   padding-top: 80px;
	 padding-bottom: 40px;
}

 .video-container {
	 position: relative;
		width: 100%;
		padding-top: 56.25%;
 }

 .video-container iframe {
	 position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
 }

/*INFO
 * --------------------------------------------------------*/
 .base_blue_wide {
   width: 100%;
   max-width: 100%;
   text-align: center;
   margin:0 auto;
   margin-top: 20px;
   padding-bottom: 20px;
   background: rgba(0,68,124,0.95);
 }
 .base_gray_wide {
   width: 100%;
   max-width: 100%;
   text-align: center;
   margin:0 auto;
   margin-top: 60px;
   padding-top: 20px;
   padding-bottom: 20px;
   background: rgba(210,210,220,0.95);
 }
 .base_yellow {
   width: 560px;
   max-width: 100%;
   text-align: center;
   margin:0 auto;
   margin-top: 60px;
   padding-bottom: 20px;
   background: rgba(255,240,120,0.95);
   border-radius: 10px;        /* CSS3草案 */
     -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
     -moz-border-radius: 10px;   /* Firefox用 */
 }
 .base_white {
   width: 560px;
   max-width: 100%;
   text-align: center;
   margin:0 auto;
   margin-top: 50px;
   padding-bottom: 20px;
   background: rgba(255,255,255,1.0);
   border: dashed 1px #555;
   border-radius: 10px;        /* CSS3草案 */
     -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
     -moz-border-radius: 10px;   /* Firefox用 */
 }
 .info {
  width: 460px;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  padding-top: 40px;
  padding-bottom: 26px;
  text-align: left;
  font-family: "A1 Gothic R";
}
.info_title {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  font-family: "A1 Gothic B";
  padding-bottom: 0px;
}
.info_title_prof {
  font-size: 22px;
  padding-bottom: 10px;
  font-family: "A1 Gothic B";
}
.info_title_s {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  font-family: "A1 Gothic M";
  padding-bottom: 10px;
}
.info_cap {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  color: #666;
  padding-bottom: 5px;
}
.info_photo {
  width: 460px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}
.info_photo_big {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
  margin-left: -85px;
}
.banner {
  width: 480px;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.archive {
  width: 300px;
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
}


/*ボタン
 * --------------------------------------------------------*/
.btn {
  padding-top: 20px;
  font-size: 15px;
  font-family: "A1 Gothic R";
}
.square_btn {
  display: inline-block;
  padding: 0.3em 0.5em;
  text-decoration: none;
  color: #4E443D !important;
  border: solid 1px #4E443D;
  border-radius: 5px;
  transition: .4s;
  text-align: center;
  width: 260px;
}
.square_btn:hover {
  background: #ffdb00;
  border: solid 1px #ffdb00;
  color: #00437c !important;
}

.btn2 {
 padding-top: 20px;
 font-size: 15px;
 font-family: "A1 Gothic R";
}
.square_btn2 {
  display: inline-block;
  padding: 0.3em 0.5em;
  text-decoration: none;
  color: #fff !important;
  border: solid 1px #ee9300;
  background: #ee9300;
  border-radius: 5px;
  transition: .4s;
  text-align: center;
  width: 260px;
}

.btn3 {
 padding-top: 20px;
 font-size: 15px;
 font-family: "A1 Gothic R";
}
.square_btn3 {
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #fff !important;
  border: solid 1px #00437c;
  background: #00437c;
  border-radius: 5px;
  transition: .4s;
  text-align: center;
  width: 260px;
}
.square_btn3:hover {
  background: #b2c7d8;
  border: solid 1px #00437c;
  color: #00437c !important;
}

/*ライン
 * --------------------------------------------------------*/
 .border {
   border: dashed 0.1px #666;
   width: 700px;
   max-width: 100%;
   margin: 0 auto;
 }
 .border_gray {
   border: dashed 0.5px #666;
   width: 540px;
   max-width: 100%;
   margin: 0 auto;
   margin-top: 30px;
   margin-bottom: 20px;
 }


/*ナビゲーション
 * --------------------------------------------------------*/
.navi {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.navi img {
  height: 90px;
}

.navi ul {
  display: flex;
  justify-content: space-around;
}

.navi li {
  text-align: center;
  width: 33.3%;
}

/*フッター
 * --------------------------------------------------------*/
#footer {
  width: 800px;
  max-width: 100%;
  clear: both;
  height: auto;
  padding-left: 40px;
  padding-top: 40px;
  margin: 0 auto;
  overflow: hidden;
}

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

.mail {
  padding-top: 15px;
  margin-left: 80px;
}
.home {
  padding-top: 12px;
  margin-right: 0px;
}

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


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

  .wrapper {
    width: 100%;
  }

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

  #navi img {
    height: 80px;
  }

  .yodogawa {
    width: 94%;
  }
  .yodogawa .left {
    width: 80px;
  }
  .yodogawa .right {
    width: 500px;
  }

  #footer {
    width: 96%;
    padding-left: 0px;
  }
  #footer ul {
    display: flex;
    justify-content: space-around;
  }
  #footer .mail {
    margin-left: 0px;
  }
  #footer .home {
    margin-right: 0px;
  }

}

/*スマホ対応
* --------------------------------------------------------*/
@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(../images/base_sp_new.jpg);
    background-size: 100% auto;
    z-index: -1;
  }
  .wrapper {
    width: 100%;
  }

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

  br {
    display: none;
  }

  br.br {
    display: inherit;
  }

  br.sp {
    display: inherit;
  }

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

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*スマホ対応 ヨドガワ
   * --------------------------------------------------------*/
  .yodogawa {
  width: 85%;
  margin:0 auto;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  }


  /*スマホ対応 タイトル
   * --------------------------------------------------------*/
  .title {
    width: 80%;
  }
  .number {
    width: 40%;
  }


  /*スマホ対応 対談
   * --------------------------------------------------------*/
  .cap {
    font-size: 14px;
  }
  .end {
    width: 85%;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .date {
    font-size: 13px;
  }
  .mokuji_date {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .pageback {
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  /*スマホ対応 動画
   * --------------------------------------------------------*/
   .movie {
     width: 100%;
     margin:0 auto;
     padding-top: 60px;
     padding-bottom: 60px;
  }

  /*スマホ対応　INFO
   * --------------------------------------------------------*/
   .base_blue_wide {
     width: 100%;
   }
   .base_gray_wide {
     width: 100%;
     margin-top: 50px;
   }
   .base_yellow {
     width: 88%;
     margin-top: 40px;
     padding-top: 0px;
     padding-bottom: 0px;
   }
   .base_white {
     width: 92%;
     margin-top: 30px;
     padding-top: 0px;
     padding-bottom: 0px;
   }
  .info {
    width: 88%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
 .info_title {
   font-size: 30px;
   padding-bottom: 0px;
 }
 .info_title_prof {
  font-size: 16px;
  padding-bottom: 4px;
}
 .info_title_s {
   font-size: 18px;
 }
  .info_photo {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .info_photo_big {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
  }
  .banner {
    width: 84%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .archive {
    width: 60%;
    padding-top: 30px;
  }


  /*スマホ対応　ボタン
   * --------------------------------------------------------*/
/*
  .square_btn {
    width: 90%;
  }
  .square_btn2 {
    width: 90%;
  }
  .square_btn3 {
    width: 90%;
  }
*/
  /*スマホ対応　ライン
   * --------------------------------------------------------*/
  .border {
    width: 84%;
  }


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

  .navi img {
    height: 60px;
  }

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

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

  #footer ul {
    display: block;
  }

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

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

  #footer .mail img {
    width: 45%;
    height: 45%;
  }
  #footer .home img {
    width: 50%;
    height: 50%;
  }

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

}
/* home menu
 * --------------------------------------------------------*/
#home_menu {
  max-width: 700px;
}
#home_menu svg {
  fill: #00447c;
}
#home_menu a {
  color: black;
}
/* --------------------------------------------------------*/

audio {
  width: 260px;
  height: 36px;
  max-width: 100%;
}
.drawer {
  width: 260px;
  max-width: 100%;
  margin-top: -20px;
  padding-top: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
a.drawer-trigger {
  cursor: pointer;
  position: relative;
  z-index:  2;
}
.drawer.drawer-open > .drawer-option {
  height: 36px;
  border-radius: 0;
  transition: height 0.2s ease;
}
.drawer.drawer-open > .drawer-option > span {
  opacity: 1;
  transition: opacity 0.5s ease 0.3s;
}
.drawer:not(.drawer-open) > .drawer-option a {
  pointer-events: none;
}
.drawer-option {
  height: 2px;
  padding: 0.1em 0.3em;
  transition: height 0.2s ease 0.2s;
  display: flex;
  align-items: center;
}
.drawer-option > span, .drawer-option > span > a {
  display: block;
  width: 100%;
}
.drawer-option > span {
  opacity: 0;
  transition: opacity 0.2s ease;
  display: inline-block;
}
.pay .drawer {
  border: 1px solid #ee9300;
  background-color: rgba(238, 147, 0, 0.1);
}
.pay .drawer-option:not(:last-child) {
  border-bottom: 1px solid #ee9300;
  border-radius: 5px;
}
.pay .drawer-option a {
  color: #ed6c00;
}
.free .drawer {
  border: 1px solid #00437c;
  background-color: rgba(0, 67, 124, 0.1);
}
.free .drawer-option:not(:last-child) {
  border-bottom: 1px solid #00437c;
  border-radius: 5px;
}
.free .drawer-option a {
  color: rgb(0, 67, 124);
}

@media (hover: hover) {
  .square_btn2:hover {
    background: #f6c980;
    border: solid 1px #ee9300;
    color: #ed6c00 !important;
  }
  .drawer-option > span > a:hover {
    opacity: 0.5;
    transition: 0.2s ease-in-out;
  }
}
