@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description :
===================================================================== */
/* =====================================================================
*    mv
* =================================================================== */
.mv {
  background: url(../images/common/bg_mv.jpg) repeat bottom center/cover;
  position: relative;
}
.mv .mv_ttl {
  width: 100%;
  max-width: 1140px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mv .inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .mv .mv_ttl {
    width: 100%;
    margin: 0 auto auto;
  }
}
/* =====================================================================
*    news
* =================================================================== */
.news {
  position: relative;
  padding-bottom: 10rem;
}
.news::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  z-index: 100;
  background: url(../images/top/dec_kugiri_sp.png) no-repeat top left/cover;
  padding-top: 8.8rem;
}
.news .top_banner {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem 0 0;
  margin-left: -4%;
}
.news .top_banner li {
  margin: 0 2% 4%;
  width: 44.4%;
}
.news .slick-slide {
  padding-right: 2rem;
}
.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140rem;
  padding: 3.5rem 0 9rem 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news_list .slick-slide {
  padding-top: 2rem;
}
.news_list li {
  width: 41rem;
  margin-right: 3.5rem;
}
.news_list li a {
  width: 100%;
  border-bottom: 1px solid #16130c;
}
.news_list li a.hover_shadow02 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news_list li p.date {
  color: #7ca986;
  text-align: right;
  font-size: 2.4rem;
}
.news_list li p.txt {
  color: #16130c;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .news {
    padding-bottom: 13rem;
  }
  .news::after {
    height: auto;
    bottom: -6.5rem;
    left: 0;
    background: url(../images/top/dec_kugiri.png) no-repeat top left/cover;
    padding-top: 10%;
  }
  .news .top_banner {
    width: 81.9672131148%;
    margin: auto;
  }
  .news .top_banner li {
    margin: 0 2% 4%;
    width: 28%;
  }
  .news_list {
    width: 100%;
    max-width: 1110px;
    margin: auto;
    padding: 0;
  }
  .news_list li {
    margin: 0 1.8rem;
    width: calc(33% - 3.5rem);
  }
  .news_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_list li .photo {
    width: 36.875%;
  }
  .news_list li .news_txt {
    width: 57.1875%;
  }
  .news_list li p.date {
    font-size: 1.6rem;
  }
}
/* =====================================================================
*    Next
* =================================================================== */
.next {
  position: relative;
  padding: 0 0 10rem;
  margin-top: 5rem;
  background: url(../images/common/bg_paper_white.jpg) repeat top center/50%;
  color: #16130c;
}
.next .bg {
  width: 100%;
  height: 20rem;
  position: absolute;
  top: -11rem;
  left: 0;
  -webkit-transform: skewY(-0.5deg);
          transform: skewY(-0.5deg);
  background: url(../images/common/bg_paper_white.jpg) repeat top center/50%;
  z-index: 0;
}
.next::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 9rem;
  left: 0;
  border-top: 1px solid #16130c;
  z-index: 1;
}
.next::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -4rem;
  left: 0;
  z-index: 100;
  background: url(../images/top/dec_kugiri_sp.png) no-repeat top left/cover;
  padding-top: 8.8rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.next .inner {
  padding: 14rem 0 0 0;
}
.next .next_pickup {
  width: 88.0597014925%;
  max-width: 590px;
  margin: auto;
}
.next h2.ttl {
  left: 0;
}
.next h2.ttl span.en {
  left: auto;
  left: -1.5rem;
}
.next h3.tit_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2rem;
}
.next h3.tit_num span {
  display: inline-block;
  text-align: center;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  border: 1px solid #16130c;
  margin-left: -1px;
}
.next h4.case {
  width: 100%;
  margin: 5rem auto 3rem;
  background: #dad6c9;
  border-top: 1px solid #4e4636;
  border-bottom: 1px solid #4e4636;
  font-size: 3.6rem;
  text-align: center;
  line-height: 8.3rem;
}
.next p.summary {
  border-top: 1px solid #4e4636;
  margin-top: 3rem;
  padding-top: 3rem;
}
.next p.day {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.next ul.guest {
  list-style: disc;
  margin-left: 2rem;
  padding: 0.5rem 0 0;
}
.next ul.guest li {
  font-size: 2.4rem;
  line-height: 1.6;
}
.next ul.guest li span {
  display: block;
  color: #ff8e8b;
}

@media screen and (min-width: 768px) {
  .next {
    padding: 0;
    margin-top: 10rem;
  }
  .next .bg {
    top: -10rem;
    -webkit-transform: skewY(-3.2deg);
            transform: skewY(-3.2deg);
  }
  .next::before {
    top: 7.3rem;
  }
  .next::after {
    height: auto;
    bottom: -11rem;
    left: 0;
    background: url(../images/top/dec_kugiri.png) no-repeat top left/cover;
    padding-top: 10%;
  }
  .next .next_pickup {
    max-width: 880px;
  }
  .next h2.ttl {
    left: 3.5rem;
  }
  .next h2.ttl span.en {
    left: auto;
    left: -1.5rem;
  }
  .next h3.tit_num {
    font-size: 2.4rem;
  }
  .next h3.tit_num span {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
  .next p.day {
    font-size: 2.4rem;
  }
  .next h4.case {
    line-height: 2.4;
    font-size: 2.4rem;
  }
  .next ul.guest li {
    font-size: 1.8rem;
  }
}
/* =====================================================================
*    minogashi
* =================================================================== */
.minogashi {
  position: relative;
  padding: 6rem 0 0;
  color: #16130c;
  z-index: 0;
}
.minogashi::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(231, 228, 207);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(231, 228, 207)), to(rgba(231, 228, 207, 0)));
  background: linear-gradient(0deg, rgb(231, 228, 207) 0%, rgba(231, 228, 207, 0) 100%);
  -webkit-transform: skewY(1deg);
          transform: skewY(1deg);
  position: absolute;
  bottom: -12rem;
  z-index: 0;
}
.minogashi h2 {
  width: 100%;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  max-width: 880px;
  margin: 0 auto 5rem;
}
.minogashi h2::before, .minogashi h2::after {
  content: "";
  display: block;
  width: 21.3333333333%;
  height: 50%;
  position: absolute;
  top: 0;
  border-bottom: 1px solid #16130c;
}
.minogashi h2::after {
  right: 0;
}

@media screen and (min-width: 768px) {
  .minogashi {
    position: relative;
    padding: 10rem 0 10rem;
  }
  .minogashi::after {
    -webkit-transform: skewY(2.5deg);
            transform: skewY(2.5deg);
    bottom: -1rem;
  }
  .minogashi h2 {
    font-size: 2.4rem;
  }
  .minogashi h2::before, .minogashi h2::after {
    width: 30.6818181818%;
  }
}
/* =====================================================================
*    topics
* =================================================================== */
.topics {
  position: relative;
  padding: 0 0 6rem;
  overflow: hidden;
}
.topics::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 9rem;
  left: 0;
  border-top: 1px solid #16130c;
  z-index: 0;
}
.topics .inner {
  padding: 9rem 0 0 0;
  overflow: hidden;
}
.topics h2.ttl {
  left: 3.5rem;
}
.topics h2.ttl span.en {
  left: auto;
  left: -1.5rem;
}
.topics_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140rem;
  padding: 3.5rem 3rem 9rem 3rem;
}
.topics_list li {
  width: 41rem;
  margin-left: 3.5rem;
  padding: 1.5rem;
  background: url(../images/top/bg_topics.svg) no-repeat bottom center/cover;
}
.topics_list li:nth-child(n+4) {
  display: none;
}
.topics_list li p.date {
  color: #7ca986;
  border-bottom: 1px solid #16130c;
  text-align: right;
  font-size: 2.4rem;
}
.topics_list li p.txt {
  color: #16130c;
  line-height: 1.5;
  padding-top: 1em;
}
.topics_list li a {
  margin-top: -3.5em;
  display: block;
}

@media screen and (max-width: 767px) {
  .topics .inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 0 0 5.5rem;
  }
  .topics .inner {
    padding: 20rem 0 0 11.5rem;
  }
  .topics::before {
    top: 7.3rem;
  }
  .topics h2 {
    left: 3.5rem;
  }
  .topics_list {
    width: 100%;
    max-width: 1110px;
    padding: 0;
  }
  .topics_list li {
    width: calc(33% - 3.5rem);
  }
  .topics_list li p.date {
    font-size: 1.6rem;
  }
}
/* =====================================================================
*    movie
* =================================================================== */
.movie {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
}
.movie::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 19rem;
  left: 0;
  border-top: 1px solid #16130c;
  z-index: 0;
}
.movie .inner {
  padding: 13rem 11.5rem 1rem 0;
  overflow: hidden;
}
.movie h2.ttl {
  left: auto;
  right: 3.5rem;
}
.movie h2.ttl span.en {
  top: 0.15em;
  left: auto;
  right: -3.5rem;
}
.movie ul.movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 140rem;
  padding-right: 12rem;
  padding-bottom: 8rem;
  padding-top: 1rem;
}
.movie ul.movie_list li {
  width: calc(33% - 3.5rem);
  margin-left: 3.5rem;
}
.movie ul.movie_list li:nth-child(n+4) {
  display: none;
}
.movie ul.movie_list li p.date {
  color: #7ca986;
  text-align: center;
  font-size: 2.4rem;
  display: block;
  position: relative;
}
.movie ul.movie_list li p.date::before, .movie ul.movie_list li p.date::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  border-top: 1px solid #16130c;
  position: absolute;
  top: 50%;
  left: calc(50% - 5em);
}
.movie ul.movie_list li p.date::after {
  left: auto;
  right: calc(50% - 5em);
}
.movie ul.movie_list li p.txt {
  color: #16130c;
  line-height: 1.5;
  padding-top: 0.2em;
}

@media screen and (max-width: 767px) {
  .movie .inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .movie {
    padding-top: 16rem;
    margin-bottom: 1rem;
  }
  .movie::before {
    top: 23.3rem;
  }
  .movie ul.movie_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 98%;
    padding-right: 0;
  }
  .movie ul.movie_list li p.date {
    font-size: 1.6rem;
  }
  .movie ul.movie_list li p.date::before {
    left: calc(50% - 5em);
  }
  .movie ul.movie_list li p.date::after {
    right: calc(50% - 5em);
  }
}
/* ------ youtube ------------------------- */
.youtube {
  position: relative;
}
.youtube::before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top/dec_movie_t.png) no-repeat top left/contain;
  z-index: 100;
}
.youtube::after {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/top/dec_movie_r.png) no-repeat top right/contain;
  z-index: 100;
}
.youtube .btn_play {
  display: block;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 4em);
  z-index: 10;
  background: url(../images/top/icon_play.png) no-repeat center center/contain;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
  opacity: 0.45;
}

/* =====================================================================
*    twitter
* =================================================================== */
.sns {
  background: url(../images/common/bg_sns.png) repeat;
  padding: 4rem 0 14rem;
}
.sns::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 13rem;
  left: 0;
  border-top: 1px solid #16130c;
  z-index: 0;
}
.sns h2.ttl {
  left: auto;
  right: 3.5rem;
}
.sns h2.ttl span.en {
  top: 0.15em;
  left: auto;
  right: -3.5rem;
}

.sns_wrap {
  margin-left: 4rem;
  padding-top: 20em;
}
.sns_wrap .twitter {
  width: calc(490 / 690 * 100%);
  height: 40rem;
  margin-bottom: 5.5rem;
}
.sns_wrap .twitter .twitter_widget {
  width: 100%;
}
.sns_wrap .twitter .twitter_widget .twitter-timeline {
  background: #fff;
  width: 100%;
  height: 40rem !important;
  overflow-y: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.sns_wrap .twitter .twitter_widget .twitter-timeline::-webkit-scrollbar {
  display: none;
}
.sns_wrap ul.sns_list {
  width: calc(490 / 690 * 100%);
}
.sns_wrap ul.sns_list li {
  width: 100%;
  height: 12rem;
  margin-bottom: 1.6rem;
  border: 1px solid #f8f6f0;
}
.sns_wrap ul.sns_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.sns_wrap ul.sns_list li a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.7777777778%;
  height: calc(100% - 30px);
  border-right: 1px solid #f8f6f0;
  position: absolute;
  top: 15px;
  left: 0;
}
.sns_wrap ul.sns_list li a .txt {
  font-size: 2rem;
  color: #f8f6f0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 36.1111111111%;
}

@media screen and (min-width: 768px) {
  .sns {
    padding: 3rem 0 14rem;
  }
  .sns::before {
    top: 10.3rem;
  }
  .sns .inner {
    margin: auto;
  }
  .sns .sns_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 3.5rem;
    width: calc(1020 / 1220 * 100%);
    padding-top: calc(170 / 1220 * 100%);
  }
  .sns .sns_wrap .twitter {
    width: 53.7280701754%;
    margin-bottom: 0;
  }
  .sns .sns_wrap ul.sns_list {
    width: 39.4736842105%;
  }
}
@media screen and (min-width: 1220px) {
  .sns .inner {
    margin: auto;
  }
  .sns .sns_wrap {
    margin-left: 10rem;
    width: calc(912 / 1220 * 100%);
  }
}
/* =====================================================================
*    decoration（白い四角の背景）
* =================================================================== */
.bg_box {
  width: 46rem;
  height: 49rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(156, 155, 153, 0.2);
          box-shadow: 0 0 20px rgba(156, 155, 153, 0.2);
}

.header_wrap {
  position: relative;
}
.header_wrap .bg_box {
  position: absolute;
  top: 0;
  left: -10%;
  z-index: 0;
}

.news {
  position: relative;
}
.news .bg_box {
  position: absolute;
  top: 50%;
  left: -100%;
  z-index: 0;
}

.movie {
  position: relative;
}
.movie .bg_box {
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: 0;
}

.topics {
  position: relative;
}
.topics .bg_box {
  position: absolute;
  bottom: 5rem;
  top: auto;
  left: 80%;
  z-index: 0;
}

.staff {
  position: relative;
}
.staff .bg_box {
  position: absolute;
  top: 2rem;
  left: 80%;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .bg_box {
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(156, 155, 153, 0.2);
            box-shadow: 0 0 20px rgba(156, 155, 153, 0.2);
  }
  .header_wrap .bg_box {
    top: -50%;
    left: -10%;
    z-index: 0;
  }
  .news .bg_box {
    bottom: 0;
    left: 80%;
    z-index: 0;
  }
  .movie .bg_box {
    top: 0;
    left: -5rem;
    z-index: 0;
  }
  .topics .bg_box {
    bottom: 5rem;
    top: auto;
    left: 80%;
    z-index: 0;
  }
  .staff {
    position: relative;
  }
  .staff .bg_box {
    position: absolute;
    top: 3rem;
    left: 90%;
    z-index: 0;
  }
}
/* =====================================================================
*    hulu_popup
* =================================================================== */
.hulu_popup {
  /* display: none; */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(140, 137, 127, 0.85);
  z-index: 999999;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 2.4rem;
}

.hulu_popup_inner {
  width: calc(650 / 750 * 100%);
  max-width: 650px;
  padding: calc(55 / 750 * 100%) calc(8 / 750 * 100%);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: url(../images/common/bg.jpg) repeat;
  -webkit-box-shadow: 0 0 30px 0 rgba(171, 165, 137, 0.5) inset;
          box-shadow: 0 0 30px 0 rgba(171, 165, 137, 0.5) inset;
}
.hulu_popup_inner h2 {
  margin-bottom: calc(40 / 650 * 100%);
}
.hulu_popup_inner h2 span {
  display: block;
  margin-top: 0.5em;
  font-size: 158%;
  line-height: 1.4;
}
.hulu_popup_inner .btn {
  margin: 0 auto;
  width: calc(440 / 650 * 100%);
}
.hulu_popup_inner .btn span {
  font-size: 2.6rem;
}

.hulu_popup_img {
  position: relative;
  margin: 0 auto calc(10 / 650 * 100%);
}
.hulu_popup_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top/dec_movie_t.png) no-repeat top left/contain;
  z-index: 100;
}
.hulu_popup_img::after {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/top/dec_movie_r.png) no-repeat top right/contain;
  z-index: 100;
}

.hulu_popup_btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hulu_popup_trial {
  margin-bottom: calc(30 / 650 * 100%);
  padding: calc(37 / 650 * 100%) 0 calc(24 / 650 * 100%);
  background-color: #696f65;
}

.hulu_popup_txt2 {
  margin-bottom: calc(30 / 650 * 100%);
}
.hulu_popup_txt2 img {
  margin: 0 auto;
  width: calc(319 / 650 * 100%);
}

.hulu_popup_check input {
  vertical-align: middle;
  margin-right: 0.3em;
}
.hulu_popup_check span {
  font-size: 2rem;
  font-weight: 700;
}

.hulu_popup_close {
  position: absolute;
  bottom: -2em;
  width: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .hulu_popup {
    font-size: 1.6rem;
  }
  .hulu_popup .btn {
    height: 6rem;
  }
  .hulu_popup_inner {
    padding: calc(50 / 1400 * 100%) calc(8 / 1400 * 100%);
    width: calc(650 / 1400 * 100%);
    max-width: 650px;
  }
  .hulu_popup_inner h2 {
    font-size: 2rem;
  }
  .hulu_popup_check label {
    cursor: pointer;
  }
  .hulu_popup_close {
    bottom: -2.5em;
  }
  .hulu_popup_close:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1220px) {
  .hulu_popup_inner {
    padding: 50px 8px;
  }
}
@media screen and (max-height: 920px) and (orientation: landscape) {
  .hulu_popup_inner {
    padding: 20px 8px;
    width: 100%;
    max-width: calc(350 / 1400 * 100vh);
    min-width: 350px;
  }
  .hulu_popup_inner .btn {
    height: 4rem;
  }
  .hulu_popup_inner .btn.arrow::after {
    width: 1.5rem;
  }
  .hulu_popup_inner * {
    font-size: 0.8em !important;
  }
  .hulu_popup_inner h2 {
    font-size: 12px !important;
  }
  .hulu_popup_inner h2 span {
    font-size: 18px !important;
  }
}/*# sourceMappingURL=top.css.map */