@charset "UTF-8";
.category__inner {
  padding: 110px 0 200px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .category__inner {
    width: 100%;
  }
}
.category__title {
  text-align: center;
  font-size: 80px;
  position: relative;
  z-index: 2;
  font-weight: 800;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
  overflow: hidden;
}
.category__title .char {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}
@media screen and (max-width: 1320px) {
  .category__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .category__title {
    font-size: 8vw;
    margin-bottom: 4.8vw;
  }
}
.category .tagsWrap {
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .category .tagsWrap {
    width: 100%;
    overflow-x: auto;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .category .tagsWrap {
    padding: 0 5.3333333333vw;
  }
  .category .tagsWrap::-webkit-scrollbar {
    display: none;
  }
}
.category .tags {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 30px;
}
@media screen and (max-width: 768px) {
  .category .tags {
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
    max-width: unset;
  }
}
.category .article__lists {
  margin-top: 120px;
  margin-bottom: 156px;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1320px) {
  .category .article__lists {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 4.8vw;
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .category .article__lists {
    margin-top: 8vw;
    padding: 0 5.3333333333vw;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 10.6666666667vw;
  }
}
.category .article__lists p {
  white-space: nowrap;
}
.category .article__list {
  display: inline-block;
  /* 多段組向けに inline-block に */
  width: 100%;
  /* カラム幅に合わせる */
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  /* 要素の分断を防止 */
  margin-bottom: 70px;
}
@media screen and (max-width: 1320px) {
  .category .article__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .category .article__list {
    margin-bottom: 26px;
  }
}
.category .article__list--img {
  margin-bottom: 16px;
}
.category .article__list--img img {
  width: 100%;
}
.category .article__list--date {
  font-size: 11px;
  font-weight: bold;
  display: block;
  color: #817F7F;
}
.category .article__list--title {
  margin: 10px 0 20px;
  line-height: 1.7;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .category .article__list--title {
    font-size: 3.2vw;
    margin: 10px 0;
  }
}
.category .article__list--cats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.category .article__list--cat {
  border: 1px solid #000;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .category .article__list--cat {
    font-size: 2.9333333333vw;
  }
}

.contact .form {
  text-align: center;
  margin-top: 20px;
}
.contact .form iframe {
  max-width: 100%;
  margin: 0 auto;
}
.contact__inner {
  padding: 110px 0 330px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    width: 100%;
    padding: 24vw 5.3333333333vw 21.3333333333vw;
  }
}
.contact__title {
  text-align: center;
  font-size: 80px;
  position: relative;
  z-index: 2;
  font-weight: 800;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1320px) {
  .contact__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.contact .subTitle {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact .subTitle {
    font-size: 2.9333333333vw;
  }
}
.contact__contents--item {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .contact__contents--item {
    margin-top: 18.6666666667vw;
  }
}
.contact__contents--item h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 18px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .contact__contents--item h3 {
    font-size: 4.2666666667vw;
    padding: 16px 0;
    text-align: left;
  }
}
.contact__contents--item p {
  text-align: center;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact__contents--item p {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.contact__contents--item .mail {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 50px auto 20px;
  background-color: #D5D5D5;
  border-radius: 19px;
  text-align: center;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact__contents--item .mail {
    margin: 8.8vw auto 5.3333333333vw;
    font-size: 4vw;
  }
}

.apology__inner {
  padding: 110px 0 200px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .apology__inner {
    width: 100%;
    padding: 24vw 5.3333333333vw 29.3333333333vw;
  }
}
.apology__title {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .apology__title {
    font-size: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.apology__contents--item {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .apology__contents--item {
    margin-bottom: 18.6666666667vw;
  }
}
.apology__contents--item .date {
  display: block;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.apology__contents--item h3 {
  background: #000;
  color: #fff;
  padding: 20px 13px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .apology__contents--item h3 {
    font-size: 3.2vw;
    padding: 15px 5px;
    line-height: 1.5;
    margin-bottom: 8.8vw;
  }
}
.apology__contents--item p {
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .apology__contents--item p {
    font-size: 3.7333333333vw;
  }
}

.about__credit {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .about__credit {
    right: unset;
    left: 0;
    padding: 0 20px;
  }
}

.about__main {
  padding: 110px 0 0;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about__main {
    padding: 29.3333333333vw 0 0;
  }
}
.about__main--inner {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 190px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .about__main--inner {
    padding-bottom: 60vw;
  }
}
.about__main--title {
  text-align: center;
  font-size: 180px;
  position: relative;
  z-index: 2;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1320px) {
  .about__main--title {
    font-size: 100px;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .about__main--title {
    font-size: 16vw;
    margin-bottom: 19.2vw;
  }
}
.about__main--title em {
  font-style: normal;
}
.about__main--contents {
  position: relative;
  z-index: 2;
  margin-top: 100lvh;
}
.about__main--contents h3 {
  text-align: center;
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 70px;
}
@media screen and (max-width: 1320px) {
  .about__main--contents h3 {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .about__main--contents h3 {
    font-size: 5.6vw;
    margin-bottom: 12.5333333333vw;
  }
}
.about__main--contents p {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 1320px) {
  .about__main--contents p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .about__main--contents p {
    font-size: 3.7333333333vw;
  }
}
.about__main--img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  overflow: hidden;
}
.about__main--img .about__main--bg {
  content: "";
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}
.about__main--img img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100vw;
  height: 72%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-clip-path: inset(0 10% 0 10%);
          clip-path: inset(0 10% 0 10%);
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 768px) {
  .about__main--img img {
    height: 76%;
  }
}

.about__contents {
  padding: 500px 0 341px;
  height: auto;
  position: relative;
  z-index: 100;
  background: #fff;
}
@media screen and (max-width: 1320px) {
  .about__contents {
    padding: 350px 0 300px;
  }
}
@media screen and (max-width: 768px) {
  .about__contents {
    padding: 80vw 0 0vw;
  }
}
.about__contents--inner {
  position: relative;
  min-height: 200vh;
}
.about__contents--inner p {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__contents--inner p {
    font-size: 3.7333333333vw;
  }
}
.about__contents .about__img01 {
  left: 20%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1320px) {
  .about__contents .about__img01 {
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .about__contents .about__img01 {
    left: 5.3333333333vw;
    width: 34.6666666667vw;
    z-index: 2;
  }
}
.about__contents .about__img02 {
  right: 10%;
  position: absolute;
  top: 180px;
}
@media screen and (max-width: 1320px) {
  .about__contents .about__img02 {
    top: 130px;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .about__contents .about__img02 {
    right: 0;
    width: 65.8666666667vw;
    z-index: 1;
  }
}
.about__contents .about__img03 {
  left: 0;
  position: absolute;
  top: 36%;
  max-width: 55%;
}
@media screen and (max-width: 768px) {
  .about__contents .about__img03 {
    right: 0;
    top: unset;
    bottom: 0;
    width: 100vw;
    z-index: 1;
    max-width: 100%;
  }
}
.about__contents .about__img04 {
  right: 0;
  position: absolute;
  top: 55%;
  max-width: 35%;
}
@media screen and (max-width: 768px) {
  .about__contents .about__img04 {
    right: unset;
    top: 35%;
    left: -5%;
    width: 77.3333333333vw;
    z-index: 1;
    max-width: 100%;
  }
}
.about__contents .about__img05 {
  right: 24%;
  position: absolute;
  top: 70%;
}
@media screen and (max-width: 1320px) {
  .about__contents .about__img05 {
    right: 20%;
    top: 75%;
  }
}
@media screen and (max-width: 768px) {
  .about__contents .about__img05 {
    right: 11.4666666667vw;
    top: 50%;
    width: 28.5333333333vw;
    z-index: 1;
  }
}
.about__contents .about__img06 {
  left: 15%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1320px) {
  .about__contents .about__img06 {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .about__contents .about__img06 {
    left: 10.6666666667vw;
    top: 60%;
    width: 36vw;
    z-index: 1;
  }
}

.article__main--inner {
  padding: 90px 0 0;
  width: 1100px;
  margin: 0 auto;
  max-width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .article__main--inner {
    display: block;
    max-width: 100%;
    padding-top: 0;
  }
}

.article__detail {
  width: 36%;
  position: sticky;
  top: 80px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .article__detail {
    position: unset;
    width: 100%;
  }
  .article__detailWrap {
    padding: 3.7333333333vw 5.3333333333vw;
    display: flex;
    flex-direction: column;
  }
  .article__detailWrap .date {
    order: 1;
  }
  .article__detailWrap .article__title {
    order: 2;
  }
  .article__detailWrap .article__cats {
    order: 3;
  }
  .article__detailWrap .article__tags {
    order: 4;
  }
}
.article__detail .date {
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .article__detail .date {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .article__detail .date {
    text-align: left;
  }
}
.article__detail .article__img {
  margin-bottom: 30px;
}
.article__detail .article__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .article__detail .article__img {
    margin-bottom: 0;
  }
}
.article__detail .article__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}
.article__detail .article__cat {
  border: 1px solid #000;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .article__detail .article__cat {
    font-size: 3.2vw;
  }
}
.article__detail .article__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1320px) {
  .article__detail .article__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .article__detail .article__title {
    font-size: 4.8vw;
  }
}
.article__detail .article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin-bottom: 34px;
}
.article__detail .article__tag {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .article__detail .article__tag {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .article__detail .content {
    display: none;
  }
}
.article__detail .content h3 {
  font-weight: bold;
  font-size: 18px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
.article__detail .content h3::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: url(../img/icon_bottom.svg) no-repeat center;
  background-size: contain;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.article__detail .content h3.open::before {
  background-image: url(../img/icon_bottom.svg);
  transform: rotate(0);
  /* 安心の初期化 */
  background-position: left center;
  background-size: 8px;
  /* アイコンだけ反転させるためには ::before 等を使う方法もあるが、簡易的に反転 */
  background: url(../img/icon_bottom.svg) no-repeat left center;
  transform: scaleY(-1);
  /* h3全体が反転しないよう注意 */
}
.article__detail .content ul li {
  padding: 15px 0;
  border-bottom: 1px solid #000;
  font-size: 13px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.article__detail .content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  font-weight: bold;
}

.article__contents {
  width: 55%;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .article__contents {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.article__contents h2[id] {
  scroll-margin-top: 50px;
  /* 上に80pxの余白を確保 */
}
.article__contents p {
  line-height: 2;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1320px) {
  .article__contents p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .article__contents p {
    font-size: 3.7333333333vw;
  }
}
.article__contents li {
  line-height: 2;
}
.article__contents h2 {
  margin-top: 76px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 1.4;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .article__contents h2 {
    font-size: 4.2666666667vw;
    margin-top: 13.3333333333vw;
    margin-bottom: 8vw;
  }
}
.article__contents > h3 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .article__contents > h3 {
    margin-bottom: 30px;
  }
}
.article__contents > h3::after {
  content: "・";
  position: absolute;
  left: 0;
  top: 2px;
}
.article__contents > h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
}
.article__contents > h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
.article__contents img {
  margin-bottom: 30px;
}
.article__contents .stylist {
  border-top: 2px dotted #000;
  padding: 24px 0;
  position: relative;
  margin-top: 90px;
}
.article__contents .stylist h3 {
  position: absolute;
  font-style: italic;
  font-style: 23px;
  font-weight: bold;
  top: -10px;
  left: 0;
  transform: rotate(-10deg);
}
.article__contents .stylist h3 span {
  padding-right: 20px;
  background: #fff;
}
.article__contents .stylist__left {
  display: flex;
  width: 40%;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .article__contents .stylist__left {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 18px;
  }
}
.article__contents .stylist__left .left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .article__contents .stylist__left .left {
    width: 65%;
  }
}
.article__contents .stylist__left .name {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 24px;
}
.article__contents .stylist__left .sns {
  display: flex;
  align-items: center;
  gap: 14px;
}
.article__contents .stylist__left .sns img {
  margin: 0;
}
.article__contents .stylist__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .article__contents .stylist__box {
    display: block;
  }
}
.article__contents .stylist__img {
  text-align: center;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .article__contents .stylist__img {
    width: 30%;
  }
}
.article__contents .stylist__img img {
  width: 95px !important;
  height: 95px !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.article__contents .stylist__profile {
  width: 55%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .article__contents .stylist__profile {
    width: 100%;
  }
}
.article__contents .stylist__profile .text {
  width: 100%;
  font-size: 13px;
  line-height: 2;
}

.share {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .share {
    margin-top: 32vw;
  }
}
.share__title {
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 24px;
}
.share ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.related {
  margin-top: 270px;
  background: #EBEBEB;
}
@media screen and (max-width: 768px) {
  .related {
    margin-top: 41.3333333333vw;
  }
}
.related__title {
  text-align: center;
  margin-bottom: 50px;
  transform: translateY(-22px);
}
.related__title span {
  background: #000;
  padding: 14px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .related__title span {
    font-size: 3.4666666667vw;
    padding: 10px 30px;
  }
}
.related__inner {
  padding: 0 0 50px;
  width: 1300px;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .related__inner {
    max-width: 100%;
    padding: 0 5.3333333333vw 12vw;
  }
}
.related__slider {
  position: relative;
  padding: 0 50px 120px;
}
@media screen and (max-width: 768px) {
  .related__slider {
    padding: 0 !important;
  }
}
.related__slider .swiper-button-next:after,
.related__slider .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.related__slider .swiper-button-prev:after,
.related__slider .swiper-rtl .swiper-button-next:after {
  display: none;
}
.related__slider .swiper-button-prev,
.related__slider .swiper-button-next {
  position: unset;
  width: 69px;
  height: 69px;
}
.related__slider .swiper-button-prev::after {
  content: "";
  position: absolute;
  left: 68px;
  top: 38%;
  transform: translateY(-50%);
  height: 1px;
  background: #000;
  width: calc(100% - 138px);
  display: block;
  z-index: 1;
}
.related__slider .swiper-pagination {
  position: unset;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 100;
  background: #EBEBEB;
  padding: 0 25px;
}
.related__slider .swiper-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  z-index: 2;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .related__slider .swiper-controls {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .related__lists {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .related__list {
    display: flex;
    justify-content: space-between;
  }
}
.related__list--img {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .related__list--img {
    width: 35%;
  }
}
.related__list--img img {
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease;
  width: 100%;
  object-fit: cover;
}
.related__list--img:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .related__list--contents {
    width: 60%;
  }
}
.related__list--title {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .related__list--title {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.related__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.related__cat {
  background: #fff;
  border: 1px solid #000;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .related__cat {
    font-size: 2.9333333333vw;
  }
}

.pickup {
  overflow: hidden;
}
.pickup.preppy {
  background: url(../img/pickup-bg-preppy.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.pickup__inner {
  padding: 328px 0 100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pickup__inner {
    padding: 26.6666666667vw 0;
  }
}
.pickup__title {
  text-align: center;
  font-size: 140px;
  position: relative;
  z-index: 2;
  font-weight: 800;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1320px) {
  .pickup__title {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .pickup__title {
    font-size: 16vw;
  }
}
.pickup .subTitle {
  display: block;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 1320px) {
  .pickup .subTitle {
    font-size: 28px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pickup .subTitle {
    font-size: 3.7333333333vw;
  }
}
.pickup__slider {
  padding: 130px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup__slider {
    padding: 21.3333333333vw 0;
  }
}
.pickup__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.pickup__slider--item {
  position: relative;
  transition: all 0.2s ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.pickup__slider--item img {
  aspect-ratio: 0.75 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.pickup__slider--item .contents {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .pickup__slider--item .contents {
    height: auto;
    top: unset;
    bottom: 0;
    opacity: 1;
    padding: 30px 10px 10px;
    gap: 10px;
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.pickup__slider--item .contents .date {
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .pickup__slider--item .contents .date {
    font-size: 2.9333333333vw;
    color: #817F7F;
  }
}
.pickup__slider--item .contents .title {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pickup__slider--item .contents .title {
    font-size: 3.2vw;
    text-align: left;
    color: #000000;
  }
}
.pickup__slider--item:hover {
  opacity: 1;
}
.pickup__slider--item:hover .contents {
  opacity: 1;
}
.pickup__slider--item:nth-of-type(odd):nth-of-type(odd) {
  transform: translateY(80px);
}
@media screen and (max-width: 768px) {
  .pickup__slider--item:nth-of-type(odd):nth-of-type(odd) {
    transform: translateY(80px);
  }
}
.pickup__slider--item .pickup__slider--item {
  will-change: transform;
}
.pickup .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pickup .swiper-pagination-bullet {
  background: #000;
  opacity: 1;
  width: 6px;
  height: 6px;
  margin: 0 10px !important;
}
.pickup .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-wrapper > p {
  text-align: center;
  margin: 0 auto;
}

.wp-pagenavi a,
.wp-pagenavi span {
  transition: 0.3s ease;
}

.wp-pagenavi a:hover {
  background: #dddddd;
  border: 1px solid #dddddd !important;
}

.about__main--title span {
  perspective: 1000px;
}

.about__main--title span > em {
  transform: rotateX(90deg) translateY(4.1666666667vw);
  will-change: transform;
  transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  display: inline-block;
}

[data-load="1"] .about__main--title span > em {
  transform: none;
  opacity: 1;
}

.about__main--title span > em:nth-child(1) {
  transition-delay: 0.4s;
}

.about__main--title span > em:nth-child(2) {
  transition-delay: 0.43s;
}

.about__main--title span > em:nth-child(3) {
  transition-delay: 0.46s;
}

.about__main--title span > em:nth-child(4) {
  transition-delay: 0.49s;
}

.about__main--title span > em:nth-child(5) {
  transition-delay: 0.52s;
}

.accordion-body.active {
  max-height: 500px;
  /* 展開時の最大の高さに合わせて調整 */
  opacity: 1;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.wp-pagenavi .pages {
  border: none !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #000;
  color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
  font-family: "Montserrat", sans-serif;
  border-color: #BABABA;
  font-weight: normal !important;
  padding: 10px !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  opacity: 1;
}

.notag {
  text-align: center;
}/*# sourceMappingURL=page.css.map */