@charset "UTF-8";

/*================================================
このCSSファイルはSassから生成されています。
編集しないようにご注意ください。
================================================*/
html {
  font-size: 62.5%;
  /* 10px */
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

#style {
  padding-top: 3.2rem;
}

.style_image {
  width: 76.627218%;
}

#slider {
  margin: 0 auto 30px;
}

.slide-item img {
  width: 100%;
}

thumbnail-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.thumbnail-item {
  -webkit-box-flex: 0;
  flex: 0 1 18.099547%;
  box-sizing: border-box;
  position: relative;
}

.thumbnail-item:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

#thumbnail-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.thumbnail-item {
  -webkit-box-flex: 0;
  flex: 0 1 18.099547%;
  box-sizing: border-box;
  position: relative;
}

.thumbnail-item:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.prev-arrow {
  left: 2%;
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  z-index: 1;
}

.next-arrow {
  right: 2%;
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#SLIDE1 {
  padding-top: 6.2rem;
}

#ceremony {
  margin: 0 5%;
}

.slide_wrap {
  padding-top: 1.4rem;
}

.ttl_category {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  letter-spacing: .05em;
  font-size: 1.3rem;
  padding-top: 0.6rem;
}

.lead {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  letter-spacing: .05em;
  font-size: 1.2rem;
  padding-top: 1.8em;
}

/*シアター*/
.cont_wrap_teater {
  margin-left: 5%;
  margin-right: 5%;
}

.cont_wrap_teater h2 {
  color: #5A623D;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.cont_wrap_teater h2::before,
.cont_wrap_teater h2::after {
  content: '';
  display: block;
  flex: 0 0 20px;
  border-top: solid 1px #5A623D;
}

.cont_wrap_teater h2::before {
  margin-right: 10px;
}

.cont_wrap_teater h2::after {
  margin-left: 10px;
}

.cont_wrap_teater dt {
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 1.3;
  margin-bottom: 16px;
}

.cont_wrap_teater dt span {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  font-family: sans-serif;
}

.cont_wrap_teater dd {
  font-size: 13px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 16px;
}

.performance_box {
  border-bottom: solid 1px #5A623D;
}

@media screen and (min-width: 1024px) {
  #style {
    padding-top: 56px;
  }

  #slider {
    margin: 0 auto 50px;
  }

  .slide_wrap {
    padding-top: 44px;
  }

  .ttl_category {
    font-size: 16px;
  }

  .lead {
    font-size: 16px;
  }

  #TOUR {
    margin-top: -108px;
    padding-top: 108px;
  }

  .vr_wrap {
    width: 90%;
    max-width: 884px;
    margin: 0 auto;
    padding-top: 46px;
  }

  .vr_wrap li iframe {
    height: 386px;
  }

  .cont_wrap_teater h2 {
    font-size: 19px;
    margin-bottom: 48px;
  }

  .cont_wrap_teater h2::before,
  .cont_wrap_teater h2::after {
    content: '';
    display: block;
    flex: 0 0 40px;
    border-top: solid 1px #5A623D;
  }

  .cont_wrap_teater dt {
    font-size: 16px;
  }

  .cont_wrap_teater dl {
    gap: 40px 20px;
  }
}

@media screen and (min-width: 768px) {
  .style_image {
    width: 63.879310%;
  }

  #slider {
    max-width: 884px;
  }

  #thumbnail-list {
    width: 90%;
    max-width: 884px;
    margin: 0 auto;
  }

  #thumbnail-list {
    width: 90%;
    max-width: 884px;
    margin: 0 auto;
  }

  .lead {
    text-align: center;
  }

  .vr_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .vr_wrap li {
    width: 48%;
  }

  .cont_wrap_teater {
    width: 90%;
    max-width: 884px;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_wrap_teater dl {
    display: grid;
    /* 「3等分」を指定。gapの引き算はブラウザが勝手にやってくれます */
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  #slider {
    margin: 0 auto 2.6rem;
  }

  .prev-arrow {
    width: 10px;
    height: 10px;
  }

  .next-arrow {
    width: 10px;
    height: 10px;
  }

  #SLIDE1 {
    margin: 0 5%;
  }

  .vr_wrap li:not(:first-of-type) {
    padding-top: 2.4rem;
  }

  .performance_box:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #ceremony {
    width: 80%;
    max-width: 884px;
    margin: 0 auto;
  }

  .slide_wrap {
    padding-top: 4.4rem;
    width: 80%;
    margin: 0 auto;
  }

  .lead {
    width: 80%;
    margin: 0 auto;
  }

  #TOUR {
    margin-top: -70px;
    padding-top: 70px;
  }

  .vr_wrap {
    width: 70%;
    margin: 0 auto;
  }

  .cont_wrap_teater dl {
    gap: 20px;
  }
}