/* zen-old-mincho-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/zen-old-mincho-v13-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.f400 {
  font-weight: 400;
}

/*--------------------------------------
    common
--------------------------------------*/
.row-ttl {
  align-items: start;
}
.row-ttl h2 {
  font-size: 5vw;
  font-family: 'Zen Old Mincho';
  padding-top: 20px;
  position: relative;
  white-space: nowrap;
  margin: 0 5px;
  font-weight: 400;
}
.row-ttl h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: url('../img/party/ttl_deco.png') no-repeat center;
  background-size: contain;
}
.row-ttl h2:after {
  content: '';
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 1px);
  width: 2px;
  height: 29vw;
  background: url('../img/party/ttl_deco2.png') no-repeat center;
  background-size: 100% 100%;
}
.row-ttl h2 span {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
}
.row-ttl h2 span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 100%;
  border-top: 1px solid #0e0d0c;
  border-bottom: 1px solid #0e0d0c;
}
.row-ttl .right {
  position: relative;
}
.row-ttl .right h3 {
  font-size: 7vw;
  font-family: 'Zen Old Mincho';
  line-height: 1.44;
  position: absolute;
  bottom: 8px;
  left: 15px;
}
.row-ttl .right h3 span {
  color: #fff;
  background: #000;
  display: table;
  padding: 2px 14px;
}
.row-ttl .right h3 span.ml {
  margin-left: 16vw;
  margin-top: 5px;
}
.row-ttl .right .photo {
  height: 80vw;
}
.row-ttl .right .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shadow {
  box-shadow: 0 19px 27px rgba(0, 0, 0, 0.35);
  background: url('../img/shared/bg.jpg') repeat;
  position: relative;
  padding: 12vw 4%;
  text-align: center;
}
.shadow:before {
  content: '';
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-top: 2px solid #c6a96d;
  border-bottom: 2px solid #c6a96d;
}
.shadow .ttl {
  width: 36vw;
  height: auto;
  aspect-ratio: 1;
  background: #9a2222;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  border-radius: 50%;
  font-size: 5vw;
  position: absolute;
  top: -13vw;
  right: -4vw;
  z-index: 2;
  padding-top: 4vw;
}
.shadow .ttl span {
  font-size: 10vw;
  margin-bottom: -2vw;
  display: inline-block;
}
.shadow h3 {
  font-size: 8vw;
  font-weight: 500;
}
.shadow .price {
  font-size: 5.5vw;
  font-weight: 700;
}
.shadow .txt {
  margin: 4vw 0;
  text-align: center;
}
.shadow .flex {
  margin-top: 7vw;
  text-align: left;
  justify-content: center;
  gap: 30px;
  margin-left: 9vw;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .row-ttl {
    justify-content: end;
  }
  .row-ttl h2 {
    font-size: 26px;
    line-height: 48px;
    width: 48px;
    margin: 6px 48px 0 0;
    padding-top: 50px;
    letter-spacing: 0.15em;
  }
  .row-ttl h2:before {
    left: 2px;
    height: 31px;
  }
  .row-ttl h2:after {
    width: 2px;
    height: 270px;
  }
  .row-ttl h2 span {
    margin: 14px 0 15px;
    padding: 19px 0;
  }
  .row-ttl h2 span:before {
    width: 59%;
    margin-left: 2px;
  }
  .row-ttl .right {
    max-width: calc(100% - 203px);
    width: 87%;
  }
  .row-ttl .right .photo {
    height: 700px;
  }
  .row-ttl .right h3 {
    font-size: 50px;
    bottom: auto;
    left: auto;
    letter-spacing: 0.1em;
    line-height: 60px;
  }
  .row-ttl .right h3 span {
    padding: 25px 0 4px 1px;
  }
  .row-ttl .right h3 span.ml {
    margin: 100px 9px 0 0;
    padding: 33px 2px 9px 0;
  }
  .shadow {
    width: 541px;
    padding: 76px 0 64px;
  }
  .shadow:before {
    height: calc(100% - 33px);
    border-width: 3px;
    width: calc(100% - 40px);
  }
  .shadow .ttl {
    width: 161px;
    font-size: 22px;
    line-height: 30px;
    top: -37px;
    right: -23px;
    padding-top: 34px;
  }
  .shadow .ttl span {
    font-size: 48px;
    margin-bottom: 5px;
  }
  .shadow h3 {
    font-size: 36px;
    letter-spacing: 0.07em;
    margin-left: 4px;
  }
  .shadow .price {
    font-size: 24px;
    margin-top: 22px;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .shadow h4 {
    font-size: 18px;
    margin-top: 9px;
    font-weight: 500;
  }
  .shadow h4 span {
    font-size: 80%;
  }
  .shadow .txt {
    margin: 27px auto 0;
    width: 100%;
    max-width: 291px;
    text-align: justify;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0em;
    position: relative;
    left: -2px;
    text-align: center;
  }
  .shadow .flex {
    margin-top: 35px;
    font-size: 18px;
    line-height: 36px;
    margin-left: 48px;
    gap: 55px;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .price span {
    margin-left: 6px;
  }
}
/*--------------------------------------
    key
--------------------------------------*/
#key .key-img {
  height: 168.3vw;
}
#key .key-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #key .key-img {
    height: 901px;
  }
}

/*--------------------------------------
    lead
--------------------------------------*/
#lead {
  padding: 15vw 0;
  position: relative;
  z-index: 1;
}
#lead:before {
  content: '';
  position: absolute;
  top: -18vw;
  left: 0;
  width: 260%;
  height: 107vw;
  background: url('../img/party/lead_deco.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}
#lead .ttl {
  width: 43%;
  margin: 0 auto 7vw;
  position: relative;
  padding-top: 40px;
}
#lead .ttl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url('../img/party/lead_ttl_deco.png') no-repeat center;
  background-size: contain;
}
#lead .txt {
  margin: 12vw 0;
}
#lead .txt span {
  margin-top: 32px;
  display: block;
}
#lead .icon li {
  text-align: center;
  background: rgba(255, 255, 255, 0.22);
  padding: 20px 8px;
  width: 32%;
}
#lead .icon li img {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
}
#lead .icon li span {
  display: block;
  margin: 7px -8px 0;
}
#lead .icon li:nth-child(3) img {
  width: 70%;
  margin-top: 2.2vw;
}
#lead h3 {
  width: 80%;
  margin: 20vw auto 12vw;
  padding-top: 40px;
  position: relative;
}
#lead h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url('../img/party/lead_d2.png') no-repeat center;
  background-size: contain;
}
#lead .banners {
  gap: 5px;
}
#lead .banners .bnr {
  width: 50%;
}
#lead .banners .bnr a {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 5vw;
  text-shadow:
    0 0 6px rgba(0, 0, 0, 0.65),
    0 0 12px rgba(0, 0, 0, 0.5),
    0 0 18px rgba(0, 0, 0, 0.4),
    0 0 6px rgba(0, 0, 0, 0.65),
    0 0 12px rgba(0, 0, 0, 0.5),
    0 0 18px rgba(0, 0, 0, 0.4),
    0 0 6px rgba(0, 0, 0, 0.65),
    0 0 12px rgba(0, 0, 0, 0.5),
    0 0 18px rgba(0, 0, 0, 0.4);
  border: 4px solid #4a225e;
  box-sizing: border-box;
  padding: 10vw 0;
}
#lead .banners .bnr a:before {
  content: '';
  position: absolute;
  bottom: 4vw;
  left: 0;
  width: 100%;
  height: 13px;
  background: url('../img/party/lead_arr.jpg') no-repeat center;
  background-size: contain;
}
#lead .banners .bnr a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#lead .banners .bnr a .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 162px 0 125px;
  }
  #lead:before {
    width: 1592px;
    height: 645px;
    top: 0;
    left: calc(50% - 900px);
  }
  #lead .wrap {
    max-width: 1000px;
  }
  #lead .ttl {
    width: 187px;
    padding-top: 94px;
    margin-bottom: 45px;
  }
  #lead .ttl:before {
    height: 43px;
  }
  #lead h2 {
    display: table;
    margin: 0 auto;
    position: relative;
    left: -2px;
  }
  #lead .txt {
    text-align: center;
    margin: 62px 0 87px;
  }
  #lead .txt span {
    margin-top: 40px;
  }
  #lead .icon {
    justify-content: center;
    gap: 72px;
  }
  #lead .icon li {
    width: 213px;
    padding: 42px 10px 24px;
    font-size: 20px;
  }
  #lead .icon li img {
    width: 90px;
  }
  #lead .icon li span {
    margin-top: 19px;
  }
  #lead .icon li:nth-child(3) img {
    width: auto;
    margin-top: 0;
  }
  #lead h3 {
    margin-top: 90px;
    display: table;
    width: auto;
    padding-top: 64px;
    left: -1px;
    margin-bottom: 68px;
  }
  #lead h3:before {
    height: 22px;
    left: 1px;
  }
  #lead .banners {
    gap: 40px;
  }
  #lead .banners .bnr a {
    border-width: 6px;
    font-size: 32px;
    line-height: 50px;
    padding: 74px 0;
  }
  #lead .banners .bnr a:before {
    bottom: 37px;
    height: 19px;
  }
}

/*--------------------------------------
    party
--------------------------------------*/
#party {
  background: url('../img/party/bg2.jpg') repeat;
  padding: 15vw 0;
}
#party .row1 {
  margin: 12vw 0;
}
#party .row1 .left h3 {
  width: 82%;
}
#party .row1 .left .note {
  margin: 8vw 0;
}
#party .row1 .right {
  margin-top: 20vw;
}
#party .row1 .right h4 span {
  line-height: 180%;
  font-size: 80%;
}
#party .row2 .party-js .slick-dots {
  position: static;
  justify-content: center;
  margin-top: 10px;
}
#party .row2 .party-js .slick-dots li button {
  border-color: #050504;
}
#party .row2 .party-js .slick-dots li.slick-active button {
  border-color: #3a2102;
  background: #3a2102;
}
#party .row2 .right {
  margin-top: 10vw;
}
#party .row2 .right h3 {
  width: 86%;
}

#party .row2 .right .txt {
  margin: 6vw 0;
}
@media screen and (min-width: 768px) {
  #party {
    padding: 94px 0;
  }
  #party .row-ttl {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
  }
  #party .row-ttl .right h3 {
    top: 36px;
    right: 150px;
  }
  #party .row1 {
    margin: 79px auto 107px;
    justify-content: space-between;
    gap: 25px;
    align-items: start;
  }
  #party .row1 .left {
    margin-left: calc(50% - 488px);
  }
  #party .row1 .left h3 {
    width: auto;
  }
  #party .row1 .left .note {
    margin: 36px 0 52px 8px;
    font-size: 14px;
    line-height: 30px;
  }
  #party .row1 .left .photo {
    margin-left: 7px;
  }
  #party .row1 .right {
    margin-top: 5px;
    margin-right: -20px;
  }
  #party .row2 {
    gap: 30px;
  }
  #party .row2 .party-js {
    width: calc(100% - 431px);
    margin-left: -47px;
  }
  #party .row2 .party-js p {
    height: 534px;
  }
  #party .row2 .party-js p img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #party .row2 .party-js .slick-dots {
    margin-top: 39px;
    margin-left: -40px;
  }
  #party .row2 .party-js .slick-dots li {
    margin: 0 8px;
  }
  #party .row2 .party-js .slick-dots li button {
    width: 11px;
    height: 11px;
  }
  #party .row2 .party-js .slick-dots li:hover {
    opacity: 0.8;
  }
  #party .row2 .right {
    width: 408px;
    margin-top: 25px;
  }
  #party .row2 .right h3 {
    width: auto;
    margin-left: -6px;
  }
  #party .row2 .right .txt {
    margin: 51px 7px 50px 0;
    line-height: 36px;
    letter-spacing: 0em;
  }
}

/*--------------------------------------
    anniv
--------------------------------------*/
#anniv {
  padding: 15vw 0;
}
#anniv .row1 {
  margin: 28vw 0 12vw;
}
#anniv .row1 .left h3 {
  width: 77%;
}
#anniv .row1 .left .note {
  margin: 6vw 0;
}
#anniv .row1 .left .list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
#anniv .row1 .left .list li {
  width: 37vw;
}
#anniv .row1 .left .list li:nth-child(2) {
  margin-left: 7vw;
}
#anniv .row1 .left .list li:nth-child(3) {
  margin-left: 17vw;
}
#anniv .row1 .left .list li:nth-child(4) {
  margin-left: auto;
}
#anniv .row1 .shadow {
  margin-top: 10vw;
  background: rgba(255, 255, 255, 0.22);
}
#anniv .row2 {
  background: rgba(196, 138, 17, 0.22);
  flex-wrap: wrap;
  padding: 8vw 3%;
  box-shadow: 0 19px 27px rgba(0, 0, 0, 0.35);
}
#anniv .row2 h3 {
  width: 34%;
}
#anniv .row2 .photo {
  width: 64%;
}
#anniv .row2 .content {
  width: 100%;
  margin-top: 5vw;
}
#anniv .row2 .content .flex {
  align-items: center;
  margin-bottom: 4vw;
}
#anniv .row2 .content h4 {
  font-size: 8vw;
}
#anniv .row2 .content .price {
  font-size: 5.5vw;
  margin-top: 1.5vw;
  font-weight: 500;
}
#anniv .row3 {
  margin: 12vw 0;
}
#anniv .row3 .shadow {
  background: rgba(255, 255, 255, 0.22);
  margin-top: 5vw;
}
#anniv .row3 .shadow .flex {
  gap: 14vw;
  margin-left: 11vw;
}
#anniv .banners .banner1 a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 4px solid var(--violet);
  background: #241e10;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 11vw 0;
}
#anniv .banners .banner1 a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  width: 10%;
  height: 100%;
  background: url('../img/party/anniv_arr.jpg') no-repeat center;
  background-size: contain;
}
#anniv .banners .banner1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 63%;
  z-index: -1;
  height: 100%;
  filter: grayscale(0.2);
}
#anniv .banners .banner1 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
#anniv .banners .banner1 h3 {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: 16%;
}
#anniv .banners .banner1 h3 small {
  width: 90%;
  margin: 0 auto;
  display: inline-block;
}
#anniv .c-banner {
  margin-top: 4vw;
  background: var(--violet);
  padding: 4px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 8vw;
}
#anniv .c-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 176%;
  background: url('../img/party/c_banner_deco.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}
#anniv .c-banner .bg {
  width: 64%;
}
#anniv .c-banner .logo {
  width: 32%;
  margin-left: auto;
}
#anniv .c-banner .tel {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 93%;
  margin: 5vw auto 0;
  position: relative;
}
#anniv .c-banner .tel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#anniv .c-banner .tel img {
  filter: invert(1);
  margin-top: 3px;
}
#anniv .c-banner .tel small {
  font-size: 9px;
  margin-right: -12px;
}
@media screen and (min-width: 768px) {
  #anniv {
    padding: 121px 0;
  }
  #anniv .row-ttl {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
  }
  #anniv .row-ttl h2 {
    margin-top: -10px;
  }
  #anniv .row-ttl .right h3 {
    top: 42px;
    left: 86px;
  }
  #anniv .row-ttl .right h3 span {
    padding-bottom: 14px;
  }
  #anniv .row-ttl .right h3 span.ml {
    margin: 58px 9px 0 0;
    padding: 21px 2px 21px 0;
  }
  #anniv .row1 {
    margin: 89px 0 95px;
    gap: 30px;
  }
  #anniv .row1 .left {
    margin-left: calc(50% - 450px);
  }
  #anniv .row1 .left h3 {
    width: auto;
  }
  #anniv .row1 .left .note {
    font-size: 14px;
    line-height: 30px;
    margin: 34px 0 64px 5px;
  }
  #anniv .row1 .left .list {
    margin-left: -52px;
    width: 553px;
    max-width: 100%;
  }
  #anniv .row1 .left .list li {
    width: 29.5%;
  }
  #anniv .row1 .left .list li:nth-child(2) {
    margin-left: 19.9%;
  }
  #anniv .row1 .left .list li:nth-child(3) {
    margin-left: 25%;
    margin-top: -26px;
  }
  #anniv .row1 .left .list li:nth-child(4) {
    margin-top: -26px;
  }
  #anniv .row1 .shadow {
    margin: -36px -20px 0 0;
    padding-top: 90px;
    padding-bottom: 113px;
  }
  #anniv .row2 {
    box-sizing: border-box;
    margin: 0 14px;
    padding: 29px 0 24px 45px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  #anniv .row2 h3 {
    width: 160px;
  }
  #anniv .row2 .photo {
    width: auto;
    margin: 0px 77px 0 76px;
  }
  #anniv .row2 .content {
    margin-top: 17px;
    width: 320px;
    min-width: 320px;
  }
  #anniv .row2 .content .flex {
    align-items: center;
    margin-bottom: 28px;
  }
  #anniv .row2 .content h4 {
    font-size: 30px;
    letter-spacing: 0.05em;
  }
  #anniv .row2 .content .price {
    font-size: 24px;
    margin-top: 0;
  }
  #anniv .row2 .content .note {
    font-size: 14px;
    line-height: 30px;
  }
  #anniv .row3 {
    margin: 112px 0 107px;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 15px;
  }
  #anniv .row3 .photo {
    margin-right: -2px;
    width: calc(100% - 490px);
  }
  #anniv .row3 .shadow {
    margin-top: -3px;
    width: 463px;
  }
  #anniv .row3 .shadow h4 {
    margin-top: 20px;
    letter-spacing: 0em;
  }
  #anniv .row3 .shadow .flex {
    gap: 70px;
    margin-left: 50px;
    margin-top: 24px;
  }
  #anniv .banners .banner1 a {
    padding: 51px 0 64px;
    border-width: 6px;
  }
  #anniv .banners .banner1 a:before {
    top: -6px;
    right: 4px;
    width: 67px;
  }
  #anniv .banners .banner1 .bg {
    width: auto;
    height: 100%;
    filter: unset;
  }
  #anniv .banners .banner1 h3 {
    width: 307px;
    margin-right: 144px;
  }
  #anniv .banners .banner1 h3 small {
    width: auto;
    margin-bottom: 29px;
    margin-left: -8px;
  }
  #anniv .c-banner {
    margin-top: 50px;
    padding: 6px;
    padding-bottom: 5px;
    align-items: center;
    flex-wrap: nowrap;
  }
  #anniv .c-banner:before {
    width: 736px;
    height: 270px;
    left: auto;
    right: 0;
  }
  #anniv .c-banner .bg {
    width: 38.6%;
  }
  #anniv .c-banner .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #anniv .c-banner .logo {
    width: 147px;
    margin: 7px 0 0 52px;
  }
  #anniv .c-banner .tel {
    width: 412px;
    margin: -6px 20px 0 50px;
    border-width: 2px;
    padding-top: 7px;
    padding-bottom: 5px;
  }
  #anniv .c-banner .tel .df {
    font-size: 49px;
    margin-top: 12px;
    letter-spacing: -3px;
    margin-left: 13px;
  }
  #anniv .c-banner .tel .df i {
    width: 22px;
    margin-top: -3px;
  }
  #anniv .c-banner .tel small {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    letter-spacing: 0;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  #anniv .row2 .photo {
    margin-right: 30px;
  }
  #anniv .row2 .content {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  #key .kv-txt {
    bottom: 0;
  }
} /*# sourceMappingURL=party.css.map */
