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

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

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

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

a:hover {
  color: #0099cc;
  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-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 1200px;
  background-image: url(../images/base.jpg);
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-family: sans-serif;
  color: #222;
}

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

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

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}


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


/*対談
 * --------------------------------------------------------*/
.title {
  width: 640px;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title_sub {
  width: 540px;
  margin: 0 auto;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-family: "A1 Gothic B";
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
}

.icon {
  width: 46px;
}

.end {
  font-size: 15px;
  text-align: center;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  font-family: "A1 Gothic R";
}

.date {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #666;
  padding-bottom: 80px;
  font-family: "A1 Gothic R";
}


/*INFO
 * --------------------------------------------------------*/
.white {
  width: 720px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 1.0);
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.info {
  width: 480px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: left;
  font-family: "A1 Gothic R";
}

.info_title {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-family: "A1 Gothic B";
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}

.info_title_sub {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.0em;
  font-family: "A1 Gothic B";
  text-align: left;
  margin: 0 auto;
  padding-top: 30px;
}

.cap {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: left;
  color: #555;
  font-family: "A1 Gothic R";
  padding-top: 6px;
}

.info_photo {
  width: 480px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

.info_photo_tate {
  width: 480px;
  margin: 0 auto;
  text-align: center;
  padding-top: 34px;
  padding-bottom: 30px;
}

.info_point {
  width: 520px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
}

.banner {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.info_aki {
  margin-left: 17px;
}

/*動画
 * --------------------------------------------------------*/
.movie {
  width: 560px;
  height: 315px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

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

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


/*ボタン
 * --------------------------------------------------------*/
.btn {
  padding-top: 30px;
  font-size: 15px;
}

.square_btn {
  display: inline-block;
  padding: 0.4em 0.8em;
  text-decoration: none;
  color: #444 !important;
  border: solid 1px #444;
  border-radius: 3px;
  transition: .4s;
}

.square_btn:hover {
  background: #d61c29;
  border: solid 1px #d61c29;
  color: #fff !important;
}


/*ライン
 * --------------------------------------------------------*/
.border {
  border: dashed 0.1px #999;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.border_s {
  border: dashed 0.1px #999;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.navi img {
  height: 90px;
}

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

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


/*フッター
 * --------------------------------------------------------*/
#footer {
  width: 780px;
  clear: both;
  height: auto;
  padding-left: 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: 13px;
  letter-spacing: 0.1em;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #666;
}


/*タブレット対応
* --------------------------------------------------------*/
@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.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: 98%;
    padding-top: 30px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*スマホ対応　ヨドガワ
   * --------------------------------------------------------*/
  .yodogawa {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .yodogawa_cap {
    width: 85%;
    margin: 0 auto;
  }


  /*スマホ対応 対談
   * --------------------------------------------------------*/
  .title {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .title_sub {
    width: 88%;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .photo_end {
    width: 94%;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
  }

  .end {
    width: 85%;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  /*スマホ対応　INFO
   * --------------------------------------------------------*/
  .white {
    width: 94%;
    margin-top: 20px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }

  .yellow {
    width: 95%;
    margin-top: 30px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }

  .info {
    width: 88%;
    font-size: 15px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .info_title {
    font-size: 17px;
  }

  .info_title_sub {
    font-size: 15px;
  }

  .info_photo {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .info_photo_tate {
    width: 90%;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .info_point {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .banner {
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info_aki {
    margin-left: 0px;
  }

  .cap {
    font-size: 14px;
  }

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

  /*スマホ対応　ボタン
   * --------------------------------------------------------*/
  .btn_2 {
    font-size: 17px;
  }


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

  .border_s {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .navi img {
    height: 60px;
  }

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


  /*スマホ対応 フッター
   * --------------------------------------------------------*/
  #footer {
    width: 100%;
    height: auto;
    clear: both;
    margin: 0;
    padding: 0;
    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: 30px;
  }

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

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

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

}

/* home menu
 * --------------------------------------------------------*/
#home_menu {
  max-width: 660px;
}

#home_menu svg {
  fill: #b5b5b6;
}

#home_menu a {
  color: black;
}

@media only screen and (max-width: 640px) {
  #home_menu:not(.hidden) {
    width: 88%;
  }

  #home_menu h3 svg {
    border-radius: 8px;
  }

  #home_menu h3 {
    width: initial;
    margin-left: initial;
  }
}

/* homelocklist
 * --------------------------------------------------------*/
.list {
  font-family: "A1 Gothic R";
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 40px);
  max-width: 1000px;
}

.list ul {
  display: grid;
  /* 一列の数 */
  grid-template-columns: repeat(10, 1fr);
  /* 一覧の余白 (たて よこ) */
  gap: 40px 20px;
}

.list li {
  text-align: center;
}

.list a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.list a,
.list a:visited,
.list a:link,
.list a:hover,
.list a:active {
  color: currentColor;
}

.list a:hover,
.list a:active {
  opacity: 0.5;
}

.list img {
  width: 100%;
  margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
  .list ul {
    /*スマホ横一列*/
    grid-template-columns: repeat(4, 1fr);
  }
}