@charset "UTF-8";

/* 見出し */
.detail__img--cover {
  width: 100%;
  aspect-ratio: 3/2;
  background-color: black;
  overflow: hidden;
}

.detail__img--cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-title__cover {
  gap: 10px;
  padding: 40px 0 80px;
}

.detail__category {
  padding: 5px 10px;
  border: solid 1px var(--gray);
  color: var(--gray);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.16;
}

.page-title__text--main {
  font-family: 'Shippori Mincho';
  font-size: 28px;
  font-weight: 500;
}

.detail__date {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 500;
}


/* 投稿本文 */
.detail__post {
  width: 100%;
}

.detail__post p {
  margin: 30px 0;
  font-family: 'Open Sans';
}

.detail__post p a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all ease .3s;
  opacity: 1;
}

.detail__post p a:hover{
  opacity: .6;
}

.detail__post strong {
  font-weight: 700;
}

.detail__post ol,
.detail__post ul {
  margin: 30px 0;
  font-family: 'Open Sans';
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1em;
}

.detail__post img {
  margin: 30px 0;
  width: 100%;
}

.detail__post h1 {
  margin: 50px 0 16px;
  font-family: 'Shippori Mincho';
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

.detail__post blockquote {
  color: #242528b3;
  margin: 30px 0;
  padding: 5px 30px;
  text-align: justify;
  border-left: solid 1px var(--black);
}

.detail__post blockquote p {
  margin: 10px 0;
  font-style: italic;
}

.detail__post h2 {
  margin: 50px 0 30px;
  font-weight: 600;
  line-height: 1.5;
  font-size: 20px;
}

.detail__post h2 strong {
  font-weight: 600;
}

.detail__post h3 {
  margin: 40px 0 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

.detail__post hr {
  border-top: dotted 1px var(--black);
}

div#ez-toc-container {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 30px 0;
  padding: 30px 0;
  border-top: dotted 1px var(--black);
  border-bottom: dotted 1px var(--black);
}

#ez-toc-container a {
  color: var(--black);
  margin-bottom: 16px;
  transition: all .3s ease;
}

#ez-toc-container a:hover {
  opacity: .6;
}


div#ez-toc-container ul.ez-toc-list a:visited {
  color: var(--black);
}


#ez-toc-container ol,
#ez-toc-container ul {
  gap: 0;
}

div#ez-toc-container ul li,
div#ez-toc-container ul li {
  margin-bottom: 0;
}

div#ez-toc-container ul li,
div#ez-toc-container ul li a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}


/* プロフィール */
.detail-profile {
  margin: 150px 0;
  filter: blur(100px);
  transition: filter 1s ease
}

.detail-profile.active {
  filter: blur(0);
  transform: translate(0, 0);
}


.detail-profile__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

.detail-profile__title-cover {
  padding-top: 20px;
  border-top: dotted 1px var(--black);
  font-family: 'Poppins', 'Shippori Mincho', 'Bellefair';
  font-size: 1.25rem;
  letter-spacing: .03em;
  width: 25%;
}

.detail-profile__img--cover {
  filter: saturate(0%);
  width: 200px;
  aspect-ratio: 1/1.265;
  overflow: hidden;
}

.detail-profile__img--cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.detail-profile__group--right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
}

.detail-profile__group--right>* {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.detail-profile__contetn-title {
  font-family: 'Poppins', 'Shippori Mincho', 'Bellefair';
  font-size: .75rem;
  letter-spacing: .03em;
  color: #8c8c8c;
  width: 20%;
}

.detail-profile__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
}

.detail-profile__text>* {
  color: #1e1e1e;
  font-family: 'Shippori Mincho';
  font-size: .88rem;
  letter-spacing: .06em;
}


/* カテゴリー */
.category {
  padding-top: 140px;
}

.category__btn-cover {
  display: flex;
  justify-content: right;
}

.category__btn--view-all {
  display: flex;
  gap: 16px;
  font-family: 'Shippori Mincho';
  font-size: .88rem;
}

.category__icon--view-all {
  color: var(--gray);
  font-size: 1rem;
}


/* お問い合わせ */
.contact {
  background-color: #f5f5f5;
  border-top: solid 1px #1e1e1e;
  padding-top: 80px;
  padding-bottom: 80px;
  transition: all .3s ease;
}

.contact:hover {
  background-color: #fff;
}

.contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.contact__lead {
  color: #1e1e1e;
  font-family: 'Bellefair';
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0;

}

.contact:hover .contact__lead {
  letter-spacing: .05em;
  transition: all .3s ease;
}

.contact__text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  color: #333333;
  text-align: center;
  font-family: 'Shippori Mincho';
  font-size: .88rem;
}

.contact__text-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.contact__icon--check {
  color: #bd9d76ff;
  font-size: 18px;
}

.contact__btn {
  position: relative;
  width: 387px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #333333;
  border-radius: 64px;
  transition: all .3s ease;
}

.contact__btn:hover {
  background-color: #191919;
  color: #fff;
}


.contact__btn-text {
  font-family: 'Shippori Mincho';
  font-size: .88rem;
  color: #333333;
  transition: all .3s ease-in-out;
}

.contact__btn:hover .contact__btn-text {
  color: #fff;
}


.cotact__btn-icon {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}


@media(max-width:800px) {

  /* プロフィール */
  .detail-profile__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .detail-profile__title-cover {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }

  .detail-profile__title {
    border-top: dotted 1px var(--black);
    padding-top: 20px;
    width: 28%;
  }

  .detail-profile__img--cover {
    width: 44%;
  }

  .detail-profile__contetn-title {
    font-size: .88rem;
  }

  .detail-profile__text {
    gap: 12px;
  }
}


@media(max-width:540px) {
  .main {
    padding-top: 112px;
  }

  /* 見出し */
  .bread-li {
    margin-bottom: 10px;
  }

  .page-title__cover {
    gap: 10px;
    padding: 40px 0;
  }

  .page-title__text--main {
    font-size: 24px;
  }

  .detail__date {
    font-size: 12px;
  }


  /* 投稿本文 */
  .detail__post p {
    margin: 15px 0;
  }

  .detail__post ol,
  .detail__post ul {
    padding-left: 20px;
  }

  .detail__post h1 {
    margin: 30px 0 16px;
    font-size: 24px;
  }

  .detail__post blockquote {
    color: #242528b3;
    margin: 30px 0;
    padding: 5px 30px;
    text-align: justify;
    border-left: solid 1px var(--black);
  }

  .detail__post blockquote p {
    font-size: 14px;
  }

  .detail__post h2 {
    margin: 30px 0 15px;
    font-size: 20px;
  }

  .detail__post h2 strong {
    font-weight: 600;
  }


  /* プロフィール */
  .detail-profile {
    margin: 120px 0 48px 0;
  }

  .detail-profile__inner {
    gap: 0;
  }

  .detail-profile__title {
    width: 112px;
    font-size: .88rem;
  }

  .detail-profile__img--cover {
    width: 200px;
    margin-bottom: 44px;
  }

  .detail-profile__contetn-title {
    font-size: .88rem;
  }

  .detail-profile__text {
    gap: 0;
  }

  /* カテゴリー */
  .category {
    padding-top: 30px;
  }

  /* お問い合わせ */
  .contact__text-cover {
    gap: 10px;
    align-items: flex-start;
  }

  .contact__icon--check {
    padding-top: 3px;
  }

  .contact__btn {
    width: 249px;
    height: 43px;
  }

  .cotact__btn-icon {
    right: 10%;
    transform: translateY(-53%);
  }
}