@charset "UTF-8";
/* (original_pc.css) */
/* ================= contents =================
[0] reset
[1] base
[2] headerArea
[3] contentsArea
[4] footerArea
============================================ */
/* ============================================
0. reset
============================================ */
/* --------------------------------------------------------------------------------
margin padding
-------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* font-family */
body {
  font-family: Tahoma, helvetica, clean, sans-serif;
}

/* line-height */
body {
  line-height: 1.45;
}

*:first-child + html * {
  letter-spacing: 0;
}

/* --------------------------------------------------------------------------------
other
-------------------------------------------------------------------------------- */
ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

img, iframe {
  border: 0;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

address {
  font-style: normal;
  font-weight: normal;
}

/* --------------------------------------------------------------------------------
table form
-------------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
}

fieldset {
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* --------------------------------------------------------------------------------
block
-------------------------------------------------------------------------------- */
body {
  text-align: left;
}

div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, form, fieldset, legend, blockquote, input, textarea, p, pre {
  text-align: left;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

/* --------------------------------------------------------------------------------
clearfix
-------------------------------------------------------------------------------- */
.cf_og:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================
 1.base
============================================ */
html, body {
  position: relative;
  width: 100%;
  color: #000;
  letter-spacing: 0.3px;
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  will-change: transform;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  color: #e20817;
}
a:hover {
  opacity: 0.7;
}

.menu {
  cursor: pointer;
  will-change: transform;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.menu.active {
  opacity: 0.6;
}

/* ----------- no-js ----------- */
html#no-js #countdown_time {
  display: none;
}

#noscriptBlock {
  width: 520px;
  position: absolute;
  top: 27px;
  left: 27px;
  padding: 10px;
  background: #FFFFFF;
}

#noscriptBlock p {
  font-size: 14px;
  background: #FDF3F2;
  color: #D72400;
  border: 1px dotted #F4C3BE;
  padding: 6px 10px;
  line-height: 1.4;
}

#container {
  z-index: 100;
  position: relative;
  top: 0;
  width: 100%;
  background: url("../images/bg2.jpg") no-repeat;
  background-size: cover;
}

/* ============================================
 2.headerArea
============================================ */
.ticket_btn {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.ticket_btn img {
  max-width: 140px;
}

#headerArea {
  position: relative;
  z-index: 100;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
}
#headerArea .logo {
  padding-top: 120px;
  text-align: center;
  margin: 0 auto;
  width: 30%;
}
#headerArea .logo img {
  max-width: 280px;
  width: 100%;
  margin-left: 22px;
}
#headerArea .tit {
  margin: 50px auto 5px;
  text-align: center;
  width: 85%;
}
#headerArea .tit img {
  max-width: 1000px;
  width: 100%;
}
#headerArea .tit .catchy_pc {
  display: inline-block;
}
#headerArea .tit .catchy_sp {
  display: none;
}
#headerArea .box_information {
  border: solid 5px #ffffff;
  padding: 30px;
  max-width: 1000px;
  margin: 70px auto 0;
}
#headerArea .box_information p {
  font-size: 14px;
  font-size: 1.1666666667rem;
  text-align: center;
}
#headerArea .box_information p.caption {
  font-size: 20px;
  font-size: 1.6666666667rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.sns {
  position: absolute;
  right: 35px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-size: 2.3333333333rem;
}
.sns div {
  margin: 0 10px;
}
.sns div a {
  color: #e60113;
}
.sns .bnr img {
  width: 220px;
}

/* ============================================
3.contentsArea
============================================ */
#contentArea {
  z-index: 10;
  position: relative;
  top: 0;
  width: 100%;
}

.contentAreaInner {
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

/*---------------- content base ---------------*/
.box_content {
  width: 100%;
  margin: 50px auto 0;
  padding-bottom: 0;
}
.box_content h2 {
  letter-spacing: 5px;
  color: #004098;
  margin: 40px auto 40px;
  font-size: 36px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.box_content .wrapper {
  width: 1024px;
  margin: 0 auto;
  padding: 30px 0 0;
}

.border_box {
  padding: 16px;
}
.border_box .inner {
  padding: 50px;
}

/*---------------- information ---------------*/
#information {
  background: url("../images/info_bg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 30px;
}
#information h2 {
  color: #fff;
}
#information .news_wrap {
  padding: 0;
  /*
  max-height: 400px;
  overflow-y: scroll;
   */
}
#information .news_wrap .sns_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 515px;
  margin: 0 0 0% -2.5%;
}
#information .news_wrap .sns_wrap .sns_box {
  margin: 0 0 5% 5%;
  width: 45%;
  height: auto;
}
#information .news_wrap .sns_wrap .sns_box h3 {
  color: #fff;
  font-size: 34px;
  font-size: 2.8333333333rem;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
#information .news_wrap .sns_twitter {
  text-align: center;
}
#information .news_wrap .sns_twitter img {
  width: 70%;
}
#information .news_wrap .insta_wrap {
  width: 100%;
  margin: 0 auto;
  min-height: 260px;
}
#information .news_wrap .insta_wrap h3 {
  color: #fff;
  font-size: 34px;
  font-size: 2.8333333333rem;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
#information .news_wrap .insta_wrap .insta_list_wrap .insta_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -1.6% -1.6%;
}
#information .news_wrap .insta_wrap .insta_list_wrap .insta_list li {
  width: 15%;
  margin: 0 0 1.6% 1.6%;
}
#information .news_wrap .facebook-wrapper {
  max-width: 500px;
  /* Facebook Page Plugin の最大幅 */
  margin: 0 auto;
}
#information .news_wrap .facebook-wrapper > .fb-page {
  width: 100%;
}
#information .news_wrap .facebook-wrapper > .fb-page > span,
#information .news_wrap .facebook-wrapper iframe {
  width: 100% !important;
}

/*---------------- event ---------------*/
#event {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  z-index: 9;
  color: #000;
}
#event .event_archive .box_event {
  background: #6b6968;
  padding: 10px;
}
#event .event_archive .box_event h3 {
  font-size: 18px;
  font-size: 1.5rem;
  background: #000;
  line-height: 1;
  padding: 17px 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
#event .event_archive .btn_event {
  display: block;
  margin: 30px auto;
  width: 90%;
  padding: 10px 15px;
}
#event .event_archive h4 {
  margin-top: 15px;
  font-size: 32px;
  font-size: 2.6666666667rem;
  line-height: 1;
  padding: 17px 20px;
  color: #004098;
  text-align: center;
  font-weight: bold;
}
#event .event_archive p {
  font-size: 32px;
  font-size: 2.6666666667rem;
  text-align: center;
  font-weight: bold;
}

/*---------------- VIDEO ---------------*/
.content_movie {
  padding: 80px 0;
}

#channel_slick {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#channel_slick .slick-dots {
  display: none !important;
}
#channel_slick .slick-slide {
  padding: 0 20px;
  /* ガター */
}
#channel_slick .slick-slide a {
  display: block;
  will-change: transform;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#channel_slick .slick-slide a:hover {
  opacity: 0.7;
}

.channel_slide {
  margin: 0 10px;
}

#channel_arrows {
  display: block;
}

#channel_slick_next, #channel_slick_preview {
  position: absolute;
  display: block;
  height: 35px;
  width: 25px;
  line-height: 1;
  font-size: 40px;
  cursor: pointer;
  background: transparent;
  color: #004098;
  top: 50%;
  -webkit-transform: translate(0, -120%);
  -ms-transform: translate(0, -120%);
  transform: translate(0, -120%);
  padding: 0;
  border: none;
  outline: none;
}

#channel_slick_next {
  left: -35px;
}

#channel_slick_preview {
  right: -35px;
}

.channel_tit {
  margin-top: 5px;
  text-align: center;
  word-break: break-all;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.channel_btn {
  text-align: center;
  margin: 35px auto 0;
}
.channel_btn img {
  max-width: 350px;
}

/* ============================================
 4.footerArea
============================================ */
#footerArea {
  position: relative;
}
#footerArea .credit dl {
  margin-top: 55px;
  color: #000;
  font-weight: 700;
}
#footerArea .credit dl dt {
  font-size: 45px;
  font-size: 3.75rem;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}
#footerArea .credit dl dd {
  font-size: 16px;
  font-size: 1.3333333333rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
#footerArea .credit dl dd a {
  color: #e60113;
}
#footerArea .sns {
  position: relative;
  right: auto;
  top: auto;
  line-height: 1.3;
  font-size: 46px;
  font-size: 3.8333333333rem;
}
#footerArea .sns div {
  margin: 0 20px;
}
#footerArea .copyrights {
  font-weight: bold;
  margin-top: 80px;
  padding-bottom: 70px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1;
  color: #333;
}

.no_pc {
  display: none;
}

.no_sp {
  display: inline;
}

.fadein, .fadein_sc {
  will-change: transform;
  transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  opacity: 0;
}

.fadein.scrolling {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fadein_sc.scrolling {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delay2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}

.delay3 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

.delay4 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}

.delay5 {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}

.delay6 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}

.delay7 {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}

.delay8 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
}

@media screen and (max-width: 900px) {
  .no_pc {
    display: inline;
  }

  .no_sp {
    display: none;
  }

  /* ============================================
   2.headerArea
  ============================================ */
  .ticket_btn {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .ticket_btn img {
    max-width: 140px;
  }

  #headerArea {
    position: relative;
    z-index: 100;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
  }
  #headerArea .logo {
    padding-top: 100px;
    text-align: center;
    margin: 0 auto;
    width: 30%;
  }
  #headerArea .logo img {
    width: 100%;
    margin-left: 4%;
  }
  #headerArea .tit {
    margin: 40px auto 5px;
    text-align: center;
    width: 80%;
  }
  #headerArea .tit img {
    max-width: 1000px;
    width: 100%;
  }
  #headerArea .tit .catchy_pc {
    display: none;
  }
  #headerArea .tit .catchy_sp {
    display: inline-block;
  }
  #headerArea .box_information {
    border: solid 3px #333;
    padding: 20px;
    max-width: 90%;
    margin: 40px auto 0;
  }
  #headerArea .box_information p {
    font-size: 11px;
    font-size: 0.9166666667rem;
    text-align: center;
  }
  #headerArea .box_information p.caption {
    font-size: 13px;
    font-size: 1.0833333333rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }

  .sns {
    position: absolute;
    right: 20px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  .sns div {
    margin: 0 8px;
  }
  .sns div a {
    color: #e60113;
  }
  .sns .bnr img {
    width: 110px;
  }

  /* ============================================
  3.contentsArea
  ============================================ */
  #contentArea {
    z-index: 10;
    position: relative;
    top: 0;
    width: 100%;
  }

  .contentAreaInner {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
  }

  /*---------------- content base ---------------*/
  .box_content {
    width: 100%;
    margin: 50px auto 0;
    padding-bottom: 0;
  }
  .box_content h2 {
    letter-spacing: 5px;
    color: #004098;
    margin: 40px auto 20px;
    font-size: 24px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
  }
  .box_content .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 0;
  }

  .border_box {
    padding: 16px;
  }
  .border_box .inner {
    padding: 50px;
  }

  #information .news_wrap {
    padding: 0;
    /*
    max-height: 400px;
    overflow-y: scroll;
     */
  }
  #information .news_wrap .sns_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  #information .news_wrap .sns_wrap .sns_box {
    margin: 0 auto 30px;
    width: 100%;
    height: auto;
  }
  #information .news_wrap .sns_wrap .sns_box.insta_box {
    width: 100%;
    margin: 0;
  }
  #information .news_wrap .sns_wrap .sns_box h3 {
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: center;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
  }
  #information .news_wrap .insta_wrap {
    width: 90%;
    margin: 0 auto;
    min-height: 300px;
  }
  #information .news_wrap .insta_wrap h3 {
    font-size: 28px;
    font-size: 2.3333333333rem;
    text-align: center;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
  }
  #information .news_wrap .insta_wrap .insta_list_wrap .insta_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -3.33% -3.33%;
  }
  #information .news_wrap .insta_wrap .insta_list_wrap .insta_list li {
    width: 30%;
    margin: 0 0 3.33% 3.33%;
  }
  #information .news_wrap .insta_wrap .insta_list_wrap .insta_list li a {
    display: block;
  }
  #information .news_wrap .insta_wrap .insta_list_wrap .insta_list li div {
    position: relative;
    width: 100%;
  }
  #information .news_wrap .insta_wrap .insta_list_wrap .insta_list li div:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 高さを幅の75%に固定 */
  }
  #information .news_wrap .insta_wrap .insta_list_wrap .insta_list li div span {
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #information .news_wrap .facebook-wrapper {
    max-width: 500px;
    /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
  }
  #information .news_wrap .facebook-wrapper > .fb-page {
    width: 100%;
  }
  #information .news_wrap .facebook-wrapper > .fb-page > span,
#information .news_wrap .facebook-wrapper iframe {
    width: 100% !important;
  }

  /*---------------- event ---------------*/
  #event {
    position: relative;
    overflow: hidden;
    z-index: 9;
    color: #000;
  }
  #event .event_archive .box_event {
    background: #6b6968;
    padding: 5px;
  }
  #event .event_archive .box_event h3 {
    font-size: 16px;
    font-size: 1.3333333333rem;
    background: #000;
    line-height: 1;
    padding: 12px 15px;
    text-align: center;
    font-weight: bold;
  }
  #event .event_archive .btn_event {
    display: block;
    margin: 30px auto;
    width: 90%;
    padding: 10px 15px;
  }
  #event .event_archive h4 {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.3333333333rem;
    line-height: 1;
    padding: 17px 10px;
    color: #004098;
    text-align: center;
    font-weight: bold;
  }
  #event .event_archive p {
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-align: center;
    font-weight: bold;
  }

  /*---------------- VIDEO ---------------*/
  .content_movie {
    padding: 50px 0;
  }

  #channel_slick {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  #channel_slick .slick-dots {
    display: none !important;
  }

  .channel_slide {
    margin: 0 10px;
  }

  #channel_arrows {
    display: block;
  }

  #channel_slick_next, #channel_slick_preview {
    position: absolute;
    display: block;
    height: 35px;
    width: 25px;
    line-height: 1;
    font-size: 30px;
    cursor: pointer;
    background: transparent;
    color: #004098;
    top: 50%;
    -webkit-transform: translate(0, -120%);
    -ms-transform: translate(0, -120%);
    transform: translate(0, -120%);
    padding: 0;
    border: none;
    outline: none;
  }

  #channel_slick_next {
    left: -35px;
  }

  #channel_slick_preview {
    right: -35px;
  }

  .channel_tit {
    margin-top: 5px;
    text-align: center;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .channel_btn {
    text-align: center;
    margin: 20px auto 0;
  }
  .channel_btn img {
    max-width: 220px;
  }

  /* ============================================
   4.footerArea
  ============================================ */
  #footerArea {
    position: relative;
  }
  #footerArea .credit dl {
    margin-top: 45px;
    font-weight: 700;
  }
  #footerArea .credit dl dt {
    font-size: 24px;
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
  }
  #footerArea .credit dl dd {
    font-size: 14px;
    font-size: 1.1666666667rem;
    text-align: center;
    font-weight: bold;
    line-height: 2;
  }
  #footerArea .credit dl dd a {
    color: #e60113;
  }
  #footerArea .sns {
    position: relative;
    right: auto;
    top: auto;
    line-height: 1.3;
    font-size: 30px;
    font-size: 2.5rem;
  }
  #footerArea .sns div {
    margin: 0 10px;
  }
  #footerArea .copyrights {
    font-weight: bold;
    margin-top: 80px;
    padding-bottom: 70px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-size: 0.8333333333rem;
    line-height: 1;
  }

  .no_pc {
    display: inline;
  }

  .no_sp {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
