@charset "utf-8";

/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
main {
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  display: block;
  color: #666;
  text-decoration-line: none;
}
a:hover {
  color: #999;
}
.sp-only {
  display: none!important;
}
.pc-only {
  display: block!important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block!important;
  }
  .pc-only {
    display: none!important;
  }
}

/*ヘッダー
-------------------------------------*/

header {
  width: 100%;
  background: #f4f4f4;
}
header ul {
  width: 98%;
  max-width: 742px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}
header ul li {
  list-style: none;
  font-size: 14px;
  line-height: 120%;
  padding-left: 1em;
  text-indent: -1em;
}
header ul li a {
  margin-top: 15px;
}
header ul li img {
  max-width: 80px;
  vertical-align: middle;
}
@media screen and (max-width: 783px) {
  header ul li a {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  header ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 180%;
    padding: 0;
  }
  header ul li {
    width: 28%;
    margin: 0 0 0 5px;
    line-height: 100%;
    text-align: center;
  }
  header ul li:first-child {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header ul li:nth-child(5), header ul li:nth-child(6) {
    width: 38%;
  }
  header ul li img:first-child {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 80px;
  }
}

/*メインビジュアル
-------------------------------------*/

.mainimg img {
  width: 100%;
}
.mainimg_width {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}
.mainimg_width img:first-child {
  max-width: 541px;
}
.mainimg_width img:last-child {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .mainimg_width img:first-child {
    width: 80%;
  }
  .mainimg_width img:last-child {
    width: 50%;
  }
}

/* コンテンツ
-------------------------------------*/

.about {
  width: 100%;
  margin: 30px auto 10px;
  text-align: center;
  color: #fff;
}
.about h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about {
    margin: 10px auto;
  }
  .about h2 {
    margin: 0 0 10px;
    font-size: 20px;
  }
}
.about p {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: bold;
}
.about .about_inbox {
  background: #da350e;
  margin: -10px 0 0;
  padding: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .about p {
    font-size: 14px;
  }
  .about .about_inbox {
    margin: -10px 0 0;
    padding: 20px 0 30px;
  }
}
.about img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cast {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
.cast h2 {
  margin: 0 0 15px;
}
.cast h2 img {
  max-width: 264px;
}
@media screen and (max-width: 768px) {
  .cast h2 img {
    width: 50%;
  }
}
.cast_main, .cast_sub {
  width: 96%;
  margin: 0 auto 30px;
}
.cast_main img {
  max-width: 352px;
}
@media screen and (max-width: 768px) {
  .cast_main {
    width: 90%;
  }
  .cast_main img {
    width: 76%;
  }
}
.cast p.cast_name {
  font-size: 18px;
  line-height: 110%;
  margin: 0 auto 10px;
}
.cast p.cast_name span {
  font-size: 14px;
  font-weight: normal;
}
.cast_sub {
  display: flex;
  justify-content: space-between;
}
.cast_sub div {
  width: 250px;
}
.cast_sub img {
  width: 250px;
  margin: 0;
}
.cast p.cast_cap {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cast_sub {
    width: 90%;
    display: block;
  }
  .cast_sub div {
    width: 80%;
    margin: 0 auto 20px;
  }
  .cast_sub img {
    width: 60%;
  }
  iframe {
    width: 96%;
    height: 220px;
    margin: auto;
  }
}
.story {
  width: 100%;
  margin: 50px auto;
}
.story .story_inbox {
  background: #da350e;
  margin: -30px 0 0;
  padding: 20px 0 50px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .story .story_inbox {
    margin: -30px 0;
    padding: 20px 0 50px;
  }
}
.story img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.story .story_inbox .story_bg {
  max-width: 1100px;
  background: url("../images/story_bg.png") no-repeat top right;
  background-size: contain;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .story .story_inbox .story_bg {
    background: url("../images/story_bg.png") no-repeat center;
    background-size: contain;
  }
}
.story .story_inbox h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.story .story_inbox p {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .story .story_inbox h3 {
    font-size: 20px;
  }
  .story .story_inbox p {
    font-size: 14px;
  }
}
.story .story_inbox .story_photo {
  width: 96%;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.story .story_inbox .story_photo div {
  width: 32%;
  max-width: 280px;
}
.story .story_inbox .story_photo div img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .story .story_inbox .story_photo {
    width: 90%;
    display: block;
    text-align: center;
    margin: 50px auto 0;
  }
  .story .story_inbox .story_photo div {
    width: 100%;
    margin-bottom: 20px;
    max-width: inherit;
  }
}
.story .story_inbox .story_contact {
  width: 400px;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 50px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .story .story_inbox .story_contact {
    width: 80%;
    padding: 5%;
  }
}
.story .story_inbox .story_contact h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 10px 0;
}
.story .story_inbox .story_contact h4 img {
  max-width: 32px;
  vertical-align: middle;
  margin-top: -2px;
}
.story .story_inbox .story_contact h4 img:first-child {
  margin-right: 10px;
}
.story .story_inbox .story_contact h4 img:last-child {
  margin-left: 10px;
}
.story .story_inbox .story_contact h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 6px;
  margin: 0 auto 10px;
}
.story .story_inbox .story_contact h5.dotted {
  background-image: linear-gradient(to right, #333, #333 4px, transparent 4px);
  background-size: 7px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.story .story_inbox .story_contact p {
  font-size: 13px;
  font-weight: normal;
  color: #513a07;
}

/*ヘッダー
-------------------------------------*/

footer {
  width: 100%;
  margin: 0 auto;
}
footer p {
  text-align: center;
  margin: 0 auto 10px;
}
footer p img {
  max-width: 223px;
}
footer .ftr_inbox {
  width: 100%;
  background: #f4f4f4;
  padding: 2px 0;
}
footer .ftr_inbox ul {
  width: 98%;
  max-width: 742px;
  margin: 10px auto;
  display: flex;
  justify-content: space-around;
  padding: 0;
}
footer .ftr_inbox ul li {
  list-style: none;
  font-size: 14px;
  line-height: 120%;
  padding-left: 1em;
  text-indent: -1em;
}
footer .ftr_inbox ul li a {
  margin-top: 15px;
}
footer .ftr_inbox ul li img {
  max-width: 80px;
  vertical-align: middle;
}
@media screen and (max-width: 783px) {
  footer .ftr_inbox ul li a {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .ftr_inbox {
    width: 100%;
    background: #f4f4f4;
    padding: 5px 0;
  }
  footer .ftr_inbox ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  footer .ftr_inbox ul li {
    width: 28%;
    margin: 0 0 0 5px;
    line-height: 100%;
    text-align: center;
  }
  footer .ftr_inbox ul li:first-child {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer ul li:nth-child(5), footer ul li:nth-child(6) {
    width: 38%;
  }
  footer .ftr_inbox ul li img:first-child {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 80px;
  }
}

/*ページトップへ戻るボタン
-------------------------------------*/

#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#pagetop a {
  display: block;
  color: #fff;
  width: 73px;
  text-align: center;
}
#pagetop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: -10px;
    right: 15px;
  }
  #pagetop a {
    width: 50px;
  }
}

/*モーダル
-------------------------------------*/

.js_modalBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: opacity 0.3s ease;
}
.js_modalBtnCont {
  display: block;
  transition: 0.3s;
}
.js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  overscroll-behavior: contain;
  overflow-y: scroll;
}
.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 720px;
  max-width: 100%;
  background-color: #fff;
  padding: 40px 40px 30px;
}
.js_modalCont>*+* {
  margin-top: 10px;
}
.js_modalContInner>.js_modalClose+* {
  margin-top: 0;
}
.js_modalClose {
  display: block;
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
.js_modalClose::before, .js_modalClose::after {
  content: "";
  background-color: #222;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}
.js_modalClose::before {
  transform: rotate(45deg);
}
.js_modalClose::after {
  transform: rotate(-45deg);
}

/*モーダル中身
-------------------------------------*/

.ly_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.ly_inner img {
  width: 100%;
}
.md_linkBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 0;
  text-align: center;
}
.md_linkBtnCont {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 15px 5px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .js_modalContInner {
    width: 80%;
    padding: 10px 10px 5px;
  }
  .js_modalCont {
    max-height: 360px;
  }
  .js_modalClose {
    top: -30px;
  }
  .js_modalClose::before, .js_modalClose::after {
    background-color: #fff;
  }
}
.nonScroll {
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}
.nonOverflow {
  overflow: hidden;
}
.js_modalPrev, .js_modalNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
}
.js_modalPrev {
  left: 10px;
}
.js_modalNext {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .js_modalPrev, .js_modalNext {
    font-size: 14px;
    padding: 5px;
  }
}