#kv {
  position: relative;
  background: #050505;
  min-height: 100vh;
}

#kv .photo {
  background-color: #050505;
}

.key__wrap {
  background-color: #050505;
  overflow: hidden;
}

#kv .photo span {
display: block;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  
}

#kv .lead {
color: #fff;
  padding: 0 5%;
  position: absolute; 
  left: 0;
  right: 0;
  bottom: 90px; 
  transform: translateY(100vh); 
  opacity: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  will-change: transform, opacity;
  transition: none; 
  -webkit-transition: none;
}

#kv .lead .txt {
  padding: 20px 0;
}

#kv .lead .tit {
  letter-spacing: 0.05em;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  position: relative;
}

#kv .lead .tit:before,
#kv .lead .tit:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  top: 0;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
}

#kv .lead .tit:after {
  top: auto;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  #kv .lead {
    text-align: center;
    padding: 20px 20px;
  }

  #kv .lead .txt {
    padding: 40px 0 77px;
    font-size: 18px;
    line-height: 44px;
    letter-spacing: 0.05em;
  }

  #kv .lead .tit {
    font-size: 22px;
    padding: 27px 0;
    max-width: 906px;
    margin: 0 auto;
  }

  #kv .photo span {
    height: 100vh;
  }
}

@media screen and (min-width: 768px) and (max-height: 640px) {
  #kv .lead h2 img {
    width: 420px;
  }

  #kv .lead .txt {
    padding: 10px 0 30px;
    line-height: 36px;
    font-size: 16px;
  }
}

#course {
  background: url(../img/party/course_deco1.png) no-repeat 0 56vw/32%, url(../img/party/course_deco2.png) no-repeat right bottom/32%;
  color: #fff;
  padding: 10vw 0 30vw;
  position: relative;
  margin-bottom: 5vw;
  z-index: 2;
}

#course:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5vw;
  top: 0;
  z-index: -1;
  background: #0F0E0D;
  background: linear-gradient(0deg, rgba(15, 14, 13, 0) 4%, rgb(15, 14, 13) 8%);
}

#course .lead h2 {
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-size: 7vw;
  margin-bottom: 5vw;
}

#course .lead h2 .line {
  letter-spacing: -0.05em;
  display: inline-block;
  position: relative;
}

#course .lead h2 .line:before {
  content: "";
  position: absolute;
  left: 1vw;
  bottom: 1.5vw;
  right: -10vw;
  border-top: 1px solid #948e8c;
}

#course .lead h2 .line.ext::before {
  right: 1vw;
  left: -10vw;
}

#course .lead .tag {
  text-align: center;
  font-size: 4.5vw;
  line-height: 1.7;
  padding: 5vw 0 5vw;
  font-weight: 600;
}

#course .lead .tag dd {
  display: flex;
  justify-content: center;
  align-items: center;
}

#course .lead .tag dd img {
  width: 32vw;
  height: auto;
  margin-right: 3vw;
}

#course .lead .tag dd span {
  font-size: 6.2vw;
}

#course .lead .tag dd span span {
  font-size: 5vw;
}

#course .lead .tag dt span {
  display: inline-block;
  border: 1px solid #948e8c;
  padding: 0 8%;
}

#course .course {
  padding: 10vw 0;
}

#course .course .item {
  background-color: #bfb5b2;
  color: #000;
  padding: 10% 8%;
  margin-bottom: 8vw;
}

#course .course .item dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #a6a09e;
  padding: 10px 0;
}

#course .course .item dl dt,
#course .course .item dl dd {
  display: table-cell;
}

#course .course .item dl dt {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  width: 90px;
  padding-left: 20px;
}

#course .course .item dl ul li {
  text-indent: -15px;
  line-height: 20px;
}

#course .course .item dl ul li span {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  #course {
    background-size: auto, auto;
    background-position: 0 283px, right 283px;
    padding: 102px 0 317px;
    margin-bottom: 0px;
  }

  #course:before {
    bottom: 88px;
    background: linear-gradient(0deg, rgba(15, 14, 13, 0) 4%, rgb(15, 14, 13) 13%);
  }




  #course .wrap {
    max-width: 1060px;
  }

  #course .lead h2 {
    line-height: 72px;
    font-size: 40px;
    margin-bottom: 36px;
  }

  #course .lead h2 .line:before {
    left: 7px;
    bottom: 15px;
    right: -78px;
  }

  #course .lead h2 .line.ext::before {
    right: 7px;
    left: -90px;
  }

  #course .lead .tag {
    text-align: left;
    font-size: 20px;
    padding: 0;
    font-weight: 600;
    margin-left: 30px;
    width: 520px;
  }

  #course .lead .tag dd {
    justify-content: flex-start;
    line-height: 1;
    align-items: flex-end;
  }

  #course .lead .tag dd img {
    width: auto;
    margin: 0 29px -12px 0;
  }

  #course .lead .tag dd span {
    font-size: 33px;
  }

  #course .lead .tag dd span span {
    font-size: 25px;
  }

  #course .lead .tag dt span {
    width: 230px;
    padding: 0 0px;
    text-align: center;
    margin: 22px 0 32px;
  }

  #course .lead .photo1 {
    margin: 0px -20px 57px;
    text-align: center;
  }

  #course .lead .info {
    display: flex;
    font-size: 18px;
    line-height: 44px;
  }

  #course .lead .info .txt {
    max-width: 512px;
    letter-spacing: -0.05em;
  }

  #course .course {
    padding: 57px 0 70px;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }

  #course .course .photo {
    margin-right: -30px;
  }

  #course .course .item {
    padding: 33px 0 60px;
    margin-bottom: 0;
    width: 420px;
  }

  #course .course .item dl {
    max-width: 320px;
    margin: 0 auto;
    padding: 11px 0 12px;
  }

  #course .course .item dl dt {
    font-size: 20px;
    width: 151px;
    padding-left: 23px;
  }

  #course .course .item dl ul li {
    text-indent: -15px;
    line-height: 25px;
  }

  #course .course .item dl ul li span {
    font-size: 14px;
  }



  section #course .bnr__shared a::after {
    right: 55px !important;
  }
}

#floor {
  color: #fff;
  padding: 0vw 0 15vw;
  background-color: #181818;
  margin-top: 10vw;
}

#floor .img {
  margin-bottom: 10vw;
}

#floor h2 {
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-size: 6.5vw;
  margin-bottom: 5vw;
  /* text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6), -4px -4px 4px rgba(0, 0, 0, 0.6), -2px 2px 4px rgba(0, 0, 0, 0.6), 4px 4px 4px rgba(0, 0, 0, 0.6), -4px -4px 4px rgba(0, 0, 0, 0.6), -2px 2px 4px rgba(0, 0, 0, 0.6); */
  /* color: #000; */
}

#floor h2 .line {
  letter-spacing: -0.05em;
  display: inline-block;
  position: relative;
}

#floor h2 .line:before {
  content: "";
  position: absolute;
  left: 1vw;
  bottom: 1.5vw;
  right: -10vw;
  border-top: 1px solid #948e8c;
}

#floor h2 .line.ext::before {
  right: 1vw;
  left: -10vw;
}

#floor .txt {
  /* text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6), -4px -4px 4px rgba(0, 0, 0, 0.6), -2px 2px 4px rgba(0, 0, 0, 0.6), 4px 4px 4px rgba(0, 0, 0, 0.6), -4px -4px 4px rgba(0, 0, 0, 0.6), -2px 2px 4px rgba(0, 0, 0, 0.6); */
  padding-bottom: 8vw;
  /* color: #000; */
}

@media screen and (min-width: 768px) {
  #floor {
    background: url(../img/party/floor_bg.jpg) no-repeat center 0/cover;
    padding: 200px 20px 173px;
    text-align: left;
  }

  #floor h2 {
    line-height: 72px;
    font-size: 40px;
    margin-bottom: 40px;
    text-shadow: none;
    text-align: left;
  }

  #floor h2 .line:before {
    left: 1px;
    bottom: 15px;
    right: -90px;
  }

  #floor h2 .line.ext::before {
    right: 5px;
    left: -79px;
  }

  #floor .txt {
    text-shadow: none;
    padding-bottom: 63px;
    max-width: 509px;
  }

  #floor .bnr__shared {
    margin: 0;
    max-width: 390px;
  }

  section #floor .bnr__shared a::after {
    right: 55px !important;
  }

}

#reserve {
  background: url(../img/menu/reserve_deco1.png) no-repeat 0 bottom/30%, url(../img/menu/reserve_deco2.png) no-repeat right bottom/30%;
  position: relative;
  padding: 15vw 5% 20vw;
  text-align: center;
  overflow: hidden;
}

#reserve:before {
  background: url(../img/menu/mount_bg.jpg) no-repeat center bottom/100%;
  content: "";
  position: absolute;
  left: -35vw;
  right: -35vw;
  bottom: -9vw;
  top: 0;
  z-index: -1;
}

#reserve .wrap {
  background: url(../img/party/reserve_bg.jpg) no-repeat center/cover;
  color: #fff;
  padding: 8vw 5% 15vw;
}

#reserve h2 {
  font-size: 7vw;
  line-height: 2;
  padding-bottom: 5vw;
}

#reserve .txt {
  text-align: left;
}

#reserve .txt p {
  padding-bottom: 20px;
}

#reserve .contact ul {
  padding: 20px 0 0;
  gap: 20px;
}

#reserve .contact ul li {
  width: 100%;
}

#reserve .contact .tel {
  font-size: 10px;
}

#reserve .contact .tel .t {
  font-size: 16px;
}

#reserve .contact .tel .num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 35px;
  line-height: 1;
  letter-spacing: -0.05em;
}

#reserve .contact .tel .num img {
  width: 26px;
  height: auto;
}

@media screen and (min-width: 768px) {
  #reserve {
    background-size: auto, auto;
    padding: 100px 0px 173px;
  }

  #reserve:before {
    left: 0px;
    right: 0px;
    bottom: -50px;
  }

  #reserve .wrap {
    padding: 109px 20px 84px;
    box-sizing: border-box;
  }

  #reserve h2 {
    font-size: 34px;
    line-height: 2;
    padding-bottom: 30px;
    letter-spacing: 0.1em;
  }

  #reserve .txt {
    text-align: center;
  }

  #reserve .txt p {
    padding-bottom: 36px;
  }

  #reserve .contact {
    max-width: 700px;
    margin: 9px auto 0;
  }

  #reserve .contact ul {
    padding: 0 0;
    gap: 0px;
  }

  #reserve .contact ul li {
    width: 300px;
    margin: 36px 0 0;
  }

  #reserve .contact .tel {
    font-size: 13px;
    width: auto;
    text-align: left;
    margin: 0 0 0;
  }

  #reserve .contact .tel .t {
    font-size: 18px;
  }

  #reserve .contact .tel .num {
    gap: 8px;
    font-size: 46px;
    margin: 10px 0 0;
    justify-content: flex-start;
    letter-spacing: -0.05em;
  }

  #reserve .contact .tel .num img {
    width: auto;
  }

  #reserve .contact .bnr__web a {
    font-size: 20px;
    padding: 16px 0 17px;
  }
}

#wine {
  padding-bottom: 20vw;
}

#wine .lead {
  position: relative;
  color: #fff;
}

#wine .lead .photo {
  height: 110vw;
}

#wine .lead .photo img {
  width: 152%;
}

#wine .lead h2 {
  font-size: 6.5vw;
  letter-spacing: 0.06em;
  line-height: 2;
  position: absolute;
  top: 20vw;
  left: 68vw;
  z-index: 1;
  font-weight: 600;
}

#wine .lead h2 .pad {
  margin-top: -4vw;
}

#wine .group {
  padding: 10vw 0;
}

#wine .group .menu {
  padding-bottom: 10vw;
}

#wine .group .menu h3 {
  font-size: 6vw;
  padding-top: 5vw;
}

#wine .group .menu .txt {
  padding: 5vw 0 10vw;
}

#wine .photo1 {
  width: 67%;
  margin: 0 auto;
}

#wine .banner a {
  background: url("../img/party/wine_bnr_sp.jpg") no-repeat center 0 / cover;
  display: block;
  color: #fff;
  font-size: 5.5vw;
  padding: 68vw 0vw 9vw 9vw;
  line-height: 1.6;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6), -4px -4px 4px rgba(0, 0, 0, 0.6), -2px 2px 4px rgba(0, 0, 0, 0.6), 4px 4px 4px rgba(0, 0, 0, 0.6), -4px -4px 4px rgba(0, 0, 0, 0.6), -2px 2px 4px rgba(0, 0, 0, 0.6);
}

#wine .banner a span {
  background: url("../img/menu/ico.png") no-repeat 90% bottom/3.7vw;
  font-size: 3.2vw;
  display: block;
  padding-top: 2vw;
}

#wine .banner a:hover {
  opacity: 0.8;
}

#wine .other_link dt {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 17px;
  padding: 5vw 0;
}

#wine .other_link .bnr__shared a {
  background-color: #362f26;
  border: 1px solid #362f26;
  color: #fff;
}

#wine .other_link .bnr__shared a:hover {
  color: #fff;
}

#wine .other_link .bnr__shared a:hover:before {
  background-color: #84302e;
}

#wine .other_link .bnr__shared a:hover:after {
  mix-blend-mode: normal;
}

@media screen and (min-width: 768px) {
  #wine {
    padding-bottom: 100px;
  }

  #wine .lead {
    position: relative;
    color: #fff;
  }

  #wine .lead .photo {
    height: 730px;
  }

  #wine .lead .photo img {
    width: 100%;
  }

  #wine .lead h2 {
    font-size: 40px;
    line-height: 72px;
    top: 50%;
    left: calc(50% + 92px);
    margin-top: -88px;
    padding: 23px 0 0px;
    letter-spacing: -0.01em;
  }

  #wine .lead h2 .pad {
    margin: 0 0 0 -20px;
  }

  #wine .group {
    padding: 41px 0 0;
    max-width: 1000px;
    margin: 0 auto;
  }

  #wine .group .menu {
    display: flex;
    justify-content: space-between;
    padding-bottom: 57px;
  }

  #wine .group .menu h3 {
    font-size: 34px;
    padding: 0px 0 13px;
  }

  #wine .group .menu .txt {
    padding: 20px 0 44px;
    letter-spacing: -0.05em;
  }

  #wine .group .menu.menu1 .txt {
    width: 490px;
    order: -1;
    padding: 46px 0 0 0;
    margin: 0 0 0 49px;
    letter-spacing: -0.05em;
  }

  #wine .group .menu.menu1 .photo {
    margin-right: -50px;
  }

  #wine .group .menu.menu2 .photo {
    margin: -66px 0 0 -37px;
  }

  #wine .group .menu.menu2 .info {
    width: 460px;
  }

  #wine .banner {
    max-width: 900px;
    margin: 0 auto;
  }




  #wine .banner a {
    font-size: 25px;
    padding: 100px 0 40px 465px;
    line-height: 30px;
    height: 280px;
    box-sizing: border-box;
    letter-spacing: -0.05em;
    background: url("../img/party/wine_bnr.jpg") no-repeat center 0/cover;
  }




  #wine .banner a span {
    background-size: 20px;
    background-position: 87% 29px;
    font-size: 20px;
    display: block;
    letter-spacing: -0.03em;
    padding-top: 27px;
  }

  #wine .other_link dt {
    font-size: 26px;
    padding: 63px 0 27px;
    letter-spacing: 0.05em;
  }

  #wine .other_link .bnr__shared {
    max-width: 400px;
  }
}

.pop_shared h2 {
  font-size: 6.5vw;
  padding: 5vw 0 2vw;
  font-weight: 600;
  text-align: center;
}

.pop_shared .note {
  text-align: center;
}

.pop_shared .wrap {
  padding: 0 !important;
}

.pop_shared .course_shared {
  padding: 10vw 0 0;
}

.pop_shared .course_shared .course {
  background-color: #cfc1b5;
  margin-bottom: 5vw;
  padding: 10% 5%;
}

.pop_shared .course_shared .course .info {
  padding-bottom: 10vw;
}

.pop_shared .course_shared .course .tag {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 600;
  font-size: 4vw;
  line-height: 1.7;
  padding: 0vw 0 2vw;
  margin-bottom: 5vw;
  font-weight: 600;
}

.pop_shared .course_shared .course .tag img {
  width: auto;
  height: 10vw;
  margin: 0 4vw -2vw 0;
}

.pop_shared .course_shared .course .tag dt {
  text-align: center;
}

.pop_shared .course_shared .course .tag dt span {
  display: inline-block;
  border: 1px solid #948e8c;
  padding: 0 4%;
  margin-bottom: 2vw;
}

.pop_shared .course_shared .course .tag dd {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}

.pop_shared .course_shared .course .tag dd span {
  font-size: 4.5vw;
}

.pop_shared .course_shared .course .tag dd span span {
  font-size: 5.5vw;
}

.pop_shared .course_shared .course .tbl-info {
  background-color: #d7cdc4;
  color: #000;
  padding: 10% 8%;
  text-align: left;
}

.pop_shared .course_shared .course .tbl-info dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #a6a09e;
  padding: 10px 0;
}

.pop_shared .course_shared .course .tbl-info dl dt,
.pop_shared .course_shared .course .tbl-info dl dd {
  display: table-cell;
}

.pop_shared .course_shared .course .tbl-info dl dt {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  width: 90px;
  padding-left: 20px;
}

.pop_shared .course_shared .course .tbl-info dl ul li {
  text-indent: -15px;
  line-height: 20px;
}

.pop_shared .course_shared .course .tbl-info dl ul li span {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .pop_shared .course_shared {
    padding: 30px 0 0;
  }

  .pop_shared .course_shared .course {
    padding: 69px 20px 74px;
    margin-bottom: 40px;
  }

  .pop_shared .course_shared .course .info {
    padding-bottom: 0;
    width: calc(100% - 460px);
    max-width: 690px;
    text-align: center;
  }

  .pop_shared .course_shared .course .info p {
    padding: 20px 0 0 0px;
    text-align: left;
    display: inline-block;
  }

  .pop_shared .course_shared .course .gr {
    max-width: 1060px;
    margin: 0 auto;
    padding: 42px 0 0;
    display: flex;
    justify-content: space-between;
  }

  .pop_shared .course_shared .course .tag {
    font-size: 20px;
    line-height: 1;
    padding: 0 0;
    margin-bottom: 12px;
  }

  .pop_shared .course_shared .course .tag img {
    height: auto;
    margin: 0 53px -13px 0;
  }

  .pop_shared .course_shared .course .tag dt span {
    line-height: 34px;
    padding: 0;
    margin-bottom: 13px;
    text-align: center;
    width: 232px;
    letter-spacing: -0.07em;
  }

  .pop_shared .course_shared .course .tag dd {
    margin: 0;
  }

  .pop_shared .course_shared .course .tag dd span {
    font-size: 25px;
    margin-right: -8px;
  }

  .pop_shared .course_shared .course .tag dd span span {
    font-size: 33px;
    margin: 0;
  }

  .pop_shared .course_shared .course .tbl-info {
    padding: 48px 0 54px;
    margin-bottom: 0;
    max-width: 400px;
    width: 45%;
  }

  .pop_shared .course_shared .course .tbl-info dl {
    margin: 0 auto;
    padding: 17px 0;
    max-width: 320px;
    line-height: 25px;
  }

  .pop_shared .course_shared .course .tbl-info dl dt {
    font-size: 20px;
    width: 45%;
    padding-left: 22px;
  }

  .pop_shared .course_shared .course .tbl-info dl ul li span {
    font-size: 14px;
  }

  .pop_shared .course_shared .course .js-fade {
    width: calc(50% + 110px);
    margin-left: -20px;
  }

  .pop_shared .course_shared .course .js-fade .object-fit-cover-pc {
    height: 500px;
  }

  .pop_shared .course_shared .course .js-fade .slick-dots {
    padding: 17px 0 9px;
    position: absolute;
    bottom: -37px;
  }

  .pop_shared .course_shared .course:nth-child(even) .tbl-info {
    order: -1;
  }
}

@media screen and (min-width: 768px) {
  .pop_shared h2 {
    font-size: 40px;
    padding: 56px 0 41px;
    letter-spacing: -0.05em;
  }
}

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