.object-fit-cover,
.object-fit-cover-pc {
  position: relative;
  overflow: hidden;
}

.object-fit-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .object-fit-cover-pc {
    position: relative;
  }
  .object-fit-cover-pc img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .object-fit-cover-sp {
    position: relative;
  }
  .object-fit-cover-sp img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
.txt-center {
  text-align: center;
}

.fs32 {
  font-size: 5.5vw;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-bottom: 5vw;
  font-weight: 500;
}

.d_flex {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .btn-common a.unsmooth {
    font-size: 4vw;
  }
}
.btn-common a.unsmooth:after {
  background: url(../img/welcome/ico_pop_on.png) no-repeat center/100%;
  width: 3vw;
  height: 3vw;
  border-radius: 0;
  top: 7.7vw;
  right: 8.3vw;
}

.remodal {
  max-width: 1200px;
  background: url("../img/shared/bg.jpg") repeat center 0;
  padding: 5vw;
}
.remodal .remodal-close {
  z-index: 99;
}
.remodal .wrap {
  padding: 0 !important;
}

.course_shared {
  padding: 10vw 0 0;
}
.course_shared .item {
  border: 1px solid #544738;
  padding: 10vw 5%;
  width: 100%;
}
.course_shared .item h3 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 17px;
}
.course_shared .item h3 span {
  font-size: 13px;
}
.course_shared .item h3 .fnt-im {
  display: block;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.course_shared .item .price {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-bottom: 20px;
}
.course_shared .item .price span {
  font-size: 13px;
  letter-spacing: 0.1em;
}
.course_shared .item .txt {
  text-align: left;
  padding-bottom: 25px;
}
.course_shared .item .course {
  background-color: #d9d1c4;
  padding: 25px 10px;
}
.course_shared .item .course dd .f_12 {
  font-size: 11px;
}

.popup_course h2 {
  color: #322921;
  font-size: 35px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.popup_course .course_shared .col {
  width: 100%;
}
.popup_course .course_shared .item {
  background: none;
  border: 1px solid #655d53;
  margin-bottom: 5vw;
}
.popup_course .course_shared .item .course {
  background-color: #e5e0d6;
}

@media (min-width: 768px) {
  .fs32 {
    font-size: 32px;
    line-height: 1.5;
    padding-bottom: 32px;
  }
  .btn-common a.unsmooth:after {
    background: url(../img/welcome/ico_pop.png) no-repeat center/100%;
    top: -4px;
    width: 15px;
    height: 100%;
    right: 38px;
  }
  .btn-common a.unsmooth:hover:after {
    background: url(../img/welcome/ico_pop_on.png) no-repeat center/100%;
  }
  .remodal {
    padding: 15px;
  }
  /* .remodal .remodal-close {
    width: auto;
    height: auto;
  } */
  .remodal .wrap {
    padding: 0 !important;
  }
  .course_shared {
    padding: 55px 0 0;
  }
  .course_shared .item {
    border: 1px solid #544738;
    padding: 10vw 5%;
    width: 100%;
  }
  .course_shared .item h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .course_shared .item h3 span {
    font-size: 20px;
  }
  .course_shared .item h3 .fnt-im {
    font-size: 32px;
  }
  .course_shared .item .price {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
  }
  .course_shared .item .price span {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .course_shared .item .txt {
    text-align: left;
    padding-bottom: 25px;
  }
  .course_shared .item .course {
    background-color: #d9d1c4;
    padding: 25px 10px;
  }
  .course_shared .item .course dd .f_12 {
    font-size: 11px;
  }
  .popup_course {
    padding: 40px 0 0;
  }
  .popup_course .remodal-close {
    margin-right: 60px;
  }
  .popup_course h2 {
    font-size: 60px;
    padding-bottom: 20px;
  }
  .popup_course .course_shared {
    justify-content: center;
    gap: 67px;
  }
  .popup_course .course_shared .col {
    width: 430px;
  }
  .popup_course .course_shared .item {
    padding: 50px 20px;
    margin-bottom: 67px;
  }
  .popup_course .course_shared .item .course {
    padding: 30px 10px;
    max-width: 350px;
    margin: 0 auto;
  }
}
#lead {
  position: relative;
  color: #f0e9db;
}
#lead h2 img {
  margin: 0 0 0 -4vw;
  width: 86%;
}
#lead .lead {
  position: relative;
}
#lead .lead .info {
  position: absolute;
  bottom: 34vw;
  left: 6.67vw;
  right: 6.67vw;
  z-index: 1;
}
#lead .photo2 {
  margin: -15vw 17vw 0 20vw;
}
@media (min-width: 768px) {
  #lead h2 {
    line-height: 54px;
    letter-spacing: 0.1em;
    padding-bottom: 62px;
  }
  #lead h2 img {
    margin: 0 0 -14px -166px;
    width: auto;
  }
  #lead .lead .info {
    max-width: 572px;
    top: 45%;
    bottom: auto;
    left: 49.5%;
    right: auto;
    z-index: 1;
    letter-spacing: 0.1em;
  }
  #lead .lead .photo1 img {
    width: 100%;
    height: auto;
  }
  #lead .photo2 {
    margin: 0;
    position: absolute;
    bottom: -392px;
    left: calc(50% - 877px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #lead .lead .info {
    left: 43%;
  }
}
#course {
  padding: 0 0 10vw;
}
#course h2 {
  text-align: center;
  font-size: 4.5vw;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 5vw;
  position: relative;
}
#course h2:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #322921;
  width: 87px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#course h2 .fnt-im {
  letter-spacing: 0.05em;
  font-size: 9vw;
  padding-bottom: 9vw;
  display: inline-block;
}
#course .tag {
  font-size: 20px;
  font-weight: 500;
  padding: 30px 0;
}
#course .tag dt {
  font-size: 26px;
}
#course .txt p {
  padding-bottom: 20px;
}
#course .course {
  background-color: rgba(157, 140, 125, 0.2);
  border: 1px solid #81786d;
  padding: 10vw 5%;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
#course .photo {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: -5vw;
  position: relative;
  z-index: 1;
}
#course .photo h3 {
  padding-bottom: 10px;
}
#course .photo li {
  width: 55%;
}
#course .photo li:nth-child(2) {
  width: 42%;
}
#course .special {
  position: relative;
}
#course .special h3 {
  position: absolute;
  left: 3%;
  right: 0;
  bottom: 5vw;
  z-index: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 8.5vw;
  line-height: 1.5;
  color: #322921;
}
#course .special h3 .pad {
  padding-left: 9vw;
}
#course .special .photo_list {
  padding: 10vw 0 40vw;
}
#course .special .photo_list li:nth-child(1) {
  width: 60%;
}
#course .special .photo_list li:nth-child(2) {
  position: absolute;
  right: -17vw;
  top: -10vw;
  width: 74%;
  z-index: 1;
}
#course .special .photo_list li:nth-child(3) {
  width: 45%;
  margin: -5vw auto 0;
}
@media (min-width: 768px) {
  #course {
    padding: 157px 0 17px;
    text-align: center;
  }
  #course .wrap {
    max-width: 1500px;
    width: 100%;
  }
  #course .lead {
    padding: 0 0 60px;
  }
  #course h2 {
    font-size: 26px;
    padding-bottom: 20px;
  }
  #course h2 .fnt-im {
    font-size: 50px;
    padding-bottom: 51px;
  }
  #course .tag {
    font-size: 26px;
    padding: 53px 0 76px;
  }
  #course .tag dt {
    font-size: 36px;
    padding-bottom: 24px;
  }
  #course .txt {
    letter-spacing: 0.1em;
  }
  #course .txt p {
    padding-bottom: 35px;
  }
  #course .course {
    width: 900px;
    margin: 0 auto 115px;
    padding: 43px 20px 65px;
  }
  #course .course .list {
    display: flex;
    justify-content: space-around;
    padding: 26px 0 0;
  }
  #course .photo {
    margin-bottom: 0;
    position: static;
  }
  #course .photo li {
    width: auto;
    position: absolute;
    top: 562px;
    left: 0;
  }
  #course .photo li:nth-child(2) {
    width: auto;
    right: 0;
    top: 104px;
    left: auto;
  }
  #course .special {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
  }
  #course .special h3 {
    position: absolute;
    left: 5px;
    text-align: left;
    bottom: 92px;
    font-size: 110px;
    line-height: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  #course .special h3 {
    font-size: 90px;
  }
  #course .photo li {
    left: calc(50% - 650px);
    top: 542px;
  }
}
@media (min-width: 768px) {
  #course .special h3 .pad {
    padding-left: 130px;
  }
  #course .special .photo_list {
    padding: 243px 0 0;
  }
  #course .special .photo_list li:nth-child(1) {
    position: absolute;
    width: auto;
    text-align: right;
    top: 0;
    right: calc(50% + 16px);
  }
  #course .special .photo_list li:nth-child(2) {
    left: calc(50% + 211px);
    top: -24px;
    width: auto;
  }
  #course .special .photo_list li:nth-child(3) {
    width: auto;
    margin: 0 0 0 calc(50% + 66px);
  }
}

#anniversary {
  padding: 0 0 25vw;
}
#anniversary .photo {
  position: relative;
}
#anniversary .photo dd {
  color: #b1a192;
  letter-spacing: 0.1em;
  font-size: 2.5vw;
  line-height: 1.2;
  position: absolute;
  z-index: -1;
  left: -5vw;
  bottom: -14vw;
  width: 90vw;
  text-align: justify;
}
#anniversary .info h2 {
  position: relative;
  padding: 20vw 0 5vw;
}
#anniversary .info h2 img {
  position: absolute;
  width: 74vw;
  top: -10vw;
  left: -1vw;
  z-index: 1;
}
#anniversary .info .txt p {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #anniversary {
    padding: 0 0 0;
  }
  #anniversary .wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 280px;
  }
  #anniversary .photo {
    position: relative;
    margin-left: -157px;
    width: 630px;
  }
  #anniversary .photo dd {
    width: 540px;
    font-size: 16px;
    line-height: 28px;
    left: -125px;
    bottom: auto;
    top: 650px;
  }
  #anniversary .info {
    width: 415px;
    padding: 191px 0 0;
    letter-spacing: 0.1em;
  }
  #anniversary .info h2 {
    padding: 175px 0 50px;
    letter-spacing: 0.1em;
  }
  #anniversary .info h2 img {
    width: auto;
    top: 0;
    left: -229px;
  }
  #anniversary .info .txt p {
    padding-bottom: 35px;
  }
}

#othercourse {
  background:
    url(../img/party/othercourse_bg_sp.jpg) no-repeat center 0/100%,
    url(../img/party/bg1.jpg) repeat center 0/100%;
  padding: 108vw 0 14vw 3%;
  color: #f0e9db;
  position: relative;
}
#othercourse .deco {
  width: 49vw;
  position: absolute;
  left: -13vw;
  top: -23vw;
  z-index: 1;
  mix-blend-mode: multiply;
}
#othercourse .txt {
  padding-bottom: 10vw;
}
#othercourse .course {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5% 5%;
  color: #221912;
  text-align: center;
}
#othercourse .course dt {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #othercourse {
    padding: 135px 0 20px;
    min-height: 820px;
    background: none;
  }
  #othercourse:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc(50% - 658px);
    background: url(../img/party/othercourse_bg.jpg) no-repeat center 0 / cover;
  }
  #othercourse h2 {
    line-height: 54px;
    padding-bottom: 48px;
  }
  #othercourse .deco {
    width: auto;
    left: -50px;
    top: -90px;
  }
  #othercourse .txt {
    padding-bottom: 67px;
    max-width: 408px;
  }
  #othercourse .course {
    width: 408px;
    padding: 28px 20px 36px;
  }
  #othercourse .course dt {
    padding-bottom: 10px;
  }
}
@media (min-width: 1380px) {
  #othercourse .deco {
    left: calc(50% - 814px);
  }
}

#reservation {
  position: relative;
  padding: 20vw 0 10vw;
}
#reservation:before {
  content: "";
  background: url(../img/welcome/bg1.jpg) repeat center 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: -120vw;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
}
#reservation h2 {
  font-size: 5vw;
}
#reservation h2 span {
  letter-spacing: 0.05em;
  font-size: 12vw;
  font-weight: 700;
}
#reservation .box {
  position: relative;
  border-left: 1px solid #514e49;
  border-right: 1px solid #514e49;
  padding: 0 6%;
}
#reservation .box:before,
#reservation .box:after {
  content: "";
  border-left: 1px double #514e49;
  border-right: 1px double #514e49;
  width: 4px;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
}
#reservation .box:after {
  left: auto;
  right: 4px;
}
#reservation .box .txt p {
  padding-bottom: 20px;
}
#reservation .link {
  gap: 20px 0;
  padding: 5vw 0 2vw;
}
#reservation .link li {
  width: 100%;
}
#reservation .banner {
  background: url(../img/party/banner.jpg) no-repeat center/cover;
  position: relative;
  margin-top: 10vw;
}
#reservation .banner:before {
  background-color: rgba(157, 140, 124, 0.4);
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 0;
}
#reservation .banner .link {
  display: block;
  color: #f0e9db;
  height: 52vw;
  text-align: center;
  font-weight: 500;
  font-size: 5vw;
  padding: 13vw 0 0;
  position: relative;
  z-index: 1;
}
#reservation .banner .link span {
  letter-spacing: 0.05em;
  font-size: 9vw;
  position: relative;
}
#reservation .banner .link span:before {
  content: "";
  border-top: 2px solid #dad3c5;
  width: 120px;
  position: absolute;
  left: 50%;
  top: 14vw;
  transform: translate(-50%);
}
#reservation .banner .btn-common {
  position: absolute;
  bottom: 8vw;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#reservation .banner .btn-common a {
  border: 1px solid #f0e9db;
  font-size: 8px;
  height: auto;
  padding: 10px;
  text-transform: none;
}
#reservation .banner .btn-common a:after {
  width: 4px;
  height: 4px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #reservation {
    padding: 130px 0 145px;
  }
  #reservation:before {
    top: -600px;
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
  }
  #reservation h2 {
    font-size: 32px;
    line-height: 91px;
    padding-bottom: 57px;
  }
  #reservation h2 span {
    font-size: 110px;
  }
  #reservation .box {
    text-align: center;
    padding: 13px 20px 0;
    max-width: 963px;
    margin: 0 auto;
  }
  #reservation .box:before,
  #reservation .box:after {
    width: 6px;
    left: 6px;
  }
  #reservation .box:after {
    right: 6px;
    left: auto;
  }
  #reservation .box .txt p {
    padding-bottom: 35px;
  }
  #reservation .link {
    gap: 40px;
    padding: 50px 0 20px;
    justify-content: center;
  }
  #reservation .link li {
    width: 371px;
    margin: 0;
  }
  #reservation .link li a {
    font-size: 22px;
    padding: 0 15px 8px 0;
    height: 80px;
    border-radius: 120px;
  }
  #reservation .link li a.ext:after {
    width: 7px;
    height: 7px;
    top: 36px;
    right: 49px;
  }
  #reservation .banner {
    width: 860px;
    margin: 97px auto 0;
  }
  #reservation .banner:before {
    left: 30px;
    top: 30px;
    bottom: 30px;
    right: 30px;
  }
  #reservation .banner .link {
    height: 381px;
    font-size: 32px;
    padding: 125px 0 0;
    line-height: 50px;
  }
  #reservation .banner .link span {
    font-size: 60px;
  }
  #reservation .banner .link span:before {
    top: 102px;
    width: 143px;
  }
  #reservation .banner .btn-common {
    bottom: 67px;
    width: 140px;
  }
  #reservation .banner .btn-common a {
    font-size: 11px;
    height: auto;
    padding: 0;
    line-height: 33px;
  }
  #reservation .banner .btn-common a:after {
    right: 20px;
  }
  #reservation .banner:hover .hvr-rectangle-out:before {
    transform: scale(1);
  }
}

#floor .lead {
  position: relative;
}
#floor .lead h2 {
  margin: 5vw 0 3vw;
}
#floor .info {
  background: url(../img/party/floor_bg3_sp.png) no-repeat center 0/100%;
  text-align: center;
  padding: 20vw 3.3vw;
}
#floor .info .txt p {
  padding-bottom: 20px;
}
#floor .floor {
  padding: 0 3.3vw;
}
#floor .floor h3 {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 6vw;
  line-height: 1;
}
@media (min-width: 768px) {
  #floor .lead {
    position: relative;
    margin: 0 auto;
  }
  #floor .lead img {
    width: 100%;
    height: auto;
  }
  #floor .lead h2 {
    margin: 0;
    width: 50%;
    position: absolute;
    top: 33.333%;
    left: 33.333%;
  }
  #floor .info {
    background: url(../img/party/floor_bg3.png) no-repeat 0 0;
    text-align: center;
    padding: 133px 0 66px;
  }
  #floor .info .txt {
    padding: 43px 0 0;
  }
  #floor .info .txt p {
    padding-bottom: 35px;
  }
  #floor .floor {
    padding: 0;
    width: 900px;
    margin: 0 auto;
  }
  #floor .floor h3 {
    font-size: 50px;
    line-height: 1;
    margin: 0 0 -5px 5px;
  }
} /*# sourceMappingURL=party.css.map */
