@charset "UTF-8";

/* ヘッダーの背景画像 */

/* ヘッダーの背景画像全画面表示 */

/* margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: 100vw; */
/* height: 142px; */
/* height: 189px; */
.l-header__inner {
  /* height: clamp(63px, 6vw, 189px); */
  /* height: 189px; */
  height: 110px;
}

.l-header__inner {
  /* height: 142px; */
  height: 100%;
  background-image: url("/wp-content/uploads/c739e20e39cfade89258e435bf97e3c0.png");
  background-size: cover;
  background-position: center;
}

ul.c-gnav {
  font-family: "Josefin Sans", sans-serif;
}

/* ファーストビューテキスト */
.p-mainVisual__slideTitle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30%;
  right: 18%;
  width: 40%;
  height: 10%;
  font-size: calc(4px + 1vw);
  text-align: center;
}

.p-mainVisual__slideText {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 41%;
  right: 18%;
  width: 40%;
  height: 10%;
  font-size: calc(0.5px + 1vw);
  text-align: center;
  color: #403d3c;
}

/* ファーストビューボタン */

.p-mainVisual__textLayer.l-parent.l-container.u-ta-c .p-blogParts.post_content {
  height: 100%;
}

figure.wp-block-image.size-full.fv-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 26.9%;
  width: 22%;
  bottom: 23%;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  filter: drop-shadow(2px 4px 6px black);
}

figure.wp-block-image.size-full.fv-btn:hover {
  opacity: 0.6; /* ホバー時に薄くする */
}

/* コンテンツ幅設定 */
main#main_content {
  max-width: 1500px !important;
  padding: 0 20px;
}

/* 各セクション共通パーツ */
/* セクションタイトル */
.section__title {
  font-family: "Josefin Sans" !important;
  font-size: 45px !important;
  font-weight: normal !important;
  margin-top: 0;
  letter-spacing: 0.16em !important;
}

.text-small {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.14em;
  font-weight: 300 !important;
}

/* profileセクション */

.profile {
  display: flex;
  justify-content: center;
  padding-top: 88px !important;
}

.profile .swell-block-fullWide__inner.l-article {
  max-width: 1336px;
  padding: 49px 114px 90px 153px;
  /* padding: 2.55vw 5.93vw 4.68vw 7.96vw; */
  margin: 0px 3%;
  background-color: #f2f2f2;
}

.profile .swell-block-fullWide__inner.l-article .swell-block-columns {
  display: flex;
  justify-content: center;
}
.profile
  .swell-block-fullWide__inner.l-article
  .swell-block-columns
  .swell-block-columns__inner {
  width: 100%;
  margin: 0;
}

.profile__content-wrap {
  margin: 0 !important;
}

.profile__content .swell-block-columns__inner {
  justify-content: space-around;
  gap: 49px;
  flex-wrap: nowrap;
}

.profile__name {
  text-align: left !important;
  padding-top: 59px !important;
  margin-bottom: 3.38vw !important;
  line-height: 1 !important;
  position: relative;
  display: inline-block;
}

.profile__name img {
  width: 203px;
}

.profile__name:before {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;

  font-size: 16px;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  content: "- フィアナ -";
}

.profile__text p {
  color: #735f45 !important;
  padding-bottom: 33px;
  margin-bottom: 0;
}

.profile__image-container {
  position: relative;

  width: 397px !important;
}

.profile__image {
  position: relative;
  display: block;
  max-height: 512px;
  height: auto;
  z-index: 2;
  max-width: 398px;
  width: 397px;
}

.profile__background {
  position: absolute;
  top: 32px;
  left: 33px;
  width: 100%;
  max-width: 398px;
  height: 100%;
  max-height: 512px;
  background-image: url("/wp-content/uploads/6751cee85baca5db30797ad0be767954.webp");
  background-size: cover;
  z-index: 1;
}

.swell-block-column.swl-has-mb--s.profile__text {
  margin: 0;
  width: 100%;
  max-width: 586px;
}

.profile__link {
  display: flex;
  justify-content: flex-end;
  height: 79px;
}

.profile__link a {
  border: solid 3px #756046;
  color: #756046;
  max-width: 15.26vw;
  position: relative;
  width: 293px;
}

.profile__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87px;
  height: 30px;
  background-image: url(/wp-content/uploads/b2d5039d1fe7d53156e931be368cb3c1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(62px, 62 / 960 * 100vw, 92px);
}

.profile__link a::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 52%;
  transform: translateY(-50%);
  height: 28px;
  background-image: url(/wp-content/uploads/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(23px, 25 / 960 * 100vw, 34px);
}

/* charityセクション */

.charity {
  display: flex;
  justify-content: center;
  padding-top: 88px !important;
  background-image: url(/wp-content/uploads/1c1de9c6faa01aef0c00be36735872ab-scaled.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.charity .swell-block-fullWide__inner.l-article {
  max-width: 1336px;
  /* padding: 49px 114px 90px 153px; */
  /* padding: 2.55vw 5.93vw 4.68vw 7.96vw; */
  padding: 49px 90px 90px 107px;
  margin: 0px 3%;
}

.charity .swell-block-fullWide__inner.l-article .swell-block-columns {
  display: flex;
  justify-content: center;
}
.charity
  .swell-block-fullWide__inner.l-article
  .swell-block-columns
  .swell-block-columns__inner {
  width: 100%;
  margin: 0;
}

.charity__content-wrap {
  margin: 0 !important;
}

.charity__content .swell-block-columns__inner {
  justify-content: space-around;
  gap: 49px;
  flex-wrap: nowrap;
}

.charity__text p {
  color: #ffffff !important;
  padding-bottom: 33px;
  margin-bottom: 0;
}
.charity__text p:last-of-type {
  padding-bottom: 45px;
}
.charity__image-container {
  position: relative;
  height: 398px;
  width: 512px !important;
}

.charity__image {
  position: relative;
  display: block;
  max-height: 512px;
  height: auto;
  z-index: 2;
  max-width: 512px;
  width: 512px;
}

.charity__background {
  position: absolute;
  top: 32px;
  left: 33px;
  width: 100%;
  max-width: 512px;
  height: 100%;
  max-height: 512px;
  background-image: url("/wp-content/uploads/6751cee85baca5db30797ad0be767954.webp");
  background-size: cover;
  z-index: 1;
}

.swell-block-column.swl-has-mb--s.charity__text {
  margin: 0 0 0 32px;
  width: 100%;
  max-width: 586px;
}

.charity__link {
  display: flex;
  justify-content: flex-start;
  height: 79px;
}

.charity__link a {
  border: solid 3px #ffffff;
  color: #ffffff;
  max-width: 15.26vw;
  position: relative;
  width: 293px;
}

.charity__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 87px; */
  height: 30px;
  background-image: url(/wp-content/uploads/1a0fc0a1ece4ebbc9f45a60db5ff089f.png);
  background-size: contain;
  background-repeat: no-repeat;
  /* width: clamp(62px, 4vw, 92px); */
  width: clamp(62px, 62 / 960 * 100vw, 92px);
}

.charity__link a::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 52%;
  transform: translateY(-50%);
  /* width: 38px; */
  height: 28px;
  background-image: url(/wp-content/uploads/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  /* width: clamp(23px, 25px, 28px); */
  width: clamp(23px, 25 / 960 * 100vw, 34px);
}

/* mediaセクション */
.media {
  display: flex;
  justify-content: center;
  padding-top: 88px !important;
  background-image: url(/wp-content/uploads/66bc4e601d9a118fe850ded3f1fb98a6-scaled.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px !important;
}
.media .swell-block-fullWide__inner.l-article {
  max-width: 1370px !important;
  margin: 0 auto;
}

.media .alignfull.swell-block-columns .swell-block-columns__inner {
  justify-content: center;
  margin: 0 !important;
}
.media__items-wrap {
  max-width: 1370px;
  border-left: solid 1px white;
  margin-left: 0 !important;
}

.media__items {
  max-width: 1370px;

  padding: 86px 68px 0 132px !important;
  /* position: relative; */
}

.media__items-first {
  margin: 220px 0 0 0 !important;
}

h3.wp-block-heading.media__category-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 36px;
  color: #ffff;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-align: left;
  margin-bottom: 87px;
  padding-top: 0px;
  margin-left: -65px;
}

.media__items ul.recent-posts {
  display: flex;
  justify-content: space-around;
  padding: 0;
  gap: 40px;
}

.media__items ul.recent-posts li.post-item {
  flex: 1;
  max-width: 241px;
}
li::marker {
  content: none;
}
.media__items ul.recent-posts li.post-item .post-thumbnail,
.media__items ul.recent-posts li.post-item .post-thumbnail img {
  width: 100%;
}

.media__items ul.recent-posts li.post-item .post-thumbnail img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.media__items p.post-date {
  background-color: #fff;
  width: 155px;
  margin-top: 20px;
  text-align: center;
  color: #a52e63;
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
}

.media__items h3.post-title {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.media__items h3.post-title::before {
  display: none;
}

.media__items h3.post-title a {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

/* blogセクション */
.blog {
  padding-top: 130px !important;
  padding-bottom: 170px !important;
}

.blog .swell-block-fullWide__inner.l-article {
  max-width: 1490px;
}

.blog__items ul.rss-feed-items {
  display: flex;
  justify-content: space-around;
  padding: 0;
  gap: 40px;
}
.blog__items ul.rss-feed-items li {
  flex: 1;
  max-width: 341px;
}

.rss-thumbnail {
  height: 241px;
}

.rss-thumbnail img {
  height: 100%;
  object-fit: cover;
}

p.rss-date {
  background-color: #fff;
  width: 155px;
  margin-top: 20px;
  text-align: center;
  color: #a52e63;
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
}

h3.rss-title {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

h3.rss-title::before {
  display: none;
}

h3.rss-title a {
  color: #735f45;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
/* snsセクション */
.section.sns {
  background-image: url(/wp-content/uploads/sns.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px !important;
  padding-bottom: 157px;
  padding-top: 140px;
  margin-bottom: 0 !important;
}

h2.wp-block-heading.is-style-section_ttl.section__title.sns__title {
  margin-bottom: 53px;
}

.sns {
  display: flex;
  justify-content: center;
  padding-top: 88px !important;
}

.section.sns .swell-block-fullWide__inner.l-article {
  max-width: 1215px !important;
  margin: 0 auto;
}

.section.sns .swell-block-columns__inner {
  justify-content: center;
  /* gap: 30px 13px; */
}

.swell-block-column.swl-has-mb--s.sns__item {
  max-width: 585px;
  /* margin-left: 0; */
}
/* ############################################# */
/*                 Media Queries                 */
/* ############################################# */

@media screen and (max-width: 1500px) {
  .l-header__gnav.c-gnavWrap {
    /* height: 50%; */
  }

  .profile .swell-block-fullWide__inner.l-article {
    max-width: 1336px;
    /* width: clamp(337px, 1000 / 960 * 100vw, 1336px); */
    width: 100%;
    padding: 2.55vw 3vw 4.68vw 3vw;
    margin: 0px 3%;
    background-color: #f2f2f2;
  }
  /* チャリティセクション */
  .charity .swell-block-fullWide__inner.l-article {
    max-width: 1336px;
    /* width: clamp(337px, 1000 / 960 * 100vw, 1336px); */
    width: 100%;
    padding: 2.55vw 3vw 4.68vw 3vw;
    margin: 0px 3%;
  }

  .charity__image-container {
    height: 300px;
    width: 400px !important;
  }

  .charity__image {
    max-height: 512px;
    max-width: 400px;
    width: 400px;
  }

  .charity__background {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 400px;
  }
}
/* .profile__content .swell-block-columns__inner {
    justify-content: space-around;
    gap: 0;
  } */

/* .profile .swell-block-fullWide__inner.l-article {
    max-width: 1336px;
    padding: 49px 114px 90px 153px;} */

/* .swell-block-column.swl-has-mb--s.profile__text {
    width: 34vw;
  }

  .swell-block-column.swl-has-mb--s.profile__image-container {
    width: 25vw;
  } */

@media screen and (max-width: 960px) {
  /* 投稿リストを2列に */

  /* プロフィールセクション */
  .profile__content .swell-block-columns__inner {
    justify-content: space-around;
    gap: 49px;
    flex-wrap: wrap;
  }

  .profile
    .swell-block-fullWide__inner.l-article
    .swell-block-columns
    .swell-block-columns__inner {
    justify-content: center !important;
  }

  .swell-block-column.swl-has-mb--s.profile__image-container {
    /* max-width: 169px; */
    margin: 0 auto;
    max-width: clamp(169px, 169 / 375 * 100vw, 250px);
  }

  .profile__image {
    width: 100%;
  }

  .profile__name {
    text-align: center !important;
    display: block;
    margin-bottom: 80px !important;
  }

  .swell-block-column.swl-has-mb--s.profile__text {
    order: 3;
    /* width: 303px; */
  }

  /* チャリティセクション */
  .charity__content .swell-block-columns__inner {
    justify-content: space-around;
    gap: 49px;
    flex-wrap: wrap;
  }

  /* .swell-block-column.swl-has-mb--s.charity__image-container {
      max-width: 398px;
      margin: 0 auto;
    } */

  .charity__image-container {
    height: 512px;
    width: 785px !important;
  }

  .charity__image {
    max-height: 512px;
    max-width: 785px;
    width: 100%;
  }
  .charity__image img {
    height: 512px;
    object-fit: cover;
  }

  .charity__background {
    width: 100%;
    max-width: 785px;
    height: 100%;
    max-height: 512px;
  }

  .swell-block-column.swl-has-mb--s.charity__text {
    /* margin-left: 10%; */
    transform: translateX(3%);
    position: relative;
    margin-left: 0 !important;
  }

  .profile__link,
  .charity__link,
  .blog__link {
    justify-content: center;
  }

  /* .profile
    .swell-block-fullWide__inner.l-article
    .swell-block-columns
    .swell-block-columns__inner {
    width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: center;
  } */
  /*

  


/* メディアセクション */

  h3.wp-block-heading.media__category-title {
    margin-left: 0;
  }
  .media__items-wrap {
    border: none;
  }
  ul.rss-feed-items,
  .media__items ul.recent-posts {
    flex-wrap: wrap;
    gap: 20px;
  }

  .media__items {
    /* max-width: 293px; */

    padding: 0 !important;
  }

  /* SNSセクション */
  .swell-block-column.swl-has-mb--s.sns__item:nth-child(1) {
    max-width: 452px;
  }

  /* ブログセクション */

  .blog__items ul.rss-feed-items li,
  .media__items ul.recent-posts li.post-item {
    width: calc(100% / 2) !important;
    flex: none;
  }
  .rss-thumbnail {
    height: auto;
    /* width: clamp(142px, 142 / 375 * 100vw, 330px); */
  }

  .rss-thumbnail img {
    height: auto;
    object-fit: cover;
  }

  .wp-block-group.blog__items ul.rss-feed-items {
    gap: 20px;
  }

  .wp-block-group.blog__items ul.rss-feed-items li {
    flex: 1 1 calc(50% - 10px);
    width: clamp(142px, 142 / 375 * 100vw, 330px);
  }
}
.blog__link {
  display: flex;
  justify-content: center;
  height: 79px;
  width: 293px;
}
.blog__link a {
  border: solid 3px #756046;
  color: #756046;
  max-width: 15.26vw;
  position: relative;
  width: 293px;
}

.blog__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87px;
  height: 30px;
  background-image: url(/wp-content/uploads/b2d5039d1fe7d53156e931be368cb3c1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(62px, 62 / 960 * 100vw, 92px);
}
.blog__link a::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 52%;
  transform: translateY(-50%);
  height: 28px;
  background-image: url(/wp-content/uploads/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(23px, 25 / 960 * 100vw, 34px);
}

@media screen and (max-width: 959px) {
  .p-mainVisual__imgLayer.c-filterLayer__img,
  .-height-full .p-mainVisual__slide,
  .p-mainVisual__inner,
  .p-mainVisual.-type-single.-height-full
  {
    height: 128.8vw !important;
  }
  /* ファーストビューテキスト */
  .p-mainVisual__slideTitle {
    bottom: 18%;
    right: 29%;
    width: 41%;
    height: 10%;
    font-size: calc(10px + 1.6vw);
    white-space: nowrap;
  }

  .p-mainVisual__slideText {
    bottom: 51%;
    right: 10%;
    width: 40%;
    height: 10%;
    font-size: calc(0.5px + 1vw);
    text-align: center;
    color: #403d3c;
    font-size: calc(6px + 1.5vw);
    color: #422918;
  }

  /* ファーストビューボタン */

  .p-mainVisual__textLayer.l-parent.l-container.u-ta-c
    .p-blogParts.post_content {
    height: 100%;
  }

  figure.wp-block-image.size-full.fv-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 11%;
    width: 79%;
    bottom: 9%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  /* 共通パーツ */
  .section__title {
    font-size: 35px !important;
  }

  /* プロフィールセクション */

  .section.profile {
    padding-top: 18px !important;
    padding-bottom: 16px !important;
  }

  .section.profile .swell-block-fullWide__inner.l-article {
    padding-top: 32px;
    padding-bottom: 57px;
  }

  .profile__name {
    margin-bottom: 36px !important;
  }

  .profile__name img {
    width: 116px;
  }

  .profile__name:before {
    font-size: 9px;
    bottom: -23px;
  }

  .profile__link,
  .charity__link,
  .blog__link {
    height: 42px;
    /* width: clamp(152px, 152 / 375 * 100vw, 83px); */
    width: 152px;
  }

  .profile__link a,
  .charity__link a,
  .blog__link a {
    max-width: 152px;
  }

  .blog__link a::before,
  .blog__link a::after,
  .profile__link a::before,
  .charity__link a::before,
  .profile__link a::after,
  .charity__link a::after {
    height: 22px;
  }

  /* チャリティセクション */

  .charity {
    padding-top: 43px !important;
    padding-bottom: 447px;
    margin-bottom: 0;
  }

  .section.charity .swell-block-column.swl-has-mb--s {
    margin-left: 0;
  }
  .section__title.charity-title {
    white-space: nowrap;
  }

  .charity__image-container {
    height: auto; /* 高さを自動調整 */
    width: 100%; /* 横幅を100%に */
    max-width: 785px; /* 最大幅785px */
  }

  .charity__image {
    max-height: 512px; /* 高さの最大値を512pxに */
    max-width: 785px; /* 幅の最大値を785pxに */
    width: 100%; /* 横幅を100%に */
    margin-bottom: 0;
  }

  .charity__image img {
    width: 100%; /* 横幅を100%に */
    height: auto; /* 高さを自動調整 */
    object-fit: cover;
  }

  .charity__background {
    top: 18px;
    left: 18px;
  }

  /* メディアセクション */
  .media {
    display: flex;
    justify-content: center;
    padding-top: 53px !important;
    background-image: url(/wp-content/uploads/media-bg-sp.png);
    background-size: auto;
    padding-bottom: 55px !important;
  }
  .media__items-wrap {
    border: none;
  }

  h3.wp-block-heading.media__category-title {
    font-size: 20px;
    color: #ffff;
    font-weight: 400;
    letter-spacing: 0.16em;
    margin-bottom: 12px;
  }

  .media__items {
    max-width: 83%;
    margin-left: 0 !important;
    padding: 0 !important;
    /* position: relative; */
  }

  .media__items ul.recent-posts li.post-item {
    max-width: 136px;
  }

  .media__items p.post-date {
    width: 107px;
    margin-top: 11px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.56;
  }

  .media__items h3.post-title {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    line-height: 0.8;
    padding: 0;
  }

  .media__items h3.post-title a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 14px;
  }

  /* ブログセクション */
  .blog {
    padding-top: 36px !important;
    padding-bottom: 54px !important;
  }
  .section__title.blog__title {
    margin-bottom: 15px;
  }
  .blog__items ul.rss-feed-items {
    width: clamp(305px, 305 / 375 * 100vw, 500px);
    margin: 0 auto;
  }

  p.rss-date {
    width: 78px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.5;
  }

  h3.rss-title {
    margin-top: 10px !important;
    line-height: 1;
  }

  h3.rss-title a {
    color: #ce7992;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 10px;
  }

  /* SNSセクション */
  .section.sns {
    padding-top: 46px !important;
    padding-bottom: 31px !important;
  }
}

@media screen and (max-width: 375px) {
  .charity__image-container {
    height: 237px; /* 高さを237pxに */
    width: 306px !important; /* 幅を306pxに */
  }

  .charity__image {
    max-height: 237px; /* 高さを237pxに */
    max-width: 306px; /* 幅を306pxに */
    width: 100%;
  }

  .charity__image img {
    height: 237px; /* 高さを237pxに */
    width: 100%;
    object-fit: cover;
  }

  .charity__background {
    width: 100%;
    max-width: 306px; /* 幅を306pxに */
    height: 100%;
    max-height: 237px; /* 高さを237pxに */
  }
}
