/* 共通 */


/* child_top */
.child_top {
    position: relative;
    height: clamp(50rem, -2.83rem + 44.03vw, 67.5rem);
}
.child_top .child-ttl {
    position: absolute;
    bottom: 22%;
    left: 10%;
    font-size: clamp(2.813rem, 1.875rem + 3.13vw, 5rem);
}
/* アイテム一覧 */
.item-all {}
.item-all .child_top {
  background: url(../img/webp/item_back.webp) center / cover no-repeat;
}
.item-all .message_area {
  margin: 120px 0;
}
.item-all .message_area .copy {
    text-align: center;
    border: none;
    margin-bottom: 80px;
}
.item-all .message_area .ex {
    text-align: center;
    line-height: 2.7;
}
.item-all .item_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 2rem;
    justify-content: space-around;
}
.item-all .item_list li {
  width: 30%;
  box-sizing: border-box;
  position: relative;
  transition: .3s ease;
}
.item-all .item_list li.even {
  margin-bottom: 50px;
}
.item-all .item_list li.odd {
  margin-top: 50px;
}
.item-all .item_list a img {
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.item-all .item_list a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.item-all .img01 {
  display: block;
  height: auto;
  display: block;
  clip-path: inset(0% 0% 0% 0% round 50% / 35%);
  object-fit: cover;
}
.item-all .txt-box {
    position: absolute;
    bottom: 5%;
    left: 0%;
    color: var(--color02);
    border-radius: 4px;
}
.item-all .txt-box .itemname-en {
  font-size: clamp(1.125rem, 0.75rem + 1.25vw, 2rem);
  margin: 0;
  font-weight: 100;
  letter-spacing: 3px;
}
.item-all .txt-box .itemname-jp {
    font-size: clamp(1.125rem, 0.75rem + 1.25vw, 2rem);
    margin-left: 2rem;
    font-weight: 300;
    font-family: var(--font_sub02);
}
.item-all .pagination {
  text-align: center;
  margin-top: 30px;
}
.item-all .pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  background: #f0f0f0;
  color: var(--color02);
  text-decoration: none;
}
.item-all .pagination .current {
  background: #333;
  color: #fff;
}
.item-all .item-all .child_top .child-ttl {}
/* アイテム詳細 */
.item-single {}
.item-single .child_top {
  background: url(../img/webp/item-single_back.webp) center / cover no-repeat;
}
.item-single .item-slider img {
    width: 80%;
    display: block;
    height: auto;
    display: block;
    clip-path: inset(0% 0% 0% 0% round 50% / 35%);
    object-fit: cover;
    margin: 0 auto;
}
.item-slider .slick-dots {
  bottom: -30px;
  display: flex !important;
  justify-content: center;
  align-items: baseline;
  gap: 2rem;
  margin-top: 30px;
}
/* ドット全体の大きさと色 */
.item-slider .slick-dots li button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #818181;
  border: none;
  padding: 0;
  font-size: 0;
}
/* アクティブ状態のドット */
.item-slider .slick-dots li.slick-active button {
  background-color: #e89595;
  width: 2rem;
  height: 2rem;
}
.item-slider .slick-dots li.slick-active button:before {
  opacity: 0;
  color: var(--color02);
}
.itemm-single_area .ttl_area {
    margin-bottom: 60px;
}
.itemm-single_area .ttl_area .en-ttl {
    font-size: clamp(1.563rem, 0.893rem + 2.23vw, 3.125rem);
    letter-spacing: 10px;
}
.itemm-single_area .ttl_area .jp-ttl {
    letter-spacing: 5px;
    font-size: clamp(1.188rem, 1.08rem + 0.36vw, 1.438rem);
}
.itemm-single_area .area01 {
    display: flex;
    padding-bottom: 50px;
}
.itemm-single_area .area01 .slide-box {
    width: 40%;
}
.itemm-single_area .area01 .draft {
    width: 60%;
    padding: 3rem;
    font-weight: 100;
}
.itemm-single_area .area01 .draft p {
    line-height: 2.8;
    letter-spacing: 3px;
}
.itemm-single_area .area01 .draft p:first-child {
    font-size: clamp(1.25rem, 0.982rem + 0.89vw, 1.875rem);
}
.itemm-single_area .area01 .draft p:not(:first-child) {}
.itemm-single_area .area02 {}
.itemm-single_area .area02 .box {}
.itemm-single_area .area02 .box p {}
.item-single .area03 {
    margin-top: 100px;
    align-items: flex-start;
}
.item-single .area03 .box01 {
    border-radius: 8px;
    width: 40%;
    position: relative;
}
.item-single .area03 .box01 .ttl {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 35px;
    font-size: clamp(1.563rem, 1.429rem + 0.45vw, 1.875rem);
    letter-spacing: clamp(0.188rem, 0.054rem + 0.45vw, 0.5rem);
    position: absolute;
    top: -10%;
    left: -2%;
}
.item-single .area03 .box01 .spec-list {
    width: 75%;
    border-left: 2px solid #d75b80;
    margin-top: 55px;
    margin-left: 40px;
}
.item-single .area03 .box01 .spec-list li {
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 5px;
    padding-left: 25px;
}
.item-single .area03 .box01 .spec-list li p {
    font-size: clamp(1.125rem, 1.018rem + 0.36vw, 1.375rem);
    line-height: 2.3;
}
.item-single .area03 .box01 .spec-list li .name {

}
.item-single .area03 .box01 .spec-list li .value {}
.item-single .area03 .box02 {
  width: 60%;
}
.item-single .area03 .box02 .spec-list {
    border-left: 2px solid #535353;
    padding-left: 20px;
}
.item-single .area03 .box02 .spec-list li {
    justify-content: flex-start;
    margin-bottom: 25px;
    align-items: center;
    gap: 2rem;
}
.item-single .area03 .box02 .spec-list li p {}

.item-single .area03 .box02 .spec-list li .name {
    border-radius: 35px;
    font-size: clamp(1.563rem, 1.429rem + 0.45vw, 1.875rem);
}
.item-single .area03 .box02 .spec-list li:nth-child(1) .name {
}
.item-single .area03 .box02 .spec-list li:nth-child(2) .name {
}
.item-single .area03 .box02 .spec-list li:nth-child(3) .name {
}
.item-single .area03 .box02 .spec-list li:nth-child(4) .name {
}
.item-single .area03 .box02 .spec-list li .value {
    text-align: left;
    font-size: clamp(1.125rem, 1.018rem + 0.36vw, 1.375rem);
}

/* 利用規約 */
.term {}
.term .child_top {
  background: url(../img/webp/term_back.webp) center / cover no-repeat;
}
.term_area .ttl {text-align: center;}
.term_area {
  margin-top: 120px;
}
.term_area .area {
  margin-top: 50px;
}
.term .area .text {
  text-align: left;
    font-size: clamp(1rem, 0.893rem + 0.36vw, 1.25rem);
    margin: 1rem 0;
    line-height: 2.4;

}
.term .child_top .child-ttl {}
/* プライバシー */
.privacy {}
.privacy .child_top {
  background: url(../img/webp/privacy_back.webp) center / cover no-repeat;
}
.privacy_area .ttl {text-align: center;}
.privacy_area {
  margin-top: 120px;
}
.privacy_area .area {
  margin-top: 50px;
}
.privacy .area .text {
    text-align: left;
    font-size: clamp(1rem, 0.893rem + 0.36vw, 1.25rem);
    margin: 1rem 0;
    line-height: 2.4;
}
.privacy .child_top .child-ttl {}
/* お問い合わせ */
.contact {}
.contact .child_top {
  background: url(../img/webp/contact_back.webp) center / cover no-repeat;
}
.contact_contents {
    margin-top: 120px;
    margin-bottom: 80px;
}
.contact_contents .area {
  margin-top: 50px;
}
.contact_contents .text {
    text-align: left;
    font-size: clamp(1rem, 0.893rem + 0.36vw, 1.25rem);
    margin: 1rem 0;
    line-height: 2.4;
}
.contact_contents .box02 {
  margin: 80px 0;
}
/* about 会社概要 */
.about {}
.about .child_top {
  background: url(../img/webp/about_back.webp) center / cover no-repeat;
}
.about_area .ttl-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.about_area .ttl-box .en-ttl {
    font-family: var(--font_sub01);
    font-size: clamp(1.25rem, 0.966rem + 0.76vw, 1.875rem);
    font-weight: 100;
    letter-spacing: 0;
}
.about_area .ttl-box .ttl {
    font-size: clamp(1.563rem, 1.193rem + 0.98vw, 2.375rem);
}
.about_area {
  margin-top: 120px;
}

.about_area .area {
  margin-top: 50px;
}
.about_area .text {
    text-align: left;
    font-size: clamp(1rem, 0.893rem + 0.36vw, 1.25rem);
    margin: 1rem 0;
    line-height: 2.4;
}
.about_area .box:not(:first-child) {
    margin-top: 80px;
}
.about_area .box .midashi {
    border-bottom: 1px solid;
    margin: 35px 0;
}
.about_area .box .sub_ttl {
    border: none;
}
.about_area .box .text {}
.about_area .box .about_list {}
.about_area .box .about_list .text {
    list-style: circle;
    margin-left: 2rem;
}
.about_area .box .text span {
    font-family: var(--font_sub01);
    font-size: 25px;
    margin-right: 20px;
    letter-spacing: 0;
}
.about_area .box03, .about_area .box04 {}
.about_area .box03 .ttl, .about_area .box04 .ttl {}
.about_area .box03 .sub_ttl, .about_area .box04 .sub_ttl {}
.about_area .box03 .about_list , .about_area .box04 .about_list  {}
.about_area .box03 .about_list .text, .about_area .box04 .about_list .text {}
.about_area .box07  .text {
    text-align: center;
}

/* news */
.news-all .txt-box .itemname-en {
    font-size: 20px;
    white-space: normal;
    display: -webkit-box;
}
.news-all .txt-box .itemname-jp {
    margin: 10px 0 0;
    font-size: 20px;
    width: 375px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
.news-all .txt-box {
    background-color: #fff;
    padding: 10px;
    box-shadow: 3px 3px 10px #cbcbcb59;
    border-radius: 10px;
}
.news-all .item_list a img {
    height: 100%;
}
.news-all .news_area {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* =========================
   News (single.php) styles
   ========================= */

.news-section .child_top {
  margin-bottom: clamp(24px, 3vw, 48px);
}
.news-section .child-ttl {
  /* common.css の見出しに準拠、必要なら調整 */
}

.news_article_area {
  margin: 80px 0;
}
/* 記事ヒーロー */
.news-hero {
  margin: 0 auto clamp(16px, 2.4vw, 32px);
  overflow: hidden;
  border-radius: 16px;
}
.news-hero img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* タイトル＆メタ */
.news-header {
  margin: 0 auto clamp(16px, 2.4vw, 32px);
  text-align: left;
}
.news-title-en {
  font-size: clamp(0.9rem, 0.8rem + 0.6vw, 1.25rem);
  letter-spacing: .05em;
  opacity: .8;
  margin: 0 0 .25em;
}
.news-title-jp {
  font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2rem);
  line-height: 1.35;
  margin: 0 0 .5em;
}
.news-meta {
  font-size: clamp(0.85rem, 0.8rem + 0.2vw, 0.95rem);
  color: #666;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.news-meta .news-cats a {
  text-decoration: underline;
}
.news-meta .sep {
  margin: 0 6px;
  opacity: .6;
}

/* 本文 */
.news-content {
  margin: 0 auto clamp(24px, 3.2vw, 48px);
  line-height: 1.9;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.063rem);
}
.news-content img,
.news-content figure {
  max-width: 100%;
  height: auto;
}
.news-content h2,
.news-content h3,
.news-content h4 {
  margin: 2em 0 .6em;
}
.news-content ul,
.news-content ol {
  padding-left: 1.3em;
  margin: .8em 0;
}

/* ベース：タブレット以下は縦積み */
.news-flex {
  display: block;
}

/* PCで横並び（≈ > 992px） */
@media (min-width: 993px) {
  .news-flex {
    display: flex;
    align-items: flex-start;
    gap: clamp(20px, 3vw, 40px);
  }
  .news-hero {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .news-content {
    flex: 1 1 0;
    min-width: 0; /* 長文でのはみ出し防止 */
  }
}

/* 画像の見栄え */
.news-hero {
  margin: 0 0 clamp(16px, 2.4vw, 24px);
  border-radius: 16px;
  overflow: hidden;
}
.news-hero img {
  display: block;
  width: 100%;
  height: auto;
  /* 固定比にしたい場合は以下有効化：
  aspect-ratio: 16 / 10;
  object-fit: cover;
  */
}

/* 本文側余白微調整（縦積み時） */
@media (max-width: 992px) {
  .news-content {
    margin-top: clamp(12px, 2vw, 20px);
  }
}


/* ページ分割 */
.page-links {
  margin-top: 2em;
  font-size: .95em;
}

/* タグ */
.news-tags {
  width: min(920px, 100%);
  margin: 0 auto 2.5em;
  color: #666;
  font-size: .95em;
}

/* 前後ナビ */
.news-pager {
  width: min(920px, 100%);
  margin: 0 auto 2.5em;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1rem);
}
.news-pager a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

/* 一覧へ戻る */
.news-back {
  width: min(920px, 100%);
  margin: 0 auto clamp(48px, 6vw, 80px);
  text-align: center;
}
.news-back .btn-back {
  display: inline-block;
  padding: .8em 1.6em;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-decoration: none;
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1rem);
  transition: transform .2s ease, opacity .2s ease;
}
.news-back .btn-back:hover {
  transform: translateY(-1px);
  opacity: .85;
}

/* SP 微調整 */
@media (max-width: 630px) {
  .news-hero { border-radius: 10px; }
  .news-pager { flex-direction: column; align-items: stretch; }
  .news-pager .prev, .news-pager .next { text-align: left; }
}


/* responsive */
/* mac book air（1280px以下の汎用） */
@media screen and (max-width:1280px) {
.item-single .child_top {
    background: url(../img/webp/item-single_back.webp) center / cover no-repeat;
}
.child_top {
    height: 530px;
}
}
@media screen and (max-width: 1024px) and (min-width: 631px) {
  .child_top {
    height: 400px;
}
.item-all .item_list {
    gap: 1rem;
  }
  .item-all .message_area {
    margin: 80px 0;
}
.item-all .txt-box .itemname-jp {
    margin-left: 10px;
}
.itemm-single_area .area01 .draft {
    padding: 2rem;
}
.itemm-single_area .area01 .draft p {
    line-height: 2.2;
}
.item-single .area03 .box02 .spec-list li .name {
    font-size: 18px;
}
.item-single .area03 .box01 .ttl {
    font-size: 18px;
}
.item-single .area03 .box01 .spec-list {
    width: 90%;
}
}

@media screen and (max-width:830px) {
  .itemm-single_area .area01 .draft {
    padding: 1rem;
}
.about_area .box07  .text {
    flex-direction: column;
    display: flex;
    align-items: center;
}
.about_area .box .text span {
    font-size: 20px;
}
.item-single .area03 {
    margin-top: 80px;
    flex-direction: column;
}
.item-single .area03 .box01 {
    width: 100%;
    margin-left: 0;
}
.item-single .area03 .box02 {
    width: 100%;
    margin-top: 20px;
}
.item-single .area03 .box01 .spec-list {
    margin-left: 0;
  padding-left: 20px;
}
.item-single .area03 .box01 .spec-list li {
  justify-content: flex-start;
  margin: 0;
  gap: 3rem;
  padding-left: 0;
  margin-bottom: 10px;
}
.item-single .area03 .box02 .spec-list li {
  justify-content: flex-start;
  gap: 3rem;
}
}


@media screen and (max-width:630px) {
  .child .contact_area {
    margin: 80px 0 40px;
}
.child_top {
    height: 240px;
}
.child_top .child-ttl {
    bottom: 5%;
    left: 5%;
  }
/* ittem-all */
.item-all .message_area {
    margin: 50px 0;
}
.item-all .message_area .copy {
    margin-bottom: 50px;
}
.item-all .message_area .ex {
    text-align: left;
    line-height: 2;
    width: 95%;
    margin: 0 auto;
}
.item-all .item_list {
    gap: 10px;
    justify-content: space-around;
}
.item-all .item_list li {
    width: 47%;
    padding: 0;
}
.item-all .txt-box {
    padding: 0;
}
.item-all .txt-box .itemname-jp {
    margin-left: 10px;
  }
  .item-all .item_list li.odd {
    margin-top: 25px;
}
.item-all .item_list li.even {
    margin-bottom: 25px;
}
/* single-item */
.itemm-single_area .area01 .slide-box {
    width: 100%;
}
.itemm-single_area .area01 .draft {
    width: 100%;
    padding: 2rem 0;
}
.itemm-single_area .area01 {
    flex-direction: column;
}
.item-slider .slick-dots li.slick-active button {
    width: 1rem;
    height: 1rem;
}
.item-slider .slick-dots li button {
  width: .5rem;
  height: .5rem;
}

/* privacy term */
.term .area .text {
    line-height: 2.2;
}
.privacy .area .text {
    line-height: 2.2;
}
.privacy h2, .term h2, {
    letter-spacing: 3px;
}
/* item */
.item-single .area03 .box01 {
  width: 100%;
}
.item-single .area03 .box01 .spec-list {
    width: 100%;
    padding-left: 10px;
    margin-top: 25px;
}
.item-single .area03 .box02 .spec-list {
    width: 100%;
    padding-left: 10px;
}
.item-single .area03 .box02 {
    width: 100%;
    margin-top: 30px;
}
.item-single .area03 .box02 .spec-list li .name, .item-single .area03 .box01 .spec-list li .name {
    font-size: 16px;
    line-height: 1.5;
}
.item-single .area03 .box01 .ttl {
    padding: 0;
    font-size: clamp(1.25rem, 0.982rem + 0.89vw, 1.875rem);
}
.item-single .area03 .box01 .spec-list li p,
.item-single .area03 .box02 .spec-list li p {
  line-height: 1;
}
.item-single .area03 .box02 .spec-list li .value {
}
.itemm-single_area .area01 .draft p {
    line-height: 2;
    letter-spacing: 2px;
}
.item-single .area03 .box02 .spec-list li {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
}
.item-single .area03 .box01 .spec-list li {
    gap: 5px;
    flex-direction: column;
    margin-bottom: 16px;
}
/* about */
.about_area .text {
    line-height: 2;
}
.about_area .box .midashi {
    margin-top: 20px;
  }
  .about_area .box:not(:first-child) {
    margin-top: 35px;
}
.about_area .box .about_list .text {
    margin-left: 1rem;
}
.about_area .box07  .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
.about_area .box .text span {
    font-size: 20px;
    margin-right: 0px;
}
/* privacy */
.privacy_area .area {
    margin-top: 35px;
}
}
