/* 全体 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  padding: 0 !important;
}

.nemooq-wrap {
  margin-top: -29px;
  font-family:"Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #333;
  font-size: 14px;
}

.nemooq-wrap section {
  padding: 80px 4%;
  /* padding-left: 4%; */
  /* padding-right: 4%; */
}

.nemooq-wrap img {
  width: 100%;
  height: auto;
}

/* common */
.wh {
  color: #fff;
}
.col2 {
  display: flex;
  justify-content: space-between;
}
.col2 > * {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .col2 {
    display: block;
  }
  .col2 > * {
    width: 100%;
  }
}

.nemooq-wrap .ttl-lg {
  margin: 0;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.6;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .nemooq-wrap .ttl-lg {
    font-size: 18px;
  }
}

.nemooq-wrap .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .nemooq-wrap .inner {
    max-width: 100%;
  }
}

.nemooq-wrap .mt80 {
  margin-top: 80px;
} 

.nemooq-wrap .mt50 {
  margin-top: 50px;
  display: block;
}

.nemooq-wrap span.ttl-lg {
  display: inline-block;
}

.nemooq-wrap .ttl-xlg {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .nemooq-wrap .ttl-xlg {
    font-size: 30px;
  }
}

.ttl-gradation {
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  display: inline-block;
}

.ttl-gradation:before {
  content: "";
  width: 105%;
  height: 13px;
  background: url("https://meettree.itembox.cloud/item/border_ttl.png") 50% / cover no-repeat;
  position: absolute;
  bottom: 3px;
  left: -5%;
  z-index: -1;
}

.ttl-gradation.ttl-md {
  margin-bottom: 30px;
}

.ttl-gradation.ttl-md:before {
  bottom: -5px;
  left: -2.5%;
}

br + .ttl-gradation {
  margin-top: 10px;
}


/* -------------------------------------------------------------------------- */
/* mv */

.nemooq-mv {
  padding: 10vh 0 28vh 0 !important;
  min-height: 70svh;
  background-image: url("https://meettree.itembox.cloud/item/bg_mv.jpg");
  background-position: 70% center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  section.nemooq-mv {
    padding: 30% 10% 50% 10% !important;
  }
}

.nemooq-mv__site-header {
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(env(safe-area-inset-top, 0px) + clamp(0.875rem, 3vw, 1.5rem))
    clamp(1rem, 4vw, 2.5rem) 0.5rem;
}

.nemooq-mv__mt-logo {
  display: block;
  width: min(92px, 28vw);
  height: auto;
}

.nemooq-mv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: clamp(0.625rem, 2.2vw, 2.25rem);
}

.nemooq-mv__ttl-copy {
  width: 500px;
  height: auto;
}

.nemooq-mv__sub {
  margin: 30px 0 10px 0;
}

.nemooq-mv__logo-nemooq {
  display: block;
  width: 650px;
  max-width: 100%;
  height: auto;
}

.nemooq-mv__ttl-subcopy {
  margin: 0 auto;
  width: 80%;
  display: block;
}

/* -------------------------------------------------------------------------- */
/* Intro */

.nemooq-intro {
  background-color: #f4f2ed;
  background-image: url("https://meettree.itembox.cloud/item/bg_silk.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.nemooq-intro .ttl-lg + p {
  margin-top: 50px;
  line-height: 2.5;
}

.nemooq-intro__btn {
  display: inline-flex;
  min-width: 250px;
  height: 54px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background-color: #1c2a5a;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-decoration: none;
}

.nemooq-intro__btn:hover,
.nemooq-intro__btn:focus,
.nemooq-intro__btn:visited {
  color: #fff;
}

.nemooq-manzoku {
  background-image: url(https://meettree.itembox.cloud/item/bg_paper.jpg);
}

@media screen and (max-width: 767px) {
  .nemooq-manzoku .inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.nemooq-manzoku .ttl-lg {
  display: block;
}

.nemooq-intro__figure {
  margin: 50px 0 0;
}

.nemooq-intro__figure-img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------------------------------- */
/* Features */

.nemooq-features {
  position: relative;
  padding-block: clamp(2.75rem, 7vw, 5rem);
  background-color: #0f1731;
  background-image: url("https://meettree.itembox.cloud/item/bg_sky.jpg");
  background-size: cover;
  color: #fff;
}

/* 三角 */
.nemooq-features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-right: clamp(26px, 7vw, 44px) solid transparent;
  border-top: clamp(18px, 4.5vw, 30px) solid #fff;
  border-left: clamp(26px, 7vw, 44px) solid transparent;
  pointer-events: none;
  transform: translateX(-50%);
}

.nemooq-features__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nemooq-features__title {
  display: flex;
  max-width: 22rem;
  flex-direction: column;
  align-items: center;
  row-gap: 0.35rem;
  margin: 0 0 clamp(2rem, 5vw, 3rem);
  text-align: center;
}

.nemooq-features__grid {
  display: grid;
  width: 100%;
  max-width: 1040px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
  gap: clamp(1.25rem, 4vw, 2rem);
  grid-template-columns: 1fr;
  justify-items: center;
}

@media (min-width: 900px) {
  .nemooq-features__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
}

.nemooq-features__item {
  width: 100%;
  max-width: 314px;
}

.nemooq-features__card {
  display: flex;
  box-sizing: border-box;
  width: min(314px, 100%);
  height: auto;
  flex-direction: column;
  margin-inline: auto;
  aspect-ratio: 314 / 372;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .nemooq-features__card {
    aspect-ratio: unset;
  }
  .nemooq-features__text {
    padding: 10px 2%;
  }
}

/* Figma の width/height 0.01px（Hug）相当: min-width:0 + 子で幅100% */
.nemooq-features__media {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  margin: 0;
  padding: 0;
}

.nemooq-features__media-img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: top center;
}

.nemooq-features__text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nemooq-features__text-em {
  margin: 0;
  color: #282828;
  font-size: clamp(1.125rem, 3.8vw, 1.5rem);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-align: center;
}

.nemooq-features__text-em.ttl-gradation::before {
  bottom: -5px;
}

@media screen and (max-width: 767px) {
  .nemooq-features__text-em.ttl-gradation::before {
    bottom: 3px;
  }
}

.nemooq-features__text-body {
  margin: 0;
  color: #282828;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1.4px;
  text-align: center;
}

@media (min-width: 768px) {
  .nemooq-features__text-em {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2.4px;
  }
}

/* -------------------------------------------------------------------------- */
/* Lineup */

.nemooq-lineup {
  background-color: #f4f2ed;
  background-image: url(https://meettree.itembox.cloud/item/bg_note.jpg);
}

@media (min-width: 768px) {
  .nemooq-lineup__title-base {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2.4px;
  }

  .nemooq-lineup__title-em {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 4.8px;
  }
}

.setup {
  padding-bottom: 80px;
  border-bottom: 4px solid #f6f5f0;
}

.setup + .op {
  margin-top: 80px;
}

.nemooq-lineup__grid {
  margin-top: 50px;
  display: grid;
  align-items: start;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

@media (min-width: 960px) {
  .nemooq-lineup__grid {
    grid-template-columns: minmax(0, 463px) minmax(0, 1fr);
    justify-content: center;
    column-gap: clamp(1.25rem, 3vw, 2.25rem);
  }
}

@media screen and (max-width: 767px) {
  .nemooq-lineup__grid {
    grid-template-columns: auto;
    column-gap: normal;
  }
  .nemooq-lineup__grid figure {
    margin-left: 0;
    width: 100%;
  }
}
.nemooq-lineup__sub-block {
  display: flex;
  width: 100%;
  max-width: 463px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  .nemooq-lineup__sub-block {
    align-items: flex-start;
  }
}

.nemooq-lineup__sub {
  margin: 0;
  color: #282828;
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
}

@media (min-width: 768px) {
  .nemooq-lineup__sub {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2.4px;
  }
}

.ttl-no {
  padding-bottom: 20px;
  font-size: 80px;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .ttl-no {
    padding-top: 20px;
    font-size: 55px;
  }
}

.nemooq-lineup__visuals {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: clamp(0.5rem, 1.8vw, 0.875rem);
}

.nemooq-lineup__aside-media {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.nemooq-lineup__aside-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.op .nemooq-lineup__product-img {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .op .nemooq-lineup__product-img {
    width: 100%;
  }
}

.nemooq-lineup__thumbs {
  margin-top: 40px;
  display: flex;
  width: 100%;
  padding: 0;
  justify-content: space-between;
}

.nemooq-lineup__thumbs-item {
  width: 31%;
  margin: 0;
  min-width: 0;
}

.nemooq-lineup__thumbs-media {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.nemooq-lineup__thumbs-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.nemooq-lineup__btn {
  display: inline-flex;
  width: min(195px, 100%);
  height: 54px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background-color: #1c2a5a;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.nemooq-lineup__btn:hover,
.nemooq-lineup__btn:focus,
.nemooq-lineup__btn:visited {
  color: #fff;
}

.nemooq-lineup__btn.bl {
  background-color: #bfe0ff;
  color: #1c2a5a;;
}

/* -------------------------------------------------------------------------- */
/* Wood */

.nemooq-wood-01 {
  position: relative;
  width: 100%;
  background: transparent; 
  padding: 180px 0; 
}

.nemooq-wood-01 p {
  margin: 0;
}

.nemooq-wood-01 .ttl-lg {
  line-height: 1.8;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 
    0 2px 4px rgba(0,0,0,0.5), 
    0 10px 20px rgba(0,0,0,0.3), 
    0 20px 40px rgba(0,0,0,0.2);
}

.nemooq-wood-01 .ttl-lg {
  line-height: 1.8;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 
    0 2px 4px rgba(0,0,0,0.5), 
    0 10px 20px rgba(0,0,0,0.3), 
    0 20px 40px rgba(0,0,0,0.2);
}

.nemooq-wood-02 {
  background-image: url(https://meettree.itembox.cloud/item/bg_wood_02.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .nemooq-wood-02 {
    padding-bottom: 50px;
  }
}

.nemooq-wood-02 .inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .nemooq-wood-02 .inner {
    display: block;
  }
  .nemooq-wood-02 .inner > div:last-child {
    margin-top: 50px;
  }
}

/* -------------------------------------------------------------------------- */
/* Detail */

.nemooq-detail {
  background-image: url(https://meettree.itembox.cloud/item/bg_note.jpg);
}

.container.image_615b66_container {
  padding: 40px 10px; /* 左右パディングを最小限に */
  margin: 0 auto;
}

.nemooq-detail .row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.nemooq-detail .row-top .card {
  flex: 0 1 320px;
}

.nemooq-detail .row-bottom .card {
  flex: 1;
  min-width: 280px;
}

.nemooq-detail .card {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 5px 5px 5px #e6e6e6;
}

.nemooq-detail .icon {
  height: 60px;
  margin-bottom: 20px;
}
.nemooq-detail .icon img {
  width: auto;
  height: 60px;
}

.nemooq-detail .value {
  font-size: 2rem;
  font-family: serif;
}

.nemooq-detail .label { color: #666; }
.nemooq-detail .note,
.nemooq-detail .desc { line-height: 1.6; margin-top: 10px; }

/* スマホ対応 */
@media (max-width: 768px) {
  .nemooq-detail .row { flex-direction: column;}
  .nemooq-detail .row-top .card { flex: 1; max-width: 100%; margin-top: 30px;}
}

/* -------------------------------------------------------------------------- */
/* review */
.nemooq-review {
  background-image: url(https://meettree.itembox.cloud/item/bg_sky.jpg);
  background-size: cover;
}

.nemooq-review > img {
  margin: 0 auto;
  padding-bottom: 15px;
  display: block;
  width: 85px;
}

.nemooq-review .ttl-lg {
  display: block;
}

.nemooq-review .col3 {
  display: flex;
  justify-content: space-between; /* 横の隙間を均等に */
  align-items: stretch;           /* 高さを一番長いものに合わせる（デフォルトですが明示） */
  gap: 10px;                      /* li同士の隙間を固定（余白計算が楽になります） */
}

.nemooq-review .col3 li {
  /* padding: 40px 20px; 元の指定 */
  padding: 40px 20px;
  background-color: #fff;
  background-image: url(https://meettree.itembox.cloud/item/bg_note.jpg);
  border-radius: 10px;
  
  /* 横幅を揃える設定 */
  flex: 1;    /* すべてのliを同じ幅に広げる */
  display: flex;
  flex-direction: column; /* 中のテキストを垂直方向に制御 */
}

.nemooq-review .col3 li p {
  margin: 0;
  height: 100%; /* pタグをliの高さ一杯に広げる */
}

@media screen and (max-width: 767px) {
  .nemooq-review .col3 {
    display: block;
  }
  .nemooq-review .col3 li {
    margin-left: 0;
  }
  .nemooq-review .col3 li + li{
    margin-top: 20px;
  }
  /* スマホ時は flex: 1 を解除（必要であれば） */
  .nemooq-review .col3 li {
    width: 100%;
  }
}
/* -------------------------------------------------------------------------- */
/* return */
.nemooq-return {
  background-image: url(https://meettree.itembox.cloud/item/bg_paper.jpg);
}

.nemooq-return .ttl-border {
  padding-bottom: 10px;
    color: #FF6600; /* 画像に近い鮮やかなオレンジ */
    font-family: "Helvetica Neue", "Arial", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 22px; /* サイズはお好みで調整してください */
    text-align: left;
    margin: 0 0 8px 0; /* 下の線との隙間 */
    padding-left: 5px; /* 左端の微調整 */
    position: relative;
}

.nemooq-return .ttl-border::after {
    content: "";
    width: 100%;
    height: 2px; /* ラインの太さ */
    background-color: #FF6600;
    border-radius: 2px; /* 角をわずかに丸くして柔らかい印象に */
    position: absolute;
    bottom: 0;
    left: 0;
}

.nemooq-return ul {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-left: 0 !important;    /* これを追加：左の余白を消す */
  margin-left: 0;     /* 環境によってmarginの場合もあるので追加しておくと安全 */
  list-style: none;   /* リストの・を消す */
}

.nemooq-return ul li {
  width: 32%;
}

.nemooq-return ul li a {
  width: 100%;
  display: block;
  height: auto;

}

.nemooq-return ul li a img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .nemooq-return ul {
    display: block;
  }

  .nemooq-return ul li {
    margin-top: 20px;
    width: 100%;
  }
}

