@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
body, html {
  background-color: #000;
  color: #fff;
}

header {
  background-color: rgba(0, 0, 0, 0);
}

.pctab_only {
  display: block;
}
@media screen and (max-width:600px) {
  .pctab_only {
    display: none;
  }
}

.pctab_only_inline {
  display: inline-block;
}
@media screen and (max-width:600px) {
  .pctab_only_inline {
    display: none;
  }
}

.sptab_only {
  display: none;
}
@media screen and (max-width:600px) {
  .sptab_only {
    display: block;
  }
}

.sptab_only_inline {
  display: none;
}
@media screen and (max-width:600px) {
  .sptab_only_inline {
    display: inline-block;
  }
}

/********************************************************************/
.center_contena10 {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.center_contena10.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  .center_contena10 {
    opacity: 1;
    position: relative;
    /*min-height: 100vh;*/
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.center_contena10 h3 {
  font-size: 24px;
  line-height: 180%;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width:800px) {
  .center_contena10 h3 {
    font-size: 26px;
    line-height: 180%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:600px) {
  .center_contena10 h3 {
    font-size: 4.2vw;
    line-height: 180%;
  }
}
.center_contena10 .text {
  width: 70%;
  margin: 0 auto 50px auto;
  text-align: center;
  font-size: 14px;
  line-height: 260%;
  letter-spacing: 0em;
}
@media screen and (max-width:800px) {
  .center_contena10 .text {
    width: 90%;
    font-size: 16px;
    line-height: 240%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width:600px) {
  .center_contena10 .text {
    font-size: 3.2vw;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-align: left;
  }
}

.inboxxxx {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .inboxxxx {
    width: 90%;
  }
}

/***********************************************************************/
#sec01 {
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width:800px) {
  #sec01 {
    padding-bottom: 40px;
  }
}
#sec01 .sec__in {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 0px;
}
@media screen and (max-width:800px) {
  #sec01 .sec__in {
    padding-top: 0px;
  }
}
#sec01 h2 {
  width: 30%;
  max-width: 320px;
  margin: 0 auto 10px auto;
  transform: translate(0%, -40%);
}
@media screen and (max-width:800px) {
  #sec01 h2 {
    width: 30%;
    transform: translate(0%, -40%);
    margin: 0 auto 10px auto;
  }
}
#sec01 h3 {
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
  line-height: 180%;
  font-size: 32px;
}
@media screen and (max-width:800px) {
  #sec01 h3 {
    font-size: 3.6vw;
    margin-bottom: 35px;
  }
}
#sec01 p.text01 {
  text-align: center;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #sec01 p.text01 {
    font-size: 3.4vw;
    margin-bottom: 30px;
  }
}
#sec01 .floorbox {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #sec01 .floorbox {
    width: 90%;
    margin: 0px auto;
    flex-wrap: wrap;
  }
}
#sec01 .floorbox .floor {
  width: 39.1%;
  max-width: 422px;
}
@media screen and (max-width:800px) {
  #sec01 .floorbox .floor {
    width: 100%;
    margin: 40px auto 60px auto;
  }
}
#sec01 .floorbox .botanbox {
  width: 53.7%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 70px;
}
@media screen and (max-width:800px) {
  #sec01 .floorbox .botanbox {
    padding-top: 0px;
    width: 100%;
  }
}
#sec01 .floorbox .botanbox a {
  position: relative;
  display: block;
}
#sec01 .floorbox .botanbox a.new_icon::after {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 100%;
  padding: 4px 8px 5px 8px;
  background-color: #ea5404;
  color: #fff;
  font-size: 9px;
}
@media screen and (max-width:800px) {
  #sec01 .floorbox .botanbox a.new_icon::after {
    font-size: 2vw;
  }
}
#sec01 .floorbox .botanbox .botans {
  width: 48.2%;
  max-width: 279px;
}
#sec01 .floorbox .botanbox .botans.bottoms {
  margin-bottom: 22px;
}
@media screen and (max-width:800px) {
  #sec01 .floorbox .botanbox .botans.bottoms {
    margin-bottom: 3.5vw;
  }
}
#sec01 .floorbox .botanbox .botans a.active {
  opacity: 0.6;
}
#sec01 .floorbox .botanbox .botans_long {
  width: 48.2%;
  margin-right: 51.8%;
  max-width: 279px;
}
#sec01 .floorbox .botanbox .botans_long.bottoms {
  margin-bottom: 22px;
}
@media screen and (max-width:800px) {
  #sec01 .floorbox .botanbox .botans_long.bottoms {
    margin-bottom: 3.5vw;
  }
}
#sec01 .floorbox .botanbox .botans_long a.active {
  opacity: 0.6;
}
#sec01 .floorbox .botanbox h4 {
  width: 100%;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
}
#sec01 .floorbox .botanbox .lines {
  width: 100%;
  margin-top: 50px;
  height: 1px;
  border-bottom: 1px solid #666;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #sec01 .floorbox .botanbox .lines {
    margin-bottom: 7.5vw;
    margin-top: 7.5vw;
  }
}

/***********************************************************************/
.floor_2 {
  position: relative;
}
.floor_2 .z_ol, .floor_2 .z_ml, .floor_2 .z_ll, .floor_2 .z_kl, .floor_2 .z_nl {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.floor_2 .z_ol.active, .floor_2 .z_ml.active, .floor_2 .z_ll.active, .floor_2 .z_kl.active, .floor_2 .z_nl.active {
  opacity: 1;
}
.floor_2 .zlink_kl {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(255,0,0,0.2);*/
  bottom: 0;
  right: 0;
  width: 60%;
  height: 41%;
  transform: skewX(-15deg);
}
.floor_2 .zlink_kl:hover {
  cursor: pointer;
}

.floor_3 {
  position: relative;
}
.floor_3 .z_jp, .floor_3 .z_kl, .floor_3 .z_np, .floor_3 .z_lp, .floor_3 .z_op, .floor_3 .z_mp {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.floor_3 .z_jp.active, .floor_3 .z_kl.active, .floor_3 .z_np.active, .floor_3 .z_lp.active, .floor_3 .z_op.active, .floor_3 .z_mp.active {
  opacity: 1;
}
.floor_3 .zlink_kl {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(255,0,0,0.2);*/
  bottom: 0;
  right: 0;
  width: 60%;
  height: 41%;
  transform: skewX(-15deg);
}
.floor_3 .zlink_kl:hover {
  cursor: pointer;
}

.floor_4 {
  position: relative;
}
.floor_4 .z_a, .floor_4 .z_b, .floor_4 .z_c, .floor_4 .z_d, .floor_4 .z_e, .floor_4 .z_g, .floor_4 .z_f, .floor_4 .z_h {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.floor_4 .z_a.active, .floor_4 .z_b.active, .floor_4 .z_c.active, .floor_4 .z_d.active, .floor_4 .z_e.active, .floor_4 .z_g.active, .floor_4 .z_f.active, .floor_4 .z_h.active {
  opacity: 1;
}

/*単品ボタンはこちら****複数ボタンはfloor内に記載***************************/
.zlink_ol {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(255,0,0,0.2);*/
  top: 0;
  left: 25%;
  width: 22%;
  height: 32%;
  transform: skewX(-15deg);
}
.zlink_ol:hover {
  cursor: pointer;
}

.zlink_ml {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(255,0,0,0.2);*/
  top: 0;
  right: 12%;
  width: 22%;
  height: 32%;
  transform: skewX(25deg);
}
.zlink_ml:hover {
  cursor: pointer;
}

.zlink_ll {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,255,0,0.2);*/
  top: 32%;
  right: 8%;
  width: 22%;
  height: 30%;
  transform: skewX(30deg);
}
.zlink_ll:hover {
  cursor: pointer;
}

.zlink_nl {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,255,0,0.2);*/
  top: 0%;
  right: 33%;
  width: 21%;
  height: 30%;
  transform: skewX(0deg);
}
.zlink_nl:hover {
  cursor: pointer;
}

.zlink_jp {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,0,255,0.2);*/
  bottom: 0%;
  left: 15%;
  width: 26%;
  height: 50%;
  transform: skewX(-20deg);
}
.zlink_jp:hover {
  cursor: pointer;
}

.zlink_np {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,0,255,0.2);*/
  top: 0%;
  left: 47%;
  width: 19%;
  height: 30%;
}
.zlink_np:hover {
  cursor: pointer;
}

.zlink_lp {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,0,255,0.2);*/
  top: 29.5%;
  left: 67%;
  width: 27%;
  height: 30%;
}
.zlink_lp:hover {
  cursor: pointer;
}

.zlink_op {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,0,255,0.2);*/
  top: 0%;
  left: 23%;
  width: 24%;
  height: 30%;
}
.zlink_op:hover {
  cursor: pointer;
}

.zlink_mp {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,0,255,0.2);*/
  top: 0%;
  right: 12%;
  width: 23%;
  height: 30%;
}
.zlink_mp:hover {
  cursor: pointer;
}

.zlink_a {
  display: block;
  position: absolute;
  z-index: 20;
  /* background-color: rgba(0,0,255,0.2);*/
  bottom: 0%;
  left: 15%;
  width: 26%;
  height: 50%;
  transform: skewX(-20deg);
}
.zlink_a:hover {
  cursor: pointer;
}

.zlink_b {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,0,255,0.2);*/
  bottom: 0%;
  right: 27.25%;
  width: 33%;
  height: 42%;
  transform: skewX(0deg);
}
.zlink_b:hover {
  cursor: pointer;
}

.zlink_c {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,0,255,0.2);*/
  bottom: 0%;
  right: 0%;
  width: 28%;
  height: 42%;
  transform: skewX(20deg);
}
.zlink_c:hover {
  cursor: pointer;
}

.zlink_d {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,255,0,0.2);*/
  bottom: 42%;
  right: 9%;
  width: 23%;
  height: 29%;
  transform: skewX(30deg);
}
.zlink_d:hover {
  cursor: pointer;
}

.zlink_e {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,0,255,0.2);*/
  top: 2%;
  right: 11%;
  width: 23%;
  height: 29%;
  transform: skewX(30deg);
}
.zlink_e:hover {
  cursor: pointer;
}

.zlink_g {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,0,255,0.2);*/
  top: 2%;
  right: 43%;
  width: 11%;
  height: 29%;
  transform: skewX(0deg);
}
.zlink_g:hover {
  cursor: pointer;
}

.zlink_f {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,0,255,0.2);*/
  top: 2%;
  right: 34%;
  width: 10%;
  height: 29%;
  transform: skewX(0deg);
}
.zlink_f:hover {
  cursor: pointer;
}

.zlink_h {
  display: block;
  position: absolute;
  z-index: 20;
  /*background-color: rgba(0,0,255,0.2);*/
  top: 2%;
  left: 25%;
  width: 22.5%;
  height: 29%;
  transform: skewX(0deg);
}
.zlink_h:hover {
  cursor: pointer;
}

/********SP用フロア************************/
.sp_link_floor2, .sp_link_floor3, .sp_link_floor4 {
  display: none;
}
@media screen and (max-width:800px) {
  .sp_link_floor2, .sp_link_floor3, .sp_link_floor4 {
    display: block;
    position: absolute;
    z-index: 60;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,255,0.2);*/
    top: 0;
    let: 0;
  }
}

.mid_houi {
  position: relative;
}
.mid_houi .mid_houiimg {
  width: 8%;
  position: absolute;
  left: 105%;
  bottom: 0;
}
@media screen and (max-width:800px) {
  .mid_houi .mid_houiimg {
    display: none;
  }
}

.kanbai_waku {
  position: relative;
}

.end_waku {
  position: relative;
}
.end_waku::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 4;
}
.end_waku::after {
  content: "完売御礼";
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  z-index: 5;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.kikan3 {
  padding: 3px 5px 4px 5px;
  border: 1px solid #910000;
  background-color: #fff;
  color: #910000;
  font-weight: 500;
  position: absolute;
  line-height: 100%;
  top: -2px;
  left: 0;
  transform: translate(0%, -50%);
  z-index: 16;
  font-size: 12px;
}
@media screen and (max-width:1280px) {
  .kikan3 {
    font-size: 1vw;
    padding: 3px 3px 4px 3px;
  }
}
@media screen and (max-width:800px) {
  .kikan3 {
    font-size: 2.3vw;
  }
}

.vr_gold {
  padding: 3px 6px 4px 6px;
  background: linear-gradient(90deg, rgb(174, 152, 76) 0%, rgb(251, 245, 194) 37.49%, rgb(251, 245, 194) 69.92%, rgb(179, 151, 95) 100%);
  color: #000;
  position: absolute;
  line-height: 100%;
  top: 0;
  right: 0;
  transform: translate(0%, -60%);
  z-index: 16;
  font-size: 13px;
  letter-spacing: -0.05em;
}
@media screen and (max-width:1280px) {
  .vr_gold {
    font-size: 1vw;
    padding: 3px 3px 4px 3px;
  }
}
@media screen and (max-width:800px) {
  .vr_gold {
    font-size: 2.2vw;
    transform: translate(0%, -60%);
  }
}

.pbox {
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, rgb(13, 13, 13) 0%, rgb(51, 51, 51) 50%, rgb(13, 13, 13) 100%);
  color: #fff;
  font-weight: 500;
  padding: 0.1em 0.2em;
  font-size: 18px;
}
@media screen and (max-width:800px) {
  .pbox {
    font-size: 3.4vw;
  }
}/*# sourceMappingURL=plan.css.map */