.page-bgWhite {
  background-color: #fff;
}

.section-fv picture {
  display: block;
  width: 100%;
}

.section-fv picture img {
  display: block;
  width: 100%;
}

.section-overview .inner {
  padding: 77px 50px 0;
  max-width: 784px;
  width: calc(100% - 100px);
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .section-overview .inner {
    padding: 51px 25px;
    text-align: left;
    width: calc(100% - 50px);
  }
}

.section-overview h2 {
  font-weight: 600;
  margin-bottom: 57px;

}

.section-overview h2 span {
  font-family: "Shippori Mincho", serif;
  font-size: 37px;
  letter-spacing: 0.05em;
  display: inline-block;
  background: linear-gradient(90deg, #F4BBCC 0%, #FD9CCF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 680px) {
  .section-overview h2 {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 680px) {
  .section-overview h2 span {
    font-size: 22px;
    line-height: 170%;
  }
}

.section-overview p {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 225%;
}

@media screen and (max-width: 680px) {
  .section-overview p {
    font-size: 13px;
    line-height: 210%;
  }
}

.section-overview p + p {
  margin-top: 36px;
}

@media screen and (max-width: 680px) {
  .section-overview p + p {
    margin-top: 26px;
  }
}

.section-overview picture {
  margin-top: -123px;
}

@media screen and (max-width: 680px) {
  .section-overview picture {
    margin-top: -97px;
  }
}

.section-overview picture, .section-overview picture img {
  display: block;
  width: 100%;
}
.section-dialogue {
  background-image: url(../img/whiteline/whiteline_overview_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 680px) {
  .section-dialogue {
    background-image: url(../img/whiteline/whiteline_overview_bg_sp.png);
  }
}

.section-dialogue .inner {
  max-width: 997px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 88px 50px 25px;
}

@media screen and (max-width: 680px) {
  .section-dialogue .inner {
    padding: 51px 35px 45px;
    width: calc(100% - 70px);
  }
}

.section-dialogue li {
  display: flex;
  align-items: flex-start;
  gap: 0 29px;
  margin-bottom: 50px!important;
}

@media screen and (max-width: 680px) {
  .section-dialogue li {
    gap: 0 10px;
    margin-bottom: 20px!important;
  }
}

.section-dialogue li:nth-child(2n) {
  flex-direction: row-reverse;
  margin-bottom: 90px!important;
}
@media screen and (max-width: 680px) {
  .section-dialogue li:nth-child(2n) {
    margin-bottom: 40px!important;
  }
}

.section-dialogue h2 {
  font-family: "Shippori Mincho", serif;
  margin-bottom: 83px;
  display: flex;
  justify-content: center;
}

.section-dialogue h2 span {
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #F4BBCC 0%, #FD9CCF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 680px) {
  .section-dialogue h2 {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 680px) {
  .section-dialogue h2 span {
    font-size: 22px;
  }
}

.section-dialogue .inner li div {
  width: 64px;
  position: relative;
}

@media screen and (max-width: 680px) {
  .section-dialogue .inner li div {
    width: 50px;
  }
}

.section-dialogue li:nth-child(2n) div div {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 680px) {
  .section-dialogue li:nth-child(2n) div div {
    font-size: 11px;
    letter-spacing: -0.05em;
  }
}

.section-dialogue li:nth-child(2n) div div span {
  font-size: 10px;
}

@media screen and (max-width: 680px) {
  .section-dialogue li:nth-child(2n) div div span {
    font-size: 9px;
  }
}

.section-dialogue .inner li div img {
  display: block;
  width: 100%;
}

.section-dialogue .inner li p {
  max-width: calc(100% - 64px - 29px - 11.3vw - 30px);
  font-size: 16px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 200%;
  background-color: #FFF6F4;
  padding: 13px 33px;
  border-radius: 10px;
  box-shadow: 14px 14px 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 680px) {
  .section-dialogue .inner li p {
    max-width: calc(100% - 50px - 10px - 36px);
    font-size: 12px;
    line-height: 175%;
    padding: 15px;
  }
}

.section-dialogue .inner li p span {
  color: #FD9CCF;
  font-weight: 700;
}

.section-dialogue .inner li:nth-child(2n) p {
  background-color: #FCEBFF;
  padding: 33px 33px;
}

@media screen and (max-width: 680px) {
  .section-dialogue .inner li:nth-child(2n) p {
    padding: 18px 18px;
  }
}

.section-about .inner {
  padding: 100px 50px 147px;
  max-width: 998px;
  width: calc(100% - 100px);
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .section-about .inner {
    padding: 74px 30px 60px;
    width: calc(100% - 60px);
  }
}

.section-about h2 {
  display: flex;
  justify-content: center;
  color: #FD9CCF;
  margin-bottom: 80px;
  letter-spacing: 0.07em;
  position: relative;
}

@media screen and (max-width: 680px) {
  .section-about h2 {
    margin-bottom: 37px;
  }
}

.section-about h2:before , .section-about h2:after {
  content: '';
  position: absolute;
  width: calc(50% - ((97.516px + 64px + 64px) / 2));
  height: 1px;
  top: 55%;
  transform: translateY(-50%);
  background-color: #FC9ECF;
}

@media screen and (max-width: 680px) {
  .section-about h2:before , .section-about h2:after {
    width: calc(50% - ((63.250px + 20px + 20px) / 2));
  }
}

.section-about h2:before {
  left: 0%;
}

.section-about h2:after {
  right: 0%;
}

.section-about h2 span {
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 35px;
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #F4BBCC 0%, #FD9CCF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 680px) {
  .section-about h2 span {
    font-size: 22px;
    padding: 0 20px;
  }
}

.section-about .content {
  display: grid;
  grid-template: 32% 1fr / 43% 50%;
  grid-template-areas:
        "img title"
        "img detail";
        column-gap: 7%;
}

@media screen and (max-width: 680px) {
  .section-about .content {
    grid-template: auto auto auto / auto auto;
    grid-template-areas:
        "title title"
        "img img"
        "detail detail";
        column-gap: 0;
  }
}

.section-about .content .img {
  grid-area: img;
}

@media screen and (max-width: 680px) {
  .section-about .content .img {
    margin-bottom: 36px;
  }
}

.section-about .content .img picture {
  display: block;
}

.section-about .content .img picture img {
  display: block;
  width: 100%;
  box-shadow: 14px 14px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.section-about .content .title {
  grid-area: title;
  display: flex;
  align-items: flex-end;
  margin-bottom: 5%;
}

.section-about .content .title h3 {
  font-size: 31px;
  letter-spacing: 0.07em;
  line-height: 160%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

@media screen and (max-width: 680px) {
  .section-about .content .title h3 {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 170%;
  }
}

.section-about .content .detail {
  grid-area: detail;
}

.section-about .content .detail > p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 156%;
  margin-bottom: 18px;
}

@media screen and (max-width: 680px) {
  .section-about .content .detail > p {
    font-size: 12px;
    display: inline-block;
    margin-right: 9px;
  }
}

.section-about .content .detail .price {
  font-size: 29px;
  letter-spacing: 0.02em;
  margin-bottom: 42px;
  display: flex;
  gap: 0 7px;
  align-items: flex-end;
}

@media screen and (max-width: 680px) {
  .section-about .content .detail .price {
    display: inline-block;
    margin-bottom: 16px;
  }
}

.section-about .content .detail .price > span {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-block;
  line-height: 150%;
}

.section-about .content .detail .price > span.en {
  font-size: 19px;
  letter-spacing: 0.17em;
  display: inline-block;
  line-height: 105%;
}

.section-about .content .detail {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
}

.section-about .content .detail .price + p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 32px;
  margin-bottom: 38px;
}

@media screen and (max-width: 680px) {
  .section-about .content .detail .price + p {
    font-size: 12px;
    font-weight: 300;
    line-height: 210%;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
}

.button-primary {
  background-color: #FFD5E1;
  color: #fff;
  text-decoration: none;
  padding: 14px 52px;
  border-radius: 60px;
  font-size: 13px;
  font-weight: 700;
  transition: ease-in-out background-color .5s;
  position: relative;
  opacity: 1;
  border: 1px solid #FFD5E1;
}

.button-primary:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 60px;
  z-index: -1;
  background: linear-gradient(90deg, #F4BBCC 0%, #FD9CCF 100%);
}

@media screen and (max-width: 680px) {
  .button-primary {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 26px;
    display: block;
    text-align: center;
    padding: 19.5px;
    transition: none;
  }
}

.button-primary:hover {
  background-color: transparent;
  border: 1px solid transparent;
}

@media screen and (max-width: 680px) {
  .button-primary:hover {
    background-color: #FFD5E1;
    border: 1px solid #FFD5E1;
  }
}

.section-profile {
  background-color: #FAFAFA;
}

.section-profile .inner {
  padding: 66px 50px;
  max-width: 990px;
  width: calc(100% - 100px);
  margin: 0 auto;
  display: grid;
  grid-template: auto 1fr / 215px 1fr;
  grid-template-areas:
        "img title"
        "img detail";
        column-gap: 58px;
        row-gap: 22px;
}

@media screen and (max-width: 680px) {
  .section-profile .inner {
    padding: 50px 35px;
    width: calc(100% - 70px);
    grid-template: auto 1fr / auto auto;
    row-gap: 20px;
    column-gap: 0;
    grid-template-areas:
        "title title"
        "img img"
        "detail detail";
  }
}

.section-profile .img {
  grid-area: img;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 680px) {
  .section-profile .img {
    justify-content: center;
  }
}

.section-profile .img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 680px) {
  .section-profile .img img {
    max-width: 215px;
  }
}

.section-profile .title {
  grid-area: title;
}

@media screen and (max-width: 680px) {
  .section-profile .title {
    text-align: center;
  }
}

.section-profile .title h2 {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 160%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.section-profile .detail {
  grid-area: detail;
}

.section-profile .detail p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 200%;
  font-weight: 400;
}

@media screen and (max-width: 680px) {
  .section-profile .detail p {
    font-size: 12px;
  }
}
