.party-style {
  background-color: #FFF;
  max-width: 980px;
  margin: 0 auto;
}

.party-style__title {
  padding: 60px 0 24px;
  text-align: center;
}

.party-style__title-en {
  color: #222;
  font-family: Futura, Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.party-style__title-jp {
  padding-top: 4px;
  color: #9D9D9D;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
}

.party-style__content {
  max-width: 1012px;
  margin: 0 auto;
  padding: 0 16px;
}

.party-style-items {

}

.party-style__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 48px;
}

.party-style__item {
  width: 100%;
}

.party-style__item-heading {
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 16px;
  color: #536A80;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: normal;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #536A80;
}

.party-style__item-content {
  margin-bottom: 24px;
  background-color: #F8F9FA;
}

.party-style__item-figure {
  position: relative;
}

.party-style__item-image {
  width: 100%;
  height: auto;
}

.party-style__item-caption {
  position: absolute;
  bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.party-style__item-caption-text-wrap {
  position: relative;
  width: 100%;
  height: 34px;
}

.party-style__item-caption-text {
  position: absolute;
  display: inline-block;
  padding: 6px 8px 6px 12px;
  color: #3B4B5B;
  font-size: 16px;
  font-size:min(4.1vw,16px);
  font-style: normal;
  font-family: "YuMincho +36p Kana", "Noto Serif JP";
  font-weight: 600;
  line-height: 1.4;
  background: #fff;
}

.party-style__item-examples {
  padding: 16px 12px;
}

.party-style__examples-title {
  display: flex;
	align-items: center;
  padding-bottom: 12px;
  color: #536A80;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: normal;
  font-size: 12px;
  font-weight: 700;
}

.party-style__examples-title::after {
	content: "";
	flex-grow: 1;
	height: 0.5px;
	display: block;
  margin-left: 8px;
	background: #536A80;
}

.party-style__example {
  background: #fff;
  border: 1px solid #D6D6D6;
}

.party-style__example-link {
  display: flex;
  gap: 12px;
  padding: 8px;
}

.party-style__example-image {
  width: 72px;
  height: 72px;
}

.party-style__example-details {

}

.party-style__example-title {
  padding-bottom: 8px;
  color: #222;
  font-family: "YuMincho +36p Kana", "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  letter-spacing: -0.5px;
}

.party-style__example-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.party-style__example--guests {
  display: inline-block;
  padding-right: 1em;
  color: #222;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 2;
}

.party-style__example--guests::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  margin-top: -2px;
  width: 16px;
  height: 16px;
  background-image: url(../../images/wedding-reports/user-line.png);
  background-size: cover;
  vertical-align: middle;
}

.party-style__example--date {
  display: inline-block;
  color: #7A7A7A;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 2;
}


.party-style__item-link {
  color: #fff;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  background: #536A80;
}

.party-style-action {
  margin-top: 48px;
}

@media (min-width: 768px) {
  .party-style {
    padding-bottom: 0;
  }

  .party-style__title {
    padding: 60px 0 48px;
  }

  .party-style__title-en {
    font-size: 22px;
  }

  .party-style__title-jp {
    font-size: 14px;
  }

  .party-style__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }

  .party-style__item {
    width: calc((100% / 3) - 12px);
  }

  .party-style__item-caption-text {
    font-size:min(1.6vw,16px);
  }
}
