.pageHeader {
  background: url(../img/page-visual.png) no-repeat center center / cover;
  margin-top: 71px;
  position: relative;
}

@media screen and (max-width: 999px) {
  .pageHeader {
    margin-top: 48px;
  }
}

.pageHeader::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.pageHeader__container {
}

.pageHeader__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 78px;
  gap: 1px;
  padding-bottom: 78px;
}

@media screen and (max-width: 999px) {
  .pageHeader__title {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.pageHeader__title p {
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
}

.pageHeader__title h1,
.pageHeader__title span {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 999px) {
  .pageHeader__title p {
    font-size: 14px;
  }
  .pageHeader__title h1,
  .pageHeader__title span {
    font-size: 24px;
  }
}

#yuieTop {
  background-color: #eff4f6;
  position: relative;
  top: -44px;
  z-index: -1;
  padding-top: 70px;
  padding-bottom: 124px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}

@media screen and (max-width: 767px) {
  #yuieTop {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.yuieTop__container {
}

@media screen and (max-width: 999px) {
.yuieTop__container {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
}

.yuieTop__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

@media screen and (max-width: 999px) {
  .yuieTop__head {
    gap: 20px;
  }
}

.yuieTop__head h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.42307692308;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

@media screen and (max-width: 999px) {
  .yuieTop__head h2 {
    font-size: 16px;
  }
}

.yuieTop__head h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 54px;
  height: 1px;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
}

.yuieTop__head p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2.28571428571;
  font-family: "Noto Sans JP", serif;
}

#yuieAbout {
  position: relative;
  padding-bottom: 50px;
}

.yuieAbout__charm {
  position: absolute;
  right: 1.6%;
  top: -6.3%;
  width: 21.3772%;
  z-index: -1;
}

@media screen and (max-width: 999px) {
  .yuieAbout__charm {
    width: 60%;
  }
}

.yuieAbout__container {
  max-width: 1004px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
.yuieAbout__container {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  flex-direction:column-reverse;
}
}

.yuieAbout__text {
  width: 53.387%;
  margin-top: 34px;
}

@media screen and (max-width: 999px) {
  .yuieAbout__text {
    width: 100%;
  }
}

.yuieAbout__logo {
  width: 112px;
}


.yuieAbout__head {
  line-height: 1.42307692308;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  margin-top: 25px;
}
.yuieAbout__head span {
  color: #7492ac;
}

.yuieAbout__content {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2.28571428571;
  margin-top: 18px;
}

.yuieAbout__image {
  width: 41.036%;
}

@media screen and (max-width: 999px) {
  .yuieAbout__image {
    width: 100%;
  }
}

#yuieRecommend {
  position: relative;
}

#yuieRecommend::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #eff4f6;
  z-index: -1;
}

.yuieRecommend__container {
  max-width: 1004px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .yuieRecommend__container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.yuieRecommend__head {
  width: 100%;
}

.yuieRecommend__itesmWrapper {
}

.yuieRecommend__items {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}

@media screen and (max-width: 999px) {
  .yuieRecommend__items {
    flex-direction:column;
    gap: 20px;
  }
}

.yuieRecommend__item {
  display: flex;
  flex-direction: column;
  width: 31.973%;
}

@media screen and (max-width: 999px) {
  .yuieRecommend__item {
    width: 100%;
  }
}

.yuieRecommend__itemImage {
  width: 100%;
}

.yuieRecommend__itemText {
  width: 100%;
}

.yuieRecommend__title {
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-top: 12px;
  padding-left: 8px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 9px;
  margin-bottom: 9px;
  position: relative;
}

.yuieRecommend__title::before {
  position: absolute;
  display: block;
  content: "";
  top: 41%;
  left: -1px;
  width: 4px;
  height: 57%;
  background-color: #bccddb;
  transform: translateY(-50%);
}

.yuieRecommend__content {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.85714285714;
  font-family: "Noto Sans JP", serif;
}

#yuieModel {
  background-color: #eff4f6;
  padding-top: 47px;
}

.yuieModel__container {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .yuieModel__container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.yuieModel__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.yuieModel__head--standard {
	margin-top:60px;
}

@media screen and (max-width: 999px) {
	.yuieModel__head--standard {
	margin-top:30px;
	}
}

.yuieModel__head p {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999px) {
  .yuieModel__head p {
    font-size: 24px;
  }
}

.yuieModel__head h2 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: -3px;
}

.yuieModel__itemsWrapper {
  margin-top: 23px;
}

.yuieModel__items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .yuieModel__items {
    flex-direction:column;
    gap: 20px;
  }
}

.yuieModel__item {
  width: 30.6%;
}

@media screen and (max-width: 999px) {
  .yuieModel__item {
    width: 100%;
  }
}

.yuieModel__itemImage {
  width: 100%;
}

.yuieModel__itemTitle {
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.yuieModel__style {
  margin-top: 34px;
  padding-bottom: 78px;
}

@media screen and (max-width: 999px) {
  .yuieModel__style {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.yuieModel__styleContainer {
  max-width: 1006.18px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 174px;
  padding-right: 178px;
  background-color: #ffffff;
  border: 1px solid #7199a8;
  display: flex;
  justify-content: space-between;
  padding-bottom: 53px;
}

@media screen and (max-width: 999px) {
  .yuieModel__styleContainer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    flex-direction:column-reverse;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.yuieModel__styleImage {
  width: 35.296%;
  margin-top: 51px;
}

@media screen and (max-width: 999px) {
  .yuieModel__styleImage {
    width: 100%;
    margin-top: 0;
  }
}

.yuieModel__styleText {
  width: 55%;
  margin-top: 39px;
}


@media screen and (max-width: 999px) {
  .yuieModel__styleText {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.yuieModel__styleHead {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  letter-spacing: 0.06em;
}

.yuieModel__styleContent {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.85714285714;
}

.yuieModel__styleDetail {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-top: 36px;
}

.yuieModel__styleButtonWrapper {
  text-align: center;
  margin-top: 76px;
}

@media screen and (max-width: 999px) {
  .yuieModel__styleButtonWrapper {
    margin-top: 30px;
  }
}

.yuieModel__styleButton {
  width: 224px !important;
  padding: 10px 0 13px !important;
}
