@charset "utf-8";


@font-face {
  font-family: 'icon';
  src: url('../fonts/icon.eot?jy5wt');
  src: url('../fonts/icon.eot?jy5wt#iefix') format('embedded-opentype'),
    url('../fonts/icon.ttf?jy5wt') format('truetype'),
    url('../fonts/icon.woff?jy5wt') format('woff');
  font-weight: normal;
  font-style: normal; }

.icon{
  font-family: 'icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

i.fb::before{ content: "\e900"; }
i.in::before{ content: "\e901"; }
i.tw::before{ content: "\e902"; }
i.yt::before{ content: "\e903"; }


body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "hiragino kaku gothic pron", "メイリオ", sans-serif;
  font-weight: 500; }

body.is-fixed{
  overflow: hidden;
  width: 100%;
  height: 100%; }
  @media (min-width:961px){
    body.is-fixed{
      overflow: auto;
      width: auto;
      height: auto; } }

.bold{
  font-weight: bold; }

.gothic.bold{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }

.mincho{
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", メイリオ, Meiryo, serif; }
  @media all and (-ms-high-contrast:none){
    .mincho{
      font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; } }

em,
.btn-wrap a{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: bold; }

main{
  -ms-flex: 0 1 auto; }

.prev,
.next{
display: none;
}

.top-heading{
  text-align: center; }

.top-heading-title{
  font-size: 1.3rem;
  position: relative;
  display: inline; }
  @media (min-width:961px){
    .top-heading-title{
      font-size: 2rem; } }

.top-heading-title::before,
.top-heading-title::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 2.5rem;
  height: 0;
  border-top: 1px solid #000; }
  @media (min-width:961px){
    .top-heading-title::before,
    .top-heading-title::after{
      width: 4rem; } }

.top-heading-title::before{
  left: -3.5rem; }
  @media (min-width:961px){
    .top-heading-title::before{
      left: -5rem; } }

.top-heading-title::after{
  right: -3.5rem; }
  @media (min-width:961px){
    .top-heading-title::after{
      right: -5rem; } }

.top-heading span{
  font-size: .5rem;
  display: block;
  margin-top: .5em; }
  @media (min-width:961px){
    .top-heading span{
      font-size: .8rem; } }

  @media (min-width:961px){
    .wrap{
      padding: 0 30px;
      min-width: 1210px; } }

  @media (min-width:961px){
    .outer{
      margin: auto;
      max-width: 1360px; } }

  @media (min-width:961px){
    .inner{
      border-left: 5px solid #000;
      border-right: 5px solid #000; } }

.s-border-top{
  border-top: 3px solid #000; }
  @media (min-width:961px){
    .s-border-top{
      margin-top: -1px;
      border-top-width: 5px; } }


.header-top .inner{
  display: none; }
  @media (min-width:961px){
    .header-top .inner{
      padding-top: 1rem;
      display: block; } }

  @media (max-width:960px){
    .header-main{
      border-top: none; } }

  @media (max-width:960px){
    .header-main .l-flex{
      display: block; } }

.header-logo{
  text-align: center;
  padding: 1rem 0 .5rem; }
  @media (min-width:481px){
    .header-logo{
      padding: 2rem 0 1rem; } }
  @media (min-width:961px){
    .header-logo{
      padding: 0; } }

.header-logo img{
  width: auto;
  height: 3rem; }
  @media (min-width:481px){
    .header-logo img{
      height: 5rem; } }
  @media (min-width:960px){
    .header-logo img{
      height: auto; } }

.header-lang{
  font-size: .7rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: .5em 1em; }
  @media (min-width:481px){
    .header-lang{
      font-size: .9rem; } }
  @media (min-width:961px){
    .header-lang{
      position: relative;
      top: auto;
      left: auto;
      font-size: .9rem;
      font-weight: bold;
      margin-right: auto;
      padding: 1em 3em;
      border-right: 5px solid #000;
      border-bottom: 5px solid #000; } }

.header-lang span{
  position: relative; }
.header-lang span::after{
  content: "";
  position: absolute;
  top: -.2em;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  width: .4em;
  height: .4em;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media (min-width:961px){
    .header-lang span::after{
      top: -.3em;
      right: -1em;
      width: .6em;
      height: .6em;
      border-right-width: 2px;
      border-bottom-width: 2px; } }

.header-sns{
  text-align: center;
  padding: 1.5rem 0; }
  @media (min-width:961px){
    .header-sns{
      position: relative;
      z-index: 2;
      margin-left: auto;
      padding: 0 .8rem 0 0; } }

.header-sns a{
  font-size: 1.1rem; }
  @media (min-width:961px){
    .header-sns a{
      font-size: 1.3rem;
      margin-right: .8rem; } }

  @media (max-width:960px){
    .header-sns a + a{
      margin-left: .8rem; } }

.header-btn{
  position: absolute;
  z-index: 999;
  top: 1.5rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .5s; }
  @media (min-width:481px){
    .header-btn{
      top: 2.5rem;
      right: 2rem;
      width: 3rem;
      height: 3rem; } }

.header-btn.is-active{
  position: fixed;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.header-btn-bar{
  opacity: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: background-color .5s, width .5s, transform .5s;}
  @media (min-width:481px){
    .header-btn-bar{
      height: 4px; } }

.header-btn-bar.top{
  top: 4.5px; }
  @media (min-width:481px){
    .header-btn-bar.top{
      top: 9px; } }

.header-btn-bar.middle{
  top: 0;
  bottom: 0;
  margin: auto 0; }

.header-btn-bar.bottom{
  bottom: 4.5px; }
  @media (min-width:481px){
    .header-btn-bar.bottom{
      bottom: 9px; } }

.is-active .header-btn-bar{
  background-color: #fff; }

.is-active .header-btn-bar.top{
  top: 11px; }
  @media (min-width:481px){
    .is-active .header-btn-bar.top{
      top: 22px; } }

.is-active .header-btn-bar.bottom{
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.is-active .header-btn-bar.middle{
  width: 0; }

.header-nav-wrap{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: #000; }
  @media (min-width:961px){
    .header-nav-wrap{
      text-align: center;
      overflow-y: inherit;
      position: relative;
      z-index: 1;
      top: auto;
      left: auto;
      display: block!important;
      margin-top: -1rem;
      padding-bottom: 2.5rem;
      background: none; } }

.header-nav{
  position: relative; }
  @media (max-width:960px){
    .header-nav{
      overflow-y: auto;
      padding: 10rem 4rem 6rem; } }
  @media (max-width:480px){
    .header-nav{
      padding: 5rem 2rem 3rem; } }
  @media (min-width:961px){
    .header-nav{
      text-align: center; } }

  @media (min-width:961px){
    .header-nav li{
      display: inline; } }

.header-nav > li{
  border-bottom: 1px dashed #fff; }
  @media (min-width:961px){
    .header-nav > li{
      border-bottom: none; } }

  @media (min-width:961px){
    .header-nav > li + li{
      margin-left: 2.5rem; } }

.header-nav > li em{
  color: #fff;
  position: relative;
  display: block;
  padding: 1.5rem 0;
  cursor: pointer; }
  @media (min-width:961px){
    .header-nav > li em{
      font-size: 1.1rem;
      line-height: 1;
      color: #000;
      display: inline;
      padding: 0;
      pointer-events: none; } }

.header-nav > li em::before,
.header-nav > li em::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  transition: transform .5s 0s; }
  @media (min-width:961px){
    .header-nav > li em::before{
      display: none; } }

.header-nav > li em::before{
  right: 8px;
  width: 17px;
  height: 0;
  border-top: 1px solid #fff;
  transition: width .5s .5s, transform .5s 0s; }

.header-nav > li em::after{
  right: 16px;
  width: 0;
  height: 17px;
  border-left: 1px solid #fff; }
  @media (min-width:961px){
    .header-nav > li em::after{
      opacity: 0;
      visibility: hidden;
      z-index: 2;
      top: auto;
      bottom: -15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-left: .6rem solid transparent;
      border-right: .6rem solid transparent;
      border-bottom: 1rem solid rgba(0,0,0,.7);
      transition: opacity .5s, visibility 0s .5s; }
    .header-nav > li:hover em::after{
      opacity: 1;
      visibility: visible;
      transition: opacity .5s, visibility 0s 0s; } }
  @media all and (-ms-high-contrast: none){
    .header-nav > li em::after{
      bottom: -5px; } }

.header-nav > li.ba-none em::before,
.header-nav > li.ba-none em::after{
  display: none; }

  @media (max-width:960px){
    .header-nav > li.is-active em::before,
    .header-nav > li.is-active em::after{
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      transition: transform .5s .5s;}
    .header-nav > li.is-active em::before{
      width: 0;
      transition: width .5s 0s, transform .5s .5s; } }

.header-nav-list{
  display: none;
  padding-bottom: 1rem; }
  @media (min-width:961px){
    .header-nav-list{
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 100%;
      display: block!important;
      padding: 3.5rem 0 2.5rem;
      width: 100%;
      background-color: rgba(0,0,0,.7);
      transition: opacity .5s, visibility 0s .5s; }
    .header-nav > li:hover .header-nav-list{
      opacity: 1;
      visibility: visible;
      transition: opacity .5s, visibility 0s 0s; } }

.header-nav-list::before{
  display: none; }
  @media (min-width:961px){
    .header-nav-list::before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 1rem;
      background-color: #fff; } }

.header-nav-list > li{
  position: relative;
  padding: 1rem 0 1rem 2rem; }
  @media (min-width:961px){
    .header-nav-list > li{
      text-align: center;
      padding: 0; } }

.header-nav-list > li.header-nav-list-sub{
  padding: 0; }

.header-nav-list > li::before,
.header-nav-list ul li::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  width: 1rem;
  height: 0;
  border-top: 1px solid #333; }
  @media (min-width:961px){
    .header-nav-list > li::before{
      display: none; } }

.header-nav-list > li.header-nav-list-sub::before{
  display: none; }

  @media (min-width:961px){
    .header-nav-list > li > a{
      display: inline-block;
      width: 14em; } }

.header-nav-list > li img{
  display: none; }
  @media (min-width:961px){
    .header-nav-list > li img{
      display: block;
      margin-bottom: .5rem;
      width: 100%; } }

.header-nav-list ul{
  background-color: rgba(0,0,0,.7); }
  @media (min-width:961px){
    .header-nav-list ul{
      vertical-align: top;
      text-align: left;
      display: inline-block;
      padding: 1rem 0;
      width: 10rem; } }

.header-nav-list ul li{
  position: relative;
  padding: 1rem 0 1rem 2rem; }
  @media (min-width:961px){
    .header-nav-list ul li{
      display: inline-block;
      padding: .5em 0 .5em 1em; } }

  @media (min-width:961px){
    .header-nav-list ul li::after{
      display: none; } }
  @media (min-width:961px){
    .header-nav-list ul li::before{
      content: "・";
      color: #fff; } }

  @media (min-width:961px){
    .header-nav-list ul li a{
      text-decoration: underline; } }

.header-nav a{
  color: #fff; }


.footer-top .inner{
  padding-top: 1rem; }
  @media (min-width:961px){
    .footer-top .inner{
      padding-top: 2.5rem; } }

.footer-main {
  color: #fff;
  background-color: #000; }

  @media (min-width:961px){
    .footer-main outer{
      max-width: 1260px; } }

.footer-main .inner{
  padding: 0 1rem 2.5rem 1rem;
  border: none; }
  @media (min-width:961px){
    .footer-main .inner{
      padding: 6rem 0 3.5rem;
      border-bottom: 1px solid #333; } }

.footer-nav-top{
  padding: 1rem 0; }
  @media (min-width:961px){
    .footer-nav-top{
      padding: 0 0 0 1rem;
      width: 80%; } }

  @media (min-width:961px){
    .footer-nav-top > li{
      width: 25%; } }

.footer-nav-top ul{
  display: none; }
  @media (min-width:961px){
    .footer-nav-top ul{
      display: block!important;
      margin-right: 5rem; } }

.footer-nav-top em{
  position: relative;
  cursor: pointer;
  display: block;
  padding: 1.5rem 0 1.5rem .5em; }
  @media (min-width:961px){
    .footer-nav-top em{
      padding: .5em 0 1.2em;
      pointer-events: none; } }

.footer-nav-top em::before,
.footer-nav-top em::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  transition: transform .5s 0s; }
  @media (min-width:961px){
    .footer-nav-top em::before,
    .footer-nav-top em::after{
      display: none; } }

.footer-nav-top em::before{
  right: 8px;
  width: 17px;
  height: 0;
  border-top: 1px solid #fff;
  transition: width .5s .5s, transform .5s 0s; }

.footer-nav-top em::after{
  right: 16px;
  width: 0;
  height: 17px;
  border-left: 1px solid #fff; }

.footer-nav-top em.is-active::before,
.footer-nav-top em.is-active::after{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform .5s .5s; }

.footer-nav-top em.is-active::before{
  width: 0;
  transition: width .5s 0s, transform .5s .5s; }

.footer-nav-top > li em{
  border-bottom: 1px solid #fff; }
  @media (min-width:961px){
    .footer-nav-top >li em{
      border-bottom: none; } }

.footer-nav-top ul li{
  position: relative;
  padding: 1rem 0 1rem 1.5rem;
  border-bottom: 1px solid #666; }
  @media (min-width:961px){
    .footer-nav-top ul li{
      font-size: .9rem;
      padding: .6rem 0 .6rem 1.5em;
      border-bottom: none; } }

.footer-nav-top ul li:last-child{
  border-bottom-color: #fff; }

.footer-nav-top ul li::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  width: 1em;
  height: 0;
  border-top: 1px solid #333; } }
  @media (min-width:961px){
    .footer-nav-top ul li::before{
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      margin: auto 0;
      width: 1em;
      height: 0;
      border-top: 1px solid #333; } }

.footer-nav a{
  color: #fff;
  display: block;
  padding: .5rem 0 .5rem .5em; }
  @media (min-width:961px){
    .footer-nav a{
      padding: 0; } }

  @media (min-width:961px){
    .footer-nav-bottom{
      padding-right: 1rem;
      width: 20%; } }

.footer-nav-bottom li{
  padding: .5rem 0; }
  @media (min-width:961px){
    .footer-nav-bottom li{
      padding: .6rem 0; } }

.footer-nav .sns{
  text-align: center;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #333; }
  @media (min-width:961px){
    .footer-nav .sns{
      text-align: left;
      padding-top: 0;
      border: none; } }

.footer-nav .sns a{
  display: inline; }

.footer-nav .sns a + a{
  margin-left: 1.2em; }
  @media (min-width:961px){
    .footer-nav .sns a + a{
      margin-left: .5em; } }

.footer-nav .icon{
  font-size: 1.5rem; }
  @media (min-width:961px){
    .footer-nav .icon{
      font-size: 1rem; } }

.footer-box{
  margin-top: 2.5rem;
  padding: 2rem .5rem 0;
  background-color: #1a1a1a; }
  @media (min-width:961px){
    .footer-box{
      margin-top: 5rem;
      padding: 1.5rem; } }

.footer-box-heading{
  margin-bottom: 1.5rem; }
  @media (min-width:961px){
    .footer-box-heading{
      margin-bottom: 0; } }

.footer-box-info{
  padding: 1.5rem 0 2rem;
  border-top: 1px solid #333; }
  @media (min-width:961px){
    .footer-box-info{
      margin-top: 1rem;
      padding-bottom: 0;
      width: 50%; } }

.footer-box-info p{
  font-size: .9rem;
  line-height: 1.5; }
  @media (min-width:961px){
    .footer-box-info p{
      font-size: 1rem; } }

.footer-box .btn-wrap{
  margin-top: 1rem; }
  @media (min-width:961px){
    .footer-box .btn-wrap{
      margin: 0 0 0 4rem; } }

.footer-box .btn-wrap a{
  width: 60%; }
  @media (min-width:961px){
    .footer-box .btn-wrap a{
      font-size: 1rem;
      width: 11rem; } }

.footer-bottom{
  padding: 2.5rem 0 2rem;
  background-color: #000;
  border-top: 1px solid #333; }
  @media (min-width:961px){
    .footer-bottom{
      padding: 3.5rem 30px;
      min-width: 1210px;
      border: none; } }

  @media (min-width:961px){
    .footer-main outer{
      max-width: 1260px; } }

  @media (min-width:961px){
    .footer-bottom .inner{
      border: none; } }

.footer-link{
  font-size: .9rem;
  text-align: center; }
  @media (min-width:961px){
    .footer-link{
      float: right; } }

.footer-link a{
  color: #fff;
  position: relative;
  display: inline-block; }
  @media (min-width:961px){
    .footer-link a{
      padding-left: 2em; } }

.footer-link a + a{
  margin-left: 1em; }
  @media (min-width:961px){
    .footer-link a + a::before{
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      margin: auto 0;
      width: 1em;
      height: 0;
      border-top: 1px solid #333; } }

.footer-copy{
  font-size: .8rem;
  line-height: 1.5;
  color: #888;
  text-align: center;
  margin-top: 2.5rem; }
  @media (min-width:961px){
    .footer-copy{
      font-size: 1rem;
      float: left;
      margin-top: 0; } }

  @media (min-width:961px){
    .footer-copy br{
      display: none; } }

.top-mv .inner{
  position: relative; }

.top-mv-container{
  position: relative; }

.top-mv-image{
  position: relative; }

.top-mv-about{
  color: #fff;
  position: absolute;
  bottom: 7%;
  padding: .8rem 2.2rem 1rem 1.7rem;
  background-color: #000; }
  @media (min-width:321px){
    .top-mv-about{
      padding: 1rem; } }
  @media (min-width:961px){
    .top-mv-about{
      top: 50%;
      bottom: auto;
      left: 0;
      padding: 2.5rem 7rem 2rem 4.5rem; } }

.top-mv-about em{
  font-size: .9rem;
  letter-spacing: .3em;
  display: block;
  margin-bottom: .5em; }
  @media (min-width:961px){
    .top-mv-about em{
      font-size: 1.5rem;
      margin-bottom: .4em; } }

.top-mv-about em::before{
  content: "";
  position: absolute;
  top: 1.3em;
  left: 0;
  display: block;
  width: 1.2rem;
  height: 0;
  border-top: 1px solid #333; }
  @media (min-width:321px){
    .top-mv-about em::before{
      top: 2.1em;
      width: 1.9rem; } }
  @media (min-width:961px){
    .top-mv-about em::before{
      top: 2.2em;
      width: 3.5rem; } }

.top-mv-about p{
  font-size: .6rem;
  color: #fff;
  margin-bottom: 1em; }
  @media (min-width:961px){
    .top-mv-about p{
      font-size: .8rem;
      margin-bottom: 1.5em; } }

.top-mv-about a{
  font-size: .6rem;
  font-weight: bold;
  color: #fff; }
  @media (min-width:961px){
    .top-mv-about a{
      font-size: 1rem; } }

.top-mv-about .arrow.right::after{
  top: -.1em;
  right: -1em;
  border-top-width: 1px;
  border-right-width: 1px; }
@media (min-width:961px){
  .top-mv-about .arrow.right::after{
    border-top-width: 2px;
    border-right-width: 2px; } }

.top-mv-info{
  padding: 1.5rem; }
  @media (min-width:961px){
    .top-mv-info{
      position: absolute;
      right: 3%;
      bottom: 12%;
      padding: 2rem;
      width: 45%;
      background-color: rgba(255,255,255,.75); } }

.top-mv-info p{
  font-size: .9rem;
  line-height: 1.5;
  margin-top: .5rem; }
  @media (min-width:961px){
    .top-mv-info p{
      font-size: 1rem; } }

.top-mv-info em{
  display: block; }

.top-mv .slide-arrow{
  color: #666;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 0;
  width: 60px;
  background-color: #000;
  z-index: -1; }
@media (min-width:961px){
  .top-mv .slide-arrow{
    font-size: 1.2rem;
    padding: 12px 0;
    width: 90px; } }

.top-mv .slide-arrow .slick-prev{
	left: 0; }

.top-mv .slide-arrow .slick-next{
	right: 0; }

.top-mv .slide-arrow .slick-prev::before,
.top-mv .slide-arrow .slick-next::before{
  border-color: #fff; }
@media (min-width:961px){
  .top-mv .slide-arrow .slick-prev::before,
  .top-mv .slide-arrow .slick-next::before{
    top: -.1rem;
    width: 12px;
    height: 12px; } }

.top-mv .slide-arrow .slick-prev::before{
  left: 12px; }
@media (min-width:961px){
  .top-mv .slide-arrow .slick-prev::before{
    left: 18px; } }

.top-mv .slide-arrow .slick-next::before{
  right: 12px; }
@media (min-width:961px){
  .top-mv .slide-arrow .slick-next::before{
    right: 18px; } }

.top-notice-calendar{
  -ms-flex-pack: start;
  padding: 1rem 1.5rem;
  border-bottom: 3px solid #000; }
  @media (min-width:961px){
    .top-notice-calendar{
      position: relative;
      align-items: baseline;
      padding: 2rem 1.5rem 0;
      width: 14rem;
      border-bottom: none; } }

.top-notice-calendar img{
  margin-right: auto;
  width: 45%; }
  @media (min-width:961px){
    .top-notice-calendar img{
      width: 100%; } }

.top-notice-calendar .btn-wrap{
  margin-left: auto;
  width: 30%; }
  @media (min-width:961px){
    .top-notice-calendar .btn-wrap{
      position: absolute;
      right: 0;
      bottom: 0;
      width: 6rem; } }

.top-notice-calendar .btn-wrap a{
  font-size: .8rem;
  padding-top: .5em;
  padding-bottom: .5em; }

.top-notice-contents{
  padding: 0 1.5rem;
}
  @media (min-width:961px){
    .top-notice-contents{
      flex: 1;
      padding: 1.5rem 3rem;
      border-left: 5px solid #000; } }

.top-notice-detail{
  padding: 1rem 0; }
  @media (min-width:961px){
    .top-notice-detail{
      padding: 0;
      width: 50%; } }

.top-notice-detail + .top-notice-detail{
  border-top: 1px dashed #b2b2b2;
}
  @media (min-width:961px){
    .top-notice-detail + .top-notice-detail{
      margin-left: 3rem;
      border-top: none; } }

.top-notice-date{
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px dotted #000; }

.top-notice-date .category{
  font-size: .7rem;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 0 .1em auto;
  padding: .3em 0;
  width: 5em; }

.top-notice-event .category{
  background-color: #2980b7; }

.top-notice-news .category{
  background-color: #523674; }

.top-notice-date .left{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: .7rem;
  line-height: 1.3;
  text-align: right;
  display: inline-block;
  width: 4em; }
@media (min-width:961px){
  .top-notice-date .left{
    font-size: .8rem; } }

.top-notice-date .left span{
  font-size: .8rem;
  color: #888;
  display: block; }
@media (min-width:961px){
  .top-notice-date .left span{
    font-size: .9rem; } }

.top-notice-date .right{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: right;
  display: inline-block;
  width: 1.2em; }
@media (min-width:961px){
  .top-notice-date .right{
    font-size: 2.3rem; } }

.top-notice-lead{
  flex: 1; }

.top-notice-lead span{
  display: block;
  width: 30%; }

.top-notice-lead p{
  font-size: .8rem;
  line-height: 1.5;
  flex: 1;
  margin-left: 1rem; }

.top-intro .inner{
  position: relative; }

.top-intro-bg{
  max-width: 414px; }
@media (min-width:961px){
  .top-intro-bg{
    max-width: auto; } }

.top-intro-scroll{
  position: absolute;
  top: 0;
  left: 0;;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
@media (min-width:961px){
  .top-intro-scroll{
    overflow-x: hidden; } }

img.top-intro-txt{
  width: auto;
  height: 100%; }
@media (min-width:961px){
  .top-intro-txt{
    height: auto; } }

.top-intro-link{
  position: absolute;
  bottom: 0;
  left: 25%;
  width: auto;
  height: 40%; }
@media (min-width:961px){
  .top-intro-link{
    bottom: -5%;
    left: 15%;
 /*   height: 45%; */} }

.top-intro-link img{
  width: auto;
  height: 65%; }

.top-enjoy-heading .inner{
  padding: 1.5rem; }
@media (min-width:961px){
  .top-enjoy-heading .inner{
    padding: 2.5rem; } }

.top-enjoy-slide{
  position: relative;
  padding: 2rem 0 2.5rem; }
@media (min-width:961px){
  .top-enjoy-slide{
    min-width: 1210px;
    padding: 6rem 0 3.5rem; } }

@media (min-width:961px){
  .top-enjoy-slide::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 30px;
    max-width: 1300px;
    height: 100%;
    border-left: 5px solid #000;
    border-right: 5px solid #000; } }
@media (min-width:1361px){
  .top-enjoy-slide::before{
    max-width: 1360px; } }
@media (min-width:1421px){
  .top-enjoy-slide::before{
    margin: 0 auto;
    width: 1360px; } }

.top-enjoy-carousel-image{
  position: relative;
  margin-right: 1rem;
  padding: .5rem 0 3rem 1rem; }
@media (min-width:961px){
  .top-enjoy-carousel-image{
    margin: 0 1.25rem 0 .25rem; } }

.top-enjoy-carousel-image span{
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 1em .5em;
  background-color: #000; }

.top-enjoy-carousel-image img{
  box-shadow: 3px 3px 0 0 #000; }

.top-enjoy-carousel-image p{
  font-size: .8rem;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: .5rem;
  bottom: 0;
  width: 100%;
  background-color: #000;
  -webkit-transform: scale(0.8,0.8);
  transform: scale(0.8,0.8);
  transition: opacity .5s .4s, transform .5s .4s; }

.top-enjoy-carousel-image.slick-current p{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1,1);
  transform: scale(1,1); }

.top-enjoy-carousel-image p a{
  color: #fff;
  position: relative;
  display: block;
  padding: 2em 2em 3em; }
@media (min-width:961px){
  .top-enjoy-carousel-image p a{
     padding-bottom: 3.5rem; } }
@media (max-width:760px){
  .top-enjoy-carousel-image p a{
     padding-top: 1rem; } }

.top-enjoy-carousel-image p a::before{
  content: "MORE";
  font-size: .9rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1rem;
  display: block;
  width: 3rem; }

.top-enjoy-carousel-image p a::after{
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 35%;
  display: block;
  width: .45rem;
  height: .45rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
@media (max-width:960px){
  .top-enjoy-carousel-image p a::before{
     bottom: .5rem; } }
@media (max-width:960px){
   .top-enjoy-carousel-image p a::after{
      bottom: .9rem; } }

.top-enjoy-carousel-image em{
  display: block;
  margin-bottom: 1em; }

.top-enjoy-slick-nav{
  text-align: center; }

.top-enjoy-slick-nav div{
  position: relative;
  display: inline-block; }

.top-enjoy .inner{
  padding: 2rem 1rem;
  background-color: #f2f2f2; }
@media (min-width:961px){
  .top-enjoy .inner{
    padding: 4rem 3.5rem; } }

.top-enjoy ul li{
  position: relative; }

.top-enjoy ul li::after{
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid rgba(255,255,255,.3);
  pointer-events: none; }
@media (min-width:961px){
  .top-enjoy ul li::after{
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px); } }

.top-enjoy-list-lead{
  color: #fff;
  position: relative; }

.top-enjoy-list-title{
  font-size: .7rem;
  padding: .5em 0;
  border-bottom: 1px solid #fff; }
@media (min-width:961px){
  .top-enjoy-list-title{
    font-size: 1.1rem; } }

.top-enjoy-list-lead p{
  font-size: .7rem;
  line-height: 1.5;
  margin-top: .3em; }
@media (min-width:961px){
  .top-enjoy-list-lead p{
    font-size: .9rem;
    margin-top: 1em; } }

.top-enjoy-list-lead .btn-wrap{
  margin-top: 24px; }
  @media (min-width:961px){
    .top-enjoy-list-lead .btn-wrap a{
      margin-top: 0; } }

.top-enjoy-list-lead .btn-wrap a{
  margin-right: 0;
  padding: 0;
  width: 7em;
  background: none; }
  @media (min-width:961px){
    .top-enjoy-list-lead .btn-wrap a{
      position: absolute;
      margin-right: auto; } }

@media (min-width:961px){
  .top-enjoy-list-upper li{
    width: 49.5%; } }

.top-enjoy-list-upper li + li{
  margin-top: 1rem; }
@media (min-width:961px){
  .top-enjoy-list-upper li + li{
    margin: 0 0 0 1%; } }

.top-enjoy-list-upper .top-enjoy-list-image{
  width: 37%; }

.top-enjoy-list-upper .top-enjoy-list-lead{
  padding: 1rem 1.5rem;
  width: 63%;
  background-image: linear-gradient(#c8c4cd, #746093 25%, #2d1e3f); }
@media (min-width:961px){
  .top-enjoy-list-upper .top-enjoy-list-lead{
    padding: 1.5rem 2.5rem; } }

.top-enjoy-list-upper .top-enjoy-list-title{
  border-top: 1px solid #fff; }

.top-enjoy-list-upper .top-enjoy-list-lead .btn-wrap a{
  right: 1rem;
  bottom: 1rem; }
@media (min-width:961px){
  .top-enjoy-list-upper .top-enjoy-list-lead .btn-wrap a{
    right: 2.5rem;
    bottom: 2rem; } }

.top-enjoy-list-bottom{
  position: relative; }
@media (min-width:961px){
  .top-enjoy-list-bottom{
    margin-top: 2rem; } }

.top-enjoy-list-bottom li{
  margin-top: 1rem; }
@media (min-width:961px){
  .top-enjoy-list-bottom li{
    width: 32%;
    height: 100%;
    margin-top: 0; } }

@media (min-width:961px){
  .top-enjoy-list-bottom li + li{
    margin-left: 2%; } }

.top-enjoy-list-bottom .top-enjoy-list-lead{
  padding: .25rem .75rem .25rem;
  background-image: linear-gradient(#bfdae6, #2782aa 40%); }
@media (min-width:961px){
  .top-enjoy-list-bottom li .top-enjoy-list-lead{
    margin-top: 0;
    padding: 1rem 2rem 2rem; } }

.top-enjoy-list-bottom .top-enjoy-list-lead .btn-wrap a{
  right: .5rem;
  bottom: .5rem; }
@media (min-width:961px){
  .top-enjoy-list-bottom .top-enjoy-list-lead .btn-wrap a{
    right: 1.5rem;
    bottom: 1.5rem; } }


.top-etc{
  position: relative; }

.top-etc::before,
.top-etc::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #000; }

@media (min-width:961px){
  .top-etc::before{
    top: 2.5rem;
    display: block; } }
@media (min-width:961px){
.top-etc::after{
  top: 5rem;
  display: block;
  border-top-width: 5px; } }

.top-etc-content{
  padding-bottom: 2.5rem; }
@media (min-width:961px){
  .top-etc-content{
    width: 50%; } }

@media (min-width:961px){
  .top-etc-content.left{
    position: relative;
    border-right: 2px solid #000; } }

.top-etc-content.right{
  border-top: 3px solid #000; }
@media (min-width:961px){
  .top-etc-content.right{
    border-top: none;
    border-left: 3px solid #000; } }

.top-etc-title{
  padding: 1rem;
  position: relative; }
@media (min-width:961px){
  .top-etc-title{
    padding: 2rem 1rem;
    background-color: #fff; } }

.top-etc-content.left .top-etc-title{
  text-align: left;
  padding-left: 3.5rem; }
@media (min-width:961px){
  .top-etc-content.left .top-etc-title{
    margin-left: 3.5rem;
    padding-left: .5rem; } }

.top-etc-content.right .top-etc-title{
  text-align: right;
  padding-right: 3.5rem; }
@media (min-width:961px){
  .top-etc-content.right .top-etc-title{
    margin-right: 3.5rem;
    padding-right: .5rem; } }

.top-etc-title::before,
.top-etc-title::after{
  content: "";
  position: absolute;
  display: block; }
.top-etc-title::before{
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3rem;
  height: 0;
  border-top: 1px solid #000; }
@media (min-width:961px){
  .top-etc-title::before{
    display: none; } }

.top-etc-content.left .top-etc-title::before{
  left: 0; }

.top-etc-content.right .top-etc-title::before{
  right: 0; }

.top-etc-title::after{
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0;
  border-top: 3px solid #000; }
@media (min-width:961px){
  .top-etc-title::after{
    display: none; } }

.top-etc-block{
  padding: 1rem 1rem 0 1rem; }
@media (min-width:961px){
  .top-etc-block{
    padding: 2.5rem 1.5rem; } }

.top-etc-lead{
  font-size: .8rem;
  line-height: 1.5;
  margin-top: 1rem; }
@media (min-width:961px){
  .top-etc-lead{
    font-size: .9rem; } }

.top-etc-image{
  display: block; }

.top-etc-image1{
  display: block;
  width: 70%;
  margin: auto; }

@media screen and (max-width: 480px) {
.top-etc-image1{
  display: block;
  width: 60%;
  margin: auto; } }

.top-etc-content.right .top-etc-image{
  float: left;
  width: 38%; }
@media (min-width:961px){
  .top-etc-content.right .top-etc-image{
    width: 46%; } }

.top-etc-content.right .top-etc-lead{
  float: right;
  margin-top: 0;
  width: 60%; }
@media (min-width:961px){
  .top-etc-content.right .top-etc-lead{
    width: 52%; } }

.top-etc-content.right .top-etc-body{
  margin-top: 1rem;
  height: 7rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
@media (min-width:961px){
  .top-etc-content.right .top-etc-body{
    float: right;
    margin-top: 1rem;
    width: 52%; } }

.top-etc-content.right .top-etc-body li{
  font-size: .9rem;
  line-height: 1.6;
  margin-top: .3em; }

.top-etc-heading{
  clear: both;
  padding-top: 1.5rem; }
@media (min-width:961px){
  .top-etc-heading{
    clear: none;
    float: right;
    margin-top: 1rem;
    padding-top: 0;
    width: 52%; } }

.top-etc-iframe{
  margin-top: 1rem; }
@media (min-width:961px){
  .top-etc-iframe{
    float: right;
    position: relative;
    width: 52%; } }

@media (min-width:961px){
  .top-etc-iframe div{
    height: 0;
    padding-bottom: 45%; } }

@media (min-width:961px){
  .top-etc-content.right iframe{
    position: absolute;
    top: 0;
    left: 0; } }

.top-etc-content .btn-wrap{
  margin: 1rem auto 0;
  width: 10em; }
@media (min-width:961px){
  .top-etc-content .btn-wrap{
    width: 14em; } }

@media (min-width:961px){
  .top-etc-content.left .btn-wrap{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.5rem;
    margin: 0 auto; } }

@media (min-width:961px){
  .top-etc-content.right .btn-wrap{
    float: right;
    width: 52%; } }

@media (min-width:961px){
  .top-etc-content.right .btn-wrap a{
    margin: auto;
    width: 14em; } }


.top-new .inner{
  padding: 2.5rem 1rem; }
@media (min-width:961px){
  .top-new .inner{
    padding: 3rem 0 5rem; } }

.top-new-select{
  text-align: center;
  margin-top: 2.5rem; }
@media (min-width:961px){
  .top-new-select{
    margin-top: 4.5rem; } }

.top-new-select li{
  font-size: .7rem;
  color: #808080;
  position: relative;
  display: inline-block;
  cursor: pointer; }
@media (min-width:961px){
  .top-new-select li{
    font-size: 1rem; } }

.top-new-select li + li{
  margin-left: 1rem; }
@media (min-width:961px){
  .top-new-select li + li{
    margin-left: 3rem; } }

.top-new-select li.is-active{
  font-weight: bold;
  color: #000; }

.top-new-select li.is-active::after{
  content: "";
  position: absolute;
  left: -3%;
  bottom: -1rem;
  display: block;
  width: 106%;
  height: 0;
  border-top: 2px solid #000; }

.top-new-content{
  display: none;
  margin-top: 3rem; }
@media (min-width:961px){
  .top-new-content{
    margin: 3rem auto 0;
    width: 62rem; } }

.top-new-content.is-active{
  display: block; }

.top-new-content li{
  padding: 1rem 0;
  border-bottom: 1px dashed #d9d9d9; }
@media (min-width:961px){
  .top-new-content li{
    padding: 2rem 0 0;
    border-bottom: none; } }

.top-new-content li span{
  display: block;
  padding-bottom: 1rem; }
@media (min-width:961px){
  .top-new-content li span{
    padding-bottom: 2rem;
    border-bottom: 1px solid #000; } }

.top-new-content li p{
  flex: 1;
  padding-bottom: 1rem; }
@media (min-width:961px){
  .top-new-content li p{
    margin-left: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #d9d9d9; } }

.top-new-content .btn-wrap{
  margin: 1.5rem auto 0;
  width: 10em; }
@media (min-width:961px){
  .top-new-content .btn-wrap{
    margin-top: 4rem;
    width: 14em; } }



.top-insta .inner{
  padding: 2.5rem 0; }
@media (min-width:961px){
  .top-insta .inner{
    padding: 4.5rem 0 5rem; } }

.top-insta-logo{
  text-align: center;
  margin: auto;
  width: 40%; }
  @media (min-width:961px){
    .top-insta-logo{
      width: auto; } }

.top-insta-logo img{
  max-width: 100%; }

.top-insta .btn-wrap{
  margin: 2rem auto 0;
  width: 10em; }
  @media (min-width:961px){
    .top-insta .btn-wrap{
      margin-top: 3rem;
      width: 14em; } }

  @media (min-width:961px){
    .top-plan-image{
      width: 50%; } }

.top-plan-lead{
  padding: 1.5rem 1rem 2.5rem; }
  @media (min-width:961px){
    .top-plan-lead{
      padding: 5rem 5rem 0;
      width: 50%; } }

.top-plan-heading{
  font-size: .8rem;
  text-align: center;
  display: block; }
  @media (min-width:961px){
    .top-plan-heading{
      font-size: .9rem; } }

.top-plan-title{
  font-size: 1.5rem;
  letter-spacing: .05em;
  text-align: center;
  margin-top: .4em; }

.top-plan-lead p{
  font-size: .8rem;
  line-height: 1.8;
  margin-top: 1.5rem; }
  @media (min-width:961px){
    .top-plan-lead p{
      font-size: .8rem; } }

.top-plan .btn-wrap{
  margin: 1.5rem auto 0;
  width: 10em; }
  @media (min-width:961px){
    .top-plan .btn-wrap{
      margin-top: 3rem;
      width: 14em; } }

.insta-center{
  margin-top: 36px;
  padding-left: 1% }

@media (max-width:640px){
  .insta-center{
    margin-top: 48px;
    padding-left:0 } }


.content-mv .inner{
  position: relative; }

.content-mv-heading{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  background-image: linear-gradient(to right, #000, transparent); }
  @media (min-width:961px){
    .content-mv-heading{
      width: 60%; } }

.content-mv-title{
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .2em;
  color: #fff;
  position: relative;
  padding: .5em 0 .3em 2em; }
  @media (min-width:961px){
    .content-mv-title{
      font-size: 1.7rem;
      padding: 1em 0 1em 2em; } }
  @media all and (-ms-high-contrast:none) and (min-width:961px){
    .content-mv-title{
      padding-bottom: .7em; } }


.content-mv-title::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  width: 1.6em;
  height: 0;
  border-top: 1px solid #5c5c5c; }
  @media (min-width:961px){
    .content-mv-title::before{
      width: 1.6em; } }

.breadclumb .inner{
  padding: .5rem 1rem; }
  @media (min-width:961px){
    .breadclumb .inner{
      padding: 1.5rem 4rem; } }

.breadclumb ul{
  font-size: .7rem; }
  @media (min-width:961px){
    .breadclumb ul{
      font-size: .8rem; } }

.breadclumb li{
  position: relative;
  display: inline; }

.breadclumb li + li{
  margin-left: .3rem; }
  @media (min-width:961px){
    .breadclumb li + li{
      margin-left: .3rem; } }

.breadclumb li + li::before{
  content: ">";
  margin-right: .3rem; }

.breadclumb li span{
  color: #808080; }

.content-lead{
  font-size: .8rem;
  line-height: 2; }
  @media (min-width:961px){
    .content-lead{
      font-size: .8rem; } }

.common-bnr{
  padding: 2rem 1rem;
  background-color: #f2f2f2; }
  @media (min-width:961px){
    .common-bnr{
      padding: 3rem 5rem; } }

.common-bnr-box{
  position: relative;
  border: 2px solid #000;
  box-shadow: 3px 3px 0 0 #000; }
  @media (min-width:961px){
    .common-bnr-box{
      width: 46.5%; } }

.common-bnr-box + .common-bnr-box{
  margin-top: 2rem; }
  @media (min-width:961px){
    .common-bnr-box + .common-bnr-box{
      margin: 0 0 0 7%; } }

.common-bnr-image{
  display: block; }
  @media (min-width:961px){
    .common-bnr-image{
      width: 50%; } }

.common-bnr-heading{
  position: relative;
  padding: 1.5rem 0; }
  @media (min-width:961px){
    .common-bnr-heading{
      padding: 1.5rem 2rem;
      width: 50%; } }

.common-bnr-heading em{
  text-align: center;
  display: block; }
  @media (min-width:961px){
    .common-bnr-heading em{
      text-align: left; } }

.common-bnr-heading .btn-wrap{
   margin-top: 1.5rem; }
  @media (min-width:961px){
    .common-bnr-heading .btn-wrap{
      position: absolute;
      right: 1.5rem;
      bottom: 1.5rem; } }

.common-bnr-heading .btn-wrap a{
  width: 10em; }
  @media (min-width:961px){
    .common-bnr-heading .btn-wrap a{
      font-size: .8rem;
      width: 10em; } }



.scene-box{
  padding: 2rem 1rem 2.5rem; }
  @media (min-width:961px){
    .scene-box{
      padding: 3rem 5rem 5rem; } }

  @media (max-width:960px){
    .scene-box ul{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width:961px){
    .scene-box ul{
      margin-top: 4.5rem; } }

.scene-box li{
  position: relative;
  margin-top: 2rem;
  width: 47%;
  box-shadow: 3px 3px 0 0 #000;
  cursor: pointer; }
  @media (min-width:961px){
    .scene-box li{
      margin-top: 0;
      width: 22%; } }

  @media (max-width:960px){
    .scene-box li:nth-child(even){
      margin-left: 6%; } }

  @media (min-width:961px){
    .scene-box li + li{
      margin-left: 4%; } }

.scene-box li span{
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -1rem;
  left: -.5rem;
  display: inline-block;
  padding: 0 .25em;
  height: 5em;
  background-color: #000; }
  @media (min-width:961px){
    .scene-box li span{
      left: -1em;
      padding: 0 .5em; } }

.scene-modal{
  opacity: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  transition: opacity .5s, z-index 0s 1s; }

.scene-modal.is-active{
  opacity: 1;
  z-index: 9999;
  transition: opacity .5s, z-index 0s 0s; }

.scene-modal-bg{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000; }

.scene-modal-block{
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 50%;
  width: 80%;
  max-width: 960px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }
  @media (min-device-height:600px) and (min-device-width:415px){
    .scene-modal-block{
      width: 50%; } }

.scene-modal-block.is-active{
  opacity: 1;
  z-index: 1; }

.scene-modal-close{
  position: absolute;
  top: -2.5rem;
  right: -1rem;
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer; }
  @media (min-width:961px){
    .scene-modal-close{
      top: -3rem;
      right: -3rem;
      width: 3rem;
      height: 3rem; } }

.scene-modal-close::before,
.scene-modal-close::after{
  content: "";
  position: absolute;
  display: block;
  background-color: #fff; }

.scene-modal-close::before{
  top: 50%;
  top: calc(50% - 1px);
  width: 100%;
  height: 1px; }
  @media (min-width:961px){
    .scene-modal-close::before{
      height: 2px; } }

.scene-modal-close::after{
  left: 50%;
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
  @media (min-width:961px){
    .scene-modal-close::after{
      width: 2px; } }

.scene-modal-image p{
  font-size: .8rem;
  line-height: 2;
  position: relative;
  margin-top: 1rem;
  padding: 1rem 2rem;
  width: 100%;
  background-color: #fff; }
  @media (min-width:961px){
    .scene-modal-image p{
      font-size: .8rem;
      padding: 1.5rem 8.5rem 1.5rem 3rem; } }

.scene-modal-image p em{
  display: block;}

.scene-modal-number{
  font-size: .7rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: .5rem 0;
  width: 5rem;
  background-color: #000; }

.scene-modal-block .slick-prev{
  left: -1.4rem; }
  @media (min-width:961px){
    .scene-modal-block .slick-prev{
      left: -3rem; } }

.scene-modal-block .slick-next{
  right: -.5rem; }
  @media (min-width:961px){
    .scene-modal-block .slick-next{
      right: -.1rem; } }

.scene-modal-block .slick-prev::before,
.scene-modal-block .slick-next::before{
  width: 1rem;
  height: 1rem;
  border-color: #fff; }
  @media (min-width:961px){
    .scene-modal-block .slick-prev::before,
    .scene-modal-block .slick-next::before{
      width: 3rem;
      height: 3rem; } }

.sitemap{
  padding: 1px 1rem 2.5rem; }
  @media (min-width:961px){
    .sitemap{
      padding: 1px 5rem 5rem; } }

.sitemap-heading{
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 2rem;
  padding: .5em 0;
  border-bottom: #000 solid 1px; }
  @media (min-width:961px){
    .sitemap-heading{
      font-size: 1.2rem;
      margin-top: 3rem; } }

.sitemap-list{
  margin-top: 1.5rem;
  padding-left: 1rem; }

.sitemap-list a{
  position: relative;
  display: inline-block;
  padding: .2em;
  border-bottom: #c0c0c0 solid 1px; }

.sitemap-list li{
  margin-top: 1.2rem; }
  @media (min-width:961px){
    .sitemap-list li{
      margin-top: 2.4rem; } }

.sitemap-list ul li{
  margin: .5rem 0;
  padding-left: .8rem; }
  @media (min-width:961px){
    .sitemap-list ul li{
      width: 33%; } }

.sitemap-list ul a{
  padding-left: 1em;
  border: none; }

.sitemap-list ul a::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  width: .5em;
  height: .5em;
  border-top: #a9a9a9 solid 2px;
  border-right: #a9a9a9 solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }



  @media (max-width:960px){
    .disp-pc{
      display: none!important; } }

  @media (min-width:961px){
    .disp-sp{
      display: none!important; } }


.ie-annotation{position:fixed;z-index:9999;top:0;left:0;right:0;bottom:0}.ie-annotation p{font-size:1.5em;line-height:1.3;position:absolute;right:50%;bottom:50%;transform:translate(50%,50%);max-width:600px;padding:0 18px}@media (min-width:481px){.ie-annotation p{font-size:2em}}


.comp01{
text-align:center;
font-size:1em;
padding:3em 0 ;
line-height: 1.5;
}

@media (max-width:600px){
.comp01{
font-size:.8em;
}}

.comp02{
width:20%;
margin-top: 2rem;
}

@media (max-width:700px){
.comp02{
width:30%
}}

.twt {
text-align: right;
padding-top: 1rem;
}

.retouchkaido{
background: none !important;
position: static !important;
padding: 3rem 5rem 2rem !important;
}

@media (max-width:600px){
.retouchkaido{
padding: 3rem 1.5rem 2rem !important;
}}

.retouchkaido1{
padding:1rem 0 .5rem;
width:10%;
text-align:center;
margin:auto;
}

@media (max-width:960px){
.retouchkaido1{
width:15%;
}}

@media (max-width:720px){
.retouchkaido1{
width:27%;
}}

.retouchkaido2{
margin:1rem auto 0;
width:80%;
}

@media (max-width:960px){
.retouchkaido2{
width:90%;
}}


@media (max-width:600px){
.retouchkaido2{
width:96.2%;
}}


@media screen and (min-width: 600px) {
	.brsp { display:none; }
}

.retiuchkaido3{
width:15%;
margin:0 auto;
padding:0 0 3rem;
}

@media (max-width:780px){
.retouchkaido3{
width:30%;
padding:0 0 1rem;
}}


.retouchkaido4{
margin-top: 3rem !important;
}

@media (max-width:780px){
.retouchkaido4{
margin-top: 1rem !important;
}}

@media (max-width:960px){
.frontmore{
display: flex !important;
}}

/*_______catv__________*/

.catvtop{
padding-top:4rem;
}

@media(max-width:600px){
.catvtop{
padding-top:1rem;
}}

.catvmain{
width: 50%;
}

@media (max-width:960px){
.catvmain{
width: 100%;
}}

.catvnumber{
width:80%;
display:block;
margin:auto;
text-align: center;
}

@media (max-width:600px){
.catvnumber{
width:90%;
}}


.catvtitle{
margin:1rem 0;
font-size:1.4rem;
}

@media(max-width:600px){
.catvtitle{
font-size:1.3rem;
}}

.catvdescription{
padding:2rem 1rem 1rem;
}

.catvinair{
padding-top:5rem;
text-align: center;
}

@media(max-width:600px){
.catvinair{
padding:2rem 0 1rem;
}}

.catvall{
display:flex;
display:-flex;
flex-wrap:wrap;
-ms-flex-wrap:wrap;
}

.catvimg{
padding: 6rem 0 0 3rem;
}

@media (max-width:960px){
.catvimg{
padding:1.5rem
}}

.catvimg1{
padding-bottom:2rem;
}

.catvsabtitle{
font-size: 1.2rem;
font-weight:600;
}

.catvcatemain{
width:50%;
margin:auto;
padding: 0 2rem 2rem;
}

@media(max-width:600px){
.catvcatemain{
width:90%;
}}


.catvcatedec{
width:100%;
display:block;
margin:auto;
background-color: #f2f2f2;
border-bottom:solid 3px #000;
text-align: center;
}

.catvcatedecp{
padding: 1rem 10rem;
font-size:.9rem;
line-height: 1.4rem;
}

@media(max-width:600px){
.catvcatedecp{
padding:1.5rem;
}}

.catvcatespace{
margin-top:3rem;
}

@media(max-width:600px){
.catvcatespace{
margin-top:0;
}}

.catvcatenew{
background-color:initial;
padding:1.5rem 0 1rem ;
}

.catvnav{
width:100%;
margin-top: 5rem;
}

@media (max-width:860px){
.catvnav{
margin-top: 2rem;
}}

.catvnav .post_navigation{
margin-top: 2rem;
}

.catvnav .screen-reader-text{
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: abisolute !important;
width: 1px;
word-wrap: normal !important;
}

.catvnav .nav-links{
padding-top: 1rem;
border-top: 1px dotted #ccc;
}

.catvnav .nav-links:after{
content: "";
display: block;
clear: both;
}

.catvnav .nav-previous{
float: left;
}

.catvnav .nav-next{
float: right;
}

/*_______staffblog__________*/

.stfblog .screen-reader-text{
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: abisolute !important;
width: 1px;
word-wrap: normal !important;
}


.staffblogyohaku{
padding-top: 2rem;}

.staffblog-title{
  font-size: 1rem;
  position: relative;
  display: inline-block; }
  @media (min-width:961px){
    .staffblog-title{
      font-size: 1.3rem; } }
   @media(max-width:480px){
      .staffblog-title{
      font-size: .9rem;
      line-height: 1.3rem; } }


.staffblog-title::before,
.staffblog-title::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 2.5rem;
  height: 0;
  border-top: 1px solid #000; }
  @media (min-width:961px){
    .staffblog-title::before,
    .staffblog-title::after{
      width: 4rem; } }

.staffblog-title::before{
  left: -3.5rem; }
  @media (min-width:961px){
    .staffblog-title::before{
      left: -5rem; } }

.staffblog-title::after{
  right: -3.5rem; }
  @media (min-width:961px){
    .staffblog-title::after{
      right: -5rem; } }


@media (max-width:760px){
.catvcatedec .spsize{
font-size: 1.1rem;
}}

.catvcatedec span{
display: block;
margin-top: .3rem;
font-size: .6rem;
}

.staffblogul{
width:90%;
margin:auto;
display:block;
padding:4rem 0 2rem 3rem;
}

@media (max-width:960px){
.staffblogul{
width:95%;
padding: 2rem 0;
display: table;
}}

.staffblogul .lichild1 {
padding:.5rem;
border-bottom: solid 1px #000;
float:left;
width:20%;
margin: 0 1rem 2rem 0;
}

@media (max-width:960px){
.staffblogul .lichild1 {
width:100%;
border-bottom: none;
margin: 0;
font-size: .9rem;
}}

.staffblogul .lichild2 {
padding:.5rem;
border-bottom: dotted 1px #000;
float:left;
width:75%;
margin: 0 1rem 2rem 0;
}

@media (max-width:960px){
.staffblogul .lichild2 {
width:100%;
font-size: 1.2rem;
margin-bottom: 0 0 2rem 0;
}}

/*_______museum__________*/

@media (min-width: 961px)
.museumul li {
    padding: 2rem 0 0;
    border-bottom: none;
}

.museumul li {
    padding: 1rem 0;
    border-bottom: 1px dashed #d9d9d9;
}

@media (min-width:600px){
.blogstaff{
display: none;
}}

h2.museum-name{
font-size: 2rem;
padding:2rem 1.5rem 0;
}

@media(max-width:760px){
h2.museum-name{
font-size: 1.5rem;

padding:.8rem .8rem 0;
}}

.museum-lead {
width: 90%;
margin: auto;
padding: 2rem 0;
font-size: 1rem;
line-height: 1.5rem;
}

@media(max-width:760px){
.museum-lead {
padding: 1rem 0;
width: 95%;
}}

.museum-otherwise{
font-size:1rem;
width: 90%;
display: block;
padding: 0 0 2rem 1rem;
margin: auto;
}

@media(max-width:760px){
.museum-otherwise{
padding: 0 1rem 2rem;
width:initial;
}}

.museumtext{
padding: 0 1rem;
font-size: .9rem;
}

.museumsmalltitle{
  font-size: .9rem;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: 1rem; }
  @media (min-width:961px){
    .ad-block-title{
      font-size: 1.1rem; } }

.museumsmalltitle::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 2.5em;
  height: 3px;
  background-color: #523674;
  border-radius: 2px; }
  @media (min-width:961px){
    .ad-block-title::after{
      height: 4px; } }

.museummore{
width: 20%;
margin: 0 1rem 2rem 0;
float: right;
}

@media(max-width:760px){
.museummore{
width:initial;
margin: 0 auto;
float: initial;
}}


.museumspecial{
background-color:#f2f2f2;
padding:1rem 0;
margin:2rem;
}

@media(max-width:760px){
.museumspecial{
margin:1rem 0;
}}

.museumremarks{
padding-top: 2rem;
}

@media(max-width:760px){
.textbottom{
padding-bottom: 2rem;
}}

@media(max-width:760px){
.fiedbottom{
padding-bottom: 1rem;
}}

/*_______pageup__________*/

.pageup {
position:fixed;
bottom:1rem;
right:.5rem;
padding: .5rem;
color:#fff;
font-size:1.3rem;
text-decoration:none;
background:#222;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
z-index: 100;
width: 45px;
height: 45px;
text-align: center;
line-height: 1.8rem;
}
.pageup:hover {
background:#222;
opacity: 0.7;
}

@media(max-width:760px){
.pageup{
bottom:1.5rem;
right:1rem;
}}

.marknew{
color: #ff0000;
font-size: .8rem;
padding-bottom: .5rem !important;
border-bottom: none !important;
}

@media (max-width:960px){
.marknew{
color: #ff0000;
font-size: .8rem;
padding-bottom: .5rem !important;
border-bottom: none !important;
}}

.marknewlist{
color: #ff0000;
font-size: .8rem;
margin-bottom: -1rem !important;
border-bottom: none !important;
}

@media (max-width:960px){
.marknewlist{
color: #ff0000;
font-size: .8rem;
margin-bottom: -1rem !important;
border-bottom: none !important;
}}

.wordbreak{
word-break: break-all;
}

.generaltop{
padding: 5rem 0 0 ;
}

@media (max-width:960px){
.generaltop{
padding: 2rem 0 0 0;
} }

.generaltop1{
padding: 5rem 0 0 ;
}

@media (max-width:960px){
.generaltop1{
padding: 3rem 0 0 0;
} }


@media (min-width:961px){
.header-nav-wrap .putout{
display: none;
}}