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

* {
  margin: 0px;
  padding: 0px;
}
.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
body {
background-image: url(../images/bgpc.jpg);
background-attachment: fixed;
font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapper {
  margin:0 auto;
  width:800px;
  max-width: 100%;
  background: #FFF;
}
.wrapper .wrapper_naka{
  margin:0 auto;
  width:672px;
  max-width: 100%;
}


/*ヘッダー
 * --------------------------------------------------------*/
.header {
  text-align: center;
  border-bottom: 1px solid #a9a9a9;
}
.header .hobo{
  padding-top: 50px;
}
.header .title{
  padding-top: 50px;
}
.header .yodogawa{
  padding-bottom: 50px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.yodogawa p {
  text-align: left;
  line-height: 2.2;
  margin-top: 0;
  font-family: "A1 Gothic M JIS2004";
}
.profile-btn {
  padding-bottom: 50px;
}
.profile-btn a img,
.title h1 img {
  max-width: 100%;
  height: auto;
}



/*インデックス
 * --------------------------------------------------------*/
.index{
  padding-top: 20px;
  padding-bottom: 40px;
  width:700px;
}
ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width:100%;
margin-left: 0px;  
padding-left: 0px;
}
li{
display: inline-block;
vertical-align: top;
padding-top: 20px;
}
.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;
}

.index-end {
  justify-content: flex-start;
}

/*日付
 * --------------------------------------------------------*/
.date{
  font-size: 15px;
  color: #757272;
  text-align:center;
  padding-bottom: 60px;
  font-family: "A1ゴシック M","A1 Gothic M";
}

/*フッター
 * --------------------------------------------------------*/
 .footer {
  text-align: center;
  border-top: 1px solid #A7A7A7;
  width:672px;
  padding-top:45px;
  padding-bottom:35px;
}
.copyright {
  padding-bottom: 10px;
  text-align: center;
  display: block;
}
.footer__nest {
  padding: 0 1.8em 0 0;
}
.footer__align {
  vertical-align: bottom;
}

/*other
 * --------------------------------------------------------*/
.brpc {
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.rugby-point {
  margin: 7% 0;
}
.copyright-wrap {
  margin-bottom: 2%;
}



/*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: 480px) {
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  body {
    background-image: url(../images/bgsp.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .wrapper {
    margin:0 auto;
    width: 90%;
    background: #FFF;
  }
  .wrapper .wrapper_naka{
    margin:0 auto;
    width:672px;
  }
  .wrapper .wrapper_naka{
    margin:0 auto;
    width: 80%;
  }
/*ヘッダー
 * --------------------------------------------------------*/
  .header {
    text-align: center;
    border-bottom: 1px solid #a9a9a9;
  }
  .header .hobo{
    padding-top: 50px;
  }
  .header .title{
    padding-top: 50px;
  }
  .yodogawa p {
    font-size: 14px;
    line-height: 1.77;
    letter-spacing: 3px;
  }
/*インデックス
 * --------------------------------------------------------*/
  .index{
    width: 100%;
  }
  .index .text{
    font-size: 12px;
  }
  .index .text .time{
    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;
  }
  .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;
  }
/*other
 * --------------------------------------------------------*/
  .brpc {
    display: none;
  }
  .rugby-point img {
    width: 30%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}



/*profile
 * --------------------------------------------------------*/
.lity.lity-opened {
  opacity: 1;
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0,0,0,.9);
  outline: none!important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.lity {
  background-color: rgba(0,0,0,.7)!important;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none!important;
}
.lity * {
  box-sizing: border-box;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none!important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease;
}
.profile__title {
  font-family: "A1ゴシック B","A1 Gothic B";
  font-weight: 400;
  line-height: 1.8;
  font-size: 28px;
  letter-spacing: .06em;
}
.profile__sub {
  font-family: "A1ゴシック B","A1 Gothic B";
  font-weight: 400;
  font-size: 20px;
}
.lightbox {
  max-height: 90vh !important;
  padding: 50px;
  background-color: #fff;
  overflow: scroll;
}
.profile__body {
  margin-top: 9%;
  font-family: "A1ゴシック M","A1 Gothic M";
  font-size: 100%;
}

.banner img {
  max-width: 100%;
  height: auto;
}
@media(max-width:767px) {
  .lightbox {
    width: 90%;
    height: 85vh;
    margin: 0 auto;
    padding: 30px 5% 25px;
  }
  .profile__title {
    font-size: 1.625rem;
    letter-spacing: .06em;
  }
  .profile__sub {
    font-size: 1.125rem;
  }
  .profile__body {
    letter-spacing: 0.04em;
    line-height: 1.875;
    font-size: 0.875rem;
  }
}

















