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

* {
  margin: 0px;
  padding: 0px;
}
.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
html, body {
  height: 100%;/*scroll btn*/
}
body {
background-image: url(../images/bgpc.jpg);
background-attachment: fixed;
background-size: cover;
background-position: top 50px center;
background-repeat: no-repeat;
background-color: #778941;
font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapper {
  margin:100px auto;
  width:800px;
  max-width: 100%;
  background-color: rgba(255,255,255,0.8);
  border-radius: 10px 10px;
}
.wrapper .wrapper_naka{
  margin:50% auto 0;
  width:100%;
  max-width: 640px;
}


/*ヘッダー
 * --------------------------------------------------------*/
.header {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
.header .hobo {
  background-color: #FE0001;
}
.header .hobo h1 a img {
  vertical-align: sub;
}
.title {
  margin-top: 80px;
}
.title h2 img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.header .yodogawa{
  padding-bottom: 50px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
h1 {
  margin: 0!important;
}



/*インデックス
 * --------------------------------------------------------*/
.index{
  padding-top: 20px;
  padding-bottom: 40px;
  width:700px;
}
ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width:100%;
  margin-left: 0px;
  padding-left: 0px;
}
li{
  display: inline-block;
  vertical-align: top;
/*  padding-top: 10px;*/
}
.index .text{
  padding-top: 8px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: bold;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.index .text .time{
  font-weight: normal;
  font-size: 15px;
  font-style:oblique;
  color: #757272;
}

.info1 {
  max-width: 440px;
  margin: auto;
  padding-top: 4em;
  text-align: left;
  line-height: 2.2;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.info1.pt0 {
  padding-top: 0;
  margin-bottom: 3em;
}
.info2 {
  width: 560px;
  margin: 3em auto;
  padding: 1.9em;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.7);
  font-family: "A1ゴシック B";
  color: #FFF;
  line-height: 1.8;
}
.info2 dl dt.ttlfontsize {
  font-size: 21px;
  font-family: "A1ゴシック B";
}
.info2 dl dd.salesfontsize {
  text-indent: -6.8em; 
  padding-left: 6.8em;
  font-size: 16px;
  font-family: "A1ゴシック M","A1 Gothic M";
  margin-bottom: 20px;
}
.info2 dl.ticketBox dd:not(.salesfontsize) {
  font-size: 14px;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.info4 {
  font-size: 14px;
  font-family: "A1ゴシック R";
  text-align: center;
}
.info4 {
  padding-bottom: 3em;
}

.btn li a img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

/*scroll btn
 * --------------------------------------------------------*/
.bocwrap {
  position: fixed;
 }
.box {
  width: 300px;
  height: 300px;
  margin-top: calc(50vh - 150px) auto;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.arrowWrap {
  position: absolute;
  left: 0;
  top: 50px;
  height: 200px;
}
.arrowInner p {
  font-size: 12px;
  text-align: end;
  color: #FFF;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background: #EEE;
  position: relative;
  overflow: hidden;
}
.arrow::before {
  content: "";
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0)
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0)
  }
}


/*日付
 * --------------------------------------------------------*/
.article-date{
  padding: 60px 0;

}
.article-date p {
  text-align:center;
  font-size: 12px;
  color: #757272;
  font-family: "A1ゴシック R";
}

/*フッター
 * --------------------------------------------------------*/
 .footer {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0 1em;
  background-color: #FE0001;
  border-radius: 0px 0px 10px 10px;
}
.copyright {
  text-align: center;
  display: block;
  color: #FFF;
}
.footer__nest {
  padding: 0 1.8em 0 0;
}
.footer__align {
  vertical-align: bottom;
}
.fixed {
  position: fixed;
  bottom: -10px;
  width: 100%;
  height: 40px;
  padding-left: 1em;
}
.fixed small {
  color: #FFF;
  color: rgba(255,255,255,0.6);
}
li.footer__tw,
li.footer__fb,
li.footer__li {
  margin-right: 1.8em;
}
.last {
  padding-right: 0;
}

/*otanoshimi-list
 * --------------------------------------------------------*/
.listwrap li {
  width: 100%;
  border-top: #FF0000 solid 4px;
  border-bottom: #FF0000 solid 4px;
  padding: 3em 0;
}
.listwrap li div.ttlBox,
.listwrap li h3 {
  padding-left: 40px;
  box-sizing: border-box;
}
.listwrap li div.ttlBox img {
  max-width: 373px;
  width: 100%;
  height: auto;
}
.listwrap li h3 {
  margin: 20px 0 40px;
  color: #FF0000;
  font-weight: normal;
  font-size: 1.5em;
  font-family: "A1ゴシック B";
}
.listwrap li h4 {
  font-size: 1.125em;
  margin: 60px 0 20px;
  padding-left: 40px;
  box-sizing: border-box;
  color: #FF0000;
  font-weight: normal;
  font-family: "A1ゴシック B";
}
.listwrap li p {
  width: 440px;
  margin: auto;
  line-height: 2.2;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.listwrap li p.comentBox {
  width: 400px;
  margin: 0;
  color: #754C24;
}
.listwrap li p a {
  color: inherit;
/*  text-decoration: none;*/
}
.listwrap li dl.interviewBox {
  width: 440px;
  margin: auto;
  line-height: 2.2;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.listwrap li dl.interviewBox dd:first-child {
  margin-bottom: 20px;
}
.listwrap li p.comentBox span {
  display: block;
}

.imageBox {
  width: 100%;
  max-width: 480px;
  text-align: center;
  margin: 20px auto 0;
}
.imageBox img {
  max-width: 100%;
  height: auto;
}
.imageBox figcaption {
  text-align: start;
  font-size: 14px;
  color: #754C24;
}

.personalityBox {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  padding-left: 30px;
}
.personalityBox img {
  max-width: 117px;
  width: 100%;
  height: auto;
}

/*other
 * --------------------------------------------------------*/
.brpc {
  display: block;
}
.brsp {
  display: none;
}
.brpcsp {
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.rugby-point {
  margin: 7% 0;
}
.copyright-wrap {
  margin: 8% 0 2%;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 1em; /* フォントサイズちょっと小さく */
  position: static; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}
.banner img {
  max-width: 100%;
  height: auto;
}



/*tb
 * --------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .wrapper {
    width: 700px;
  }
  .index {
    width: 100%;
  }
}


/*sp
 * --------------------------------------------------------*/
@media screen and (max-width: 823px) {
  .bocwrap.pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    background-image: url(../images/bgsp.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top 60px center;
    background-repeat: no-repeat;
    background-color: #778941;
  }
  body::before {
    background-image: url('../images/bgsp.jpg');
    background-size: 100% auto;
    background-position: top 60px center;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
  }
  .container .subttl {
    background: rgba(0,0,0,0.7);
    /*margin-top: 350px;*/
    margin-top: calc(100vh / 1.9);
  }
  .wrapper {
    /*background-color: #FFF;*/
    margin: 30px auto;
  }
  .wrapper .wrapper_naka{
    margin:0 auto;
    padding-top: 30px;
    width: 80%;
  }
/*ヘッダー
 * --------------------------------------------------------*/
  .header {
    text-align: center;
    border-bottom: 1px solid #a9a9a9;
  }
  .header .title{
    padding-top: 50px;
  }
/*インデックス
 * --------------------------------------------------------*/
  .container {
    width: 90%;
    margin: auto;
    padding-bottom: 80px;
  }
  .title {}
  .title h2 img {
    margin: 80px auto 0;
  }
  .index{
    width: 100%;
  }
  .index .text{
    font-size: 12px;
  }
  .index .text .time{
    font-size: 12px;
  }
  .info1 {
    padding: 0;
    text-align: left;
    line-height: 2.2;
    margin-top: 2em;
    font-size: 14px;
    font-family: "A1ゴシック M";
  }
  .info2 {
    width: 125%;
    margin: 2em -12.5%;
    font-size: 18px;
    line-height: 2;
    padding: 30px;
  }
  .info2 dl dt.fontsize {
    font-size: 17px;
  }
  .info2 dl dd.salesfontsize {
    text-indent: 0; 
    padding-left: 0;
    font-size: 14px;
  }
  .info2 dl.ticketBox dd:not(.salesfontsize) {
    font-size: 10px;
  }
  .info2 dl dt.ttlfontsize {
    font-size: 17px;
  }
  .info2.last {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .info4 {
    font-size: 12px;
  }

/*フッター
 * --------------------------------------------------------*/
   .footer {
    width: 100%;
  }
   .fotter .fotter_naka{
    width:100%;
  }
  .fotter .navi{
    width:100%;
  }
  .footer__tw a img {
    width: 41px;
  }
  .footer__fb a img {
    width: 36px;
  }
  li.footer__li {
    margin-right: 0;
  }
  .footer__li a img {
    width: 38px;
  }
  .footer__mail a img {
    width: 121.5px;
  }
  .footer__hobonichi a img {
    width: 154.5px;
  }
  .footer__wrap {
    border-top: 1px dotted #A7A7A7;
  }
  .footer__nest {
    width: 100%;
    padding: 20px 0;
    border-top: 1px dotted #FFF;
  }
  .snsbox {
    width: 90%;
  }
  .copyright-wrap {
    margin: 0;
    padding: 30px 0;
  }
  li.footer__tw,
  li.footer__fb,
  li.footer__li {
    margin-bottom: 1em;
  }
/*otanoshimi-list
 * --------------------------------------------------------*/
  .listwrap li div.ttlBox,
  .listwrap li h3 {
    padding-left: 0;
  }
  .listwrap li h3 {
  font-size: 16px;
  }
  .listwrap li p {
    width: 100%;
    font-size: 14px;
  }
  .listwrap li p.comentBox span {
    text-align: center;
  }
  .listwrap li dl.interviewBox {
    width: 100%;
  }
  .listwrap li h4 {
    font-size: 1.125em;
    padding-left: 0;
}
  .personalityBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    padding-left: 0;
  }
  .personalityBox img {
    max-width: 117px;
    width: 100%;
    height: auto;
  }
  .imageBox figcaption {
    font-size: 10px;
  }
/*other
 * --------------------------------------------------------*/
  .brpc {
    display: none;
  }
  .brsp {
    display: block;
  }
  .brpcsp {
    display: block;
  }
  .rugby-point img {
    width: 30%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}