body {
  position: relative;
}
.md-hidden {
  display: block;
}
@media screen and (min-width: 768px) {
  .md-hidden {
    display: none;
  }
}

a {
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}
a:hover .c-arrow__icon {
  right: 2px;
}

.fadeIn_up {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}

.fadeIn_up.is-show {
  opacity: 1;
  transform: translateY(0px);
}

.c-wrap {
  padding-inline: 35px;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .c-wrap {
    padding-inline: 44px 0;
    max-width: 1094px;
  }
}
@media screen and (min-width: 1080px) {
  .c-wrap--page {
    padding-inline: 59px 93px;
  }
}

.c-inner {
  margin: 0 auto;
  position: relative;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .c-inner {
    max-width: 100%;
  }
}

.c-section-label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  top: 0;
  left: 8px;
}
@media screen and (min-width: 768px) {
  .c-section-label {
    gap: 20px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-section-label--recent {
    gap: 36px;
    left: -10px;
  }
}
@media screen and (min-width: 1080px) {
  .c-section-label--recent {
    left: -28px;
  }
}
.c-section-label--search {
  left: -8px;
}
.c-section-label--related {
  left: -28px;
}
@media screen and (min-width: 768px) {
  .c-section-label--related {
    left: 5px;
  }
}
@media screen and (min-width: 1080px) {
  .c-section-label--related {
    left: -28px;
  }
}
.c-section-label__text {
  color: #000;
  font-family: "Merriweather", "Zen Old Mincho", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .c-section-label__text {
    font-size: 24px;
  }
  .c-section-label__text--recent {
    font-size: 40px;
    letter-spacing: 0.02em;
  }
}
.c-section-label__text--search {
  font-size: 24px;
}
@media screen and (min-width: 1080px) {
  .c-section-label__text--related {
    font-size: 40px;
    letter-spacing: 0.02em;
  }
}
.c-section-label__line {
  display: block;
  width: 1px;
  height: 100px;
  background: #000;
}
.c-container {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .c-container {
    max-width: 672px;
  }
}

.c-arrow {
  margin-left: 14px;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000;
}
.c-arrow--orange {
  border: 1px solid #C46C4C;
}
.c-arrow--prev {
  transform: rotate(180deg);
}
.c-arrow__icon {
  position: absolute;
  display: block;
  width: 28px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  transition: 0.3s;
}
.c-arrow__icon img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .main {
    margin: 0 auto;
    padding: 99px 20px 18px;
    display: flex;
    gap: 36px;
    max-width: 1104px;
  }
  .main--page {
    padding: 99px 40px 18px;
  }
}
@media screen and (min-width: 1080px) {
  .main {
    padding: 99px 40px 18px;
  }
}
@media screen and (min-width: 768px) {
  .main--top {
    max-width: 800px;
    gap: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .main--top {
    max-width: 1104px;
    gap: 36px;
  }
}
.header {
  padding-block: 21px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .header {
    padding-block: 24px;
  }
  .header .c-wrap {
    padding-inline: 35px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__title {
  display: block;
  width: 121px;
}
@media screen and (min-width: 768px) {
  .header__title {
    width: 175px;
  }
}
.header__title img {
  display: block;
  width: 100%;
}
.header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__menu {
  width: 32px;
  height: 32px;
  padding: 0px 7px;
  border-radius: 4px;
  border: 1px solid #BCC8CA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__menu span {
  display: block;
  width: 18px;
  height: 1px;
  background: #BCC8CA;
}
.header__links {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__links {
    display: flex;
    gap: 20px;
  }
}
.header__link-text {
  color: #F9F9F9;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 500;
}

.g-nav {
  position: absolute;
  z-index: 99;
  top: 77px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.g-nav__content {
  padding: 40px 77px 66px;
  border-radius: 8px;
  background: linear-gradient(204deg, #F9F9F9 0%, #E3ECEE 100%);
  box-shadow: 3.91px 3.91px 39.103px 0px rgba(0, 0, 0, 0.2);
}
.g-nav__links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.g-nav__link {
  display: flex;
  align-items: center;
  gap: 19px;
}
.g-nav__text {
  color: #333;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  width: 100px;
}
.g-nav__arrow {
  display: block;
  width: 32px;
}
.g-nav__arrow img {
  width: 100%;
}

.hero__container {
  position: relative;
  margin-bottom: 73px;
}
.hero #hero-pagination {
  bottom: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .hero #hero-pagination {
    bottom: -40px;
  }
}
.hero #hero-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 8px;
  height: 8px;
  background: #BCC8CA;
  opacity: 1;
}
.hero #hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333;
}
.hero__card {
  width: 100%;
  height: 634px;
  display: block;
}
.hero__card:hover {
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .hero__card {
    height: 707px;
  }
}
.hero__card--1 {
  background: url(../img/hero-1.webp) no-repeat -196px center/cover;
}
@media screen and (min-width: 768px) {
  .hero__card--1 {
    background: url(../img/hero-1.webp) no-repeat center center/cover;
  }
}
.hero__card--2 {
  background: url(../img/hero-2.webp) no-repeat center center/cover;
}
.hero__card--3 {
  background: url(../img/hero-3.webp) no-repeat center center/cover;
}
.hero__content {
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  text-align: center;
  color: #F9F9F9;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .hero__content {
    padding-bottom: 54px;
  }
}
.hero__label {
  font-family: "Merriweather", "Zen Old Mincho", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.hero__title {
  margin-top: 16px;
  font-family: "Zen Old Mincho";
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 32px;
  }
}
.hero__tags {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero__tags span {
  width: 1px;
  height: 12px;
  display: block;
  background: #F9F9F9;
}
.hero__tag {
  font-family: "Merriweather", "Zen Old Mincho", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.feature {
  padding-block: 20px 60px;
}
@media screen and (min-width: 768px) {
  .feature {
    padding-block: 47px 97px;
    border-bottom: 1px solid #BCC8CA;
  }
}
.feature__title {
  font-family: "Merriweather", "Zen Old Mincho", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.feature #feature-swiper {
  padding-top: 25px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .feature #feature-swiper {
    padding-top: 33px;
    padding-bottom: 51px;
  }
}
.feature #feature-pagination {
  bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.feature #feature-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 8px;
  height: 8px;
  background: #BCC8CA;
  opacity: 1;
}
.feature #feature-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333;
}
.feature .swiper-slide {
  width: auto;
}
@media screen and (min-width: 1440px) {
  .feature .swiper-slide {
    padding: 0 16px;
    width: 33.3vw;
  }
}
.feature__card {
  position: relative;
  overflow: hidden;
  display: block;
  width: 305px;
  height: 260px;
  border-radius: 12px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .feature__card {
    width: 496px;
    height: 360px;
    box-shadow: 8px 8px 48px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1440px) {
  .feature__card {
    width: 100%;
  }
}
.feature__card::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #FFF 85.38%);
  width: 110%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.feature__thumb {
  display: block;
  width: 100%;
  height: 100%;
}
.feature__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature__content {
  padding: 16px 12px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .feature__content {
    padding: 16px 24px;
    gap: 3px;
  }
}
.feature__tag {
  color: #000;
  font-family: "Merriweather", "Zen Old Mincho", sans-serif;
  font-size: 10px;
  font-weight: 400;
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 17px;
  background: #FFF;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .feature__tag {
    font-size: 14px;
    padding: 8px 24px;
  }
}
.feature__body {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.feature__card-title {
  color: #333;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .feature__card-title {
    font-size: 28px;
  }
}
.feature__arrow {
  display: block;
  width: 38px;
}
.feature__arrow img {
  display: block;
  width: 100%;
}

.home .article__body {
  max-width: 360px;
}

.article {
  padding-block: 58px 60px;
  border-top: 1px solid #BCC8CA;
  min-height: 530px;
}
@media screen and (min-width: 768px) {
  .article {
    padding-block: 0px 83px;
    border: none;
  }
}
@media screen and (min-width: 1080px) {
  .article {
    padding-left: 29px;
  }
}
.article--page {
  min-height: 350px;
}
@media screen and (min-width: 768px) {
  .article--page {
    min-height: 550px;
  }
}
@media screen and (min-width: 768px) {
  .article--page .article__card {
    flex-direction: row;
  }
}
.article--related {
  border: none;
  padding-block: 76px 41px;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .article--related {
    padding-block: 40px 64px;
    min-height: 573px;
  }
}
.article--latest {
  padding-block: 48px 57px;
  border: none;
}
@media screen and (min-width: 768px) {
  .article--latest {
    padding-left: 0;
  }
}
.article--search {
  width: 100%;
}
.article__cards {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media screen and (min-width: 768px) {
  .article__cards {
    gap: 31px;
  }
}
@media screen and (min-width: 768px) {
  .article__cards--related {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1080px) {
  .article__cards--latest {
    gap: 13px;
  }
}
.article__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .article__card {
    gap: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .article__card {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .article__card--latest {
    gap: 12px;
  }
}
@media screen and (min-width: 1080px) {
  .article__card--latest {
    flex-direction: column;
  }
  .article__card--latest .c-wrap {
    padding: 0;
  }
}
.article__card:hover {
  opacity: 0.7;
}
.article__head {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .article__head {
    gap: 8px;
  }
}
@media screen and (min-width: 1080px) {
  .article__head--latest {
    gap: 3px;
  }
}
.article__thumb {
  overflow: hidden;
  display: block;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 305/168;
}
@media screen and (min-width: 1080px) {
  .article__thumb {
    aspect-ratio: 232/128;
    width: 232px;
    height: 128px;
  }
}
@media screen and (min-width: 1080px) {
  .article__thumb--latest {
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 305/168;
    height: auto;
  }
}
.article__thumb img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.article__date {
  font-size: 14px;
  font-weight: 400;
  font-family: "Merriweather", "Zen Old Mincho", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .article__date {
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 160%;
  }
}
.article__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .article__body {
    gap: 22px;
  }
}
@media screen and (min-width: 768px) {
  .article__body--latest {
    gap: 8px;
  }
}
.article__body--recent {
  
}
@media screen and (min-width: 1080px) {
  .article__body--recent {
    max-width: 346px;
  }
}
.article__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (min-width: 1080px) {
  .article__title--latest {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
  }
}
.article__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 768px) {
  .article__desc--latest p {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
  }
}
.article__pagination {
  display: flex;
  justify-content: end;
  gap: 24px;
}
.article__pagination .page-numbers {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  font-family: "Kumbh Sans";
}
.article__arrow {
  display: block;
  width: 38px;
}
.article__arrow--prev {
  rotate: 180deg;
}
.article__arrow img {
  display: block;
  width: 100%;
}
.article__search-none {
  padding: 60px 30px;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .article__search-none {
    font-size: 20px;
  }
}

.sidebar {
  padding-top: 60px;
  border-top: 1px solid #BCC8CA;
}
@media screen and (min-width: 768px) {
  .sidebar {
    padding-top: 0;
    width: 253px;
    border: none;
    flex-shrink: 0;
    min-height: 1100px;
  }
}
@media screen and (min-width: 1080px) {
  .sidebar {
    width: 316px;
  }
}
.sidebar__single {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .sidebar__single .search {
    order: 1;
  }
  .sidebar__single .ranking {
    padding-block: 48px 11px;
    order: 2;
  }
  .sidebar__single .latest {
    order: 3;
  }
}
.sidebar__global .search {
  min-height: 400px;
}

.info {
  padding-block: 0px 60px;
}
@media screen and (min-width: 768px) {
  .info .c-wrap {
    padding-inline: 0;
  }
}
.info__wrap {
  padding-inline: 29.5px;
}
.info__inner {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.info__container {
  margin-top: -56px;
  margin-left: 32px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .info__container {
    width: 224px;
  }
}
@media screen and (min-width: 1080px) {
  .info__container {
    width: 284px;
  }
}
.info__logo {
  display: block;
  width: 165.467px;
}
.info__logo img {
  display: block;
  width: 100%;
}
.info__content {
  padding: 29px 20px 20px;
  background: #F9F9F9;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.info__title {
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  color: #333;
}
@media screen and (min-width: 768px) {
  .info__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1080px) {
  .info__title {
    font-size: 20px;
  }
}
.info__title span {
  color: #C46C4C;
  font-weight: 700;
}
.info__link {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
}
.info__link:hover {
  opacity: 0.7;
}
.info__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
  font-family: "Zen Kaku Gothic New";
  color: #C46C4C;
}
.info__arrow {
  display: block;
  width: 38px;
}
.info__arrow img {
  display: block;
  width: 100%;
}
.side-letter__container {
  display: flex;
  flex-direction: column;
}
.side-letter__head {
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.02em;
}
.side-letter__form {
  position: relative;
  width: 100%;
  transition: .3s;
}
.side-letter__inner {
  /* position: absolute;
  width: calc(100% + 80px);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-53%); */
}

.side-letter__desc {
  font-family: "Kumbh Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #333;
}
.side-letter__desc a {
  text-decoration: underline;
}
.side-letter__desc a:hover {
  opacity: .5;
}
.side-search,
.side-letter {
  padding-block: 55px 60px;
  border-top: 1px solid #BCC8CA;
}
@media screen and (min-width: 768px) {
  .side-search,
  .side-letter  {
    padding-block: 2px 86px;
    padding-left: 0;
    padding-right: 19px;
    border: none;
    min-height: 350px;
  }
}
.side-search__form {
  position: relative;
}
.side-search__input {
  padding: 0 75px 0 15px;
  border-radius: 80px;
  border: 1px solid #BCC8CA;
  background: #FFF;
  height: 40px;
  width: 100%;
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.7px;
}
.side-search__input:focus {
  outline: none;
}
.side-search__button {
  position: absolute;
  z-index: 1;
  margin-left: -68px;
  border-radius: 80px;
  border: 1px solid #BCC8CA;
  background: #333;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.side-search__button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.side-search__icon {
  display: block;
  width: 15px;
}
.side-search__icon img {
  display: block;
  width: 100%;
}
.side-search__container {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hsfc-Step__Content {
  padding: 0;
}
.ranking {
  border-top: 1px solid #BCC8CA;
  padding-block: 58px 60px;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .ranking {
    padding-block: 0px 60px;
    border: none;
  }
}
.ranking__items {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
@media screen and (min-width: 768px) {
  .ranking__items {
    gap: 12px;
  }
}
.ranking__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ranking__item:hover {
  opacity: 0.7;
}
.ranking__thumb {
  overflow: hidden;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ranking__thumb {
    aspect-ratio: 272/150;
  }
}
.ranking__thumb img {
  width: 100%;
  object-fit: cover;
}
.ranking__body {
  display: flex;
  gap: 10px;
}
.ranking__label {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Kumbh Sans";
  font-size: 14px;
  font-weight: 400;
  flex-shrink: 0;
}
.ranking__label::after {
  position: absolute;
  content: "";
  background: url(../img/lanking-circle.svg) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ranking__title {
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.latest {
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .latest {
    min-height: 400px;
  }
}

.hot-tag {
  padding-block: 56px 79px;
  border-top: 1px solid #BCC8CA;
}
@media screen and (min-width: 768px) {
  .hot-tag {
    padding-block: 0px 60px;
    border: none;
  }
}
.hot-tag__tags {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hot-tag__tag {
  padding: 8px 24px;
  color: #000;
  font-family: "Merriweather", "Zen Old Mincho", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  border-radius: 17px;
  background: #F9F9F9;
  letter-spacing: 0.02em;
  width: fit-content;
  transition: 0.3s;
}
.hot-tag__tag:hover {
  opacity: 0.5;
}
.fv {
  position: relative;
  width: 100%;
  height: 634px;
  display: block;
}
@media screen and (min-width: 768px) {
  .fv {
    height: 707px;
  }
}
.fv--article {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(51, 51, 51, 0) 50%, #333 86.11%), url(../img/fv-article.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: lightgray;
}
.fv--tag, .fv--cat, .fv--search {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(51, 51, 51, 0) 50%, #333 86.11%), url(../img/fv-tag.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: lightgray;
}
.fv--single {
  overflow: hidden;
  width: 100%;
}
.fv--single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv__content {
  padding-top: 395px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .fv__content {
    padding-top: 546px;
  }
}
.fv__icon {
  margin-block: -20px 20px;
  display: block;
  width: 15px;
}
.fv__icon img {
  display: block;
  width: 100%;
}
.fv__tag {
  font-family: "Kumbh Sans";
  font-size: 20px;
  font-weight: 700;
  color: #F9F9F9;
}
.fv__title {
  color: #F9F9F9;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .article--page .article__card {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .article--page .article__thumb {
    width: 232px;
    height: 128px;
  }
}

.entry {
  padding-block: 80px 19px;
}
@media screen and (min-width: 768px) {
  .entry {
    padding-block: 0px 19px;
  }
  .entry .c-wrap {
    padding: 0;
  }
}
.entry__date {
  display: flex;
  gap: 32px;
}
.entry__meta {
  color: #333;
  font-family: "Merriweather", "Zen Old Mincho", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .entry__meta {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.entry__tags {
  display: flex;
  gap: 20px;
}
.entry__tag {
  color: #333;
  font-family: "Merriweather", "Zen Old Mincho", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .entry__tag {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.entry__head {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid #BCC8CA;
}
.entry__title {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
  .entry__title {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
.entry__social-share {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #BCC8CA;
}
@media screen and (min-width: 768px) {
  .entry__social-share {
    margin-left: 1px;
  }
}
.entry__share-link {
  display: block;
  height: 28px;
}
.entry__share-link img {
  height: 100%;
}
.entry__share-copy {
  transition: 0.3s;
}
.entry__share-copy:hover {
  opacity: 0.7;
  cursor: pointer;
}
.entry__content {
  padding-block: 40px;
  color: #333;
  font-family: "Zen Kaku Gothic New";
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .entry__content {
    gap: 26px;
  }
}
.entry__content h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
  .entry__content h2 {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.entry__content h3 {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.8px;
}
.entry__content h3::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  left: 0;
  top: 14px;
}
.entry__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
.entry__content a {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
  color: #0063c6;
  word-break: break-all;
  text-decoration: underline;
}
.entry__content figcaption {
  margin: 10px 0 0;
  color: #787C7D;
  font-family: "Merriweather", "Zen Old Mincho", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 768px) {
  .entry__content figcaption {
    margin: 11px 0 0;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.entry__content .is-layout-flex {
  flex-direction: column;
  gap: 24px !important;
}
@media screen and (min-width: 768px) {
  .entry__content .is-layout-flex {
    flex-direction: row;
    gap: 32px !important;
  }
}
.entry__content .is-layout-flex figure {
  overflow: hidden;
  width: 100% !important;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .entry__content .is-layout-flex figure {
    width: calc((100% - 32px) / 2) !important;
    height: 360px;
    border-radius: 8px;
  }
}
.entry__content .is-layout-flex figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry__content hr {
  margin-block: 15px;
  border-top: 1px solid #BCC8CA;
}
.entry__url {
  padding-block: 40px 40px;
  color: #333;
  font-family: "Merriweather", "Zen Old Mincho", sans-serif;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #BCC8CA;
}
.entry__url-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.9px;
}
.entry__url-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
  width: fit-content;
}
.entry__writer {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .entry__writer {
    margin-top: 77px;
    margin-bottom: 40px;
  }
}
.entry__writer-head {
  display: none;
}
@media screen and (min-width: 768px) {
  .entry__writer-head {
    padding-bottom: 11px;
    display: block;
    border-bottom: 1px solid #000;
  }
}
.entry__writer-text {
  color: #333;
  font-family: "Merriweather", "Zen Old Mincho", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.8px;
}
.entry__writer-container {
  padding: 28px 20px;
  border: 1px solid #BCC8CA;
}
@media screen and (min-width: 768px) {
  .entry__writer-container {
    padding: 25px 27px 29px;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
.entry__writer-image {
  margin: 0 auto;
  overflow: hidden;
  display: block;
  width: 100px;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .entry__writer-image {
    margin: 17px 0 0;
    width: 140px;
    height: 140px;
  }
}
.entry__writer-image img {
  width: 100%;
}
.entry__writer-content {
  width: 100%;
}
.entry__writer-name {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1px;
}
.entry__writer-position {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .entry__writer-position {
    margin-top: 4px;
  }
}
.entry__writer-desc {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .entry__writer-desc {
    margin-top: 19px;
  }
}
.entry__writer-links {
  margin-top: 17px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .entry__writer-links {
    margin-top: 29px;
    justify-content: start;
  }
}
.entry__writer-link {
  display: block;
  width: 20px;
}
.entry__writer-link img {
  display: block;
  width: 100%;
}
.entry__back {
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}
.entry__back-text {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.32px;
}
.entry__back-arrow {
  display: block;
  width: 38px;
}
.entry__back-arrow img {
  display: block;
  width: 100%;
}

.contact {
  padding-block: 75px 78px;
  border-top: 1px solid #BCC8CA;
  color: #333;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .contact--sp {
    display: none;
  }
}
.contact--pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .contact--pc {
    display: block;
    max-width: 672px;
  }
}
.contact__wrap {
  padding-inline: 24px;
}
.contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.contact__message {
  font-family: "Kumbh Sans";
  font-size: 20px;
  font-weight: 400;
}
.contact__title {
  font-family: "Kumbh Sans";
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 68px;
  }
}
.contact__text {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-feature-settings: "halt" on, "liga" off;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
}
.contact__text span {
  font-size: 18px;
  font-weight: 700;
}
.contact__line {
  display: block;
  width: 12px;
  height: 1px;
  background: #333;
}
.contact__link {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.contact__link-text {
  color: #333;
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
}
.contact__arrow {
  display: block;
  width: 38px;
}
.contact__arrow img {
  display: block;
  width: 100%;
}

.footer {
  padding-block: 60px 10px;
  border-top: 1px solid #BCC8CA;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 99px 80px;
  }
  .footer .c-wrap {
    padding-inline: 34px 35px;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 1080px) {
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
}
.footer__logo {
  display: block;
  width: 198px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 232px;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .footer__content {
    flex-direction: row;
  }
}
.footer__link {
  color: #333;
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  width: fit-content;
}
.footer__line {
  display: block;
  width: 24px;
  height: 1px;
  background: #BCC8CA;
}
.footer__line:nth-of-type(1) {
  display: none;
}
@media screen and (min-width: 1080px) {
  .footer__line:nth-of-type(1) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer__line {
    width: 1px;
    height: 24px;
  }
}
.footer__copyright {
  color: #333;
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  width: fit-content;
}