@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#top .caption {
  background-color: transparent;
}

#top main {
  position: relative;
  padding-top: 0;
}

#top main .images, #top main .image {
  position: relative;
}

#top main .content-box {
  position: relative;
  z-index: 2;
}

#top main .bgs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top main .bgs li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.9s;
}

#top main .bgs li.on {
  opacity: 1;
}

#top main .bgs li.on video {
  display: block;
}

#top main .bgs video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top main .bgs .image01 {
  display: block;
  background: url(../images/top/bg01.jpg) center;
  background-size: cover;
}

#top .content-box {
  padding-top: 100vh;
  position: relative;
  z-index: 2;
}

#top .apeals {
  position: relative;
  margin: 0 auto;
  max-width: 540rem;
  box-sizing: border-box;
  background-color: #282320;
  padding: 55rem 20rem 40rem;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 50vh;
}

#top .apeals .title {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 90%;
  max-width: 362rem;
  transform: translate(-50%, -50%);
  margin-bottom: 100rem;
}

#top .apeals .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  margin-top: 30rem;
  height: 120rem;
  background-color: #fff;
}

#top .apeals .lists li {
  padding: 50rem 20rem 40rem;
  margin-bottom: 10rem;
  background-color: #0E0C0B;
}

#top .apeals .lists.list01 .text02 {
  width: 280px;
  margin: auto;
  padding-top: 30rem;
  padding-bottom: 15rem;
}

#top .apeals .lists.list05 {
  padding: 20rem 10rem 10rem;
}

#top .apeals .lists.list05 .text01 {
  font-size: 19rem;
}

#top .apeals .lists.list05 .text02 {
  margin-bottom: 14px;
}

#top .apeals .text01 {
  font-size: 22rem;
  color: #C9BC9C;
  padding-bottom: 15rem;
  line-height: 1.5;
}

#top .apeals .text02 {
  font-size: 19rem;
  color: #fff;
  line-height: 1.5;
}

#top .apeals .text02 .big {
  font-size: 188%;
}

#top .apeals .text02.big02 {
  font-size: 30rem;
}

#top .apeals .text03 {
  padding-top: 35rem;
  font-size: 10rem;
  color: #C9BC9C;
}

#top .switch-point {
  position: relative;
}

#top .switch-point .content-lead01 {
  padding-top: 52vh;
  padding-bottom: 52ch;
  text-align: center;
  font-size: 24rem;
  color: #fff;
  line-height: 3;
}

#top .big-image-wrap {
  position: relative;
}

#top .big-image-wrap .bg {
  opacity: 0;
}

#top .big-image-wrap.on .big-image {
  position: fixed;
}

#top .big-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#top .big-image .texts {
  position: absolute;
  top: 13%;
  left: 50%;
  max-width: 575rem;
  box-sizing: border-box;
  transform: translateX(-50%);
  z-index: 2;
}

#top .big-image .text02 {
  padding-top: 40rem;
  font-size: 19rem;
  color: #fff;
  text-align: center;
}

#top .panels-wrap {
  position: relative;
  margin: 300rem auto 110vh;
  box-sizing: border-box;
  padding: 60rem 0rem;
  max-width: 540rem;
  background-color: rgba(201, 188, 156, 0.6);
}

#top .panels-wrap .caption {
  bottom: auto;
  top: 0;
}

#top .panels-wrap .header {
  position: relative;
}

#top .panels-wrap .title {
  position: absolute;
  bottom: -5rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 46rem;
  line-height: 1;
  color: #fff;
  z-index: 2;
  font-weight: normal;
}

#top .panels-wrap .sections {
  padding-bottom: 30rem;
  margin: 0 40rem;
}

#top .panels-wrap .section04 {
  margin: 0 40rem;
}

#top .panels-wrap.panel01 {
  padding-top: 10rem;
}

#top .panels-wrap .section01 {
  margin: 0 10rem;
}

#top .panels-wrap .section01 .texts {
  margin: 0 30rem;
}

#top .panels-wrap .section02 .title {
  bottom: 45rem;
}

#top .panels-wrap .texts {
  padding: 50rem 20rem 30rem;
  background: url(../images/top/links-bg.jpg) #fff center;
  background-size: 100% 100%;
  text-align: center;
}

#top .panels-wrap .text01 {
  font-size: 18rem;
  line-height: 1.7;
  padding-bottom: 35rem;
}

#top .panels-wrap .read {
  font-size: 12rem;
  line-height: 1.3;
  color: #6C552E;
}

#top .panels-wrap a {
  color: #595757;
}

#top .panels-wrap a:hover {
  opacity: 1 !important;
}

#top .information {
  text-align: center;
  margin: 50px auto;
}

#top .information .info-title {
  color: #fff;
  font-size: 18rem;
  line-height: 1.6;
  font-weight: normal;
}

#top .information .info-box {
  margin: 40rem auto 0;
}

#top .information .info-box p {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}

#top .information .holiday {
  font-size: 18rem;
  line-height: 1.87;
  margin-top: 40px;
}

#top .information .entryButton {
  max-width: 360rem;
  width: 100%;
  padding-bottom: 20rem;
  margin: 40rem auto 0;
  display: inline-block;
}

#top .information .entryButton.online {
  margin-left: 2%;
}

#top .information .entryButton.last {
  margin-left: 2%;
}

#top .information .entryButton a {
  border: 1px solid #fff;
}

#top .information .txt01 {
  font-size: 24rem;
  line-height: 2;
  color: #fff;
}

#top .information .txt02 {
  font-size: 13rem;
  line-height: 2;
  color: #fff;
  text-align: left;
}

#top .information .txt02.bottom {
  padding-bottom: 60rem;
}

#top .information .box {
  padding: 40rem;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 800rem;
  background: #EAEEEB;
}

#top .information .box .entryButton {
  width: 100%;
}

#top .information .box a {
  font-size: 18rem;
}

#top .information .box a.none {
  pointer-events: none;
}

#top .information .box a span {
  letter-spacing: .05em;
}

#top .information .box .in {
  display: block;
}

#top .information .box .img {
  position: relative;
}

#top .information .box .texts .txt03 {
  text-align: center;
  font-size: 14rem;
  line-height: 2;
  color: #000;
  margin-top: 20px;
}

#top .information .box .entryButton {
  max-width: 360rem;
  width: 100%;
}

#top .information .section-flow {
  margin: 0 auto 50px;
  color: #fff;
}

#top .information .section-flow .flow-title {
  font-size: 18rem;
  padding-bottom: 10px;
  color: #C9BC9C;
}

#top .information .section-flow .sub {
  font-size: 14rem;
  margin-bottom: 30px;
}

#top .information .section-flow .name {
  display: flex;
  width: 240px;
  justify-content: space-between;
  margin: 0 auto 20px;
  align-items: center;
  font-size: 16rem;
  color: #C9BC9C;
  line-height: 1.4;
}

#top .information .section-flow .name img {
  width: 30px;
}

#top .information .section-flow .num {
  width: 24px;
  display: inline-block;
  margin-right: 6px;
  flex-shrink: 0;
}

#top .information .section-flow .text {
  font-size: 12rem;
  padding-bottom: 10px;
  line-height: 1.6;
}

#top .information .section-flow .flow-lists {
  max-width: 370px;
  margin: auto;
}

#top .information .section-flow .flow-lists li {
  position: relative;
  margin-top: 30px;
  border-bottom: 0.5px solid #C9BC9C;
}

#top .information .section-flow .flow-lists li:not(:last-child) {
  margin-bottom: 60px;
}

#top .information .section-flow .flow-lists li:not(:last-child)::after {
  content: "▼";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #C9BC9C;
}

@media (max-width: 768px) {
  #top .site-header:after {
    display: block;
  }
  #top main {
    position: relative;
    padding-top: 0;
  }
  #top main .bgs .image01 {
    display: block;
    background-image: url(../images/top/bg01-sp.jpg);
  }
  #top .content-box {
    padding-top: 100vh;
    position: relative;
    z-index: 2;
  }
  #top .apeals {
    padding: 40rem 15rem 40rem;
    margin-bottom: 30vh;
  }
  #top .apeals .title {
    margin-bottom: 0rem;
  }
  #top .apeals .title::after {
    display: none;
  }
  #top .apeals .lists li {
    padding: 40rem 10rem 35rem;
    margin-bottom: 10rem;
    background-color: #0E0C0B;
  }
  #top .apeals .lists.list01 {
    padding-top: 30rem;
    padding-bottom: 15rem;
  }
  #top .apeals .lists.list04 .text02 .big {
    font-size: 30rem;
  }
  #top .apeals .lists.list05 .text01 {
    font-size: 16rem;
  }
  #top .apeals .text01 {
    font-size: 19rem;
    color: #C9BC9C;
    padding-bottom: 8rem;
    line-height: 1.5;
  }
  #top .apeals .text02 {
    font-size: 16rem;
    color: #fff;
    line-height: 1.5;
  }
  #top .apeals .text02 .big {
    font-size: 210%;
  }
  #top .apeals .text03 {
    padding-top: 20rem;
    font-size: 10rem;
    color: #C9BC9C;
  }
  #top .information .box {
    padding: 20rem;
  }
  #top .switch-point .content-lead01 {
    padding-top: 52vh;
    padding-bottom: 52ch;
    font-size: 17rem;
  }
  #top .big-image {
    position: absolute !important;
    transform: none !important;
  }
  #top .big-image .texts {
    position: absolute;
    top: 8%;
    left: 50%;
    width: 84%;
    z-index: 2;
  }
  #top .big-image .text02 {
    padding-top: 30rem;
    font-size: 17rem;
  }
  #top .panels-wrap {
    position: relative;
    margin: 0rem auto 0vh;
    padding: 15rem 0rem;
    background-color: #C9BC9C;
  }
  #top .panels-wrap .title {
    bottom: -5rem;
    font-size: 42rem;
    letter-spacing: 0.08em;
  }
  #top .panels-wrap .sections {
    padding-bottom: 30rem;
    margin: 0 15rem;
  }
  #top .panels-wrap .section04 {
    margin: 0 auto;
  }
  #top .panels-wrap .section04 .texts {
    margin: 0 15rem;
  }
  #top .panels-wrap.panel01 {
    padding-top: auto;
  }
  #top .panels-wrap .section01 {
    margin: 0 15rem;
  }
  #top .panels-wrap .section01 .texts {
    margin: 0 auto;
  }
  #top .panels-wrap .section02 .title {
    bottom: 45rem;
  }
  #top .panels-wrap .texts {
    padding: 45rem 20rem 25rem;
  }
  #top .panels-wrap .text01 {
    font-size: 14rem;
    padding-bottom: 30rem;
  }
}

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