@charset "UTF-8";
.topbody {
  background-color: white;
}
.topbody .darkBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.topbody .darkBg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(../image/top/bg_top.jpg) center center no-repeat;
  background-size: cover;
  display: block;
}
.topbody .hoverWhite {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}

nav .menu__content {
  color: #000;
}
nav .menu__content a {
  color: #000;
}
nav .menu__content a::before {
  background: #000;
}

.wrapper {
  color: #000;
}

.logo {
  display: none;
}

.top {
  height: auto;
}

.main__slide__wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main__slide {
  height: 100%;
  text-align: center;
}

.main__slide__item {
  position: relative;
  width: 100%;
}
.main__slide__item.main_00 img {
  width: 570px;
  margin: 75px auto 60px;
}

.main__slide__item_in {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.main__slide__img {
  position: relative;
  left: -190px;
}

.main_00 .main__slide__img {
  left: auto;
  width: 1000px;
  margin: 0 auto;
}

.main__slide__txt {
  position: absolute;
  top: 110px;
  right: 60px;
}

.main__slide__hole {
  position: absolute;
  top: 275px;
  right: -68px;
}

.main__slide-button-prev {
  position: absolute;
  top: 33%;
  left: 0;
  width: 78px;
  cursor: pointer;
}
.main__slide-button-prev::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/top/arrow_main_left_on.png) no-repeat center center;
  background-size: 78px auto;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.main__slide-button-prev:hover img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
}
.main__slide-button-prev:hover::before {
  opacity: 1;
}

.main__slide-button-next {
  position: absolute;
  top: 33%;
  right: 0;
  width: 78px;
  cursor: pointer;
}
.main__slide-button-next::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/top/arrow_main_right_on.png) no-repeat center center;
  background-size: 78px auto;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.main__slide-button-next:hover img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
}
.main__slide-button-next:hover::before {
  opacity: 1;
}

.large__title {
  margin: -363px auto 0;
  font-size: 58px;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
}

.enquete {
  width: 500px;
  margin: 0 auto 8%;
}
.enquete a {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.enquete a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.small__text {
  margin-bottom: 18px;
}

.large__text {
  font-size: 29px;
  letter-spacing: 0.04em;
  line-height: 1.4em;
}

.about__logo {
  width: 9%;
  margin: 10px auto 60px;
}

.main__slide__sp {
  display: none;
}

.title__style {
  margin: 10px auto 30px;
}
.title__style img {
  margin: 0 auto;
}

.about__text {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  width: 680px;
  margin: 0 auto 98px;
  letter-spacing: 0.04em;
}

.date {
  margin: 0 auto;
  min-width: 1000px;
}

.comingsoon {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 25px;
  font-family: "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", "游明朝", YuMincho, "Noto Sans Japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #b1a27b;
  color: #000;
}

.date__list {
  margin: 0 auto;
  width: 1000px;
  padding: 1px 0;
}

.date__content {
  margin: 16px auto 0;
  width: 100%;
  position: relative;
}

.date__inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.date__title {
  position: absolute;
  top: 30px;
  left: 60px;
  font-size: 35px;
  margin-bottom: 25px;
  line-height: 1.75em;
  font-weight: 500;
}
.date__title .is-weekday {
  font-size: 25px;
  padding-right: 0.5em;
}

.date__text {
  position: absolute;
  top: 95px;
  left: 60px;
  font-size: 24px;
  line-height: 1.45em;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.music {
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 7%;
  width: 100%;
  color: #000;
}

.music__title {
  margin: 9.5% auto 2%;
  width: 100%;
}
.music__title img {
  margin: 9.5% auto 2%;
}

.music__content {
  font-size: 31px;
  line-height: 1.6em;
}

.music__caution {
  font-size: 20px;
  line-height: 1.75em;
  margin: 1% auto 3.5%;
}
.music__caution .is-small {
  font-size: 15px;
}
.music__caution .is-big {
  font-size: 24px;
}

.info__text {
  font-size: 15px;
  color: #000;
  line-height: 1.5em;
  margin: 1% auto;
}

.place {
  font-size: 24px;
  color: #000;
  line-height: 1.6em;
}

.swiper-container {
  position: relative;
  margin-bottom: 98px;
  padding: 57px 0;
}
.swiper-container .swiper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/top/bg_bnr_repeat.jpg) left top repeat;
  background-size: contain;
  opacity: 0.8;
}
.swiper-container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  border-top: 2px solid #725a30;
  opacity: .5;
}
.swiper-container::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  border-top: 2px solid #725a30;
  opacity: .5;
}

.swiper-wrapper {
  width: 926px;
  margin: 0 auto;
}

.swiper-slide {
  width: 190px;
  margin: 0 16px;
}
.swiper-slide a img {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.swiper-slide a img:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.swiper-button-prev {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -550px;
  cursor: pointer;
}
.swiper-button-prev::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/top/pc/arrow_bnr_left_on.png) no-repeat center center;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.swiper-button-prev:hover img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
}
.swiper-button-prev:hover::before {
  opacity: 1;
}

.swiper-button-next {
  position: absolute;
  top: 40%;
  right: 50%;
  margin-right: -550px;
  cursor: pointer;
}
.swiper-button-next::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/top/pc/arrow_bnr_right_on.png) no-repeat center center;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.swiper-button-next:hover img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
}
.swiper-button-next:hover::before {
  opacity: 1;
}

.infobox {
  width: 1000px;
  margin: 91px auto;
  letter-spacing: -0.4em;
}

.newsbox {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  position: relative;
}

.newsbox__title {
  width: 100%;
  text-align: center;
}

.news__inner {
  width: 410px;
  height: 464px;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 32px auto;
  border-top: 1px solid #745d31;
  border-bottom: 1px solid #745d31;
  position: relative;
}

.news__content {
  padding: 24px 10px 0;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-bottom: dotted 1px #745d31;
  position: relative;
  z-index: 1;
}
.news__content a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.datetitle {
  font-size: 13px;
  color: #000;
}

.news__text {
  padding: 13px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

/*.news__content:not(:last-child) {
  border-bottom: dotted 1px #745d31;
}*/
.news__inner::before {
  content: '';
  position: absolute;
  top: -9px;
  left: -27px;
  width: 113%;
  height: 16px;
  z-index: 2;
  background-image: url(../image/top/frame_left_top.png), url(../image/top/frame_right_top.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news__inner::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: -29px;
  width: 114%;
  height: 16px;
  z-index: 2;
  background-image: url(../image/top/frame_left_under.png), url(../image/top/frame_right_under.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: contain;
}

.news__list::before {
  content: '';
  position: absolute;
  top: 18px;
  left: -15px;
  width: 107%;
  height: 420px;
  border-left: 1px solid #745d31;
  border-right: 1px solid #745d31;
  z-index: 1;
}

.twitter {
  margin: 0 auto;
  font-size: 26px;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 50%;
}

.SandboxRoot.env-bp-min .timeline-Tweet-retweetCredit {
  color: #000;
}

.SandboxRoot.env-bp-min .timeline-Tweet-text {
  color: #000;
}

.twitter__wrap::before {
  content: '';
  position: absolute;
  top: 18px;
  left: -15px;
  width: 107%;
  height: 420px;
  border-left: 1px solid #745d31;
  border-right: 1px solid #745d31;
  z-index: 1;
}

.twitter__inner__wrap {
  position: relative;
  z-index: 2;
}

.twitter__title {
  text-align: center;
  color: #958662;
  letter-spacing: 0.04em;
}

.officaltw {
  font-size: 24px;
  padding-top: 8px;
  letter-spacing: 0.06em;
}

.twitter__area {
  position: relative;
  margin: 6% auto;
  padding: 50px 35px;
  width: 410px;
  border-top: 1px solid #745d31;
  border-bottom: 1px solid #745d31;
}
.twitter__area::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -27px;
  width: 113%;
  height: 16px;
  z-index: 2;
  background: url(../image/top/frame_left_top.png), url(../image/top/frame_right_top.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: contain;
}
.twitter__area::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: -26px;
  width: 113%;
  height: 16px;
  z-index: 2;
  background: url(../image/top/frame_left_under.png), url(../image/top/frame_right_under.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    overflow-x: hidden;
  }

  .main__slide__item_in {
    width: 100%;
  }

  .main__slide__item.main_00 img {
    margin: 85px auto 0;
  }

  .main__slide__img, .main__slide__txt, .main__slide__hole {
    display: none;
  }

  .main__slide__sp {
    display: block;
  }

  .main__slide-button-prev, .main__slide-button-next {
    top: 48%;
    width: 12%;
  }
  .main__slide-button-prev::before, .main__slide-button-next::before {
    display: none;
  }
  .main__slide-button-prev:hover img, .main__slide-button-next:hover img {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }

  .large__title {
    margin: -122px auto 0;
    font-size: 33px;
    line-height: 1.4em;
  }

  .enquete {
    width: 90%;
    margin: 0 auto 8%;
  }
  .enquete a:hover {
    opacity: 1;
  }

  .small__text {
    margin-bottom: 5%;
  }

  .large__text {
    font-size: 24px;
    padding-top: 1%;
  }

  .about__logo {
    width: 22%;
    margin: 5px auto 13px;
  }

  .title__style {
    width: 100%;
    margin: 0px auto;
  }

  .about__text {
    padding: 0;
    font-size: 13px;
    width: 90%;
    line-height: 1.7em;
    margin: 2% auto 20%;
  }

  .date {
    min-width: 320px;
  }

  .date__list {
    width: 90%;
    padding: 0px;
    padding-top: 20px;
  }

  .date__content {
    margin: 10px auto 0;
  }
  .date__content:hover {
    opacity: 1;
  }
  .date__content::before {
    width: 30%;
    background-position: top 6px left;
    background-size: 40% auto;
  }

  .date__title {
    font-size: 19px;
    margin-bottom: 10px;
    left: 21px;
    top: 20px;
    top: 18%;
  }
  .date__title .is-weekday {
    font-size: 15px;
  }

  .date__text {
    top: 55px;
    top: 45%;
    left: 21px;
    font-size: 13px;
  }

  .music {
    margin-bottom: 29%;
  }

  .music__title {
    margin: 19% auto 4%;
    width: 100%;
  }

  .music__content {
    font-size: 19px;
    line-height: 1.6em;
  }

  .music__caution {
    font-size: 12px;
    line-height: 1.5em;
    margin: 2.5% auto 3%;
  }
  .music__caution .is-small {
    font-size: 11px;
  }
  .music__caution .is-big {
    font-size: 13px;
  }

  .info__text {
    font-size: 11px;
    color: #000;
    line-height: 1.5em;
    margin: 5% auto 2%;
  }

  .place {
    font-size: 13px;
    color: #000;
    line-height: 1.5em;
  }

  .swiper-container {
    padding: 9.5% 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 48px;
  }
  .swiper-container::before, .swiper-container::after {
    border-width: 1px;
  }

  .swiper-wrapper {
    position: relative;
    left: -5%;
    width: 105%;
  }

  .swiper-slide {
    width: 125px;
    height: 125px;
    margin: 0 5px;
  }
  .swiper-slide img {
    width: auto;
  }

  .swiper-button-prev, .swiper-button-next {
    display: none;
  }

  .infobox {
    width: 100%;
    min-width: 320px;
    margin: 60px auto;
  }

  .newsbox {
    display: block;
    width: 100%;
  }

  .news__inner {
    width: 78%;
    padding: 5px 10px 8px;
    margin-bottom: 15%;
    margin-top: 6%;
    height: 50%;
  }

  .news__content {
    padding: 10px 0 0;
    font-size: 12px;
  }

  .news__inner::before {
    width: 116%;
    background-size: 12px;
    left: -8%;
    top: -3%;
  }
  .news__inner::after {
    width: 116%;
    background-size: 12px;
    left: -8%;
    bottom: -3%;
  }

  .twitter {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }

  .twitter__area.is__sp {
    padding: 20px 0;
    width: 78%;
    margin-top: 7%;
  }
  .twitter__area::before {
    background-size: 12px;
    width: 116%;
    left: -8%;
    top: -2%;
  }
  .twitter__area::after {
    width: 116%;
    background-size: 12px;
    bottom: -2%;
    left: -8%;
  }

  .news__list::before {
    content: '';
    position: absolute;
    top: 3%;
    left: -5%;
    width: 110%;
    height: 93%;
  }

  .twitter__wrap::before {
    content: '';
    position: absolute;
    top: 5%;
    left: -5%;
    width: 110%;
    height: 90%;
  }

  .swiper-slide a img:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 360px) {
  .date__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .date__title .is-weekday {
    font-size: 14px;
  }

  .date__text {
    font-size: 11px;
  }

  .top {
    height: 443px;
  }

  .twitter::before, .twitter::after {
    top: 15%;
  }

  .large__title {
    font-size: 28px;
    margin-top: 0;
  }

  .large__text {
    font-size: 21px;
  }
}
