@charset "utf-8";

/*
============================ BLACK FRIDAY CSS ============================
*/

main {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding: 0;
  margin: 0 auto;
  overflow-x: hidden;
  background: url(../img/bg01.jpg) 0 0 repeat-y;
  background-size: cover;
}

#kvArea {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0 0 75px;
  background: #fff url(../img/kv_bg02.png) 0 0 repeat;
}
#kv {
  position: relative;
}
.box01 {
  position: relative;
  width: 100%;
  padding: 10px 0 10px;
  margin: 40px 0;
  background: url(../img/box01_bg.png) 0 0 repeat-y;
  background-size: 100% auto;
}
.box01::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  aspect-ratio: 703/40;
  content: "";
  background: url(../img/box01_top.png) 0 bottom no-repeat;
  background-size: 100% auto;
  transform: translateY(-100%); /* ← 高さ分だけ上にずらす */
}
.box01::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  aspect-ratio: 703/40;
  content: "";
  background: url(../img/box01_bottom.png) 0 top no-repeat;
  background-size: 100% auto;
  transform: translateY(98%); /* ← 高さ分だけ下にずらす */
}
.box02 {
  padding: 0 4% 20px;
  margin: 0 auto 20px;
  background: #000;
  border-radius: 0 0 20px 20px;
}
.box03 {
  position: relative;
  width: 100%;
  padding: 0 4% 20px;
  margin: 40px 0;
  background: url(../img/box03.png) center 0 repeat-y;
  background-size: 100% auto;
}
.box03::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  aspect-ratio: 703/29;
  content: "";
  background: url(../img/box03_top.png) center bottom no-repeat;
  background-size: 100% auto;
  transform: translateY(-100%) translateX(-4%);
}
.box03::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  aspect-ratio: 703/30;
  content: "";
  background: url(../img/box03_bottom.png) center top no-repeat;
  background-size: 100% auto;
  transform: translateY(98%) translateX(-4%);
}
.box04 {
  position: relative;
  width: 100%;
  padding: 0 4% 20px;
  margin: 40px 0;
  background: url(../img/box04.png) center 0 repeat-y;
  background-size: 100% auto;
}
.box04::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  aspect-ratio: 703/29;
  content: "";
  background: url(../img/box04_top.png) center bottom no-repeat;
  background-size: 100% auto;
  transform: translateY(-100%) translateX(-4%);
}
.box04::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  aspect-ratio: 703/30;
  content: "";
  background: url(../img/box04_bottom.png) center top no-repeat;
  background-size: 100% auto;
  transform: translateY(98%) translateX(-4%);
}

.stitArea {
  margin: 0 auto 20px;
}
.txt01 {
  position: relative;
  width: 90%;
  margin: 50px auto 10px;
}
.pic01 {
  position: absolute;
  top: -40px;
  left: -4%;
  width: 14%;
}
.pic02 {
  position: absolute;
  top: -15px;
  right: -7%;
  width: 16%;
}
.soon {
  width: 99%;
  margin: 0 auto 20px;
}
.movie {
  display: block;
  width: 99.5%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.ticket {
  position: relative;
  width: 80%;
  aspect-ratio: 521/323;
  margin: 0 auto;
}
.fz_img01 {
  position: absolute;
  bottom: 0;
  left: -13%;
  width: 67%;
}
.img01 {
  width: 100%;
  margin: 0 auto 20px;
}
.img02 {
  width: 70%;
  margin: 0 auto 5px;
}
.date01 {
  width: 65%;
  margin: 0 auto 10px;
}
.copy {
  position: relative;
  margin: 20px 0 0;
  font-size: 1.2rem;
  text-align: right;
}
.btnImg {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}
.btnImg2 {
  display: block;
  width: 395px;
  margin: 0 auto;
}
.bgBlack {
  padding: 0 4%;
  background: #000;
}
.wBox {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 4% 30px;
  margin: 0 auto 20px;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
  border-radius: 0 0 40px 40px;
}
.coution {
  font-size: 1.4rem;
  line-height: 1.6;
}
.scrollImg {
  z-index: -1;
  width: 200%;
  transform: translateX(-200px) rotate(5deg);
}
section {
  position: relative;
  z-index: 1;
}

.stit01 {
  width: 80%;
  margin: 0 auto 5px;
}
.stit02 {
  width: 184px;
  margin: 0 0 5px;
}
.clumn2 {
  width: 50%;
  text-align: left;
}
.clumnBox {
  margin: 0 auto 25px;
}
.clumnBox.facilities:after {
  display: block;
  width: calc(100% / 3 - 40px);
  content: "";
}
.facilities {
  position: relative;
  z-index: 2;
  padding: 0;
}
.facilities .clumn {
  width: calc(100% / 3 - 5px);
  margin: 0 0 10px;
}
.fBoxTop {
  position: relative;
  z-index: 70;
  width: 1000px;
  aspect-ratio: 1010/75;
  margin: 0 auto;
  vertical-align: bottom;
}
.fBox {
  position: relative;
  z-index: 1;
  width: 1000px;
  height: 100%;
  padding: 0 60px;
  margin: 0 auto;
  text-align: center;
  background: url(../img/box_bg01.png) 0 0 repeat-y;
  background-size: 100% auto;
}
.fBoxBottom {
  position: relative;
  z-index: 70;
  width: 1000px;
  aspect-ratio: 1010/135;
  margin: 0 auto;
  vertical-align: top;
}
.fBox .clumnBox {
  margin: 0 auto;
}
.fImg {
  aspect-ratio: 262/153;
  padding: 0;
  vertical-align: middle;
  border: solid 3px #4d4d4d;
  border-radius: 10px;
}
.fImg img {
  margin: 0;
  vertical-align: middle;
}
.fImg:hover {
  border: solid 3px #645aff;
}
.tither .fImg:hover {
  border: solid 3px #4d4d4d;
}
.fName {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
}
.mBox p {
  font-weight: 900;
}
.mBox {
  position: relative;
  width: 1000px;
  padding: 160px 40px 40px;
  margin: 0 auto;
  text-align: left;
  background: #fff url(../img/box_bg06.png) 0 0 no-repeat;
  background-size: 100% auto;
  border-radius: 40px;
}
.mBox .clumnBox {
  width: 780px;
  margin: 0 auto;
}
.mBox .clumnBox .clumn2 {
  width: calc(50% - 20px);
}
.qrImg {
  width: 120px;
  margin: 0 0 0 10px;
}

.bgWhite {
  position: relative;
  z-index: 5;
  padding: 40px 0 1px;
  margin: 0;
  background: #fff;
}
footer {
  overflow: hidden;
  background: #fff;
}

#sns {
  display: flex;
  justify-content: space-between;
}
ul.sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; /* 垂直方向の揃え */
  justify-content: space-between; /* 水平方向の揃え */
  width: calc(45% - 10px);
  padding: 0;
  margin: 0 auto 30px;
}
ul.sns li {
  width: 27%;
  font-weight: 700;
  white-space: nowrap;
}
ul.sns li a {
  width: 100%;
}
ul.sns li:nth-child(1) {
  width: 100%;
  padding: 0 0 5px;
  font-size: 1.4rem;
  text-align: center;
}

.grayBox {
  width: 1000px;
  padding: 17px 0 1px 100px;
  margin: 0 auto 20px;
  text-align: left;
  background: #d9d9d9;
}
#goTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100000;
  opacity: 0;
}
a.link {
  color: #603bff;
  text-decoration: underline;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  svg {
    display: none;
  }
  body.fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
  }
}
