@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif, sans-serif;
}

@-webkit-keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
@-webkit-keyframes moveBg {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@keyframes moveBg {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@-webkit-keyframes moveBgCenter {
  from {
    background-position: 75% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@keyframes moveBgCenter {
  from {
    background-position: 75% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@-webkit-keyframes moveLeft {
  0% {
    right: -100px;
  }
  100% {
    right: 100%;
  }
}
@keyframes moveLeft {
  0% {
    right: -100px;
  }
  100% {
    right: 100%;
  }
}
@-webkit-keyframes slideZoom {
  0% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(0) scale(1.2); /* 1.2倍にズーム */
  }
}
@keyframes slideZoom {
  0% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(0) scale(1.2); /* 1.2倍にズーム */
  }
}
/* Chrome, Safari, Edge */
::-webkit-scrollbar {
  display: none;
}

/* Firefox */
* {
  scrollbar-width: none;
}

/* IE, Edge */
* {
  -ms-overflow-style: none;
}

html {
  scroll-behavior: smooth;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

/* 背景全体 */
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  overflow-x: hidden;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img_fu-fu/bg_fix.svg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .background__left {
    position: absolute;
    top: 10%;
    height: 90%;
    width: calc((100vw - 480px) / 2);
    background-size: contain;
    background-position: 100% center;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1024px) {
  .background__right {
    position: absolute;
    /* top: 0%; */
    height: 100vh;
    /* width: 100%; */
    width: calc((100vw - 480px) / 2);
    background-size: contain;
    background-position: 50% top;
    background-repeat: no-repeat;
  }
}

.background__left {
  left: 0;
  background-image: url("/assets/img_fu-fu/main_bg_left@150x_20_11zon.webp");
}

.background__right {
  right: 6%;
  background-image: url("/assets/img_fu-fu/main_bg_right.webp");
}

/* ===============================================
# header
=============================================== */
/* 共通 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 10000;
}

.header__logo {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* ハンバーガー（SP用） */
.hamburger {
  position: absolute;
  right: 35px;
  top: 50px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  z-index: 10000;
}

.hamburger__icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.2s ease;
}

.hamburger__icon--close {
  opacity: 0;
}

.hamburger.is-open .hamburger__icon--open {
  opacity: 0;
}

.hamburger.is-open .hamburger__icon--close {
  opacity: 1;
}

/* nav 共通 */
.header__nav {
  z-index: 9999;
}

.header__nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =========================
   SP: 〜1023px
========================= */
@media (max-width: 1023px) {
  .header__nav {
    position: fixed;
    inset: 60px 0 0 0; /* ヘッダー下から */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    padding: 22px 16px;
  }
  .header__nav.active {
    transform: translateX(0);
  }
  .header__nav__menu {
    display: grid;
    gap: 14px;
  }
  .header__nav__menu a {
    display: block;
    padding: 14px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
  }
}
/* =========================
   PC: 1024px〜（右下追従）
========================= */
@media (min-width: 1024px) {
  /* PCではハンバーガー消す */
  .hamburger {
    display: none;
  }
  /* PCヘッダーは“存在だけ”でOK（ロゴだけ固定など） */
  .header {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  /* 右側背景エリア内に収まるように固定 */
  .header__nav {
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: 90px 0 0;
    background: linear-gradient(180deg, #dacc42 0%, #e9b54a 40%, #f0863b 100%);
  }
  .header__nav .header__nav__menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 16px;
    /* border-radius: 22px; */
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    text-align: center;
    height: 410px;
  }
  .header__nav__menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 14px;
    line-height: 1.3;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 200;
  }
  /* PCではSPの active 変形を無効化 */
  .header__nav {
    transform: none !important;
  }
}
.list__img__link {
  display: inline-block;
  width: 200px;
}

/* bodyに.menu-openが付いたらスクロール禁止 */
body.menu-open {
  overflow: hidden;
  height: 100vh;
}

/* スクロール領域（中身） */
.content {
  position: relative;
  max-width: 480px;
  height: 100svh;
  margin: 0 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* コンテンツ内の余白調整 */
/* ===============================================
# ここからfirst
=============================================== */
.first {
  position: relative;
  min-height: 100svh;
  background: url("/assets/img_fu-fu/main_img@150x_23_11zon.webp") center center/cover no-repeat;
  background-position: 40% center;
  z-index: 10;
}
.first__hl {
  position: absolute;
  top: 45%;
  right: 10%;
  transform: translate(0%, -50%);
  width: 35%;
}
.first__hl__img {
  width: 100%;
  height: auto;
}
.first__p {
  width: 38%;
  position: absolute;
  top: 44%;
  left: 5%;
  transform: translate(0%, -50%);
}
.first__p__img {
  width: 100%;
  height: auto;
}

/* ===============================================
# ここからsecond
=============================================== */
.second {
  width: 100%;
  background-color: #fff9f3;
  padding: 70px 0;
  position: relative;
}
.second__h2 {
  width: 77%;
  margin: auto;
}
.second__h2__img {
  width: 100%;
  height: auto;
}
.second__p {
  margin-top: 45px;
  font-size: 1.375rem;
  color: #3e3a39;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2em;
}
.second__ashirai1 {
  display: inline-block;
  width: 163px;
  position: absolute;
  top: -7%;
  left: 0;
  transform: translate(-50%, 0);
}
.second__ashirai2 {
  display: inline-block;
  width: 40px;
  position: absolute;
  top: 30%;
  right: 5%;
  transform: translate(-50%, 0);
}
.second__ashirai3 {
  display: inline-block;
  width: 110px;
  position: absolute;
  bottom: 0%;
  right: -5%;
  transform: translate(-50%, -50%);
}

/* ===============================================
# ここからthird
=============================================== */
@-webkit-keyframes floatSwing {
  0% {
    transform: translate(0%, -50%) rotate(-2deg);
  }
  50% {
    transform: translate(0%, -50%) rotate(2deg);
  }
  100% {
    transform: translate(0%, -50%) rotate(-2deg);
  }
}
@keyframes floatSwing {
  0% {
    transform: translate(0%, -50%) rotate(-2deg);
  }
  50% {
    transform: translate(0%, -50%) rotate(2deg);
  }
  100% {
    transform: translate(0%, -50%) rotate(-2deg);
  }
}
.third {
  width: 100%;
  background-color: #bcced5;
  padding-top: 50px;
  padding-bottom: 75px;
  position: relative;
}
.third__h2 {
  width: 54%;
  margin: 0 auto;
  transform: translateX(-30px);
}
.third__h2__img {
  width: 100%;
  height: auto;
}
.third__p__large {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  padding: 30px 30px 10px;
}
.third__p {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  padding: 30px 30px 10px;
  border-bottom: solid 1px;
  width: 50%;
  margin: 0 25%;
}
.third__p__little {
  line-height: 2em;
  font-size: 0.9375rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}
.third__ashirai1 {
  width: 108px;
  position: absolute;
  top: 22%;
  left: 0%;
  transform: translate(0%, -50%);
  -webkit-animation: floatSwing 2s ease-in-out infinite;
          animation: floatSwing 2s ease-in-out infinite;
}
.third__ashirai2 {
  width: 93px;
  position: absolute;
  top: 22%;
  right: 4%;
  transform: translate(0, -50%);
  -webkit-animation: floatSwing 3s ease-in-out infinite;
          animation: floatSwing 3s ease-in-out infinite;
}
.third__ashirai3 {
  width: 103px;
  position: absolute;
  top: 41%;
  left: 12%;
  transform: translate(-50%, -50%);
  -webkit-animation: floatSwing 3s ease-in-out infinite;
          animation: floatSwing 3s ease-in-out infinite;
}
.third__ashirai4 {
  width: 76px;
  position: absolute;
  top: 41%;
  right: 5%;
  transform: translate(0%, -50%);
  -webkit-animation: floatSwing 3s ease-in-out infinite;
          animation: floatSwing 3s ease-in-out infinite;
}
.third__women {
  height: 208px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform: translate(0%, 7%);
  display: block;
}
.third__men {
  height: 190px;
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: translate(0%, 0%);
  display: block;
}
.third::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 21px;
  background-image: url(/assets/img_fu-fu/third_bottom.svg);
  position: absolute;
  bottom: -2.9%;
  left: 50%;
  transform: translate(-50%, 0);
  background-size: cover;
  z-index: 10;
}

/* ===============================================
# ここからfour
=============================================== */
.four {
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.four__h2 {
  width: 81%;
  margin: 0 auto;
}
.four__h2__img {
  width: 100%;
  height: auto;
}
.four__p {
  font-size: 0.9375rem;
  color: #606060;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2em;
  margin: 30px auto;
}
.four__img1 {
  width: 88px;
  position: absolute;
  bottom: 6%;
  left: 0%;
  transform: translate(0%, -50%);
}
.four__img2 {
  width: 89px;
  position: absolute;
  bottom: 0%;
  right: 5%;
  transform: translate(0%, -30%);
}
.four__ashirai {
  width: 100%;
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* ===============================================
# ここからfive
=============================================== */
.five {
  width: 100%;
  background-image: url("/assets/img_fu-fu/five_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.five__h2 {
  width: 83%;
  margin: 0 auto;
}
.five__h2__img {
  width: 100%;
  height: auto;
}
.five__p1 {
  width: 38%;
  margin: 40px auto 0;
}
.five__p1__img {
  width: 100%;
  height: auto;
}
.five__p1__pic {
  display: block;
  width: 357px;
  margin: 30px auto;
}
.five__p1__text {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2em;
}
.five__p2 {
  width: 77%;
  margin: 40px auto 0;
}
.five__p2__img {
  width: 100%;
  height: auto;
}
.five__p2__pic {
  display: block;
  width: 357px;
  margin: 30px auto;
}
.five__p2__text {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2em;
}
.five__p3 {
  width: 58%;
  margin: 40px auto 0;
}
.five__p3__img {
  width: 100%;
  height: auto;
}
.five__p3__pic {
  display: block;
  width: 357px;
  margin: 30px auto;
}
.five__p3__text {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2em;
}

/* ===============================================
# ここからsix
=============================================== */
.six {
  width: 100%;
  background-color: #8ac4c4;
  padding: 50px 0 40px;
  position: relative;
}
.six__h2 {
  width: 77%;
  margin: 0 auto;
}
.six__h2__img {
  width: 100%;
  height: auto;
}
.six__img {
  width: 86%;
  margin: 50px 8% 0;
  z-index: 2;
  position: relative;
}
.six__ashirai1 {
  width: 100%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* ===============================================
# ここからsoudan
=============================================== */
.soudan {
  background-color: #bcced5;
  padding: 30px 0;
}
.soudan__p {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

/* ===============================================
# ここからseven
=============================================== */
.seven {
  background-color: #fff9f3;
  padding: 50px 0;
}
.seven__h2 {
  width: 78%;
  margin: 0 auto;
}
.seven__h2__img {
  width: 100%;
  height: auto;
}
.seven__p {
  margin: 40px 0;
  font-size: 0.9375rem;
  color: #606060;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2em;
}

/* ===============================================
ここからvoice
=============================================== */
.voice {
  position: relative;
  background-color: #fff9f3;
}
.voice__head {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.voice__btn {
  border: none;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 16px;
  cursor: pointer;
}
.voice__btn:active {
  transform: translateY(1px);
}
.voice__viewport {
  overflow: hidden;
  touch-action: pan-y;
}
.voice__track {
  display: flex;
  gap: 14px;
  will-change: transform;
  transition: transform 0.35s ease;
  padding: 0 16px;
}
.voice__slide {
  flex: 0 0 86%;
  border-radius: 18px;
  overflow: hidden;
}
.voice__slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===============================================
space
=============================================== */
.space {
  width: 100%;
  padding: 50px 0;
  background-color: #fff9f3;
}
.space__img {
  width: 100%;
  height: auto;
}

/* ===============================================
#topic
=============================================== */
.topic {
  background-color: #fff9f3;
  padding: 50px 0;
}
.topic__h2 {
  font-size: 1.375rem;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}

/* =========================
   LP topic latest posts
========================= */
.topicHome {
  display: grid;
  gap: 12px;
  padding: 0 18px;
}

.topicHomeCard {
  display: block;
  text-decoration: none;
  border-radius: 16px;
  padding: 12px 12px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.topicHomeCard__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.topicHomeCard__date {
  font-size: 12px;
  color: #606060;
}

.topicHomeCard__tag {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(240, 134, 59, 0.15);
  color: #3e3a39;
}

.topicHomeCard__title {
  font-size: 14px;
  line-height: 1.6;
  color: #3e3a39;
}

.topicHome__more {
  display: block;
  margin: 14px 18px 0;
  text-align: center;
  text-decoration: none;
  color: #3e3a39;
  opacity: 0.9;
}

.topicHome__empty,
.topicHome__error {
  padding: 0 18px;
  text-align: center;
  color: #606060;
}

/* ===============================================
# final
=============================================== */
.final {
  background-color: #fff9f3;
  padding: 50px 0;
}
.final__p {
  margin: 40px 0;
  font-size: 0.9375rem;
  color: #3e3a39;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2em;
}

/* ===============================================
# ctaline
=============================================== */
.cta__line {
  width: 60%;
  margin: 20px 20%;
  display: inline-block;
}
.cta__line__img {
  width: 100%;
  height: auto;
}

/* ===============================================
# footer
=============================================== */
.footer {
  max-width: 480px;
  margin: 0 auto;
  background-image: url("/assets/img_fu-fu/footer_bg@150x_11_11zon.webp");
}
.footer__p {
  font-size: 1.375rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 50px;
}

/* ===============================================
# ctabtn_fix
=============================================== */
.line__fixed {
  width: 60px;
  height: 125px;
  bottom: 89px;
  display: block;
  position: fixed;
  z-index: 100000;
}
.line__fixed__img {
  width: 100%;
  height: auto;
}

/* =========================
   topic pages (microCMS)
========================= */
.topicPage {
  padding: 30px 0 40px;
  background-color: #fff9f3;
}

.topicPage__head {
  padding: 0 18px 18px;
  text-align: center;
}

.topicPage__back {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  color: #3e3a39;
  opacity: 0.9;
}

.topicPage__h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #3e3a39;
}

.topicPage__lead {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #606060;
}

.topicPage__list {
  display: grid;
  gap: 14px;
  padding: 0 18px;
}

.topicPage__note {
  padding: 20px 18px 0;
  text-align: center;
  color: #606060;
}

.topicPage__error {
  padding: 20px 18px;
  text-align: center;
  color: #606060;
}

/* cards */
.topicCard {
  display: block;
  text-decoration: none;
  border-radius: 18px;
  padding: 14px 14px 12px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.topicCard__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topicCard__date {
  font-size: 12px;
  color: #606060;
  opacity: 0.9;
}

.topicCard__tag {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(240, 134, 59, 0.15);
  color: #3e3a39;
}

.topicCard__title {
  margin: 10px 0 6px;
  font-size: 16px;
  line-height: 1.5;
  color: #3e3a39;
}

.topicCard__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #606060;
}

.topicCard__more {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: #3e3a39;
  opacity: 0.9;
}

/* detail */
/* =========================
   topic detail (microCMS)
========================= */
.topicDetail {
  padding: 22px 0 40px;
  background-color: #fff9f3;
}

.topicDetail__crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  padding: 0 18px 10px;
  font-size: 12px;
  color: #606060;
}

.topicDetail__crumbLink {
  color: #606060;
  text-decoration: none;
}

.topicDetail__crumbSep {
  opacity: 0.6;
}

.topicDetail__crumbHere {
  color: #3e3a39;
  font-weight: 600;
}

.topicDetail__back {
  display: inline-block;
  margin: 0 18px 12px;
  text-decoration: none;
  font-size: 14px;
  color: #3e3a39;
  opacity: 0.9;
}

.topicDetail__header {
  padding: 0 18px;
  text-align: center;
}

.topicDetail__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.topicDetail__date {
  font-size: 12px;
  color: #606060;
}

.topicDetail__tag {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(240, 134, 59, 0.15);
  color: #3e3a39;
}

.topicDetail__title {
  margin: 12px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #3e3a39;
}

.topicDetail__desc {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #606060;
}

.topicDetail__thumb {
  margin: 16px 18px 0;
  border-radius: 18px;
  overflow: hidden;
}
.topicDetail__thumb img {
  width: 100%;
  display: block;
  height: auto;
}

.topicDetail__body {
  padding: 18px 18px 0;
  color: #3e3a39;
  line-height: 2;
  font-size: 15px;
}
.topicDetail__body h2,
.topicDetail__body h3 {
  margin: 18px 0 8px;
  line-height: 1.6;
}
.topicDetail__body p {
  margin: 0 0 14px;
}
.topicDetail__body a {
  color: #f0863b;
  text-decoration: underline;
}
.topicDetail__body ul,
.topicDetail__body ol {
  padding-left: 1.2em;
  margin: 0 0 14px;
}
.topicDetail__body img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.topicDetail__pager {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 18px 0;
}

.topicDetail__pagerBtn {
  flex: 1;
  text-decoration: none;
  text-align: center;
  padding: 12px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
  color: #3e3a39;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.topicDetail__pagerBtn--next {
  justify-self: end;
}

.topicDetail__cta {
  padding: 18px 18px 0;
}

.topicDetail__ctaBtn {
  display: block;
  text-align: center;
  padding: 14px 12px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #dacc42 0%, #e9b54a 40%, #f0863b 100%);
}

.topicDetail__error {
  padding: 18px;
  text-align: center;
  color: #606060;
}

/* skeleton */
.topicDetail__skeleton {
  display: grid;
  gap: 10px;
  padding: 10px 0;
}

.topicDetail__skLine {
  height: 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
}

/* ===============================================
# topiccategory
=============================================== */
.topicCategory {
  padding: 40px 20px;
  background: #fff9f3;
}

.topicCategory__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.topicCategory__list {
  display: grid;
  gap: 16px;
}
/*# sourceMappingURL=style.css.map */