@charset "UTF-8";


/* --------------------------------
    Foundation
-------------------------------- */
body {
  //font-family: YuGothic,游ゴシック,Hiragino Sans,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  max-width: 1920px;
  //background-color: #000;
  background-color: #ffffff;
  color: #000000;
  margin: auto;
}

a:link, a:visited {
  color: #b50909;
}

a:hover, a:active {
  opacity: 0.8;
}

img {
  width: 100%;
}

.active a {
  text-decoration: underline;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .current, .wp-pagenavi .page {
  margin-right: 8px;
}

/* --------------------------------
    Layout
-------------------------------- */
.l-container {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  width: 100%;
}

.bodyDissolutive .l-container {
  height: 100%;
}

/* --------------------------------
    footer
-------------------------------- */
.l-footer {
  font-size: 0.73rem;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  z-index: 1;
  text-shadow: 1px 1px 1px #000;
}

.footer-inner {
  padding: 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  .l-footer {
    font-size: 0.7rem;
    position: initial;
    bottom: 0;
    color: #fff;
  }
  .footer-inner {
    padding: 10px;
  }
}

/* --------------------------------
    header
-------------------------------- */
.l-header {
  width: 100%;
  padding: 40px 0;
}

.header {
  width: 100%;
  margin: auto;
  text-align: center;
}

.header img {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .header {
    width: 100%;
    font-size: 0;
  }
}

/* --------------------------------
    Object
-------------------------------- */
/* --------------------------------
    Top btn
-------------------------------- */
.top_btn {
  position: fixed;
  bottom: -100px;
  right: 15px;
  width: 30px;
  height: 30px;
  z-index: 2;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top_btn img {
  width: 100%;
}

.js-top .top_btn {
  bottom: 15px;
}

/* --------------------------------
    exp
-------------------------------- */
.explanation{
  width: 80%;
  margin: 60px auto 60px auto;
  font-size: 1.5em;
}
/* --------------------------------
    banner
-------------------------------- */
.banner__list{
  text-align: center;
}
.banner__list img{
  width: 60%;
  border: 1px solid #000000;
  //padding: 50px 10px;
}

/* --------------------------------
    movie
-------------------------------- */
.movie {
  width: 90%;
  margin: 60px auto 50px auto;
}

.movie ::-webkit-scrollbar {
  width: 15px;
}

.movie ::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}

.movie ::-webkit-scrollbar-thumb {
  background: #111;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #fff;
}

.movie__list,.movie__list__2nd{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.movie__list li{
  display: inline-block;
  margin-bottom: 120px;
  width: 65%;
}
.movie__list__2nd li{
  display: inline-block;
  margin-bottom: 20px;
  width: 65%;
}
.movie__name{
  font-weight: bold;
  font-size:2em;
}
.movie__link_box{
  position: relative;
  text-align: center;
  margin:0 auto;
}
.movie__link{
  position: absolute;
  font-size: 1.2em;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: left;
}
.movie__link a{
  text-decoration: underline;
}
.movie__list__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie__list__item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------
    Comment
-------------------------------- */
.comment {
  width: 90%;
  margin: 60px auto 50px auto;
}

.comment ::-webkit-scrollbar {
  width: 15px;
}

.comment ::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}

.comment ::-webkit-scrollbar-thumb {
  background: #111;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #fff;
}

.comment__link {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.comment__link__item {
  width: 17%;
  margin: 10px;
  padding: 10px;
  font-size: 0.9rem;
  text-align: center;
  font-weight: bold;
  background-color: #333;
}

.comment__link__item a:link, .comment__link__item a:visited {
  color: inherit;
}

.comment__list {
  width: 100%;
  margin-top: 50px;
  padding: 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.comment__list .comment__list__item:nth-child(2n+1):last-child {
  margin-right: calc(42% * 1 + ((100% - 46% * 2) / 1) * 1);
}

.comment__list__item {
  margin-bottom: 40px;
  //border: 2px solid #fff;
  border: 2px solid #000000;
  width: 46%;
}

.comment__name {
  padding: 20px;
  font-size: 1rem;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.comment__contents {
  padding: 20px;
}

.comment__scroll {
  height: 200px;
  overflow: auto;
}

.remarks {
  width: 100%;
  font-weight: bold;
  margin-top: 10px;
  text-align: right;
  //text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}

@media only screen and (max-width: 900px) {

  .movie__list,.movie__list__2nd{
    width: 100%;
  }
  .movie__list li{
    margin-bottom: 50px; 
    width: 90%
  }
  .movie__list__2nd li{
    margin-bottom: 50px; 
    width: 90%
    
  }
  .movie__name{
    font-size: 1.1em;
  }
  .movie__link{
    position: relative;
    font-size: 1.0em;
  }
  .comment {
    width: 100%;
    margin-top: 20px;
  }
  .comment__link__item {
    width: 41%;
    font-size: 0.8rem;
    margin: 5px;
    padding: 10px;
  }
  .comment__list {
    margin-top: 5px;
    padding-bottom: 0;
    display: block;
    flex-wrap: initial;
    -webkit-box-pack: initial;
            justify-content: initial;
  }
  .comment__list .comment__list__item:nth-child(2n+1):last-child {
    margin-right: auto;
  }
  .comment__list__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .comment__name {
    font-size: 0.95rem;
    padding: 10px;
  }
  .comment__contents {
    padding: 10px;
  }
  .comment__scroll {
    height: auto;
  }
  .remarks {
    font-weight: normal;
    width: 95%;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000;
  }
}
@media only screen and (max-width: 330px) {
  .comment__link__item {
    width: 40%;
  }
}

/* --------------------------------
    color
-------------------------------- */
.u-white {
  color: #fff;
}

.u-subttl1 {
  background-color: #104275;
}

.u-subttl2 {
  background-color: #b59902;
}

.u-subttl3 {
  background-color: #751010;
}

/* --------------------------------
    device
-------------------------------- */
.view-pc {
  display: block;
}

.view-sp {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .view-pc {
    display: none;
  }
  .view-sp {
    display: block;
  }
}

/* --------------------------------
    text-align
-------------------------------- */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}
/*# sourceMappingURL=maps/style.css.map */
