@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Open+Sans:400,700&display=swap&subset=japanese");
/*size*/
/*color*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 about.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
/* about
========================================== */
.about_inner {
  padding: 40px 0 60px;
}
.about_title {
  background: url(../../about/images/title.png) no-repeat center center;
  height: 89px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .about_inner {
    padding: 4% 0 6%;
  }
  .about_title {
    background-size: contain;
    padding-top: 13.9%;
    height: 0px;
  }
}
/* outline
========================================== */
.outline_inner {
  margin: auto;
  padding-bottom: 60px;
  max-width: 960px;
  width: 100%;
}
.outline_logo {
  padding: 30px;
  text-align: center;
}
.outline_logo img {
  max-width: 700px;
}
.outline_catch {
  padding-bottom: 1em;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #222;
}
.outline_text {
  padding-bottom: 1em;
  text-align: center;
  font-size: 18px;
  line-height: 2em;
}
.outline_text strong {
  font-size: 110%;
  color: #a4843d;
}
.outline_logomark {
  padding: 30px;
  text-align: center;
}
.outline_logomark img {
  max-width: 400px;
  width: 60%;
}

@media screen and (max-width: 992px) {
  .outline_inner {
    width: 96%;
    padding-bottom: 8%;
  }
  .outline_logo img {
    width: 80%;
  }
  .outline_text {
    font-size: 18px;
    font-size: 1.81452vw;
  }
}
@media only screen and (max-width: 640px) {
  .outline_inner {
    width: 94%;
  }
  .outline_logo {
    padding: 3%;
  }
  .outline_catch {
    font-size: 4.5vw;
  }
  .outline_text {
    padding: 0 1em 1em;
    font-size: 14px;
    text-align: left;
  }
  .outline_text .-br {
    display: none;
  }
}
/* music
========================================== */
.music_inner {
  margin: auto;
  padding-bottom: 80px;
  max-width: 960px;
  width: 100%;
}
.music_title {
  background: url("/baseball/about/images/bg_gold.png") repeat;
  padding: 20px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.music_catch {
  padding: 1em 1em 0.5em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.music_imagesong {
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.music_song {
  font-size: 36px;
  font-weight: bold;
  color: #d20000;
}
.music_song:after {
  content: " / ";
  color: #000;
}
.music_artist {
  font-size: 36px;
  font-weight: bold;
}
.music_photo {
  margin: auto;
  max-width: 960px;
}
.music_photo span {
  background: url("/baseball/about/images/photo_hotei.jpg") no-repeat center center;
  background-size: contain;
  padding-top: calc(476 / 960 * 100%);
  display: block;
  width: 100%;
  height: 0;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.music_comment {
  padding: 30px 0;
}
.music_comment p {
  padding: 0 0 1em;
  font-size: 1.8rem;
  line-height: 1.8em;
}
.music_comment .-stg {
  color: #d20000;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .music_inner {
    width: 96%;
    padding-bottom: 8%;
  }
}
@media only screen and (max-width: 640px) {
  .music_inner {
    width: 94%;
  }
  .music_title {
    padding: 0.8em;
    font-size: 24px;
    font-size: 3.75vw;
  }
  .music_catch {
    font-size: 24px;
    font-size: 3.75vw;
  }
  .music_text {
    line-height: 2.4em;
  }
  .music_imagesong {
    flex-direction: column;
  }
  .music_song {
    font-size: 36px;
    font-size: 5.625vw;
  }
  .music_song:after {
    display: none;
  }
  .music_artist {
    font-size: 36px;
    font-size: 5.625vw;
  }
  .music_comment {
    padding: 3% 0;
  }
  .music_comment p {
    font-size: 1.6rem;
  }
}
/* comment
========================================== */
.comment_inner {
  margin: auto;
  padding-bottom: 80px;
  max-width: 960px;
  width: 100%;
}
.comment_title {
  background: url("/baseball/about/images/bg_gold.png") repeat;
  padding: 20px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.comment_photo {
  margin: 30px auto 0;
  max-width: 400px;
  width: 60%;
}
.comment_photo span {
  background: url("/baseball/about/images/photo_kame.jpg") no-repeat center center;
  background-size: contain;
  padding-top: calc(6 / 4 * 100%);
  display: block;
  width: 100%;
  height: 0;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.comment_text {
  padding: 3% 0;
}
.comment_text p {
  font-size: 1.8rem;
  line-height: 1.8em;
}

@media screen and (max-width: 992px) {
  .comment_inner {
    width: 96%;
    padding-bottom: 8%;
  }
}
@media only screen and (max-width: 640px) {
  .comment_inner {
    width: 94%;
  }
  .comment_title {
    padding: 0.8em;
    font-size: 24px;
    font-size: 3.75vw;
  }
  .comment_photo {
    margin: 3% auto 0;
  }
  .comment_text p {
    font-size: 1.6rem;
  }
}
/* special
========================================== */
.special_inner {
  margin: auto;
  padding-bottom: 80px;
  max-width: 960px;
  width: 100%;
}
.special_title {
  background: url("/baseball/about/images/bg_gold.png") repeat;
  padding: 20px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.special_intro {
  padding: 1em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.special_intro strong {
  font-size: 110%;
  color: #d20000;
}
.special_block {
  border-top: 1px solid #a4843d;
  padding: 40px 0;
}
.special_block:after {
  content: "";
  display: block;
  height: 1px;
  clear: both;
}
.special_block_prj {
  margin-right: 0.5em;
  background: #a4843d;
  padding: 0.5em 1em;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  white-space: nowrap;
  /* width: 135px;
  float: left;
  img{
  	max-width: 135px;
  	width: 100%;
  	height: auto;
  } */
}
.special_block_title {
  padding-bottom: 1em;
  font-size: 24px;
  font-weight: bold;
  color: #a4843d;
  line-height: 1.6em;
}
.special_block_text {
  padding-bottom: 1em;
  font-size: 18px;
  line-height: 1.8em;
}
.special_block_text strong {
  font-size: 110%;
  color: #d20000;
}
.special_aside {
  margin-top: 1em;
  padding: 2% 3%;
  border: 1px solid #222;
  clear: both;
}
.special_ai dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  text-decoration: underline;
}
.special_ai dd {
  padding-bottom: 1em;
  font-size: 16px;
  line-height: 1.6em;
}
.special_ai dd:last-child {
  padding-bottom: 0;
}
.special_ai dd strong {
  font-size: 110%;
  color: #d20000;
}

@media screen and (max-width: 992px) {
  .special_inner {
    width: 96%;
    padding-bottom: 8%;
  }
}
@media only screen and (max-width: 640px) {
  .special_inner {
    width: 94%;
  }
  .special_title {
    padding: 0.8em;
    font-size: 24px;
    font-size: 3.75vw;
  }
  .special_intro {
    font-size: 16px;
  }
  .special_block {
    padding: 5% 0;
  }
  .special_block_title {
    font-size: 18px;
  }
  .special_block_text {
    font-size: 16px;
  }
  .special_ai dt,
  .special_ai dd {
    font-size: 14px;
  }
}
