/* ===============================
top-kv section styles
=============================== */
.top-kv {
  width: 100vw;
  height: 100%;
  height: 687px;
  overflow: hidden;
  padding-top: 51px;
  background-color: #FFFFE0;
  background-image: url('/tsunagu/famimog/common/images/top/bg-kv.png');
  background-repeat: repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

.top-kv .famimogLeadImage {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin: 0;
  max-width: 240px;
  height: auto;
}

.top-kv .famimogLeadImage img {
  width: 100%;
  height: auto;
}

.top-kv .swiper {
  max-width: 1560px;
  width: 100%;
  overflow: hidden;
}

.top-kv .swiper-slide,
.top-kv .swiper-slide-prev,
.top-kv .swiper-slide-active,
.top-kv .swiper-slide-next {
  display: flex;
  justify-content: center;
  width: 500px;
  height: 500px;
  margin-right: 15px;
  margin-left: 15px;
}

.top-kv .swiper-control-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 30px;
  position: relative;
  margin: 27px auto 0;
}

.top-kv .swiper-pagination {
  position: relative;
  margin-top: -4px;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10;
}

.top-kv .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #FFFFFF);
  border: 1px solid #222222;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  box-sizing: border-box;
}

.top-kv .swiper-pagination-bullet-active {
  background: #222222;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.top-kv .swiper-button-next,
.top-kv .swiper-button-prev {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  margin: auto;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #222222;
  border-radius: 50%;
  min-width: 30px;
  width: 30px;
  min-height: 30px;
  height: 30px;
  color: transparent;
  top: -8px;
}

.top-kv .swiper-button-next:before,
.top-kv .swiper-button-prev:before {
  position: absolute;
  content: '';
  display: inline-block;
  left: -11px;
  width: 29px;
  height: 10px;
  background: url(/tsunagu/famimog/common/images/icon-swiper-arrow.svg) no-repeat center;
  background-size: contain;
}

.top-kv .swiper-button-next:after,
.top-kv .swiper-button-prev:after {
  display: none;
}

.top-kv .swiper-button-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 11px;
}

.top-kv__card {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}

.top-kv__image {
  width: 500px;
  height: 100%;
}

.top-kv__card img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.top-kv__info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  background-color: transparent;
  z-index: 1;
  width: 460px;
}

.top-kv__info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(136, 136, 136, 0) 0%,
      rgba(34, 34, 34, 0.7) 100%);
  z-index: -1;
}

.top-kv__info span {
  display: inline-block;
  margin-bottom: 10px;
  min-width: 78px;
  height: 24px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}

.top-kv__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #FFFFFF;
}

.top-kv .themeContentVisualIn .swiper-slide .top-kv__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.top-kv .themeContentVisualIn .swiper-slide .top-kv__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 20px;
  box-sizing: border-box;
}

.top-kv .themeContentVisualIn li .top-kv__title {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .top-kv .themeContentVisualIn .swiper-slide:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {

  .top-kv .swiper-slide,
  .top-kv .swiper-slide .swiper-slide-prev,
  .top-kv .swiper-slide .swiper-slide-active,
  .top-kv .swiper-slide .swiper-slide-next {
    width: 310px;
    height: 310px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .top-kv .swiper-button-next,
  .top-kv .swiper-button-prev {
    position: relative;
    margin: auto;
    z-index: 10;
    background: #EBD2BC;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
  }

  .top-kv .swiper-button-next:hover:before,
  .top-kv .swiper-button-prev:hover:before {
    opacity: 0.8;
  }

  .top-kv .swiper-button-next:before,
  .top-kv .swiper-button-prev:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/tsunagu/famimog/common/images/top/icon_slide-after-sp.svg) no-repeat center;
    background-size: contain;
  }

  .top-kv .swiper-button-next:before {
    transform: rotate(0deg);
    margin-left: 11px;
  }

  .top-kv .swiper-button-prev:before {
    transform: rotate(180deg);
    margin-left: -11px;
  }

  .top-kv .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #FFFFFF;
  }

  .top-kv .swiper-pagination-bullet-active {
    background: #FFFFFF;
  }

  .top-kv {
    height: 440px;
    overflow: hidden;
    padding-top: 25px;
    background-color: #FFFFE0;
    background-image: url(/tsunagu/famimog/common/images/top/bg-kv.png);
    background-size: cover;
    position: relative;
  }

  .top-kv .famimogLeadImage {
    max-width: 179px;
  }

  .top-kv .themeContentVisualIn .swiper-slide:not(:last-child) {
    margin-right: 10px;
  }

  .top-kv .themeContentVisualIn {
    height: auto;
  }

  .top-kv .themeContentVisualIn .swiper-slide {
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
    max-width: 500px;
    max-height: 500px;
  }

  .top-kv__image {
    width: 310px;
  }

  .top-kv__info {
    padding: 10px;
    width: 290px;
  }

  .top-kv__info span {
    min-width: 64px;
    height: 20px;
    font-size: 12px;
    margin-bottom: 6px;
  }

  .top-kv__title {
    font-size: 16px;
  }
}

/* ===============================
top-recommend section
=============================== */
.top-recommend {
  position: relative;
  padding-top: 20px;
}

.top-recommend::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: white;
  clip-path: polygon(100% 80px, 0 0, 0 80px);
}

.top-recommend__title {
  position: relative;
  left: -19px;
  text-align: center;
  margin-bottom: 34px;
}

.top-recommend__topics {
  margin: 0 16px;
}

.themeContent .top-recommend__topics ul.articleWrap {
  margin: 0 -20px;
  justify-content: center;
}

.themeContent .top-recommend__topics ul.articleWrap li.articleItem a .imgArea {
  margin-bottom: 10px;
}

.themeContent .top-recommend__topics ul.articleWrap li.articleItem a .textArea .textAreaTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}

.top-recommend__footer {
  width: 390px;
  height: 80px;
  margin: 0 auto 70px;
}

.top-recommend__footer .c-btn {
  padding: 26px 55px;
  border-radius: 40px;
}

.top-recommend__footer .c-btn::after {
  right: 28px;
  width: 25px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  .top-recommend {
    padding-top: 0px;
  }

  .top-recommend .themeContent .themeContentIn {
    padding: 0 10px;
  }

  .top-recommend__title {
    top: 0px;
    left: -15px;
    width: 53%;
    margin: auto;
    margin-bottom: 29px;
  }

  .top-recommend__topics {
    margin: 0 16px;
  }

  .themeContent .top-recommend__topics ul.articleWrap {
    margin: 0 -20px;
  }

  .themeContent .top-recommend__topics ul.articleWrap li.articleItem a .imgArea {
    margin-bottom: 10px;
  }

  .themeContent .top-recommend__topics ul.articleWrap li.articleItem a .textArea .textAreaTitle {
    font-size: 14px;
  }

  .themeContent ul.articleWrap li.articleItem a .imgArea span {
    font-size: 10px;
    height: 15px;
  }

  .top-recommend__footer {
    width: 220px;
    height: 40px;
    margin: 0 auto 57px;
  }

  .top-recommend__footer .c-btn {
    padding: 8px 0px;
    border-radius: 40px;
    max-width: 220px;
    margin: -10px auto 45px;
  }

  .top-recommend__footer .c-btn::after {
    right: 28px;
    width: 25px;
    height: 12px;
  }
}

/* ===============================
top-about section
=============================== */
.top-about {
  position: relative;
  padding-bottom: 132px;
  overflow: hidden;
  background-color: #FFFFE0;
}

.top-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1393.3px;
  height: 418.44px;
  background-image: url("/tsunagu/famimog/common/images/top/bg_mogumogu-watermark-pc.svg");
  background-repeat: no-repeat;
  background-size: 1393.3px 418.44px;
  z-index: 0;
}

.top-about .themeContent {
  position: relative;
  z-index: 1;
  padding: 28px 0 0;
}

.top-about__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-about__content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 0 70px;
}

.top-about__ttl {
  position: relative;
  left: 0;
}

.top-about__ttl::before {
  content: "CONCEPT";
  position: absolute;
  transform: translate(-169%, -6%);
  left: clamp(0px, calc((1440px - 100vw) * (60 / (1440 - 1100))), 60px);
  color: #EDD7C5;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.06em;
  white-space: nowrap;
  writing-mode: sideways-lr;
}

.top-about__img {
  position: relative;
  top: 16px;
  right: 193px;
}

.top-about__text {
  position: absolute;
  top: 34px;
}

.top-about__text p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.top-about__ttl img,
.top-about__img img {
  max-width: 100%;
  height: auto;
}

.scrolling-background-bar {
  height: 300px;
  width: 100vw;
  overflow: hidden;
  position: relative;
  margin-top: 155px;
  order: 3;
}

.scrolling-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 3240px; 
  height: 100%;
  background-image: url("/tsunagu/famimog/common/images/top/bg_mogumogu-slideimgs-pc.png");
  background-repeat: repeat-x;
  background-size: auto 300px;
  animation: scrollBackground 30s linear infinite;
}

@keyframes scrollBackground {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1100px) {
  .top-about::before {
    padding: 80px 0;
    content: "";
    position: absolute;
    top: 31%;
    width: 92%;
    background-image: url(/tsunagu/famimog/common/images/top/bg_mogumogu-watermark-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: calc(50% + 0px) calc(100% - 33px);
    z-index: 0;
  }

  .top-about .themeContent {
    padding: 0;
  }

  .top-about__wrapper {
    padding: 0 15px;
  }

  .top-about__content {
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 0;
    justify-content: center;
    gap: 10%;
  }

  .top-about__ttl {
    margin-top: 31px;
    margin-left: 9px;
  }

  .top-about__ttl::before {
    display: none;
  }

  .top-about__img {
    width: 34%;
    right: 0;
  }

  .top-about__text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 12px 0;
    order: 3;
  }

  .scrolling-background-bar {
    order: 2;
    height: 250px;
    margin: 20px 0 0;
  }

  .scrolling-background {
    width: 2700px;
    height: 100%;
    background-image: url("/tsunagu/famimog/common/images/top/bg_mogumogu-slideimgs-sp.png");
    background-size: auto 250px;
    animation: scrollBackground 30s linear infinite;
  }
  
  @keyframes scrollBackground {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}

/* ===============================
Instagram section
=============================== */
.top-instagram {
  position: relative;
  background-image: url("/tsunagu/famimog/common/images/top/bg_instagram.png");
  background-repeat: repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: 1437px 984px;
  min-height: 683px;
}

.top-instagram .themeContent {
  padding: 60px 0 70px;
}

.top-instagram__container {
  display: flex;
  max-width: 830px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.top-instagram__left,
.top-instagram__right {
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 20px;
}

.top-instagram__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 11px;
  padding: 0 20px;
}

.instagram__icon {
  position: relative;
  text-align: center;
}

.instagram__icon img {
  width: 50px;
  height: 50px;
}

.top-instagram__title {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 28px;
}

.top-instagram__title img {
  max-width: 100%;
  height: auto;
}

.top-instagram__text {
  margin-bottom: 35px;
}

.top-instagram__text p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}

.top-instagram__button {
  text-align: center;
  margin-bottom: 58px;
}

.top-instagram__button .c-btn {
  padding: 25px 20px;
  margin: auto;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
}

.top-instagram__button .c-btn::before {
  content: '';
  position: absolute;
  left: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/tsunagu/famimog/common/images/top/icon-blank-black.svg) no-repeat center;
  background-size: contain;
  text-indent: 0;
}

.top-instagram__decoration {
  text-align: center;
}

.top-instagram__decoration img {
  max-width: 100%;
  height: auto;
}

.top-instagram__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instagram__videoPlayer {
  position: relative;
  width: 100%;
  width: 290px;
  height: 516px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.top-instagram__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101.5%;
  background-image: url("/tsunagu/famimog/common/images/top/bg_instagram-frame.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .top-instagram .themeContent {
    position: relative;
    padding: 30px 0 100px;
  }

  .top-instagram .themeContent::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 52%;
    transform: translateX(-50%);
    width: 246px;
    height: 137px;
    background-image: url(/tsunagu/famimog/common/images/top/icon_instagram.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .top-instagram__container {
    padding: 0 15px;
  }

  .top-instagram__left,
  .top-instagram__right {
    padding: 10px;
  }

  .instagram__icon img {
    width: 40px;
    height: 40px;
  }

  .top-instagram__title {
    margin-top: 21px;
    margin-bottom: 14px;
  }

  .top-instagram__text {
    margin-bottom: -2px;
  }

  .top-instagram__text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .top-instagram__right::before {
    width: 105%;
    height: 103.5%;
  }

  .top-instagram__button {
    margin-top: 20px;
    margin-bottom: 48px;
  }

  .top-instagram__button .c-btn {
    width: 220px;
    height: 46px;
    font-size: 16px;
    padding: 0;
  }

  .top-instagram__button .c-btn::before {
    width: 24px;
    height: 24px;
  }

  .top-instagram__decoration {
    display: none;
  }
}

/* ===============================
Special Content
=============================== */
.themeContent .themeContentIn.themeContentIn--specialContent {
  padding: 117px clamp(75px, 7.3242vw, 170px) 80px;
}

.specialContent {
  max-width: 1100px;
  padding: 41px 0 68px;
  border-radius: 30px;
  background-color: #F7F4F4;
  border: 2px dashed #CCCCCC;
  position: relative;
  left: 18px;
  box-sizing: border-box;
}

.specialContent::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 528px;
  height: 50px;
  background-image: url(/tsunagu/famimog/common/images/top/bg_SPECIAL-CONTENTS.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.specialContent__title {
  text-align: center;
  margin-bottom: 40px;
}

.specialContent__title img {
  max-width: 100%;
  height: auto;
  position: relative;
  left: -46px;
}

.specialContent__cards {
  max-width: 1000px;
  padding: 0 75px;
}

.specialContent__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.specialContent__card-image {
  max-width: 520px;
  margin-right: 25px;
}

.specialContent__card-image img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.specialContent__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 381px;
  position: relative;
}

.specialContent__card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #222222;
  text-align: center;
  margin-bottom: 15px;
}

.specialContent__card-text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222222;
  max-width: 381px;
  margin-top: 20px;
  margin-bottom: 18px;
}

.specialContent__card-button .c-btn {
  width: 250px;
  height: 30px;
  padding: 25px;
  border-radius: 45px;
  background-color: #EFFFA7;
}

.specialContent__card-button .c-btn::after {
  right: 30px;
  width: 26px;
  height: 13px;
}

.specialContent__card-button .c-btn:hover {
  background-color: #EFFFA7;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.top-topics .themeContent.-bg-gray,
.top-topics  .themeContent .-bg-gray {
  max-width: none;
  background: #F7F4F4;
  padding-bottom: 120px;
}

.top-topics  .themeContent .sliderSection:before {
  display: none;
}

.top-topics .themeContent .categoryArea {
  max-width: 1100px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

.top-topics .themeContent .categoryArea .categoryAreaTitle {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.top-topics .themeContent .categoryArea .categoryAreaText.widthAuto {
  position: relative;
  width: auto;
  margin: 0px auto 0 34px;
  padding-left: 43px;
}

.specialContent .swiper-control-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 30px;
  position: relative;
  margin: 27px auto 0;
}

.specialContent .swiper-pagination {
  position: relative;
  margin-top: -4px;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10;
}

.specialContent .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #FFFFFF);
  border: 1px solid #222222;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  box-sizing: border-box;
}

.specialContent .swiper-pagination-bullet-active {
  background: #222222;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.specialContent .swiper-button-next,
.specialContent .swiper-button-prev {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  margin: auto;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #222222;
  border-radius: 50%;
  min-width: 30px;
  width: 30px;
  min-height: 30px;
  height: 30px;
  color: transparent;
  top: -8px;
}

.specialContent .swiper-button-next:before,
.specialContent .swiper-button-prev:before {
  position: absolute;
  content: '';
  display: inline-block;
  left: -11px;
  width: 29px;
  height: 10px;
  background: url(/tsunagu/famimog/common/images/icon-swiper-arrow.svg) no-repeat center;
  background-size: contain;
}

.specialContent .swiper-button-next:after,
.specialContent .swiper-button-prev:after {
  display: none;
}

.specialContent .swiper-button-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 11px;
}

@media screen and (max-width: 950px) {
  .specialContent__card {
    flex-direction: column;
  }

  .specialContent__card-title {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {

  .top-specialContent .themeContent.-bg-whitecheck,
  .top-specialContent.themeContent .-bg-whitecheck {
    background-color: #FFFFFF;
  }


  .themeContent .themeContentIn.themeContentIn--specialContent {
    padding: 100px 6.4vw 55px;
  }

  .specialContent::before {
    content: "";
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 50px;
    background-image: url(/tsunagu/famimog/common/images/top/bg_SPECIAL-CONTENTS.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .specialContent {
    padding: 17px 0 40px;
    left: 0;
  }

  .specialContent__title {
    margin-bottom: 25px;
  }

  .specialContent__cards {
    padding: 0 20px;
  }

  .specialContent__card {
    flex-direction: column;
  }

  .specialContent__card-image {
    margin-right: 0;
  }

  .specialContent__card-content {
    padding: 0;
    max-width: none;
  }

  .specialContent__card-title {
    margin-top: 25px;
  }

  .specialContent__card-text {
    margin-top: 6px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0;
  }

  .specialContent__card-button .c-btn {
    padding: 8px 23px;
    width: 170px;
  }

  .specialContent__card-button .c-btn::after {
    right: 17px;
    width: 16px;
    height: 8px;
  }
}

/* ===============================
Top topics
=============================== */

.top-topics .themeContent .articleWrapAreaWrap {
  width: 100%;
  overflow: hidden;
  margin: 30px auto 0;
}

.top-topics .themeContent .articleWrapAreaWrap .articleWrapArea {
  max-width: 1100px;
  margin: 0 auto;
}

.top-topics .themeContent .articleWrapAreaWrap .articleWrapAreaIn {
  position: relative;
}

.top-topics .themeContent .articleWrapAreaWrap ul.articleWrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 0;
}

.top-topics .themeContent .articleWrapAreaWrap ul.articleWrap li.articleItem {
  margin-bottom: 0;
}

.top-topics .themeContent .articleWrapAreaWrap ul.articleWrap>li.articleItem {
  width: calc(100% / 3);
  margin-bottom: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top-topics .themeContent .articleWrapAreaWrap ul.articleWrap.articleWrap4>li.articleItem {
  width: calc(100% / 4);
}

.top-topics .themeContent .articleWrapAreaWrap ul.articleWrap.slick-initialized {
  display: block;
  overflow: visible;
}

.top-topics .themeContent .articleWrapAreaWrap ul.articleWrap.slick-initialized .slick-list {
  overflow: visible;
  margin-left: 10px;
}

.top-topics .themeContent .articleWrapAreaWrap .prev,
.top-topics .themeContent .articleWrapAreaWrap .next {
  position: absolute;
  top: 70px;
  height: 80px;
  width: 80px;
  margin: 0;
  cursor: pointer;
}

.top-topics .themeContent .articleWrapAreaWrap .prev:before,
.top-topics .themeContent .articleWrapAreaWrap .next:before {
  content: '';
  position: absolute;
  height: 80px;
  width: 80px;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-topics .themeContent .articleWrapAreaWrap .prev.slick-disabled:before,
.top-topics .themeContent .articleWrapAreaWrap .next.slick-disabled:before {
  opacity: .3;
}

.top-topics .themeContent .articleWrapAreaWrap .prev {
  left: -40px;
}

.top-topics .themeContent .articleWrapAreaWrap .prev:before {
  background: url(/tsunagu/famimog/common/images/icon_arrow_left.svg) no-repeat 0 0;
}

.top-topics .themeContent .articleWrapAreaWrap .next {
  right: -40px;
}

.top-topics .themeContent .articleWrapAreaWrap .next:before {
  background: url(/tsunagu/famimog/common/images/icon_arrow_right.svg) no-repeat 0 0;
}

.top-topics .themeContent ul.articleWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin: 0 -20px -70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-topics .themeContent ul.articleWrap li.articleItem {
  padding: 0 10px;
  margin-bottom: 70px;
  width: 33.33%;
  max-width: 350px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-topics .themeContent ul.articleWrap li.articleItem a {
  display: block;
}

.top-topics .themeContent ul.articleWrap li.articleItem a .imgArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 68.96%;
  overflow: hidden;
  margin-bottom: 10px;
}

.top-topics .themeContent ul.articleWrap li.articleItem a .imgArea span {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 64px;
  height: 20px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  z-index: 1;
}

.tag-expert {
  background-color: #FCA65A;
}

.tag-kitchen {
  background-color: #FFAEC9;
}

.tag-column {
  background-color: #50D0B5;
}

.tag-recipe {
  background-color: #FEC92A;
}

.top-topics .themeContent ul.articleWrap li.articleItem a .imgArea figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-topics .themeContent ul.articleWrap li.articleItem a .imgArea figure img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: none;
  height: 100%;
}

.top-topics .themeContent ul.articleWrap li.articleItem a .textArea {
  margin: 0 0 20px;
}

.top-topics .themeContent ul.articleWrap li.articleItem a .textArea .textAreaTitle {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  color: #222222;
}

.top-topics .themeContent ul.articleWrap li.articleItem.-new a .imgArea {
  font-size: 15px;
}

.top-topics .themeContent ul.articleWrap li.articleItem.-new a .imgArea:before {
  position: absolute;
  top: .4em;
  right: .4em;
  content: 'NEW';
  width: 3.6em;
  height: 3.6em;
  line-height: 3.6em;
  text-align: center;
  background: #e50112;
  color: #fff;
  z-index: 1;
  border-radius: 50%;
}

.top-topics .themeContent ul.articleWrap.articleWrap4 {
  margin: 0 -10px;
}

.top-topics .themeContent ul.articleWrap.articleWrap4 li.articleItem {
  padding: 0 10px;
}

.top-topics .themeContent ul.articleWrap.articleWrap4 li.articleItem a {
  display: block;
}

.top-topics .themeContent ul.articleWrap.articleWrap4 li.articleItem a .imgArea {
  margin-bottom: 30px;
}

.top-topics .themeContent ul.articleWrap.articleWrap4 li.articleItem a .textArea {
  margin-bottom: 24px;
}

.top-topics .themeContent ul.articleWrap.articleWrap4 li.articleItem a .textArea .textAreaTitle {
  font-size: 14px;
}

.top-topics .themeContent ul.articleWrap.articleWrap4 li.articleItem.-new a .imgArea {
  font-size: 12px;
}

.top-topics .themeContent .btnArea ul li a {
  position: relative;
  display: inline-block;
  padding: 4.5px 16px;
  cursor: pointer;
  border-radius: 10em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-topics .themeContent .btnArea.-bold.onlyPC ul li a {
  position: relative;
  right: -40px;
  top: -3px;
  display: inline-block;
  padding: 8px 42px;
  cursor: pointer;
  border-radius: 10em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF0B0;
  color: #222222;
  border: 1px solid #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}

.top-topics .themeContent .btnArea.-bold.onlyPC ul li a::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 10px;
    background-image: url(/tsunagu/famimog/common/images/icon-nav-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 12px;
    vertical-align: middle;
    top: 37%;
  }

@media screen and (max-width: 1250px) {

  .top-topics .themeContent .categoryArea,
  .top-topics .themeContent .articleWrapAreaWrap .articleWrapArea {
    padding-left: 24px;
  }

  .top-topics .themeContent .btnArea.-bold.onlyPC ul li a {
    right: 0;
  }

  .top-topics .themeContent .btnArea.-bold.onlyNonPC ul li a {
    position: relative;
    display: inline-block;
    padding: 10px 42px;
    cursor: pointer;
    border-radius: 10em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF0B0;
    color: #222222;
    border: 1px solid #222222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
    width: 220px;
    height: 46px;
  }

  .top-topics .themeContent .btnArea.-bold.onlyNonPC ul li a::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 10px;
    background-image: url(/tsunagu/famimog/common/images/icon-nav-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 12px;
    vertical-align: middle;
    top: 37%;
  }
}

@media screen and (max-width: 1023px) {
  .top-topics .themeContent .categoryArea .categoryAreaText.widthAuto {
    margin: 0 auto 0 0;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .top-topics {
    background: #ffffff;
  }

  .top-topics .sliderSection {
    display: none;
  }

  .top-topics .topics-tab-buttons {
    display: flex;
    width: 100%;
    background: #ffffff;
    border-bottom: 4px solid #FFDE4F;
  }

  .top-topics .topics-tab-button {
    flex: 1;
    text-align: center;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
    background: #F7F4F4;
    outline: none;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 20px 20px 0 0;
    border: none;
  }

  .top-topics .topics-tab-button.active {
    background: #FFDE4F;
  }

  .top-topics .topics-tab-content {
    padding: 20px 15px;
  }

  .top-topics .topics-tab-content .categoryAreaText {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px dashed #AAAAAA;
  }

  .top-topics .topics-tab-content .categoryAreaText p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
  }

  .top-topics .themeContent ul.articleWrap {
    margin: 0 -10px 0;
  }

  .top-topics .themeContent ul.articleWrap li.articleItem {
    margin-bottom: 0;
    padding: 10px;
    width: 50%;
    max-width: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-topics .topics-tab-content .articleItem {
    /* width: calc(50% - 5px);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden; */
  }

  .top-topics .topics-tab-content .articleItem img {
    width: 100%;
    height: auto;
    display: block;
  }

  .top-topics .topics-tab-content .textArea {
    padding: 10px;
  }

  .top-topics .topics-tab-content .textAreaTitle {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
  }

  .top-topics .themeContent ul.articleWrap li.articleItem a .textArea {
    margin-bottom: 10px;
    padding: 0;
  }

  .top-topics .topics-tab-content .btnArea {
    text-align: left;
  }

  .top-topics .topics-tab-content .btnArea a {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: transparent;
    color: #333;
    font-weight: bold;
  }

  .top-topics .themeContent ul.articleWrap li.articleItem a .textArea .textAreaTitle {
    font-size: 14px;
  }

  .top-topics .themeContent .btnArea.-bold {
    text-align: center;
    margin-top: 30px;
  }

  .top-topics .themeContent .btnArea.-bold ul {
    display: flex;
    justify-content: center;
  }

  .top-topics .themeContent .btnArea.-bold ul li {
    display: inline-flex;
    justify-content: center;
  }

  .top-topics .themeContent .btnArea.-bold ul li a {
    position: relative;
    display: inline-block;
    padding: 10px 42px;
    cursor: pointer;
    border-radius: 10em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF0B0;
    color: #222222;
    border: 1px solid #222222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
    width: 220px;
    height: 46px;
  }

  .top-topics .themeContent .btnArea.-bold ul li a::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 10px;
    background-image: url(/tsunagu/famimog/common/images/icon-nav-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 12px;
    vertical-align: middle;
    top: 37%;
  }
}


/* ===============================
logo Section
=============================== */

.top-btnForTopics {
    display: none;
  }

@media screen and (max-width: 768px) {
  .themeContent .logoSection {
      padding: 90px 24vw 15px;
  }

  #topicpass {
    margin-top: 36px;
  }

  .top-btnForTopics {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 117px;
    top: -3px;
  }

  .top-btnForTopics::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 60px);
    width: 100vw;
    height: 0;
    border-top: 2px dashed #CCCCCC;
  }

  .top-btnForTopics .c-btn {
    background: #E50111;
    padding: 11px 53px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    width: 100%;
    position: relative;
    left: -55px;
  }

  .c-btn.--whiteArrow::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scaleX(-1);
    width: 20px;
    height: 10px;
    background-image: url(/tsunagu/famimog/common/images/icon-white-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}